/* V51 — Templates visuais configuráveis */
html{--theme-accent:#0f6ee8;--theme-accent2:#1389ff;--theme-bg:#f4f7fb;--theme-surface:#fff;--theme-text:#142747;--theme-muted:#6f8198;--theme-line:#dce6f2;--theme-radius:18px;--theme-shadow:0 12px 32px rgba(13,57,111,.09)}
body{transition:background .28s ease,color .28s ease}
html[data-site-theme="aurora"]{--theme-accent:#5477ff;--theme-accent2:#22b9db;--theme-bg:#edf4fb;--theme-surface:rgba(255,255,255,.72);--theme-text:#172645;--theme-muted:#6d7d94;--theme-line:rgba(255,255,255,.82);--theme-radius:24px;--theme-shadow:0 18px 42px rgba(54,91,146,.12)}
html[data-site-theme="nexus"]{color-scheme:dark;--theme-accent:#10a7ff;--theme-accent2:#536dff;--theme-bg:#050c15;--theme-surface:#0b1b2d;--theme-text:#edf7ff;--theme-muted:#8fa8bc;--theme-line:#173552;--theme-radius:18px;--theme-shadow:0 18px 42px rgba(0,0,0,.28)}

/* Shared adaptation */
html[data-site-theme] body{background:var(--theme-bg)!important;color:var(--theme-text)!important}
html[data-site-theme] .site-header,
html[data-site-theme] .store-top,
html[data-site-theme] .detail-header{transition:background .28s,border-color .28s,box-shadow .28s}
html[data-site-theme] .product-card,
html[data-site-theme] .store-card,
html[data-site-theme] .similar-card,
html[data-site-theme] .availability-card{border-radius:var(--theme-radius)!important;transition:background .28s,border-color .28s,box-shadow .28s,transform .2s}

/* Aurora Glass */
html[data-site-theme="aurora"] body{background:
 radial-gradient(circle at 8% 0,rgba(85,217,240,.22),transparent 30%),
 radial-gradient(circle at 92% 12%,rgba(98,112,255,.16),transparent 28%),
 linear-gradient(180deg,#f3f8ff,#edf3fa)!important}
html[data-site-theme="aurora"] .site-header,
html[data-site-theme="aurora"] .store-top,
html[data-site-theme="aurora"] .detail-header{background:rgba(255,255,255,.72)!important;backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.9)!important;box-shadow:0 8px 28px rgba(48,87,141,.08)}
html[data-site-theme="aurora"] .product-card,
html[data-site-theme="aurora"] .store-card,
html[data-site-theme="aurora"] .similar-card,
html[data-site-theme="aurora"] .availability-card{background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 15px 36px rgba(46,84,136,.10)!important;backdrop-filter:blur(16px) saturate(125%)}
html[data-site-theme="aurora"] .product-card:hover,
html[data-site-theme="aurora"] .similar-card:hover{box-shadow:0 22px 46px rgba(46,84,136,.16)!important}
html[data-site-theme="aurora"] button,
html[data-site-theme="aurora"] .shop-add-button,
html[data-site-theme="aurora"] .store-btn,
html[data-site-theme="aurora"] .detail-whatsapp{border-radius:14px!important}
html[data-site-theme="aurora"] .shop-add-button,
html[data-site-theme="aurora"] .store-btn,
html[data-site-theme="aurora"] .detail-whatsapp{background:linear-gradient(135deg,#536fff,#25b6d9)!important;box-shadow:0 10px 24px rgba(77,108,229,.22)!important}
html[data-site-theme="aurora"] footer{background:linear-gradient(180deg,rgba(231,240,250,.9),rgba(219,232,246,.96))!important}

/* Nexus Dark */
html[data-site-theme="nexus"] body{background:
 radial-gradient(circle at 72% 0,rgba(12,132,215,.20),transparent 29%),
 radial-gradient(circle at 0 35%,rgba(57,76,233,.10),transparent 34%),
 #050c15!important;color:#edf7ff!important}
html[data-site-theme="nexus"] .site-header,
html[data-site-theme="nexus"] .store-top,
html[data-site-theme="nexus"] .detail-header{background:rgba(7,20,35,.94)!important;border-bottom:1px solid #153654!important;box-shadow:0 10px 30px rgba(0,0,0,.28);backdrop-filter:blur(16px)}
html[data-site-theme="nexus"] .site-header *,
html[data-site-theme="nexus"] .detail-header *,
html[data-site-theme="nexus"] .store-top *{color:#eaf7ff!important}
html[data-site-theme="nexus"] .product-card,
html[data-site-theme="nexus"] .store-card,
html[data-site-theme="nexus"] .similar-card,
html[data-site-theme="nexus"] .availability-card,
html[data-site-theme="nexus"] .store-summary{background:linear-gradient(145deg,#0b1b2d,#0b1725)!important;border:1px solid #173957!important;box-shadow:0 18px 38px rgba(0,0,0,.24)!important;color:#eaf7ff!important}
html[data-site-theme="nexus"] .product-card *,
html[data-site-theme="nexus"] .store-card *,
html[data-site-theme="nexus"] .similar-card *,
html[data-site-theme="nexus"] .availability-card *{color:inherit}
html[data-site-theme="nexus"] .product-card p,
html[data-site-theme="nexus"] .store-muted,
html[data-site-theme="nexus"] .detail-disclaimer,
html[data-site-theme="nexus"] .detail-information p{color:#91a9bd!important}
html[data-site-theme="nexus"] .shop-add-button,
html[data-site-theme="nexus"] .store-btn,
html[data-site-theme="nexus"] .detail-whatsapp{background:linear-gradient(135deg,#078fdc,#4a66ff)!important;box-shadow:0 0 0 1px rgba(34,166,255,.18),0 10px 28px rgba(13,143,222,.22)!important}
html[data-site-theme="nexus"] input,
html[data-site-theme="nexus"] select,
html[data-site-theme="nexus"] textarea{background:#091726!important;border-color:#193c59!important;color:#edf7ff!important}
html[data-site-theme="nexus"] footer{background:#071321!important;color:#cfe7f8!important;border-top:1px solid #153651!important}
html[data-site-theme="nexus"] footer a,
html[data-site-theme="nexus"] footer h3,
html[data-site-theme="nexus"] footer p{color:#d9efff!important}
html[data-site-theme="nexus"] .shop-pagination button{background:#0c1b2c!important;border-color:#173956!important;color:#ccecff!important}
html[data-site-theme="nexus"] .shop-pagination button.active{background:linear-gradient(135deg,#078fdc,#4d68ff)!important;color:#fff!important}

@media(prefers-reduced-motion:reduce){html[data-site-theme] *{transition-duration:.01ms!important}}

/* V52 — temas adicionais */
html[data-site-theme="pulse"]{--theme-accent:#00d9ff;--theme-accent2:#7a42ff;--theme-bg:#070812;--theme-surface:#100e24;--theme-text:#f4f6ff;--theme-muted:#a5a7c5;--theme-line:#3c286d;--theme-radius:20px}
html[data-site-theme="pulse"] body{background:radial-gradient(circle at 78% 4%,rgba(106,43,235,.35),transparent 28%),radial-gradient(circle at 5% 35%,rgba(0,217,255,.14),transparent 32%),#070812!important;color:#f4f6ff!important}
html[data-site-theme="pulse"] .store-top,html[data-site-theme="pulse"] .site-header,html[data-site-theme="pulse"] .detail-header{background:rgba(9,8,24,.9)!important;border-bottom:1px solid #402a77!important;backdrop-filter:blur(18px);box-shadow:0 0 28px rgba(0,217,255,.08)}
html[data-site-theme="pulse"] .product-card,html[data-site-theme="pulse"] .store-card,html[data-site-theme="pulse"] .similar-card{background:linear-gradient(145deg,#100e24,#0b1323)!important;border:1px solid #3e2a70!important;color:#f4f6ff!important;box-shadow:0 16px 35px rgba(0,0,0,.28)!important}
html[data-site-theme="pulse"] .product-card:hover,html[data-site-theme="pulse"] .similar-card:hover{transform:translateY(-7px) scale(1.012)!important;box-shadow:0 0 0 1px rgba(0,217,255,.3),0 18px 44px rgba(71,38,186,.28)!important}
html[data-site-theme="pulse"] .shop-add-button,html[data-site-theme="pulse"] .store-btn{background:linear-gradient(90deg,#00cce8,#7544ff)!important;box-shadow:0 0 22px rgba(0,217,255,.22)!important}

html[data-site-theme="titanium"]{--theme-accent:#2f3944;--theme-accent2:#7b8792;--theme-bg:#e8ebee;--theme-surface:#f7f8f9;--theme-text:#1c242c;--theme-muted:#66717b;--theme-line:#cbd1d7;--theme-radius:14px}
html[data-site-theme="titanium"] body{background:linear-gradient(135deg,#f4f5f6,#dfe3e6)!important;color:#1c242c!important}
html[data-site-theme="titanium"] .store-top,html[data-site-theme="titanium"] .site-header,html[data-site-theme="titanium"] .detail-header{background:rgba(31,38,45,.96)!important;border-bottom:1px solid #59636c!important;box-shadow:0 12px 28px rgba(20,26,32,.18)}
html[data-site-theme="titanium"] .store-top *,html[data-site-theme="titanium"] .site-header *,html[data-site-theme="titanium"] .detail-header *{color:#f7f9fb!important}
html[data-site-theme="titanium"] .product-card,html[data-site-theme="titanium"] .store-card,html[data-site-theme="titanium"] .similar-card{background:linear-gradient(145deg,#fff,#e9ecef)!important;border:1px solid #cbd1d6!important;box-shadow:0 13px 30px rgba(31,39,48,.12)!important}
html[data-site-theme="titanium"] .product-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 40px rgba(31,39,48,.18)!important}
html[data-site-theme="titanium"] .shop-add-button,html[data-site-theme="titanium"] .store-btn{background:linear-gradient(135deg,#202830,#626e79)!important}

html[data-site-theme="wave"]{--theme-accent:#21bdb8;--theme-accent2:#5968ff;--theme-bg:#eef8fb;--theme-surface:rgba(255,255,255,.82);--theme-text:#18324c;--theme-muted:#698196;--theme-line:#d7e8ef;--theme-radius:26px}
html[data-site-theme="wave"] body{background:linear-gradient(-45deg,#effcff,#edf1ff,#f7fbff,#eaf9f5)!important;background-size:400% 400%!important;animation:themeWaveBg 14s ease infinite}
html[data-site-theme="wave"] .store-top,html[data-site-theme="wave"] .site-header,html[data-site-theme="wave"] .detail-header{background:rgba(255,255,255,.74)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.9)!important}
html[data-site-theme="wave"] .product-card,html[data-site-theme="wave"] .store-card,html[data-site-theme="wave"] .similar-card{background:rgba(255,255,255,.8)!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:0 16px 38px rgba(48,106,145,.1)!important}
html[data-site-theme="wave"] .product-card:hover{transform:translateY(-6px) rotate(.25deg)!important}
html[data-site-theme="wave"] .shop-add-button,html[data-site-theme="wave"] .store-btn{background:linear-gradient(100deg,#20c7bd,#5968ff)!important;background-size:180% 180%!important;animation:themeGradient 4s ease infinite}

html[data-site-theme="luxe"]{--theme-accent:#9a7546;--theme-accent2:#1d2832;--theme-bg:#f5f1ea;--theme-surface:#fffaf3;--theme-text:#20262c;--theme-muted:#776f65;--theme-line:#e4d8c7;--theme-radius:10px}
html[data-site-theme="luxe"] body{background:#f5f1ea!important;color:#20262c!important}
html[data-site-theme="luxe"] .store-top,html[data-site-theme="luxe"] .site-header,html[data-site-theme="luxe"] .detail-header{background:rgba(255,250,243,.96)!important;border-bottom:1px solid #e3d5c2!important;box-shadow:0 9px 24px rgba(84,65,42,.08)}
html[data-site-theme="luxe"] .product-card,html[data-site-theme="luxe"] .store-card,html[data-site-theme="luxe"] .similar-card{background:#fffaf3!important;border:1px solid #e7dac7!important;box-shadow:0 12px 28px rgba(90,69,43,.08)!important}
html[data-site-theme="luxe"] .product-card:hover{transform:translateY(-4px)!important;box-shadow:0 20px 38px rgba(90,69,43,.14)!important}
html[data-site-theme="luxe"] .shop-add-button,html[data-site-theme="luxe"] .store-btn{background:linear-gradient(135deg,#17202a,#a27c4d)!important;border-radius:8px!important}

html[data-site-theme="orbit"]{--theme-accent:#20c9ff;--theme-accent2:#5368ff;--theme-bg:#050b13;--theme-surface:#0a1a2b;--theme-text:#edf8ff;--theme-muted:#8fa8bc;--theme-line:#174261;--theme-radius:22px}
html[data-site-theme="orbit"] body{background:radial-gradient(circle at 70% 8%,rgba(25,119,187,.26),transparent 26%),radial-gradient(circle at 12% 65%,rgba(83,104,255,.10),transparent 30%),#050b13!important;color:#edf8ff!important}
html[data-site-theme="orbit"] .store-top,html[data-site-theme="orbit"] .site-header,html[data-site-theme="orbit"] .detail-header{background:rgba(6,18,31,.9)!important;border-bottom:1px solid #17425f!important;backdrop-filter:blur(20px)}
html[data-site-theme="orbit"] .product-card,html[data-site-theme="orbit"] .store-card,html[data-site-theme="orbit"] .similar-card{background:linear-gradient(145deg,#0a1b2d,#081522)!important;border:1px solid #174562!important;color:#edf8ff!important;box-shadow:0 18px 40px rgba(0,0,0,.28)!important}
html[data-site-theme="orbit"] .product-card:hover{transform:translateY(-6px)!important;box-shadow:0 0 0 1px rgba(32,201,255,.25),0 20px 48px rgba(0,0,0,.34)!important}
html[data-site-theme="orbit"] .shop-add-button,html[data-site-theme="orbit"] .store-btn{background:linear-gradient(90deg,#14bfe8,#5368ff)!important;box-shadow:0 0 22px rgba(32,201,255,.16)!important}

/* Cabeçalho/hero temático com arte do produto */
html[data-site-theme]:not([data-site-theme="original"]) .theme-hero-target{position:relative!important;overflow:hidden!important;isolation:isolate}
html[data-site-theme]:not([data-site-theme="original"]) .theme-hero-target:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none}
html[data-site-theme]:not([data-site-theme="original"]) .theme-hero-product{position:absolute;right:clamp(12px,6vw,90px);top:50%;transform:translateY(-50%);width:min(31vw,310px);height:min(31vw,310px);object-fit:contain;z-index:0;pointer-events:none;filter:drop-shadow(0 28px 34px rgba(0,0,0,.22));animation:themeProductFloat 5s ease-in-out infinite}
html[data-site-theme="pulse"] .theme-hero-product{filter:drop-shadow(0 0 26px rgba(0,217,255,.35))}
html[data-site-theme="orbit"] .theme-hero-product{animation:themeOrbitFloat 7s ease-in-out infinite}
html[data-site-theme="luxe"] .theme-hero-product{filter:drop-shadow(0 25px 30px rgba(80,58,31,.18))}
@keyframes themeProductFloat{0%,100%{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 12px))}}
@keyframes themeOrbitFloat{0%,100%{transform:translateY(-50%) rotate(-2deg)}50%{transform:translateY(calc(-50% - 10px)) rotate(3deg)}}
@keyframes themeWaveBg{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}
@keyframes themeGradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}
@media(max-width:760px){html[data-site-theme] .theme-hero-product{width:150px;height:150px;right:-22px;opacity:.58}.theme-hero-target{padding-right:90px!important}}
@media(prefers-reduced-motion:reduce){html[data-site-theme] .theme-hero-product,html[data-site-theme="wave"] body,html[data-site-theme="wave"] .shop-add-button{animation:none!important}}
