/* Variantes visuais por modelo de loja */
html[data-store-template="storefront-classic"] .store-header__bar {
    border-bottom: 3px solid var(--store-primary);
}
html[data-store-template="storefront-classic"] .store-product-card {
    border-radius: .35rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
html[data-store-template="storefront-classic"] .store-btn--primary {
    border-radius: .35rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .82rem;
}

html[data-store-template="marketplace-azul"] .store-header {
    background: var(--store-primary);
    color: #fff;
}
html[data-store-template="marketplace-azul"] .store-header__bar { padding-block: .65rem; }
html[data-store-template="marketplace-azul"] .store-logo,
html[data-store-template="marketplace-azul"] .store-logo__tagline,
html[data-store-template="marketplace-azul"] .store-header__action { color: #fff; }
html[data-store-template="marketplace-azul"] .store-search input {
    border-radius: .35rem;
    border: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
}
html[data-store-template="marketplace-azul"] .store-product-card {
    border-radius: .25rem;
    border: 1px solid #ddd;
}
html[data-store-template="marketplace-azul"] .store-announcement {
    background: #fff159;
    color: #333;
    font-weight: 700;
}

html[data-store-template="flash-laranja"] .store-announcement {
    background: var(--store-primary);
    color: #fff;
}
html[data-store-template="flash-laranja"] .store-product-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 0;
    box-shadow: 0 4px 16px rgba(238,77,45,.12);
}
html[data-store-template="flash-laranja"] .store-product-card__price {
    color: var(--store-primary);
    font-weight: 800;
}
html[data-store-template="flash-laranja"] .store-btn--primary {
    border-radius: 999px;
    font-weight: 800;
}
html[data-store-template="flash-laranja"] .store-hero {
    border-radius: 1rem;
}

/* Luxo Prestige — joias & perfumes */
html[data-store-template="luxo-prestige"] {
    --store-heading-weight: 600;
}
html[data-store-template="luxo-prestige"] .store-header {
    background: #1a1a1a;
    color: #faf9f7;
}
html[data-store-template="luxo-prestige"] .store-logo,
html[data-store-template="luxo-prestige"] .store-logo__tagline,
html[data-store-template="luxo-prestige"] .store-header__action { color: #faf9f7; }
html[data-store-template="luxo-prestige"] .store-header__bar {
    border-bottom: 1px solid rgba(201,162,39,.35);
}
html[data-store-template="luxo-prestige"] .store-announcement {
    background: #1a1a1a;
    color: #c9a227;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .75rem;
}
html[data-store-template="luxo-prestige"] .store-product-card {
    border-radius: .15rem;
    border: 1px solid #e8e4dc;
    box-shadow: none;
}
html[data-store-template="luxo-prestige"] .store-product-card__price {
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: .02em;
}
html[data-store-template="luxo-prestige"] .store-btn--primary {
    border-radius: 0;
    background: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}
html[data-store-template="luxo-prestige"] .store-btn--primary:hover {
    background: #c9a227;
}
html[data-store-template="luxo-prestige"] .store-hero {
    border-radius: 0;
}

/* Beauty Glow — cosméticos */
html[data-store-template="beauty-glow"] .store-announcement {
    background: linear-gradient(90deg, #f8c8d4, #d4537a);
    color: #fff;
    font-weight: 600;
}
html[data-store-template="beauty-glow"] .store-product-card {
    border-radius: 1.25rem;
    border: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(212,83,122,.08);
}
html[data-store-template="beauty-glow"] .store-product-card__price {
    color: #d4537a;
    font-weight: 700;
}
html[data-store-template="beauty-glow"] .store-btn--primary {
    border-radius: 999px;
    background: linear-gradient(135deg, #f8c8d4, #d4537a);
    border: 0;
    font-weight: 700;
}
html[data-store-template="beauty-glow"] .store-hero {
    border-radius: 1.5rem;
    overflow: hidden;
}
html[data-store-template="beauty-glow"] .store-header__bar {
    border-bottom: 2px solid color-mix(in srgb, var(--store-primary) 25%, transparent);
}

/* Tech Pulse — eletrônicos */
html[data-store-template="tech-pulse"] .store-header {
    background: #0f172a;
    color: #f1f5f9;
}
html[data-store-template="tech-pulse"] .store-logo,
html[data-store-template="tech-pulse"] .store-logo__tagline,
html[data-store-template="tech-pulse"] .store-header__action { color: #f1f5f9; }
html[data-store-template="tech-pulse"] .store-header__bar {
    border-bottom: 2px solid #0ea5e9;
}
html[data-store-template="tech-pulse"] .store-announcement {
    background: #0f172a;
    color: #0ea5e9;
    font-weight: 600;
    font-size: .8rem;
}
html[data-store-template="tech-pulse"] .store-product-card {
    border-radius: .5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(15,23,42,.06);
    transition: box-shadow .2s, transform .2s;
}
html[data-store-template="tech-pulse"] .store-product-card:hover {
    box-shadow: 0 8px 24px rgba(14,165,233,.15);
    transform: translateY(-2px);
}
html[data-store-template="tech-pulse"] .store-product-card__price {
    color: #0ea5e9;
    font-weight: 700;
}
html[data-store-template="tech-pulse"] .store-btn--primary {
    border-radius: .4rem;
    background: #0ea5e9;
    font-weight: 700;
}
html[data-store-template="tech-pulse"] .store-btn--primary:hover {
    background: #0284c7;
}
html[data-store-template="tech-pulse"] .store-hero {
    border-radius: .75rem;
}

/* Sole Step — calçados */
html[data-store-template="sole-step"] .store-announcement {
    background: #111827;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .75rem;
}
html[data-store-template="sole-step"] .store-header__bar {
    border-bottom: 3px solid #e11d48;
}
html[data-store-template="sole-step"] .store-product-card {
    border-radius: .25rem;
    border: 0;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(17,24,39,.1);
}
html[data-store-template="sole-step"] .store-product-card__price {
    color: #e11d48;
    font-weight: 800;
    font-size: 1.05rem;
}
html[data-store-template="sole-step"] .store-btn--primary {
    border-radius: 0;
    background: #e11d48;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
    font-size: .8rem;
}
html[data-store-template="sole-step"] .store-btn--primary:hover {
    background: #be123c;
}
html[data-store-template="sole-step"] .store-hero {
    border-radius: 0;
}

/* Hiper Atlas — hipermercado omnichannel */
html[data-store-template="hiper-atlas"] .store-header {
    background: #0055a4;
    color: #fff;
}
html[data-store-template="hiper-atlas"] .store-logo,
html[data-store-template="hiper-atlas"] .store-logo__tagline,
html[data-store-template="hiper-atlas"] .store-header__action { color: #fff; }
html[data-store-template="hiper-atlas"] .store-announcement {
    background: #e3000b;
    color: #fff;
    font-weight: 700;
}
html[data-store-template="hiper-atlas"] .store-product-card {
    border-radius: .35rem;
    border: 1px solid #dde3ea;
    box-shadow: 0 2px 6px rgba(0,85,164,.06);
}
html[data-store-template="hiper-atlas"] .store-product-card__price {
    color: #e3000b;
    font-weight: 800;
}
html[data-store-template="hiper-atlas"] .store-btn--primary {
    border-radius: .35rem;
    background: #0055a4;
    font-weight: 700;
}
html[data-store-template="hiper-atlas"] .store-btn--primary:hover {
    background: #003d75;
}

/* Casa Total — varejo casa BR */
html[data-store-template="casa-total"] .store-header {
    background: #0032c5;
    color: #fff;
}
html[data-store-template="casa-total"] .store-logo,
html[data-store-template="casa-total"] .store-logo__tagline,
html[data-store-template="casa-total"] .store-header__action { color: #fff; }
html[data-store-template="casa-total"] .store-announcement {
    background: linear-gradient(90deg, #0032c5, #e71a3b);
    color: #fff;
    font-weight: 700;
}
html[data-store-template="casa-total"] .store-product-card {
    border-radius: .25rem;
    border: 2px solid #e0e7ff;
}
html[data-store-template="casa-total"] .store-product-card__price {
    color: #0032c5;
    font-weight: 800;
    font-size: 1.05rem;
}
html[data-store-template="casa-total"] .store-btn--primary {
    border-radius: .25rem;
    background: #e71a3b;
    font-weight: 800;
}
html[data-store-template="casa-total"] .store-btn--primary:hover {
    background: #c41230;
}

/* Plaza Amarela — marketplace LATAM */
html[data-store-template="plaza-amarela"] .store-header {
    background: #fee600;
    color: #131673;
}
html[data-store-template="plaza-amarela"] .store-logo,
html[data-store-template="plaza-amarela"] .store-logo__tagline,
html[data-store-template="plaza-amarela"] .store-header__action { color: #131673; }
html[data-store-template="plaza-amarela"] .store-search input {
    border-radius: .25rem;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}
html[data-store-template="plaza-amarela"] .store-announcement {
    background: #fff159;
    color: #131673;
    font-weight: 700;
}
html[data-store-template="plaza-amarela"] .store-product-card {
    border-radius: .25rem;
    border: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
html[data-store-template="plaza-amarela"] .store-product-card__price {
    color: #00a650;
    font-weight: 800;
    font-size: 1.1rem;
}
html[data-store-template="plaza-amarela"] .store-btn--primary {
    border-radius: .35rem;
    background: #3483fa;
    font-weight: 700;
}

/* Expedição Prime — e-commerce global */
html[data-store-template="expedicao-prime"] .store-header {
    background: #232f3e;
    color: #fff;
}
html[data-store-template="expedicao-prime"] .store-logo,
html[data-store-template="expedicao-prime"] .store-logo__tagline,
html[data-store-template="expedicao-prime"] .store-header__action { color: #fff; }
html[data-store-template="expedicao-prime"] .store-header__bar {
    border-bottom: 1px solid #37475a;
}
html[data-store-template="expedicao-prime"] .store-announcement {
    background: #37475a;
    color: #ff9900;
    font-weight: 600;
}
html[data-store-template="expedicao-prime"] .store-product-card {
    border-radius: .25rem;
    border: 1px solid #e3e6e6;
    box-shadow: none;
}
html[data-store-template="expedicao-prime"] .store-product-card:hover {
    box-shadow: 0 4px 12px rgba(35,47,62,.12);
}
html[data-store-template="expedicao-prime"] .store-product-card__price {
    color: #b12704;
    font-weight: 700;
}
html[data-store-template="expedicao-prime"] .store-btn--primary {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #f7dfa5, #ff9900);
    border: 1px solid #a88734;
    color: #111;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(213,217,217,.5);
}
html[data-store-template="expedicao-prime"] .store-btn--primary:hover {
    background: linear-gradient(180deg, #ff9900, #e88b00);
}

/* —— Alimentos & Bebidas —— */
html[data-store-template="merce-fresco"] .store-header {
    background: var(--store-primary);
    color: #fff;
}
html[data-store-template="merce-fresco"] .store-logo,
html[data-store-template="merce-fresco"] .store-logo__tagline,
html[data-store-template="merce-fresco"] .store-header__action { color: #fff; }
html[data-store-template="merce-fresco"] .store-announcement {
    background: #fef08a;
    color: #14532d;
    font-weight: 700;
}
html[data-store-template="merce-fresco"] .store-product-card {
    border-radius: .5rem;
    border: 1px solid #bbf7d0;
}
html[data-store-template="merce-fresco"] .store-product-card__price {
    color: #15803d;
    font-weight: 800;
}
html[data-store-template="merce-fresco"] .store-btn--primary {
    border-radius: 2rem;
    background: linear-gradient(180deg, #34d399, var(--store-primary));
    font-weight: 700;
}

/* —— Brinquedos —— */
html[data-store-template="brincolandia"] .store-announcement {
    background: linear-gradient(90deg, #f59e0b, #3b82f6);
    color: #fff;
    font-weight: 700;
}
html[data-store-template="brincolandia"] .store-product-card {
    border-radius: 1.25rem;
    border: 3px solid #fde68a;
    box-shadow: 0 6px 0 #f59e0b;
}
html[data-store-template="brincolandia"] .store-product-card__price {
    color: #2563eb;
    font-weight: 800;
    font-size: 1.05rem;
}
html[data-store-template="brincolandia"] .store-btn--primary {
    border-radius: 2rem;
    background: linear-gradient(135deg, #f59e0b, #3b82f6);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}
html[data-store-template="brincolandia"] .store-hero {
    border-radius: 1.5rem;
}

/* —— Vinhos —— */
html[data-store-template="adega-terroir"] .store-header {
    background: #3d1519;
    color: #faf7f2;
}
html[data-store-template="adega-terroir"] .store-logo,
html[data-store-template="adega-terroir"] .store-logo__tagline,
html[data-store-template="adega-terroir"] .store-header__action { color: #faf7f2; }
html[data-store-template="adega-terroir"] .store-announcement {
    background: #722f37;
    color: #faf7f2;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .78rem;
}
html[data-store-template="adega-terroir"] .store-product-card {
    border-radius: .25rem;
    border: 1px solid #e8ddd4;
    box-shadow: none;
}
html[data-store-template="adega-terroir"] .store-product-card__price {
    color: #722f37;
    font-family: var(--store-font-heading, Georgia, serif);
}
html[data-store-template="adega-terroir"] .store-btn--primary {
    border-radius: 0;
    background: #722f37;
    border: 1px solid #c9a227;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .8rem;
}
html[data-store-template="adega-terroir"] .store-hero {
    border-radius: 0;
}

/* —— Drogaria (ref. redes farmacêuticas BR) —— */
html[data-store-template="farmacia-bem"] .store-header {
    background: #fff;
    border-bottom: 4px solid #e30613;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
html[data-store-template="farmacia-bem"] .store-logo { color: #e30613; }
html[data-store-template="farmacia-bem"] .store-logo__tagline { color: #00a859; }
html[data-store-template="farmacia-bem"] .store-header__action { color: #1e293b; }
html[data-store-template="farmacia-bem"] .store-search input {
    border: 2px solid #e2e8f0;
    border-radius: 2rem;
}
html[data-store-template="farmacia-bem"] .store-announcement {
    background: #00a859;
    color: #fff;
    font-weight: 700;
}
html[data-store-template="farmacia-bem"] .store-product-card {
    border-radius: .5rem;
    border: 1px solid #e2e8f0;
}
html[data-store-template="farmacia-bem"] .store-product-card:hover {
    border-color: #e30613;
    box-shadow: 0 4px 12px rgba(227,6,19,.1);
}
html[data-store-template="farmacia-bem"] .store-product-card__price {
    color: #e30613;
    font-weight: 800;
}
html[data-store-template="farmacia-bem"] .store-btn--primary {
    border-radius: 2rem;
    background: #e30613;
    font-weight: 700;
}
html[data-store-template="farmacia-bem"] .store-btn--primary:hover {
    background: #b8050f;
}

/* —— Veículos —— */
html[data-store-template="showroom-auto"] .store-header {
    background: #0f172a;
    color: #f8fafc;
}
html[data-store-template="showroom-auto"] .store-logo,
html[data-store-template="showroom-auto"] .store-logo__tagline,
html[data-store-template="showroom-auto"] .store-header__action { color: #f8fafc; }
html[data-store-template="showroom-auto"] .store-header__bar {
    border-bottom: 1px solid #334155;
}
html[data-store-template="showroom-auto"] .store-announcement {
    background: #334155;
    color: #cbd5e1;
    font-weight: 600;
}
html[data-store-template="showroom-auto"] .store-product-card {
    border-radius: .35rem;
    border: 0;
    box-shadow: 0 8px 24px rgba(15,23,42,.12);
}
html[data-store-template="showroom-auto"] .store-product-card__price {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.1rem;
}
html[data-store-template="showroom-auto"] .store-btn--primary {
    border-radius: .25rem;
    background: #1e293b;
    border: 1px solid #94a3b8;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .78rem;
}
html[data-store-template="showroom-auto"] .store-hero {
    border-radius: .35rem;
}

/* —— Autopeças —— */
html[data-store-template="pecas-prime"] .store-header {
    background: #171717;
    color: #fff;
}
html[data-store-template="pecas-prime"] .store-logo,
html[data-store-template="pecas-prime"] .store-logo__tagline,
html[data-store-template="pecas-prime"] .store-header__action { color: #fff; }
html[data-store-template="pecas-prime"] .store-header__bar {
    border-bottom: 3px solid var(--store-primary);
}
html[data-store-template="pecas-prime"] .store-announcement {
    background: var(--store-primary);
    color: #fff;
    font-weight: 700;
}
html[data-store-template="pecas-prime"] .store-product-card {
    border-radius: .25rem;
    border: 1px solid #d4d4d4;
    border-left: 4px solid var(--store-primary);
}
html[data-store-template="pecas-prime"] .store-product-card__price {
    color: var(--store-primary);
    font-weight: 800;
}
html[data-store-template="pecas-prime"] .store-btn--primary {
    border-radius: .25rem;
    background: var(--store-primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .82rem;
}
html[data-store-template="pecas-prime"] .store-btn--primary:hover {
    background: #c2410c;
}

/* ═══════════════════════════════════════════════════════════════
   Coleção Vidro & Brilho — glassmorphism (backdrop-filter + glow)
   Inspirado em temas WooCommerce premium / vitrine moderna
   ═══════════════════════════════════════════════════════════════ */

html[data-store-template="cristal-luminoso"],
html[data-store-template="aurora-vidro"],
html[data-store-template="prisma-neon"],
html[data-store-template="pastel-velado"],
html[data-store-template="oceano-cristal"],
html[data-store-template="luxo-espelho"],
html[data-store-template="verde-essencia"],
html[data-store-template="vinho-veludo"] {
    --glass-blur: blur(18px) saturate(180%);
    --glass-border: rgba(255, 255, 255, 0.55);
    --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    --glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.12);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    html[data-store-template="cristal-luminoso"] .store-product-card,
    html[data-store-template="aurora-vidro"] .store-product-card,
    html[data-store-template="pastel-velado"] .store-product-card,
    html[data-store-template="oceano-cristal"] .store-product-card,
    html[data-store-template="luxo-espelho"] .store-product-card,
    html[data-store-template="verde-essencia"] .store-product-card,
    html[data-store-template="vinho-veludo"] .store-product-card {
        background: rgba(255, 255, 255, 0.92);
    }
    html[data-store-template="prisma-neon"] .store-product-card {
        background: rgba(15, 23, 42, 0.92);
    }
}

@keyframes glass-card-shimmer {
    0% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
    20% { opacity: .18; }
    50% { opacity: .28; }
    100% { transform: translateX(190%) skewX(-18deg); opacity: 0; }
}

html[data-store-template="cristal-luminoso"] .store-hero-slide,
html[data-store-template="aurora-vidro"] .store-hero-slide,
html[data-store-template="prisma-neon"] .store-hero-slide,
html[data-store-template="pastel-velado"] .store-hero-slide,
html[data-store-template="oceano-cristal"] .store-hero-slide,
html[data-store-template="luxo-espelho"] .store-hero-slide,
html[data-store-template="verde-essencia"] .store-hero-slide,
html[data-store-template="vinho-veludo"] .store-hero-slide {
    overflow: hidden;
}

html[data-store-template="cristal-luminoso"] .store-hero-slide::before,
html[data-store-template="aurora-vidro"] .store-hero-slide::before,
html[data-store-template="prisma-neon"] .store-hero-slide::before,
html[data-store-template="pastel-velado"] .store-hero-slide::before,
html[data-store-template="oceano-cristal"] .store-hero-slide::before,
html[data-store-template="luxo-espelho"] .store-hero-slide::before,
html[data-store-template="verde-essencia"] .store-hero-slide::before,
html[data-store-template="vinho-veludo"] .store-hero-slide::before {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03) 28%, transparent 38%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.38));
}

html[data-store-template="cristal-luminoso"] .store-hero-slide::after,
html[data-store-template="aurora-vidro"] .store-hero-slide::after,
html[data-store-template="prisma-neon"] .store-hero-slide::after,
html[data-store-template="pastel-velado"] .store-hero-slide::after,
html[data-store-template="oceano-cristal"] .store-hero-slide::after,
html[data-store-template="luxo-espelho"] .store-hero-slide::after,
html[data-store-template="verde-essencia"] .store-hero-slide::after,
html[data-store-template="vinho-veludo"] .store-hero-slide::after {
    content: "";
    position: absolute;
    inset: 1rem auto 1rem 52%;
    width: min(36vw, 420px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    pointer-events: none;
}

html[data-store-template="cristal-luminoso"] .store-hero-slide__content,
html[data-store-template="aurora-vidro"] .store-hero-slide__content,
html[data-store-template="prisma-neon"] .store-hero-slide__content,
html[data-store-template="pastel-velado"] .store-hero-slide__content,
html[data-store-template="oceano-cristal"] .store-hero-slide__content,
html[data-store-template="luxo-espelho"] .store-hero-slide__content,
html[data-store-template="verde-essencia"] .store-hero-slide__content,
html[data-store-template="vinho-veludo"] .store-hero-slide__content {
    padding: 2rem 2rem 2rem 0;
}

html[data-store-template="cristal-luminoso"] .store-hero-slide__content > *:not(script),
html[data-store-template="aurora-vidro"] .store-hero-slide__content > *:not(script),
html[data-store-template="prisma-neon"] .store-hero-slide__content > *:not(script),
html[data-store-template="pastel-velado"] .store-hero-slide__content > *:not(script),
html[data-store-template="oceano-cristal"] .store-hero-slide__content > *:not(script),
html[data-store-template="luxo-espelho"] .store-hero-slide__content > *:not(script),
html[data-store-template="verde-essencia"] .store-hero-slide__content > *:not(script),
html[data-store-template="vinho-veludo"] .store-hero-slide__content > *:not(script) {
    max-width: fit-content;
    padding-inline: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

html[data-store-template="cristal-luminoso"] .store-product-card,
html[data-store-template="aurora-vidro"] .store-product-card,
html[data-store-template="prisma-neon"] .store-product-card,
html[data-store-template="pastel-velado"] .store-product-card,
html[data-store-template="oceano-cristal"] .store-product-card,
html[data-store-template="luxo-espelho"] .store-product-card,
html[data-store-template="verde-essencia"] .store-product-card,
html[data-store-template="vinho-veludo"] .store-product-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

html[data-store-template="cristal-luminoso"] .store-product-card::after,
html[data-store-template="aurora-vidro"] .store-product-card::after,
html[data-store-template="prisma-neon"] .store-product-card::after,
html[data-store-template="pastel-velado"] .store-product-card::after,
html[data-store-template="oceano-cristal"] .store-product-card::after,
html[data-store-template="luxo-espelho"] .store-product-card::after,
html[data-store-template="verde-essencia"] .store-product-card::after,
html[data-store-template="vinho-veludo"] .store-product-card::after {
    content: "";
    position: absolute;
    inset: -15% auto -15% -42%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    opacity: 0;
    pointer-events: none;
}

html[data-store-template="cristal-luminoso"] .store-product-card:hover::after,
html[data-store-template="aurora-vidro"] .store-product-card:hover::after,
html[data-store-template="prisma-neon"] .store-product-card:hover::after,
html[data-store-template="pastel-velado"] .store-product-card:hover::after,
html[data-store-template="oceano-cristal"] .store-product-card:hover::after,
html[data-store-template="luxo-espelho"] .store-product-card:hover::after,
html[data-store-template="verde-essencia"] .store-product-card:hover::after,
html[data-store-template="vinho-veludo"] .store-product-card:hover::after {
    animation: glass-card-shimmer 1.8s ease;
}

/* —— Cristal Luminoso —— */
html[data-store-template="cristal-luminoso"] body {
    background:
        radial-gradient(ellipse 80% 50% at 20% -10%, rgba(129, 140, 248, 0.35), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 10%, rgba(196, 181, 253, 0.28), transparent 50%),
        linear-gradient(165deg, #eef2ff 0%, #f8fafc 45%, #e0e7ff 100%);
    background-attachment: fixed;
}
html[data-store-template="cristal-luminoso"] .store-header {
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}
html[data-store-template="cristal-luminoso"] .store-announcement {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.85), rgba(167, 139, 250, 0.85));
    color: #fff;
    font-weight: 700;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
html[data-store-template="cristal-luminoso"] .store-product-card {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow), var(--glass-highlight);
    border-radius: 1.25rem;
}
html[data-store-template="cristal-luminoso"] .store-product-card:hover {
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.18), var(--glass-highlight);
    transform: translateY(-2px);
}
html[data-store-template="cristal-luminoso"] .store-category-tile,
html[data-store-template="cristal-luminoso"] .store-trust {
    background: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
}
html[data-store-template="cristal-luminoso"] .store-btn--primary {
    background: linear-gradient(135deg, #818cf8, #6366f1 50%, #4f46e5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    font-weight: 700;
}

/* —— Aurora Vidro —— */
html[data-store-template="aurora-vidro"] body {
    background:
        radial-gradient(circle at 15% 20%, rgba(168, 85, 247, 0.35), transparent 42%),
        radial-gradient(circle at 85% 15%, rgba(34, 211, 238, 0.3), transparent 40%),
        radial-gradient(circle at 50% 90%, rgba(244, 114, 182, 0.25), transparent 45%),
        linear-gradient(160deg, #fdf4ff, #fae8ff 40%, #ecfeff);
    background-attachment: fixed;
}
html[data-store-template="aurora-vidro"] .store-header {
    background: rgba(255, 255, 255, 0.38);
    -webkit-backdrop-filter: blur(22px) saturate(200%);
    backdrop-filter: blur(22px) saturate(200%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
html[data-store-template="aurora-vidro"] .store-announcement {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.75), rgba(34, 211, 238, 0.75));
    color: #fff;
    font-weight: 700;
}
html[data-store-template="aurora-vidro"] .store-product-card {
    background: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 8px 32px rgba(168, 85, 247, 0.12), var(--glass-highlight);
    border-radius: 1.35rem;
}
html[data-store-template="aurora-vidro"] .store-product-card__price {
    background: linear-gradient(90deg, #7c3aed, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}
html[data-store-template="aurora-vidro"] .store-btn--primary {
    background: linear-gradient(135deg, #c084fc, #a855f7 40%, #06b6d4);
    box-shadow: 0 4px 28px rgba(168, 85, 247, 0.4);
    border-radius: 999px;
}

/* —— Prisma Neon (dark glass) —— */
html[data-store-template="prisma-neon"] {
    --store-text: #f1f5f9;
    --store-muted: #94a3b8;
    --store-border: rgba(255, 255, 255, 0.12);
    --store-surface: rgba(15, 23, 42, 0.55);
}
html[data-store-template="prisma-neon"] body {
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(244, 114, 182, 0.35), transparent 50%),
        radial-gradient(ellipse 60% 45% at 95% 20%, rgba(34, 211, 238, 0.3), transparent 48%),
        radial-gradient(circle at 50% 100%, rgba(99, 102, 241, 0.25), transparent 55%),
        #0b1020;
    background-attachment: fixed;
    color: var(--store-text);
}
html[data-store-template="prisma-neon"] .store-header {
    background: rgba(15, 23, 42, 0.55);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);
    border-bottom: 1px solid rgba(34, 211, 238, 0.25);
    box-shadow: 0 4px 30px rgba(34, 211, 238, 0.08);
}
html[data-store-template="prisma-neon"] .store-logo,
html[data-store-template="prisma-neon"] .store-logo__tagline,
html[data-store-template="prisma-neon"] .store-header__action { color: #f1f5f9; }
html[data-store-template="prisma-neon"] .store-search input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.3);
    color: #f1f5f9;
}
html[data-store-template="prisma-neon"] .store-announcement {
    background: linear-gradient(90deg, rgba(244, 114, 182, 0.5), rgba(34, 211, 238, 0.5));
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 211, 238, 0.2);
}
html[data-store-template="prisma-neon"] .store-product-card {
    background: rgba(15, 23, 42, 0.5);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
    border: 1px solid rgba(34, 211, 238, 0.35);
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}
html[data-store-template="prisma-neon"] .store-product-card:hover {
    border-color: rgba(244, 114, 182, 0.5);
    box-shadow: 0 0 32px rgba(244, 114, 182, 0.15);
}
html[data-store-template="prisma-neon"] .store-product-card__price {
    color: #22d3ee;
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.4);
    font-weight: 800;
}
html[data-store-template="prisma-neon"] .store-btn--primary {
    background: linear-gradient(135deg, #f472b6, #22d3ee);
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.45);
    border-radius: .65rem;
    font-weight: 800;
}
html[data-store-template="prisma-neon"] .store-header__nav-wrap {
    background: rgba(15, 23, 42, 0.4);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* —— Pastel Velado —— */
html[data-store-template="pastel-velado"] body {
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 168, 212, 0.4), transparent 45%),
        radial-gradient(circle at 100% 0%, rgba(233, 213, 255, 0.45), transparent 42%),
        linear-gradient(180deg, #fff1f2, #fdf4ff 50%, #fce7f3);
    background-attachment: fixed;
}
html[data-store-template="pastel-velado"] .store-header {
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(20px) saturate(190%);
    backdrop-filter: blur(20px) saturate(190%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
html[data-store-template="pastel-velado"] .store-announcement {
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.65), rgba(192, 132, 252, 0.65));
    color: #fff;
}
html[data-store-template="pastel-velado"] .store-product-card {
    background: rgba(255, 255, 255, 0.58);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 1.5rem;
    box-shadow: 0 8px 28px rgba(236, 72, 153, 0.1), var(--glass-highlight);
}
html[data-store-template="pastel-velado"] .store-product-card__price {
    color: #db2777;
    font-weight: 800;
}
html[data-store-template="pastel-velado"] .store-btn--primary {
    background: linear-gradient(135deg, #f9a8d4, #ec4899);
    border-radius: 999px;
    box-shadow: 0 4px 20px rgba(236, 72, 153, 0.35);
}

/* —— Oceano Cristal —— */
html[data-store-template="oceano-cristal"] body {
    background:
        radial-gradient(ellipse 80% 60% at 50% -20%, rgba(6, 182, 212, 0.4), transparent 55%),
        radial-gradient(circle at 100% 80%, rgba(103, 232, 249, 0.35), transparent 45%),
        linear-gradient(175deg, #ecfeff, #cffafe 40%, #e0f2fe);
    background-attachment: fixed;
}
html[data-store-template="oceano-cristal"] .store-header {
    background: rgba(255, 255, 255, 0.48);
    -webkit-backdrop-filter: blur(20px) saturate(185%);
    backdrop-filter: blur(20px) saturate(185%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 24px rgba(6, 182, 212, 0.1);
}
html[data-store-template="oceano-cristal"] .store-announcement {
    background: linear-gradient(90deg, rgba(6, 182, 212, 0.8), rgba(14, 165, 233, 0.8));
    color: #fff;
    font-weight: 700;
}
html[data-store-template="oceano-cristal"] .store-product-card {
    background: rgba(255, 255, 255, 0.52);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 1.15rem;
    box-shadow: 0 8px 30px rgba(6, 182, 212, 0.12), var(--glass-highlight);
}
html[data-store-template="oceano-cristal"] .store-product-card__price {
    color: #0891b2;
    font-weight: 800;
}
html[data-store-template="oceano-cristal"] .store-btn--primary {
    background: linear-gradient(135deg, #67e8f9, #06b6d4 50%, #0891b2);
    box-shadow: 0 4px 24px rgba(6, 182, 212, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: .85rem;
}

/* —— Luxo Espelho —— */
html[data-store-template="luxo-espelho"] body {
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 175, 55, 0.28), transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(254, 243, 199, 0.5), transparent 40%),
        linear-gradient(165deg, #fafaf9, #fef3c7 35%, #fffbeb);
    background-attachment: fixed;
}
html[data-store-template="luxo-espelho"] .store-header {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(18px) saturate(170%);
    backdrop-filter: blur(18px) saturate(170%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 4px 28px rgba(202, 138, 4, 0.08);
}
html[data-store-template="luxo-espelho"] .store-announcement {
    background: linear-gradient(90deg, rgba(28, 25, 23, 0.88), rgba(120, 53, 15, 0.75));
    color: #fef3c7;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .78rem;
}
html[data-store-template="luxo-espelho"] .store-product-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(254, 243, 199, 0.25));
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: .35rem;
    box-shadow: 0 8px 32px rgba(202, 138, 4, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
html[data-store-template="luxo-espelho"] .store-product-card__price {
    color: #a16207;
    font-family: var(--store-font-heading, Georgia, serif);
    font-weight: 700;
}
html[data-store-template="luxo-espelho"] .store-btn--primary {
    background: linear-gradient(135deg, #fde68a, #ca8a04 45%, #a16207);
    color: #1c1917;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px rgba(202, 138, 4, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-radius: 0;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
}
html[data-store-template="luxo-espelho"] .store-hero-slide::before {
    background: linear-gradient(135deg, rgba(28, 25, 23, 0.55), rgba(202, 138, 4, 0.2));
}

/* —— Verde Essencia —— */
html[data-store-template="verde-essencia"] body {
    background:
        radial-gradient(circle at 10% 10%, rgba(34, 197, 94, 0.28), transparent 36%),
        radial-gradient(circle at 100% 0%, rgba(187, 247, 208, 0.42), transparent 36%),
        linear-gradient(160deg, #f0fdf4, #dcfce7 45%, #ecfccb);
    background-attachment: fixed;
}
html[data-store-template="verde-essencia"] .store-header {
    background: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 4px 24px rgba(34, 197, 94, 0.1);
}
html[data-store-template="verde-essencia"] .store-announcement {
    background: linear-gradient(90deg, rgba(22, 163, 74, 0.84), rgba(74, 222, 128, 0.84));
    color: #fff;
    font-weight: 700;
}
html[data-store-template="verde-essencia"] .store-product-card {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 1.25rem;
    box-shadow: 0 8px 30px rgba(22, 163, 74, 0.11), var(--glass-highlight);
}
html[data-store-template="verde-essencia"] .store-category-tile,
html[data-store-template="verde-essencia"] .store-trust {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.72);
}
html[data-store-template="verde-essencia"] .store-product-card__price {
    color: #15803d;
    font-weight: 800;
}
html[data-store-template="verde-essencia"] .store-btn--primary {
    background: linear-gradient(135deg, #4ade80, #16a34a 55%, #14532d);
    border-radius: 999px;
    box-shadow: 0 4px 24px rgba(22, 163, 74, 0.34);
}
html[data-store-template="verde-essencia"] .store-hero-slide::before {
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05) 28%, transparent 38%),
        linear-gradient(90deg, rgba(5, 46, 22, 0.76), rgba(21, 128, 61, 0.34));
}

/* —— Vinho Veludo —— */
html[data-store-template="vinho-veludo"] body {
    background:
        radial-gradient(circle at 15% 0%, rgba(190, 24, 93, 0.24), transparent 36%),
        radial-gradient(circle at 100% 15%, rgba(127, 29, 29, 0.3), transparent 38%),
        linear-gradient(165deg, #fff1f2, #ffe4e6 38%, #fdf2f8);
    background-attachment: fixed;
}
html[data-store-template="vinho-veludo"] .store-header {
    background: rgba(255, 255, 255, 0.36);
    -webkit-backdrop-filter: blur(18px) saturate(175%);
    backdrop-filter: blur(18px) saturate(175%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: 0 4px 22px rgba(127, 29, 29, 0.1);
}
html[data-store-template="vinho-veludo"] .store-announcement {
    background: linear-gradient(90deg, rgba(127, 29, 29, 0.86), rgba(159, 18, 57, 0.86));
    color: #fff1f2;
    font-weight: 700;
}
html[data-store-template="vinho-veludo"] .store-product-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 228, 230, 0.18));
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(127, 29, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
html[data-store-template="vinho-veludo"] .store-product-card__price {
    color: #9f1239;
    font-weight: 800;
}
html[data-store-template="vinho-veludo"] .store-btn--primary {
    background: linear-gradient(135deg, #e11d48, #9f1239 55%, #450a0a);
    border-radius: .85rem;
    box-shadow: 0 4px 24px rgba(127, 29, 29, 0.32);
}
html[data-store-template="vinho-veludo"] .store-hero-slide::before {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 26%, transparent 36%),
        linear-gradient(90deg, rgba(69, 10, 10, 0.8), rgba(159, 18, 57, 0.34));
}

/* —— Orchid Store (WooCommerce Themebeez) —— */
html[data-store-template="orchid-store"] {
    --store-orchid-primary: #0286e7;
    --store-orchid-accent: #e26143;
}

html[data-store-template="orchid-store"] .store-announcement {
    background: var(--store-orchid-primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

html[data-store-template="orchid-store"] .store-header {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

html[data-store-template="orchid-store"] .store-header__bar {
    padding-block: 0.85rem;
}

html[data-store-template="orchid-store"] .store-search input {
    border: 1px solid #dbe3ee;
    border-radius: 0.35rem;
    background: #fff;
}

html[data-store-template="orchid-store"] .store-search button,
html[data-store-template="orchid-store"] .store-search [type="submit"] {
    background: var(--store-orchid-primary);
    color: #fff;
}

html[data-store-template="orchid-store"] .store-header__nav-wrap {
    background: var(--store-orchid-primary);
    border-top: none;
}

html[data-store-template="orchid-store"] .store-nav__link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

html[data-store-template="orchid-store"] .store-nav__link:hover,
html[data-store-template="orchid-store"] .store-nav__link--active {
    color: #fff;
    background: rgba(0, 0, 0, 0.12);
}

html[data-store-template="orchid-store"] .store-header__action--cart {
    border: 1px solid var(--store-orchid-primary);
    border-radius: 0.35rem;
    color: var(--store-orchid-primary);
}

html[data-store-template="orchid-store"] .store-btn--primary {
    background: var(--store-orchid-primary);
    border-radius: 0.3rem;
    box-shadow: 0 2px 10px rgba(2, 134, 231, 0.28);
}

html[data-store-template="orchid-store"] .store-btn--primary:hover {
    filter: brightness(1.05);
}

html[data-store-template="orchid-store"] .store-product-card {
    border-radius: 0.25rem;
    border: 1px solid #e8eef5;
    box-shadow: none;
    overflow: hidden;
}

html[data-store-template="orchid-store"] .store-product-card:hover {
    border-color: #c5d7ec;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

html[data-store-template="orchid-store"] .store-product-card__price {
    color: var(--store-orchid-accent);
    font-weight: 800;
}

html[data-store-template="orchid-store"] .store-section h2 {
    font-weight: 800;
    letter-spacing: -0.02em;
    border-bottom: 3px solid var(--store-orchid-primary);
    display: inline-block;
    padding-bottom: 0.35rem;
    margin-bottom: 1.25rem;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic {
    margin: 1rem auto 0;
    max-width: var(--store-max, 1200px);
    padding-inline: 1rem;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-banner__track {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.85rem;
    min-height: clamp(280px, 38vw, 440px);
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide {
    display: flex !important;
    min-height: 0;
    border-radius: 0.35rem;
    overflow: hidden;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:first-child {
    grid-row: 1 / -1;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide__content {
    padding: 1.5rem 1.25rem;
    max-width: 100%;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:not(:first-child) h1 {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:not(:first-child) .store-hero-slide__subtitle {
    font-size: 0.92rem;
    margin-bottom: 0.75rem;
}

html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:not(:first-child) .store-hero-slide__eyebrow {
    display: none;
}

html[data-store-template="orchid-store"] .store-hero-slide::before {
    background: linear-gradient(90deg, rgba(2, 54, 94, 0.72), rgba(2, 134, 231, 0.2));
}

html[data-store-template="orchid-store"] .store-hero-slide--sunset::before {
    background: linear-gradient(90deg, rgba(180, 60, 30, 0.75), rgba(226, 97, 67, 0.25));
}

html[data-store-template="orchid-store"] .store-hero-slide--ocean::before {
    background: linear-gradient(90deg, rgba(15, 50, 110, 0.75), rgba(2, 134, 231, 0.28));
}

@media (max-width: 860px) {
    html[data-store-template="cristal-luminoso"] .store-hero-slide::after,
    html[data-store-template="aurora-vidro"] .store-hero-slide::after,
    html[data-store-template="prisma-neon"] .store-hero-slide::after,
    html[data-store-template="pastel-velado"] .store-hero-slide::after,
    html[data-store-template="oceano-cristal"] .store-hero-slide::after,
    html[data-store-template="luxo-espelho"] .store-hero-slide::after,
    html[data-store-template="verde-essencia"] .store-hero-slide::after,
    html[data-store-template="vinho-veludo"] .store-hero-slide::after {
        inset: auto 1rem 1rem 1rem;
        width: auto;
        height: 42%;
    }

    html[data-store-template="cristal-luminoso"] .store-hero-slide__content,
    html[data-store-template="aurora-vidro"] .store-hero-slide__content,
    html[data-store-template="prisma-neon"] .store-hero-slide__content,
    html[data-store-template="pastel-velado"] .store-hero-slide__content,
    html[data-store-template="oceano-cristal"] .store-hero-slide__content,
    html[data-store-template="luxo-espelho"] .store-hero-slide__content,
    html[data-store-template="verde-essencia"] .store-hero-slide__content,
    html[data-store-template="vinho-veludo"] .store-hero-slide__content {
        padding: 2rem 0 4rem;
    }

    html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-banner__track {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }

    html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:first-child {
        grid-row: auto;
        min-height: 220px;
    }

    html[data-store-template="orchid-store"] .store-hero-banner--mosaic .store-hero-slide:not(:first-child) {
        min-height: 160px;
    }
}

/* —— Paletto Blush (TM #70583) —— */
html[data-store-template="paletto-blush"] {
    --store-paletto: #c97b84;
    --store-paletto-sage: #8fae8b;
}
html[data-store-template="paletto-blush"] .store-announcement {
    background: linear-gradient(90deg, #f3e4e6, #e8f0e6);
    color: #5c3d42;
    font-weight: 600;
}
html[data-store-template="paletto-blush"] .store-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #efe6e0;
}
html[data-store-template="paletto-blush"] .store-btn--primary {
    background: var(--store-paletto);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(201, 123, 132, 0.28);
}
html[data-store-template="paletto-blush"] .store-product-card {
    border: none;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(92, 61, 66, 0.06);
}
html[data-store-template="paletto-blush"] .store-product-card__price {
    color: var(--store-paletto);
    font-weight: 700;
}
html[data-store-template="paletto-blush"] .store-section h2 {
    font-style: italic;
    font-weight: 600;
    color: #4a3538;
}
html[data-store-template="paletto-blush"] .store-hero-slide::before {
    background: linear-gradient(105deg, rgba(250, 246, 242, 0.88), rgba(201, 123, 132, 0.35) 55%, transparent 78%);
}
html[data-store-template="paletto-blush"] .store-hero-slide,
html[data-store-template="paletto-blush"] .store-hero-slide h1,
html[data-store-template="paletto-blush"] .store-hero-slide__subtitle {
    color: #3f2c30;
}
html[data-store-template="paletto-blush"] .store-btn--light {
    background: #fff;
    color: var(--store-paletto);
    border-radius: 999px;
}

/* —— Naturio Orgânica (TM #66344) —— */
html[data-store-template="naturio-organica"] {
    --store-naturio: #5a9e3a;
    --store-naturio-warm: #f4a261;
}
html[data-store-template="naturio-organica"] .store-announcement {
    background: var(--store-naturio);
    color: #fff;
    font-weight: 700;
}
html[data-store-template="naturio-organica"] .store-header__bar {
    padding-block: 0.75rem;
}
html[data-store-template="naturio-organica"] .store-header__nav-wrap {
    background: #fff;
    border-top: 2px solid #e4efdc;
    border-bottom: 2px solid #e4efdc;
}
html[data-store-template="naturio-organica"] .store-nav__link {
    font-weight: 700;
    color: #2f4a24;
    text-transform: none;
}
html[data-store-template="naturio-organica"] .store-nav__link--active,
html[data-store-template="naturio-organica"] .store-nav__link:hover {
    color: var(--store-naturio);
}
html[data-store-template="naturio-organica"] .store-btn--primary {
    background: linear-gradient(135deg, var(--store-naturio), #3d7a28);
    border-radius: 0.45rem;
}
html[data-store-template="naturio-organica"] .store-product-card {
    border: 1px solid #e2ecd9;
    border-radius: 0.65rem;
    box-shadow: none;
}
html[data-store-template="naturio-organica"] .store-product-card__price {
    color: var(--store-naturio-warm);
    font-weight: 800;
}
html[data-store-template="naturio-organica"] .store-section h2 {
    color: #2f4a24;
    font-weight: 800;
}
html[data-store-template="naturio-organica"] .store-section h2::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    margin-top: 0.4rem;
    background: var(--store-naturio-warm);
    border-radius: 2px;
}
html[data-store-template="naturio-organica"] .store-hero-slide::before {
    background: linear-gradient(90deg, rgba(45, 90, 30, 0.78), rgba(90, 158, 58, 0.25));
}
html[data-store-template="naturio-organica"] .store-hero-slide--sunset::before {
    background: linear-gradient(90deg, rgba(180, 90, 40, 0.72), rgba(244, 162, 97, 0.28));
}

/* —— Galleria Atelier (Woo Fashion / Galleria·Fasino) —— */
html[data-store-template="galleria-atelier"] {
    --store-galleria: #111111;
    --store-galleria-gold: #c9a66b;
}
html[data-store-template="galleria-atelier"] .store-header {
    background: #fff;
    border-bottom: 1px solid #ecece8;
}
html[data-store-template="galleria-atelier"] .store-logo__name {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 700;
}
html[data-store-template="galleria-atelier"] .store-header__nav-wrap {
    background: transparent;
    border-top: none;
}
html[data-store-template="galleria-atelier"] .store-nav__link {
    color: #222;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}
html[data-store-template="galleria-atelier"] .store-nav__link--active {
    color: var(--store-galleria);
    box-shadow: inset 0 -2px 0 var(--store-galleria-gold);
}
html[data-store-template="galleria-atelier"] .store-btn--primary {
    background: var(--store-galleria);
    border-radius: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}
html[data-store-template="galleria-atelier"] .store-product-card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
html[data-store-template="galleria-atelier"] .store-product-card__media {
    border-radius: 0;
    background: #ecece8;
}
html[data-store-template="galleria-atelier"] .store-product-card__price {
    color: var(--store-galleria);
    font-weight: 600;
}
html[data-store-template="galleria-atelier"] .store-section h2 {
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.75rem;
    width: 100%;
}
html[data-store-template="galleria-atelier"] .store-hero-banner--tall .store-hero-slide {
    min-height: clamp(360px, 56vw, 640px);
}
html[data-store-template="galleria-atelier"] .store-hero-slide::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.08));
}
html[data-store-template="galleria-atelier"] .store-hero-slide h1 {
    font-weight: 500;
    letter-spacing: -0.02em;
}
html[data-store-template="galleria-atelier"] .store-btn--light {
    border-radius: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

/* —— Tooldic Pro (CoderPlace WCM02046) —— */
html[data-store-template="tooldic-pro"] {
    --store-tool-yellow: #ffcc00;
    --store-tool-dark: #292a30;
}
html[data-store-template="tooldic-pro"] .store-announcement {
    background: var(--store-tool-yellow);
    color: #111;
    font-weight: 800;
    letter-spacing: 0.02em;
}
html[data-store-template="tooldic-pro"] .store-header {
    background: var(--store-tool-dark);
    border-bottom: 3px solid var(--store-tool-yellow);
}
html[data-store-template="tooldic-pro"] .store-logo,
html[data-store-template="tooldic-pro"] .store-logo__tagline,
html[data-store-template="tooldic-pro"] .store-header__action {
    color: #fff;
}
html[data-store-template="tooldic-pro"] .store-search input {
    border-radius: 0.25rem;
    border: 2px solid var(--store-tool-yellow);
}
html[data-store-template="tooldic-pro"] .store-header__nav-wrap {
    background: #1f2025;
}
html[data-store-template="tooldic-pro"] .store-nav__link {
    color: #e5e5e5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}
html[data-store-template="tooldic-pro"] .store-nav__link--active,
html[data-store-template="tooldic-pro"] .store-nav__link:hover {
    color: var(--store-tool-yellow);
}
html[data-store-template="tooldic-pro"] .store-btn--primary {
    background: var(--store-tool-yellow);
    color: #111;
    border-radius: 0.25rem;
    font-weight: 800;
}
html[data-store-template="tooldic-pro"] .store-product-card {
    border: 1px solid #e5e5e5;
    border-radius: 0.35rem;
}
html[data-store-template="tooldic-pro"] .store-product-card__price {
    color: #e05c0b;
    font-weight: 800;
}
html[data-store-template="tooldic-pro"] .store-section h2 {
    font-weight: 800;
    border-left: 4px solid var(--store-tool-yellow);
    padding-left: 0.65rem;
}
html[data-store-template="tooldic-pro"] .store-hero-slide::before {
    background: linear-gradient(90deg, rgba(20, 20, 24, 0.88), rgba(41, 42, 48, 0.35));
}
html[data-store-template="tooldic-pro"] .store-btn--light {
    background: var(--store-tool-yellow);
    color: #111;
    font-weight: 800;
}

/* —— Electme Gadget (CoderPlace WCM02045) —— */
html[data-store-template="electme-gadget"] {
    --store-elect-blue: #2975cc;
    --store-elect-yellow: #e5c50b;
}
html[data-store-template="electme-gadget"] .store-announcement {
    background: var(--store-elect-blue);
    color: #fff;
    font-weight: 700;
}
html[data-store-template="electme-gadget"] .store-header {
    background: #0c0d0e;
}
html[data-store-template="electme-gadget"] .store-logo,
html[data-store-template="electme-gadget"] .store-logo__tagline,
html[data-store-template="electme-gadget"] .store-header__action {
    color: #f3f3f3;
}
html[data-store-template="electme-gadget"] .store-header__nav-wrap {
    background: #16181d;
    border-top: 1px solid #2a2d35;
}
html[data-store-template="electme-gadget"] .store-nav__link {
    color: #cfd6e0;
    font-weight: 600;
}
html[data-store-template="electme-gadget"] .store-nav__link--active {
    color: var(--store-elect-yellow);
}
html[data-store-template="electme-gadget"] .store-btn--primary {
    background: linear-gradient(135deg, var(--store-elect-blue), #1d5aa3);
    border-radius: 0.4rem;
}
html[data-store-template="electme-gadget"] .store-product-card {
    border-radius: 0.55rem;
    border: 1px solid #e8eaee;
    box-shadow: 0 6px 18px rgba(12, 13, 14, 0.05);
}
html[data-store-template="electme-gadget"] .store-product-card__price {
    color: var(--store-elect-blue);
    font-weight: 800;
}
html[data-store-template="electme-gadget"] .store-section h2 {
    font-weight: 800;
}
html[data-store-template="electme-gadget"] .store-section h2::after {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 3px;
    margin-left: 0.6rem;
    vertical-align: middle;
    background: var(--store-elect-yellow);
}
html[data-store-template="electme-gadget"] .store-hero-slide::before {
    background: linear-gradient(100deg, rgba(12, 13, 14, 0.85), rgba(41, 117, 204, 0.25));
}

/* —— Shopstic Mega (TM #343936) —— */
html[data-store-template="shopstic-mega"] {
    --store-shop-navy: #1b2a4a;
    --store-shop-coral: #e94560;
}
html[data-store-template="shopstic-mega"] .store-announcement {
    background: var(--store-shop-coral);
    color: #fff;
    font-weight: 800;
}
html[data-store-template="shopstic-mega"] .store-header {
    background: var(--store-shop-navy);
}
html[data-store-template="shopstic-mega"] .store-logo,
html[data-store-template="shopstic-mega"] .store-logo__tagline,
html[data-store-template="shopstic-mega"] .store-header__action {
    color: #fff;
}
html[data-store-template="shopstic-mega"] .store-header__nav-wrap {
    background: #142038;
}
html[data-store-template="shopstic-mega"] .store-nav__link {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 0.82rem;
}
html[data-store-template="shopstic-mega"] .store-nav__link--active {
    color: #fff;
    background: var(--store-shop-coral);
    border-radius: 0.25rem;
}
html[data-store-template="shopstic-mega"] .store-btn--primary {
    background: var(--store-shop-coral);
    border-radius: 0.35rem;
    box-shadow: 0 4px 16px rgba(233, 69, 96, 0.28);
}
html[data-store-template="shopstic-mega"] .store-product-card {
    border-radius: 0.4rem;
    border: 1px solid #e6e8ef;
}
html[data-store-template="shopstic-mega"] .store-product-card:hover {
    border-color: var(--store-shop-coral);
}
html[data-store-template="shopstic-mega"] .store-product-card__price {
    color: var(--store-shop-coral);
    font-weight: 800;
}
html[data-store-template="shopstic-mega"] .store-section h2 {
    font-weight: 800;
    color: var(--store-shop-navy);
}
html[data-store-template="shopstic-mega"] .store-hero-slide::before {
    background: linear-gradient(90deg, rgba(15, 23, 41, 0.9), rgba(233, 69, 96, 0.25));
}
html[data-store-template="shopstic-mega"] .store-hero-banner--compact .store-hero-slide {
    min-height: clamp(200px, 28vw, 340px);
}
