@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#08090d;--panel:#101217;--panel2:#15181f;--text:#f7f7f4;--muted:#92959e;--line:#262a33;--yellow:#e8d313;--yellow2:#ffeb1a;--purple:#7137e8;--green:#3ddc84;--danger:#ff6767;--radius:22px;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.5}body.no-scroll{overflow:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}em{font-style:normal;color:var(--yellow)}
.announcement{min-height:34px;padding:7px 18px;background:#0d0f14;border-bottom:1px solid #1e2129;display:flex;align-items:center;justify-content:center;gap:12px;color:#aeb1b9;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.announcement i{width:3px;height:3px;border-radius:50%;background:var(--yellow)}
.header,.checkout-header{position:sticky;top:0;z-index:30;height:78px;background:rgba(8,9,13,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1320px)/2))}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:45px;height:45px;border-radius:50%;border:2px solid #373b45;display:grid;place-items:center;transform:rotate(-6deg);background:#11131a;line-height:.78}.brand-mark span{font-family:Anton,sans-serif;font-size:14px;color:var(--yellow)}.brand-mark small{font-size:6px;font-weight:900;color:#fff;letter-spacing:.08em}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Anton,sans-serif;font-size:21px;letter-spacing:.03em}.brand-copy span{font-size:8px;letter-spacing:.35em;color:var(--yellow);margin-top:4px}.nav{display:flex;gap:28px;color:#c7c9cf;font-size:12px;font-weight:700}.nav a{transition:.2s}.nav a:hover,.active-nav{color:var(--yellow)!important}.header-actions{display:flex;gap:10px;align-items:center}.cart-button,.menu-button{position:relative;width:44px;height:44px;border-radius:13px;border:1px solid var(--line);background:#151820;color:#fff}.cart-button b{position:absolute;right:-5px;top:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--yellow);color:#111;display:grid;place-items:center;font-size:9px}.menu-button{display:none;font-size:19px}
.eyebrow{margin:0;color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-size:11px;font-weight:900;letter-spacing:.04em;transition:.2s}.btn-primary{background:var(--yellow);color:#111;border-color:var(--yellow)}.btn-primary:hover{background:var(--yellow2);transform:translateY(-1px)}.btn-ghost{background:#14171d;color:#fff;border-color:#343842}.btn-ghost:hover{border-color:#5c616d}.btn-dark{background:#111;color:#fff;border-color:#111}.full{width:100%}.grow{flex:1}.text-link{font-size:11px;font-weight:900;color:#fff;border-bottom:1px solid var(--yellow);padding-bottom:5px}
.hero{position:relative;overflow:hidden;max-width:1320px;min-height:650px;margin:0 auto;padding:76px 60px;display:grid;grid-template-columns:1.08fr .72fr;gap:70px;align-items:center}.hero::after{content:"NYEL";position:absolute;left:-30px;bottom:-145px;font:300px Anton;color:rgba(255,255,255,.018);letter-spacing:-.05em;pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-glow-one{width:450px;height:450px;right:5%;top:12%;background:radial-gradient(circle,rgba(113,55,232,.2),transparent 68%)}.hero-glow-two{width:300px;height:300px;left:4%;top:5%;background:radial-gradient(circle,rgba(232,211,19,.08),transparent 70%)}.hero-content{position:relative;z-index:1}.hero h1,.catalog-hero h1,.section h2,.feature-banner h2,.related-section h2{font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:-.025em}.hero h1{font-size:clamp(64px,7vw,96px);line-height:.93;margin:16px 0 24px}.hero-text{max-width:610px;color:#a4a7af;font-size:15px;line-height:1.8;margin:0}.hero-actions{display:flex;gap:10px;margin-top:30px}.hero-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#7f838d;font-size:9px;font-weight:700}.hero-product{position:relative;z-index:2;display:block;background:#12151b;border:1px solid #2a2e38;border-radius:26px;padding:14px;transform:rotate(1.5deg);transition:.25s;box-shadow:0 30px 80px rgba(0,0,0,.28)}.hero-product:hover{transform:rotate(0) translateY(-4px);border-color:#3e424e}.hero-product-top{display:flex;justify-content:space-between;padding:5px 5px 12px;font-size:8px;font-weight:900;letter-spacing:.16em;color:#8e929c}.hero-product img{width:100%;height:420px;object-fit:cover;border-radius:18px;background:#0c0e12}.hero-product-info{display:grid;grid-template-columns:1fr auto;gap:20px;padding:16px 7px 5px}.hero-product-info div{display:flex;flex-direction:column}.hero-product-info small{color:#777b85;font-size:8px;text-transform:uppercase;letter-spacing:.11em}.hero-product-info strong{font-size:14px;margin-top:3px}.hero-product-info div:last-child{text-align:right}.hero-product-info div:last-child strong{color:var(--yellow)}
.category-bar{max-width:var(--max);margin:0 auto 35px;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-bar a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;background:#101218;border:1px solid #272b34;border-radius:18px;padding:20px;transition:.2s}.category-bar a:hover{border-color:#4b505c;transform:translateY(-2px)}.category-bar span{font:24px Anton;color:#3c404a}.category-bar strong{display:block;font:21px Anton;letter-spacing:.02em}.category-bar small{color:#767a84;font-size:9px}.category-bar b{color:var(--yellow);font-size:20px}
.section{max-width:var(--max);margin:0 auto;padding:85px 28px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section h2,.related-section h2{font-size:46px;line-height:1;margin:8px 0 0}.section-description{max-width:380px;color:#858993;font-size:11px;margin:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{overflow:hidden;border-radius:18px;background:#111319;border:1px solid #242832;transition:.25s}.product:hover{border-color:#3a3f4a;transform:translateY(-3px)}.product-image{position:relative;display:block;background:#0d0f14;overflow:hidden;aspect-ratio:1/1.17}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product:hover .product-image img{transform:scale(1.04)}.tag{position:absolute;left:11px;top:11px;background:#0a0c10;color:#fff;padding:6px 9px;border-radius:7px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.tag.hot{background:var(--yellow);color:#111}.view-product{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(8,9,13,.88);backdrop-filter:blur(10px);padding:11px;border:1px solid rgba(255,255,255,.12);border-radius:10px;text-align:center;font-size:9px;font-weight:900;transform:translateY(16px);opacity:0;transition:.25s}.product:hover .view-product{transform:none;opacity:1}.product-info{padding:16px}.product-cat{font-size:8px;color:#737782;letter-spacing:.14em;text-transform:uppercase;font-weight:900}.product h3{font-size:14px;margin:7px 0 7px}.product-desc{font-size:10px;color:#858994;min-height:45px}.product-delivery{margin-top:10px;color:#7e828c;font-size:9px}.product-delivery b{color:#b5b8c0}.product-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-size:17px;font-weight:900}.price small{display:block;color:#747883;font-size:8px;font-weight:600}.add{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#191c23;border:1px solid #343843;color:#fff;font-weight:900}.add:hover{background:var(--yellow);border-color:var(--yellow);color:#111}.empty-results{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed #2e323c;border-radius:18px;color:#757984}.empty-results strong{color:#d7d9dd;margin-bottom:5px}
.feature-banner{max-width:var(--max);margin:20px auto 20px;border:1px solid #292d37;border-radius:28px;min-height:420px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#111319}.feature-copy{padding:65px}.feature-copy h2{font-size:56px;line-height:.95;margin:12px 0 24px}.feature-copy>p:not(.eyebrow){color:#9296a0;max-width:520px;font-size:12px;line-height:1.8}.feature-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.feature-badges span{border:1px solid #353944;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.1em}.feature-visual{position:relative;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(113,55,232,.35),transparent 47%),#0b0d12}.visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;transform:rotate(-8deg) scale(1.2)}.feature-logo{position:relative;z-index:1;font:84px Anton;letter-spacing:-.04em;transform:rotate(-5deg);text-shadow:7px 7px 0 #5c26b9}.feature-logo small{display:block;font:900 11px Inter;text-align:right;letter-spacing:.4em;color:var(--yellow);text-shadow:none;margin-top:-10px}.feature-stamp{position:absolute;right:28px;bottom:25px;width:90px;height:90px;border:1px solid #666b76;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:8px;font-weight:900;letter-spacing:.16em;transform:rotate(9deg)}
.steps-section{padding-top:80px}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:27px 20px 10px 0;border-right:1px solid var(--line);margin-right:20px}.step:last-child{border-right:0}.step>span{font:25px Anton;color:var(--yellow)}.step h3{font-size:12px;margin:4px 0 7px}.step p{font-size:10px;color:#7d818b;margin:0;line-height:1.7}.benefits{max-width:var(--max);padding:0 28px 90px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.benefits article{background:#0f1117;border:1px solid #252933;border-radius:18px;padding:24px}.benefits span{font-size:24px}.benefits strong{display:block;font-size:12px;margin:12px 0 6px}.benefits p{margin:0;color:#7c808a;font-size:10px}.social-section{max-width:var(--max);margin:0 auto 100px;padding:0 28px;display:grid;grid-template-columns:1fr .72fr;gap:12px}.social-card,.contact-card{border:1px solid #282c36;border-radius:22px;background:#111319;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:22px}.social-card h2{font:38px Anton;margin:6px 0}.social-card p,.contact-card p{font-size:10px;color:#838791;margin:0}.contact-card{background:var(--yellow);color:#111;border-color:var(--yellow)}.contact-card small{font-size:8px;font-weight:900;letter-spacing:.12em}.contact-card strong{display:block;font-size:17px;margin:4px 0}.contact-card p{color:#494a42}
.footer{border-top:1px solid var(--line);padding:45px max(28px,calc((100% - var(--max))/2 + 28px)) 25px;display:grid;grid-template-columns:1fr auto;gap:35px;background:#07080b}.footer-brand p{font-size:10px;color:#767a84}.footer-links{display:flex;gap:24px;font-size:10px;color:#979aa3;align-items:start}.footer-links a:hover{color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid #1d2028;padding-top:18px;display:flex;justify-content:space-between;font-size:8px;color:#666a74}
/* catálogo */
.catalog-hero{max-width:var(--max);margin:auto;padding:72px 28px 35px}.catalog-hero h1{font-size:clamp(52px,6vw,78px);line-height:1;margin:10px 0 15px}.catalog-hero>p:last-child{color:#858993;font-size:12px}.catalog-section{padding-top:20px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px}.filters{display:flex;flex-wrap:wrap;gap:7px}.filter{border:1px solid #30343e;background:#12151b;color:#9da0a9;border-radius:10px;padding:9px 12px;font-size:9px;font-weight:900}.filter:hover,.filter.active{background:var(--yellow);color:#111;border-color:var(--yellow)}.catalog-tools{display:flex;gap:8px}.search{display:flex;align-items:center;gap:8px;border:1px solid #30343e;background:#101218;border-radius:10px;padding:0 11px}.search span{color:#777b85}.search input{width:190px;background:transparent;border:0;outline:0;color:#fff;font-size:10px;padding:10px 0}.catalog-tools select{background:#101218;color:#c7c9cf;border:1px solid #30343e;border-radius:10px;padding:0 10px;font-size:9px;outline:none}.catalog-meta{display:flex;justify-content:space-between;align-items:center;padding:18px 0;color:#8a8e98;font-size:10px}.catalog-meta small{font-size:9px}.catalog-grid{grid-template-columns:repeat(4,1fr)}
/* produto */
.product-page{max-width:var(--max);margin:auto;padding:30px 28px 90px}.product-breadcrumb{display:flex;gap:8px;color:#747883;font-size:9px;margin:5px 0 24px}.product-breadcrumb b{color:#b8bbc2}.product-detail{display:grid;grid-template-columns:1.02fr .88fr;gap:54px;align-items:start}.product-gallery{position:sticky;top:104px;background:#0f1116;border:1px solid #282c35;border-radius:25px;padding:14px;overflow:hidden}.product-gallery>img{width:100%;height:min(660px,70vh);object-fit:cover;border-radius:18px}.product-gallery-badge{position:absolute;top:27px;left:27px;z-index:2;background:var(--yellow);color:#111;border-radius:8px;padding:7px 9px;font-size:8px;font-weight:900;text-transform:uppercase}.gallery-caption{display:flex;justify-content:space-between;color:#777b85;font-size:8px;font-weight:900;letter-spacing:.12em;padding:13px 6px 2px}.product-copy{padding:18px 0}.product-kicker{color:#777b85;font-size:9px;font-weight:900;letter-spacing:.15em}.product-copy h1{font:clamp(48px,5vw,68px)/.98 Anton;margin:10px 0 18px;text-transform:uppercase}.product-description{color:#9599a3;font-size:12px;line-height:1.8;max-width:560px}.detail-price{margin:25px 0;display:flex;align-items:end;gap:10px}.detail-price strong{font-size:30px}.detail-price span{font-size:9px;color:#777b85;padding-bottom:6px}.delivery-box{display:flex;align-items:center;gap:13px;background:#11151a;border:1px solid #2b3135;border-radius:15px;padding:16px;margin:22px 0}.delivery-box>span{font-size:22px}.delivery-box strong{display:block;font-size:11px}.delivery-box small{display:block;font-size:8px;color:#7d818b;margin-top:3px}.option-block{padding:18px 0;border-top:1px solid #272b34}.option-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}.option-head strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.option-head small{color:#777b85;font-size:9px}.size-list{display:flex;flex-wrap:wrap;gap:7px}.size-option{min-width:47px;height:42px;border-radius:9px;border:1px solid #343944;background:#14171d;color:#c4c7ce;font-size:10px;font-weight:800}.size-option:hover,.size-option.active{background:var(--yellow);border-color:var(--yellow);color:#111}.buy-row{display:flex;gap:9px;margin-top:18px}.qty-control{display:grid;grid-template-columns:38px 34px 38px;align-items:center;border:1px solid #343944;border-radius:12px;overflow:hidden;background:#111319}.qty-control button{height:48px;background:transparent;border:0;color:#fff}.qty-control b{text-align:center;font-size:11px}.buy-now{margin-top:9px}.product-info-list{margin-top:22px;display:grid;gap:8px}.product-info-list div{color:#8f939d;font-size:10px}.product-info-list span{color:var(--yellow);margin-right:9px}.whatsapp-link{margin-top:22px;background:transparent;border:0;color:#878b95;padding:0;font-size:10px;text-align:left}.whatsapp-link b{color:#fff}.related-section{padding-top:90px}.related-section .section-head{margin-bottom:25px}
/* carrinho */
.cart-drawer{position:fixed;inset:0;z-index:80;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,.68);opacity:0;transition:.25s}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(440px,100%);background:#0f1116;border-left:1px solid #2a2e37;transform:translateX(100%);transition:.28s;display:flex;flex-direction:column}.cart-drawer.open .cart-overlay{opacity:1}.cart-drawer.open .cart-panel{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.cart-head small{color:var(--yellow);font-size:7px;font-weight:900;letter-spacing:.14em}.cart-head h2{font:27px Anton;margin:2px 0 0;text-transform:uppercase}.cart-head button{background:none;border:0;color:#fff;font-size:30px}.cart-items{padding:8px 20px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid #242832}.cart-item>img{width:72px;height:84px;object-fit:cover;border-radius:10px}.cart-item h4{font-size:11px;margin:2px 0 3px}.cart-item-main>small{display:block;color:#747883;font-size:8px}.cart-item-main>p{font-size:10px;font-weight:900;margin:7px 0 0;color:#d5d7dc}.cart-qty{display:flex;align-items:center;gap:8px;margin-top:9px}.cart-qty button{width:24px;height:24px;border:1px solid #343944;border-radius:7px;background:#16191f;color:#fff}.cart-qty b{font-size:9px}.remove{background:none;border:0;color:#777b85;font-size:18px}.cart-empty{display:none;text-align:center;color:#777b85;font-size:10px;padding:70px 25px}.cart-empty.show{display:block}.cart-empty strong{display:block;color:#c9cbd1;font-size:12px;margin-bottom:4px}.cart-footer{padding:20px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-total span{font-size:10px;color:#858993}.cart-total strong{font-size:19px;color:var(--yellow)}.cart-footer small{display:block;text-align:center;color:#686c76;font-size:8px;margin-top:9px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:#f4f4f1;color:#111;padding:11px 15px;border-radius:12px;font-size:10px;font-weight:900;z-index:100;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
/* checkout */
.checkout-body{background:#0a0b0f}.checkout-header{position:relative;max-width:none;padding:0 max(22px,calc((100% - var(--max))/2));background:#0a0b0f}.checkout-back{font-size:9px;color:#9a9da6;font-weight:800}.checkout-page{min-height:calc(100vh - 112px);padding:42px 28px 90px}.checkout-progress{max-width:620px;margin:0 auto 40px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center}.checkout-progress div{display:flex;align-items:center;gap:8px;color:#646873}.checkout-progress div span{width:26px;height:26px;border-radius:50%;border:1px solid #343843;display:grid;place-items:center;font-size:8px;font-weight:900}.checkout-progress div b{font-size:8px;text-transform:uppercase;letter-spacing:.09em}.checkout-progress>i{height:1px;background:#2c3039;margin:0 10px}.checkout-progress .active,.checkout-progress .done{color:#fff}.checkout-progress .active span{border-color:var(--yellow);color:var(--yellow)}.checkout-progress .done span{background:var(--yellow);border-color:var(--yellow);color:#111}.checkout-shell{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 400px;gap:22px;align-items:start}.checkout-form-card,.order-card{background:#111319;border:1px solid #292d36;border-radius:22px;padding:30px}.checkout-form-card h1{font:48px Anton;margin:6px 0 8px;text-transform:uppercase}.checkout-lead{color:#8b8f99;font-size:11px;line-height:1.7;margin:0 0 30px}.form-section-title{display:flex;align-items:center;gap:11px;border-top:1px solid #292d36;padding-top:22px;margin:24px 0 16px}.form-section-title:first-of-type{border-top:0;padding-top:0}.form-section-title>span{width:29px;height:29px;border-radius:9px;background:#1c2028;color:var(--yellow);display:grid;place-items:center;font-size:8px;font-weight:900}.form-section-title strong{display:block;font-size:10px}.form-section-title small{display:block;color:#747883;font-size:8px;margin-top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid label,.pix-box label{display:flex;flex-direction:column;gap:7px;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9da0a8}.form-grid input,.form-grid textarea,.pix-box textarea{width:100%;background:#0b0d12;border:1px solid #30343e;color:#fff;border-radius:11px;padding:12px 13px;outline:none;font:inherit;font-size:10px;resize:vertical}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--yellow)}.span-2{grid-column:1/-1}.checkout-security{display:flex;align-items:center;gap:11px;margin:22px 0;background:#0d1014;border:1px solid #27312d;border-radius:12px;padding:13px}.checkout-security>span{font-size:18px}.checkout-security strong{display:block;font-size:9px}.checkout-security small{display:block;color:#737781;font-size:8px;margin-top:2px}.checkout-submit:disabled{opacity:.45;cursor:not-allowed}.order-card{position:sticky;top:20px}.order-card-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.order-card-head h2{font:27px Anton;text-transform:uppercase;margin:3px 0}.order-card-head a{font-size:8px;color:#a6a9b1;text-decoration:underline}.order-item{display:grid;grid-template-columns:62px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #242832}.order-item img{width:62px;height:70px;object-fit:cover;border-radius:9px}.order-item strong{display:block;font-size:9px}.order-item small{display:block;color:#777b85;font-size:8px;margin-top:4px}.order-item b{font-size:9px}.order-divider{height:1px;background:#292d36;margin:15px 0}.order-line{display:flex;justify-content:space-between;color:#858993;font-size:9px;padding:5px 0}.order-line strong{color:#b8bbc2}.order-total{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #292d36;margin-top:14px;padding-top:17px}.order-total span{font-size:9px;color:#8b8f99}.order-total strong{font-size:22px;color:var(--yellow)}.order-note{margin-top:18px;padding:12px;background:#0d0f14;border-radius:10px;color:#777b85;font-size:8px;line-height:1.6}.checkout-empty{padding:35px 0;text-align:center;color:#858993;font-size:10px}.checkout-empty strong{display:block;margin-bottom:8px}.checkout-empty a{color:var(--yellow)}.payment-result{margin-top:22px}.pix-box,.payment-error{background:#0b0d12;border:1px solid #30343e;border-radius:18px;padding:24px}.payment-success-icon{width:42px;height:42px;border-radius:50%;background:var(--green);color:#08110c;display:grid;place-items:center;font-weight:900;margin-bottom:14px}.pix-box h2{font:38px Anton;margin:5px 0 3px}.pix-instruction{color:#858993;font-size:9px;margin:0 0 18px}.pix-qr{display:block;width:min(260px,100%);margin:0 auto 18px;background:#fff;border-radius:14px}.pix-box textarea{min-height:85px;margin-bottom:11px;font-size:9px;word-break:break-all}.pix-box>small{display:block;text-align:center;color:#777b85;font-size:8px;margin-top:11px}.payment-error{border-color:#5b3030}.payment-error strong{color:#ffb1b1}.payment-error p{font-size:10px;color:#c3c5ca}.payment-error small{font-size:8px;color:#777b85}
@media(max-width:980px){.products-grid,.catalog-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr .8fr;gap:35px;padding-inline:35px}.product-detail{gap:30px}.checkout-shell{grid-template-columns:1fr 350px}}
@media(max-width:820px){.header{padding:0 18px}.menu-button{display:block}.nav{position:absolute;left:14px;right:14px;top:70px;display:none;flex-direction:column;gap:0;background:#11141a;border:1px solid #2d313b;border-radius:15px;padding:8px;box-shadow:0 20px 50px rgba(0,0,0,.4)}.nav.open{display:flex}.nav a{padding:13px 12px;border-bottom:1px solid #20242c}.nav a:last-child{border:0}.hero{grid-template-columns:1fr;padding:55px 22px 65px}.hero-product{width:min(460px,100%);justify-self:center}.hero-product img{height:440px}.category-bar{grid-template-columns:1fr;padding-inline:20px}.section{padding:70px 20px}.products-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.feature-banner{margin-inline:20px;grid-template-columns:1fr}.feature-copy{padding:45px 30px}.feature-visual{min-height:300px}.steps{grid-template-columns:1fr 1fr}.step:nth-child(2){border-right:0}.benefits{padding-inline:20px;grid-template-columns:1fr}.social-section{padding-inline:20px;grid-template-columns:1fr}.footer{padding-inline:20px}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-tools{justify-content:space-between}.search{flex:1}.search input{width:100%}.product-detail{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.product-gallery>img{height:auto;max-height:none}.related-section{padding-top:60px}.checkout-shell{grid-template-columns:1fr}.order-card{position:static;order:-1}.checkout-page{padding-inline:20px}}
@media(max-width:560px){.announcement{font-size:7px;gap:7px;letter-spacing:.08em}.announcement span:nth-of-type(3),.announcement i:nth-of-type(2){display:none}.brand-copy{display:none}.hero h1{font-size:58px}.hero-text{font-size:12px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-points{gap:10px;flex-direction:column}.hero-product img{height:390px}.section-head{align-items:flex-start;flex-direction:column}.section h2,.related-section h2{font-size:39px}.products-grid,.catalog-grid{grid-template-columns:1fr 1fr;gap:8px}.product-info{padding:12px}.product h3{font-size:12px}.product-desc{display:none}.product-delivery{font-size:8px}.product-image{aspect-ratio:1/1.2}.view-product{display:none}.price{font-size:14px}.add{width:34px;height:34px}.feature-copy{padding:36px 22px}.feature-copy h2{font-size:44px}.feature-logo{font-size:62px}.steps{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line);margin:0}.social-card,.contact-card{flex-direction:column;align-items:flex-start;padding:24px}.footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:6px}.catalog-hero{padding-top:50px}.catalog-tools{flex-direction:column}.catalog-meta small{display:none}.filter{padding:8px 9px}.product-page{padding-inline:16px}.product-breadcrumb{overflow:hidden;white-space:nowrap}.product-copy h1{font-size:48px}.buy-row{flex-direction:column}.qty-control{grid-template-columns:1fr 1fr 1fr}.checkout-header{height:68px;padding-inline:16px}.checkout-back{font-size:8px}.checkout-page{padding:28px 14px 60px}.checkout-progress{margin-bottom:28px}.checkout-progress div b{display:none}.checkout-form-card,.order-card{padding:20px}.checkout-form-card h1{font-size:40px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.order-card{padding:18px}.products-grid.related-grid{grid-template-columns:1fr 1fr}}
/* ===== NYEL V4 storefront layer ===== */
.topline{height:32px;background:var(--yellow);color:#090909;display:flex;align-items:center;justify-content:center;gap:70px;font-size:8px;font-weight:900;letter-spacing:.14em}.header{height:84px;background:rgba(8,8,8,.96)}.header-search{height:40px;padding:0 13px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:800;color:#bbb}.cart-button{width:auto;min-width:88px;padding:0 13px;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.06em}.cart-button b{right:-5px}.store-hero{position:relative;min-height:700px;max-width:1440px;margin:auto;overflow:hidden;background:#111}.store-hero-media,.store-hero-media img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.store-hero-media img{object-fit:cover;object-position:center 58%;filter:saturate(.75) contrast(1.08)}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.08) 75%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 45%)}.store-hero-copy{position:relative;z-index:2;padding:125px 7vw;max-width:770px}.store-hero-copy h1{font:clamp(70px,8.5vw,126px)/.83 Anton;margin:18px 0 28px;letter-spacing:-.035em}.store-hero-copy p:not(.eyebrow){max-width:480px;color:#d0d0d0;font-size:14px}.btn-glass{background:rgba(0,0,0,.25);border-color:rgba(255,255,255,.35);color:#fff;backdrop-filter:blur(8px)}.hero-ticket{position:absolute;right:35px;bottom:30px;z-index:3;width:245px;padding:20px;background:rgba(8,8,8,.85);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px)}.hero-ticket>*{display:block}.hero-ticket small{color:var(--yellow);font-size:7px;letter-spacing:.2em}.hero-ticket b{font:25px Anton;margin:4px 0}.hero-ticket span{font-size:9px;color:#aaa}.quick-cats{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.quick-cats a{min-height:132px;padding:27px 30px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:15px;align-content:center;transition:.2s}.quick-cats a:last-child{border:0}.quick-cats a:hover{background:#111}.quick-cats span{grid-row:1/3;font:24px Anton;color:#444}.quick-cats b{font:23px Anton}.quick-cats small{font-size:8px;color:#888}.shop-section{max-width:1320px}.shop-section .products-grid{grid-template-columns:repeat(4,1fr)}.split-campaign{max-width:1440px;margin:20px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:2px}.campaign-card{position:relative;height:610px;overflow:hidden;background:#111}.campaign-card>img{width:100%;height:100%;object-fit:cover;transition:.5s;filter:brightness(.72)}.campaign-card:hover>img{transform:scale(1.025)}.campaign-card>div{position:absolute;left:45px;bottom:45px}.campaign-card small{font-size:8px;font-weight:900;letter-spacing:.16em;color:var(--yellow)}.campaign-card h2{font:70px/.88 Anton;margin:9px 0 14px}.campaign-card p{font-size:10px;color:#ddd}.campaign-card b{display:inline-block;margin-top:12px;font-size:9px;border-bottom:1px solid var(--yellow);padding-bottom:5px}.brand-strip{padding:70px 25px;text-align:center;border-bottom:1px solid var(--line)}.brand-strip p{font-size:8px;color:#666;letter-spacing:.25em;font-weight:900}.brand-strip div{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:20px}.brand-strip span{font:34px Anton;color:#d9d9d9}.collection-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.collection-links a{font:32px Anton;padding:30px 20px;border-right:1px solid var(--line);display:flex;justify-content:space-between}.collection-links a:hover{color:var(--yellow)}.trust-row{max-width:1320px;margin:0 auto 90px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.trust-row article{padding:25px;border-right:1px solid var(--line)}.trust-row article:last-child{border:0}.trust-row b,.trust-row span{display:block}.trust-row b{font:20px Anton;color:var(--yellow)}.trust-row span{font-size:8px;color:#858585;margin-top:5px}.newsletter{max-width:1320px;margin:0 auto 70px;padding:55px;background:#111;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:end}.newsletter h2{font:55px/.95 Anton;margin:10px 0 0}.catalog-v4-head{max-width:1320px;margin:auto;padding:75px 30px 50px;border-bottom:1px solid var(--line)}.catalog-v4-head h1{font:75px/.9 Anton;margin:12px 0}.catalog-v4-head>p:last-child{color:#888;font-size:11px}.catalog-layout{max-width:1320px;margin:auto;padding:35px 30px 100px;display:grid;grid-template-columns:190px 1fr;gap:35px}.filter-side{position:sticky;top:110px;height:max-content;display:flex;flex-direction:column;align-items:stretch}.filter-side>strong,.filter-side>small{font-size:8px;letter-spacing:.14em;color:#777;margin-bottom:12px}.filter-side .filter{border:0;border-bottom:1px solid #242424;background:none;color:#aaa;text-align:left;padding:13px 0;font-size:10px}.filter-side .filter.active{color:var(--yellow)}.filter-side hr{width:100%;border:0;border-top:1px solid var(--line);margin:25px 0}.filter-side p{font-size:8px;color:#777;line-height:1.7}.side-help{padding:0;background:none;border:0;color:#fff;text-align:left;font-size:8px;font-weight:900}.v4-toolbar{padding:0 0 25px;border-bottom:1px solid var(--line);margin-bottom:20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px}.v4-toolbar .search{max-width:480px}.v4-toolbar select{background:#111;color:#ddd;border:1px solid var(--line);border-radius:10px;padding:11px}.catalog-main .catalog-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:820px){.topline{gap:20px}.topline span:nth-child(2){display:none}.header-search span{display:none}.store-hero{min-height:650px}.store-hero-copy{padding:110px 24px}.store-hero-copy h1{font-size:76px}.hero-ticket{right:18px;bottom:18px;width:190px}.quick-cats{grid-template-columns:1fr 1fr}.shop-section .products-grid{grid-template-columns:1fr 1fr}.split-campaign{grid-template-columns:1fr}.campaign-card{height:520px}.trust-row{grid-template-columns:1fr 1fr;margin-inline:20px}.newsletter{margin-inline:20px;align-items:flex-start;flex-direction:column;gap:30px}.catalog-layout{grid-template-columns:1fr}.filter-side{position:static;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.filter-side>strong,.filter-side>small,.filter-side hr,.filter-side p,.side-help{display:none}.filter-side .filter{text-align:center;border:1px solid var(--line);border-radius:9px;padding:10px 4px}.catalog-main .catalog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.topline{height:28px;font-size:6px}.header{height:70px}.cart-button{min-width:68px;padding:0 8px}.store-hero{min-height:610px}.store-hero-copy{padding-top:90px}.store-hero-copy h1{font-size:61px}.store-hero-copy p:not(.eyebrow){font-size:11px;max-width:310px}.hero-ticket{display:none}.quick-cats a{min-height:105px;padding:18px}.quick-cats b{font-size:18px}.shop-section{padding-top:55px}.split-campaign{margin-top:0}.campaign-card{height:440px}.campaign-card>div{left:25px;bottom:28px}.campaign-card h2{font-size:54px}.brand-strip div{gap:22px}.brand-strip span{font-size:24px}.collection-links{grid-template-columns:1fr}.collection-links a{border-right:0;border-bottom:1px solid var(--line);font-size:26px}.trust-row article{padding:18px}.newsletter{padding:32px 22px}.newsletter h2{font-size:42px}.catalog-v4-head{padding:50px 18px 35px}.catalog-v4-head h1{font-size:56px}.catalog-layout{padding:20px 12px 70px;gap:20px}.v4-toolbar{grid-template-columns:1fr auto}.v4-toolbar .catalog-meta{display:none}.v4-toolbar select{max-width:110px;font-size:9px}.catalog-main .catalog-grid{gap:8px}}

/* ===== NYEL GRAFFITI / ORANGE + PURPLE RESTYLE ===== */
:root{
  --bg:#070609;--panel:#0f0b14;--panel2:#17101f;--text:#fffaf5;--muted:#aaa0b3;--line:#2d2136;
  --yellow:#ff8a00;--yellow2:#ffa31a;--purple:#8d38ff;--purple2:#b061ff;--green:#52e29b;
}
body{background:
 radial-gradient(circle at 85% 2%,rgba(141,56,255,.16),transparent 24rem),
 radial-gradient(circle at 7% 18%,rgba(255,138,0,.10),transparent 25rem),var(--bg)}
.topline{background:linear-gradient(90deg,#ff8a00 0 33%,#8d38ff 33% 66%,#ff8a00 66%);color:#090609;border:0;font-weight:1000;text-shadow:none}
.header,.checkout-header{background:rgba(7,6,9,.91);border-bottom:1px solid rgba(176,97,255,.23);box-shadow:0 12px 40px rgba(0,0,0,.28)}
.brand{gap:10px}.brand-logo-wrap{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 0 0 3px #8d38ff,0 0 22px rgba(141,56,255,.28);background:#fff;transform:rotate(-4deg);flex:0 0 auto}.brand-logo{width:100%;height:100%;object-fit:cover}.brand-copy strong{font-size:23px;text-shadow:2px 2px 0 #8d38ff}.brand-copy span{color:#ff8a00;font-weight:900}
.nav a:hover,.active-nav{color:#ff8a00!important;text-shadow:0 0 18px rgba(255,138,0,.25)}
.cart-button,.menu-button{border-color:#3c2a49;background:#140e1a}.cart-button b{background:linear-gradient(135deg,#ff8a00,#ffb84d);box-shadow:0 0 0 2px #070609}
.eyebrow{color:#b061ff}.btn-primary{background:linear-gradient(135deg,#ff8a00,#ff9e16);border-color:#ff8a00;box-shadow:5px 5px 0 #8d38ff;color:#090609}.btn-primary:hover{background:#ffad32;transform:translate(-2px,-2px);box-shadow:8px 8px 0 #8d38ff}.btn-glass,.btn-ghost{border-color:#5a3970}.text-link{border-color:#8d38ff}
em{color:#ff8a00;text-shadow:2px 2px 0 rgba(141,56,255,.5)}
.store-hero{border-bottom:4px solid #8d38ff}.store-hero::before{content:"NYEL // STREET // SPORT";position:absolute;z-index:2;right:-95px;top:72px;transform:rotate(90deg);font:14px Anton;letter-spacing:.18em;color:#fff;background:#8d38ff;padding:8px 18px}.store-hero-media img{filter:saturate(.95) contrast(1.12)}.hero-shade{background:linear-gradient(90deg,rgba(5,2,8,.94) 0%,rgba(5,2,8,.68) 44%,rgba(5,2,8,.12) 78%),linear-gradient(0deg,rgba(9,4,13,.55),transparent 48%)}.store-hero-copy h1{filter:drop-shadow(5px 5px 0 rgba(141,56,255,.38))}.hero-ticket{border:2px solid #ff8a00;box-shadow:9px 9px 0 #8d38ff;background:rgba(9,5,12,.9);transform:rotate(-1.5deg)}.hero-ticket small{color:#b061ff}
.quick-cats{border-color:#3b2848}.quick-cats a{border-color:#3b2848;position:relative;overflow:hidden}.quick-cats a::after{content:"";position:absolute;width:70px;height:8px;background:#ff8a00;right:-18px;top:16px;transform:rotate(42deg);opacity:.85}.quick-cats a:hover{background:linear-gradient(135deg,#160e1e,#0d0a11)}.quick-cats span{color:#6e477f}.quick-cats small{color:#c6b5cd}
.product{background:linear-gradient(180deg,#130e18,#0d0a11);border:1px solid #2d2136;transition:.25s;position:relative}.product:hover{transform:translateY(-5px) rotate(-.2deg);border-color:#75459a;box-shadow:0 18px 45px rgba(0,0,0,.35),8px 8px 0 rgba(141,56,255,.16)}.product-image{background:radial-gradient(circle at 50% 40%,rgba(141,56,255,.14),transparent 55%),#110d15}.product .tag{background:#8d38ff!important;color:#fff;border:1px solid rgba(255,255,255,.22);transform:rotate(-3deg)}.product .tag.hot{background:#ff8a00!important;color:#090609}.view-product{background:#ff8a00!important;color:#090609!important;font-weight:1000}.product-cat{color:#b061ff!important}.price{color:#fff}.price small{color:#8f8498}.add{background:#ff8a00!important;color:#090609!important;box-shadow:3px 3px 0 #8d38ff}
.split-campaign{gap:10px;padding:10px}.campaign-card{border:1px solid #3b2848;border-radius:18px}.campaign-card::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,138,0,.18);pointer-events:none}.campaign-card small{color:#b061ff}.campaign-card h2{text-shadow:4px 4px 0 #8d38ff}.campaign-card b{border-color:#ff8a00;color:#ffb14b}.brand-strip{background:linear-gradient(90deg,rgba(255,138,0,.06),rgba(141,56,255,.08),rgba(255,138,0,.06))}.brand-strip span:nth-child(even){color:#b061ff}.brand-strip span:nth-child(odd){color:#ff9b21}.collection-links a:hover{color:#ff8a00;background:#120d17}.trust-row{border-color:#3b2848}.trust-row article{border-color:#3b2848}.trust-row b{color:#ff9418}.newsletter{background:linear-gradient(135deg,#17101f,#0f0b14);border:2px solid #8d38ff;box-shadow:10px 10px 0 rgba(255,138,0,.7)}
.footer{border-top:1px solid #3b2848;background:#08060b}.footer .brand-logo-wrap{width:70px;height:70px}.footer-bottom{border-top-color:#2d2136}
.catalog-v4-head{background:radial-gradient(circle at 85% 25%,rgba(141,56,255,.16),transparent 25rem);border-color:#3b2848}.catalog-v4-head h1{text-shadow:4px 4px 0 rgba(141,56,255,.45)}.filter-side .filter.active{color:#ff9418}.filter-side .filter:hover{color:#b061ff}.v4-toolbar select,.search{border-color:#3b2848!important;background:#100b14!important}.search:focus-within{border-color:#8d38ff!important;box-shadow:0 0 0 3px rgba(141,56,255,.12)}
.cart-panel{background:#0d0911;border-left:2px solid #8d38ff}.cart-head{border-bottom-color:#3b2848}.cart-item{border-bottom-color:#2d2136}.cart-qty button{background:#17101f;color:#fff;border-color:#3b2848}.cart-total strong{color:#ff9b21}.toast{background:#8d38ff;color:#fff;border:1px solid #c597ff}
.checkout-card,.summary-card,.product-page-card,.product-detail,.product-gallery{border-color:#3b2848!important;background:linear-gradient(180deg,#120d17,#0c0910)!important}.checkout-header .checkout-back{color:#c7b8ce}.checkout-header .checkout-back:hover{color:#ff9418}
@media(max-width:820px){.brand-logo-wrap{width:46px;height:46px}.brand-copy{display:none}.store-hero::before{display:none}.newsletter{box-shadow:6px 6px 0 rgba(255,138,0,.7)}}
@media(max-width:560px){.brand-logo-wrap{width:43px;height:43px}.store-hero-copy h1{filter:drop-shadow(3px 3px 0 rgba(141,56,255,.45))}.btn-primary{box-shadow:4px 4px 0 #8d38ff}.quick-cats a::after{width:50px;height:6px}.product:hover{transform:none}.split-campaign{padding:6px}.campaign-card{border-radius:12px}}

/* Hero street campaign */
.store-hero-media img{object-position:center center}
.store-hero-copy{max-width:900px}
.store-hero-copy .hero-long-title{font-size:clamp(42px,5.5vw,82px);line-height:.9;max-width:900px;letter-spacing:-.025em}
.store-hero-copy .hero-long-title span{font-size:.64em;letter-spacing:.005em;color:#fff}
.store-hero-copy .hero-long-title em{color:#ff8a00;font-style:normal}
@media(max-width:820px){.store-hero-media img{object-position:58% center}.store-hero-copy .hero-long-title{font-size:clamp(39px,8.8vw,65px);max-width:680px}}
@media(max-width:560px){.store-hero-media img{object-position:62% center}.store-hero-copy{padding-top:82px}.store-hero-copy .hero-long-title{font-size:42px;line-height:.92}.store-hero-copy .hero-long-title span{font-size:.58em}}

/* V5 HQ hero art */
.store-hero-media img{object-position:58% center;image-rendering:auto;filter:contrast(1.08) saturate(.96) brightness(.92)}
.hero-shade{background:linear-gradient(90deg,rgba(5,2,8,.97) 0%,rgba(5,2,8,.82) 31%,rgba(5,2,8,.43) 56%,rgba(5,2,8,.08) 82%),linear-gradient(0deg,rgba(9,4,13,.62),transparent 55%)}
@media(max-width:820px){.store-hero-media img{object-position:64% center}}
@media(max-width:560px){.store-hero-media img{object-position:67% center;filter:contrast(1.06) saturate(.94) brightness(.86)}}

/* =========================================================
   V5.1 — THEME SWITCHER (Claro / Escuro)
   ========================================================= */
:root{
  --accent-orange:#ff8a00;
  --accent-purple:#8d38ff;
  --theme-bg:#08060b;
  --theme-surface:#100b14;
  --theme-surface-2:#17101f;
  --theme-text:#f8f5fa;
  --theme-muted:#a59aaa;
  --theme-line:#3b2848;
  --theme-header:rgba(8,6,11,.92);
  --theme-shadow:rgba(0,0,0,.35);
}
html[data-theme="light"]{
  --bg:#f6f2f8;
  --panel:#ffffff;
  --panel2:#f1eaf5;
  --text:#171018;
  --muted:#6f6574;
  --line:#ded3e5;
  --theme-bg:#f6f2f8;
  --theme-surface:#ffffff;
  --theme-surface-2:#f1eaf5;
  --theme-text:#171018;
  --theme-muted:#6f6574;
  --theme-line:#ded3e5;
  --theme-header:rgba(250,247,251,.93);
  --theme-shadow:rgba(55,31,62,.12);
}
body{transition:background-color .25s ease,color .25s ease}
.theme-toggle{height:42px;min-width:94px;padding:0 13px;border:1px solid var(--theme-line);border-radius:13px;background:var(--theme-surface);color:var(--theme-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.04em;transition:.2s ease;white-space:nowrap}
.theme-toggle:hover{border-color:var(--accent-purple);transform:translateY(-1px)}
.theme-icon{font-size:16px;line-height:1;color:var(--accent-orange)}
.theme-label{font-size:9px;text-transform:uppercase}
.checkout-header-actions{display:flex;align-items:center;gap:12px}

html[data-theme="light"] body{background:var(--theme-bg);color:var(--theme-text)}
html[data-theme="light"] .topline,
html[data-theme="light"] .announcement{background:#efe6f3;color:#594f5d;border-color:#ddcfe4}
html[data-theme="light"] .header,
html[data-theme="light"] .checkout-header{background:var(--theme-header);border-bottom-color:#ded3e5;box-shadow:0 8px 30px rgba(55,31,62,.06)}
html[data-theme="light"] .brand-copy strong{color:#171018}
html[data-theme="light"] .nav{color:#5f5664}
html[data-theme="light"] .header-search,
html[data-theme="light"] .cart-button,
html[data-theme="light"] .menu-button{background:#fff;color:#171018;border-color:#ded3e5}
html[data-theme="light"] .header-search:hover,
html[data-theme="light"] .cart-button:hover,
html[data-theme="light"] .menu-button:hover{border-color:#8d38ff}
html[data-theme="light"] .cart-button b{color:#fff;background:#8d38ff}
html[data-theme="light"] .eyebrow{color:#8d38ff}
html[data-theme="light"] .section-description,
html[data-theme="light"] .product-desc,
html[data-theme="light"] .product-delivery,
html[data-theme="light"] .catalog-v4-head p,
html[data-theme="light"] .checkout-back{color:#6f6574}
html[data-theme="light"] .section h2,
html[data-theme="light"] .related-section h2,
html[data-theme="light"] .catalog-v4-head h1,
html[data-theme="light"] .product h3,
html[data-theme="light"] .price,
html[data-theme="light"] .footer{color:#171018}
html[data-theme="light"] .product,
html[data-theme="light"] .quick-cats a,
html[data-theme="light"] .collection-links a,
html[data-theme="light"] .catalog-v4-head,
html[data-theme="light"] .filter-side,
html[data-theme="light"] .checkout-card,
html[data-theme="light"] .summary-card,
html[data-theme="light"] .product-page-card,
html[data-theme="light"] .product-detail,
html[data-theme="light"] .product-gallery{background:#fff!important;border-color:#ded3e5!important;box-shadow:0 10px 35px rgba(55,31,62,.06)}
html[data-theme="light"] .product-image{background:#eee8f1}
html[data-theme="light"] .product-cat{color:#7a3bc4!important}
html[data-theme="light"] .view-product{background:rgba(255,138,0,.94)!important;color:#140b17!important}
html[data-theme="light"] .add{background:#fff!important;color:#171018!important;border-color:#d9cce0!important;box-shadow:3px 3px 0 #cbb0ee}
html[data-theme="light"] .add:hover{background:#ff8a00!important;border-color:#ff8a00!important}
html[data-theme="light"] .v4-toolbar select,
html[data-theme="light"] .search,
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea{background:#fff!important;color:#171018!important;border-color:#d9cce0!important}
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{color:#908596}
html[data-theme="light"] .filter-side .filter{color:#5f5664}
html[data-theme="light"] .filter-side .filter.active{color:#d66f00}
html[data-theme="light"] .trust-row{background:#f0e9f3;border-color:#ded3e5}
html[data-theme="light"] .trust-row article{border-color:#ded3e5;color:#5f5664}
html[data-theme="light"] .brand-strip{background:linear-gradient(90deg,#f4ebf8,#fff3e6,#f4ebf8);border-color:#ded3e5}
html[data-theme="light"] .newsletter{background:linear-gradient(135deg,#fff,#f1e7f7);color:#171018;box-shadow:10px 10px 0 rgba(255,138,0,.28)}
html[data-theme="light"] .footer{background:#eee7f1;border-top-color:#d9cce0}
html[data-theme="light"] .footer a,
html[data-theme="light"] .footer p,
html[data-theme="light"] .footer-bottom{color:#64596a}
html[data-theme="light"] .footer-bottom{border-top-color:#d9cce0}
html[data-theme="light"] .cart-panel{background:#fff;color:#171018;border-left-color:#8d38ff}
html[data-theme="light"] .cart-head{border-bottom-color:#ded3e5}
html[data-theme="light"] .cart-head button,
html[data-theme="light"] .remove{color:#171018}
html[data-theme="light"] .cart-item{border-bottom-color:#e5dbe9}
html[data-theme="light"] .cart-qty button{background:#f5eef7;color:#171018;border-color:#d9cce0}
html[data-theme="light"] .cart-empty,
html[data-theme="light"] .cart-footer small{color:#746a79}
html[data-theme="light"] .cart-total strong{color:#d66f00}
html[data-theme="light"] .checkout-shell,
html[data-theme="light"] .product-page,
html[data-theme="light"] .catalog-v4{background:var(--theme-bg)}
html[data-theme="light"] .order-item,
html[data-theme="light"] .delivery-box,
html[data-theme="light"] .product-info-list>div,
html[data-theme="light"] .qty-control{background:#f6f0f8;border-color:#ded3e5;color:#171018}
html[data-theme="light"] .size-option{background:#fff;color:#171018;border-color:#d8cbe0}
html[data-theme="light"] .size-option.active{background:#171018;color:#fff;border-color:#171018}
html[data-theme="light"] .btn-ghost,
html[data-theme="light"] .btn-glass{background:rgba(255,255,255,.88);color:#171018;border-color:#d8cbe0}
html[data-theme="light"] .text-link{color:#171018}

/* Hero is intentionally dark in both modes to preserve the campaign art. */
html[data-theme="light"] .store-hero{color:#fff}
html[data-theme="light"] .store-hero .eyebrow{color:#ff9b21}
html[data-theme="light"] .store-hero .btn-glass{background:rgba(14,8,18,.58);color:#fff;border-color:rgba(255,255,255,.35)}

@media(max-width:820px){
  .theme-toggle{min-width:44px;width:44px;padding:0}
  .theme-label{display:none}
  .checkout-header-actions{gap:8px}
}
@media(max-width:560px){
  .theme-toggle{height:40px;width:40px;min-width:40px;border-radius:11px}
  .theme-icon{font-size:15px}
  .checkout-back{font-size:10px}
}
@media(prefers-reduced-motion:reduce){body,.theme-toggle{transition:none!important}}

/* V5 product variations */
.main-product-image{background:#fff;border-radius:18px;overflow:hidden;display:grid;place-items:center;aspect-ratio:1/1;min-width:0}
.main-product-image img{width:100%;height:100%;object-fit:contain;display:block;image-rendering:auto}
.variant-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:10px}
.variant-option{background:#11141a;border:1px solid #343944;border-radius:13px;color:#c6c9d0;padding:7px;min-width:0;text-align:left;transition:.2s ease}
.variant-option:hover,.variant-option.active{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow)}
.variant-option.active{background:linear-gradient(180deg,#191021,#12141a)}
.variant-thumb{display:block;background:#fff;border-radius:9px;aspect-ratio:1/1;overflow:hidden;margin-bottom:7px}
.variant-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.variant-option>span:last-child{display:block;font-size:8px;font-weight:900;line-height:1.25;text-transform:uppercase;white-space:normal}
.gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}
.gallery-thumb{border:1px solid #30343d;background:#fff;border-radius:10px;padding:3px;aspect-ratio:1/1;overflow:hidden}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow)}
html[data-theme="light"] .variant-option{background:#fff;border-color:#ded3e5;color:#362d3d}
html[data-theme="light"] .variant-option.active{background:#faf5ff}
@media(max-width:620px){.variant-list{display:flex;overflow-x:auto;gap:10px;padding-bottom:6px;scroll-snap-type:x proximity}.variant-option{flex:0 0 96px;scroll-snap-align:start}.gallery-thumbs{grid-template-columns:repeat(5,70px);overflow-x:auto;padding-bottom:4px}.main-product-image{aspect-ratio:1/1}}
.product-gallery>.main-product-image{height:auto!important}
.product-gallery>.main-product-image>img{max-height:none!important}


/* V5.4 — Frete grátis, número do pedido e música */
.product-free-shipping{margin-top:7px;color:#77e6a4;font-size:10px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.free-shipping-line strong{color:#57d88d!important}
.order-number-box{margin:12px 0 16px;padding:14px 16px;border:1px solid rgba(141,56,255,.45);border-radius:14px;background:linear-gradient(135deg,rgba(141,56,255,.12),rgba(255,138,0,.07));display:grid;gap:3px}
.order-number-box span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#a968ff}
.order-number-box strong{font-size:20px;letter-spacing:.05em;color:var(--theme-text)}
.order-number-box small{font-size:10px;color:var(--theme-muted)}
.music-toggle{height:42px;min-width:92px;padding:0 13px;border:1px solid var(--theme-line);border-radius:13px;background:var(--theme-surface);color:var(--theme-text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.04em;transition:.2s ease;white-space:nowrap}
.music-toggle:hover,.music-toggle.active{border-color:var(--accent-orange);transform:translateY(-1px)}
.music-toggle.active{box-shadow:0 0 0 1px rgba(255,138,0,.18) inset}
.music-icon{font-size:17px;line-height:1;color:var(--accent-purple)}
.music-toggle.active .music-icon{color:var(--accent-orange)}
.music-label{font-size:9px;text-transform:uppercase}
html[data-theme="light"] .music-toggle{background:#fff;color:#171018;border-color:#ded3e5}
html[data-theme="light"] .order-number-box strong{color:#171018}
@media(max-width:900px){.music-toggle{min-width:44px;width:44px;padding:0}.music-label{display:none}}
@media(max-width:560px){.music-toggle{height:40px;width:40px;min-width:40px;border-radius:11px}.music-icon{font-size:15px}}
@media(prefers-reduced-motion:reduce){.music-toggle{transition:none!important}}

/* Mini-player da música de fundo (YouTube) */
.youtube-music-dock{position:fixed;right:18px;bottom:18px;z-index:1200;width:242px;background:#09080b;border:1px solid rgba(139,43,255,.55);border-radius:14px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.42)}
.youtube-music-dock[hidden]{display:none!important}
.youtube-music-head{height:34px;padding:0 8px 0 11px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,rgba(139,43,255,.18),rgba(255,138,0,.13));color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}
.youtube-music-close{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#fff;font-size:20px;line-height:1;cursor:pointer}
.youtube-music-close:hover{background:rgba(255,255,255,.1)}
.youtube-music-dock iframe{display:block;width:240px;height:135px;border:0;background:#000}
html[data-theme="light"] .youtube-music-dock{background:#fff;border-color:#c9a8ee;box-shadow:0 18px 45px rgba(34,20,44,.18)}
html[data-theme="light"] .youtube-music-head{color:#23152e}
html[data-theme="light"] .youtube-music-close{color:#23152e}
@media(max-width:600px){.youtube-music-dock{right:10px;bottom:10px;width:202px}.youtube-music-dock iframe{width:200px;height:113px}.youtube-music-head{height:32px}}

.spotify-music-dock{width:302px}.spotify-music-dock iframe{width:300px;height:152px}.spotify-music-dock[hidden]{display:none!important}@media(max-width:600px){.spotify-music-dock{width:282px}.spotify-music-dock iframe{width:280px;height:152px}}


/* V5.5 — Spotify playlist compacta */
.spotify-music-dock{width:232px!important;right:12px!important;bottom:12px!important;border-radius:12px!important}
.spotify-music-dock .youtube-music-head{height:27px!important;padding:0 6px 0 9px!important;font-size:8px!important;letter-spacing:.06em!important}
.spotify-music-dock .youtube-music-close{width:24px!important;height:24px!important;font-size:17px!important}
.spotify-music-dock iframe{display:block;width:230px!important;height:80px!important;border:0!important;background:#000}
@media(max-width:600px){
  .spotify-music-dock{width:202px!important;right:7px!important;bottom:7px!important}
  .spotify-music-dock iframe{width:200px!important;height:80px!important}
}


/* V5.6 — Spotify playlist maior e player flutuante arrastável */
.spotify-music-dock{width:322px!important;right:16px!important;bottom:16px!important;border-radius:14px!important;overflow:hidden!important;max-width:calc(100vw - 12px)}
.spotify-music-dock .youtube-music-head{height:34px!important;padding:0 6px 0 10px!important;font-size:9px!important;letter-spacing:.06em!important}
.spotify-music-dock .youtube-music-close{width:29px!important;height:29px!important;font-size:18px!important;flex:0 0 auto}
.spotify-music-dock iframe{display:block;width:320px!important;height:152px!important;border:0!important;background:#000}
.spotify-drag-handle{cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}
.spotify-drag-handle.dragging{cursor:grabbing}
.spotify-drag-title{display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap}
.spotify-drag-title>b{font-size:14px;line-height:1;color:var(--accent-orange)}
.spotify-drag-title small{font-size:7px;letter-spacing:.11em;color:rgba(255,255,255,.55)}
html[data-theme="light"] .spotify-drag-title small{color:rgba(35,21,46,.55)}
@media(max-width:600px){
  .spotify-music-dock{width:286px!important;right:7px!important;bottom:7px!important}
  .spotify-music-dock iframe{width:284px!important;height:152px!important}
  .spotify-drag-title small{display:none}
}

/* V5.7 — correção do player Spotify flutuante */
.spotify-music-dock{
  width:322px!important;
  height:188px!important;
  min-height:188px!important;
  max-height:188px!important;
  display:grid!important;
  grid-template-rows:34px 152px!important;
  align-content:start!important;
  overflow:hidden!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.spotify-music-dock[hidden]{display:none!important}
.spotify-music-dock .youtube-music-head{
  width:100%!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  box-sizing:border-box!important;
}
.spotify-music-dock iframe{
  display:block!important;
  width:320px!important;
  height:152px!important;
  min-height:152px!important;
  max-height:152px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  align-self:start!important;
}
@media(max-width:600px){
  .spotify-music-dock{
    width:286px!important;
    height:188px!important;
    min-height:188px!important;
    max-height:188px!important;
    grid-template-rows:34px 152px!important;
  }
  .spotify-music-dock iframe{width:284px!important;height:152px!important;min-height:152px!important;max-height:152px!important}
}


/* V5.8 — player Spotify minimizável em bolha flutuante */
.spotify-music-dock{transition:width .18s ease,height .18s ease,border-radius .18s ease,box-shadow .18s ease!important}
.spotify-head-actions{display:flex;align-items:center;gap:2px}
.spotify-minimize{width:29px;height:29px;border:0;border-radius:8px;background:transparent;color:#fff;font-size:20px;font-weight:800;line-height:1;cursor:pointer}
.spotify-minimize:hover{background:rgba(255,255,255,.1)}
html[data-theme="light"] .spotify-minimize{color:#23152e}
.spotify-mini-bubble{display:none;position:absolute;inset:0;align-items:center;justify-content:center;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;background:radial-gradient(circle at 30% 25%,#a44dff 0,#7c20d6 38%,#33104f 72%,#14071f 100%);border-radius:50%}
.spotify-mini-bubble.dragging{cursor:grabbing}
.spotify-mini-note{position:relative;z-index:2;color:#fff;font-size:27px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.4))}
.spotify-mini-pulse{position:absolute;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,138,0,.8);box-shadow:0 0 16px rgba(139,43,255,.55)}
.spotify-music-dock.is-minimized{width:58px!important;height:58px!important;min-height:58px!important;max-height:58px!important;border-radius:50%!important;display:block!important;overflow:hidden!important;border-color:rgba(255,138,0,.75)!important;box-shadow:0 10px 26px rgba(0,0,0,.38),0 0 0 2px rgba(139,43,255,.16)!important}
.spotify-music-dock.is-minimized .spotify-mini-bubble{display:flex}
.spotify-music-dock.is-minimized .youtube-music-head{display:none!important}
.spotify-music-dock.is-minimized iframe{position:absolute!important;left:0!important;top:0!important;width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;max-width:1px!important;max-height:1px!important;opacity:0!important;pointer-events:none!important}
@media(max-width:600px){.spotify-music-dock.is-minimized{width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important}.spotify-mini-note{font-size:25px}.spotify-mini-pulse{width:37px;height:37px}}
@media(prefers-reduced-motion:reduce){.spotify-music-dock{transition:none!important}}

/* V6 — pedidos, consulta e painel admin */
.admin-entry{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line,#2a2a2a);border-radius:11px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:inherit;text-decoration:none}
.account-body,.admin-body{min-height:100%;background:var(--bg,#080808);color:var(--text,#f5f5f5)}
.account-page,.admin-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:64px 0 100px}.lookup-hero{text-align:center;max-width:720px;margin:0 auto 32px}.lookup-hero h1,.admin-heading h1,.login-card h1{font-size:clamp(38px,6vw,76px);line-height:.94;margin:8px 0 14px;letter-spacing:-.045em}.lookup-hero h1 em,.admin-heading h1 em,.login-card h1 em{color:var(--accent-purple,#8b2bff);font-style:normal}.lookup-shell{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:26px;align-items:start}.lookup-card,.order-status-card,.login-card,.admin-order-card,.admin-stats>div,.admin-toolbar,.order-dialog{background:var(--surface,#111);border:1px solid var(--line,#282828);border-radius:18px}.lookup-card,.login-card{padding:24px;display:grid;gap:16px}.lookup-card label,.login-card label,.admin-update-form label{display:grid;gap:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.lookup-card input,.login-card input,.admin-toolbar input,.admin-toolbar select,.admin-update-form input,.admin-update-form select,.admin-update-form textarea{width:100%;min-height:46px;border:1px solid var(--line,#303030);border-radius:12px;background:var(--surface-2,#0c0c0c);color:inherit;padding:0 13px;font:inherit;box-sizing:border-box}.admin-update-form textarea{padding:12px;resize:vertical}.form-message{padding:12px 14px;border-radius:12px;background:rgba(255,82,82,.1);border:1px solid rgba(255,82,82,.35);color:#ff8e8e}.order-status-card{padding:26px}.order-status-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.order-status-head h2{font-size:30px;margin:4px 0}.order-status-head>strong{font-size:27px;color:var(--accent-orange,#ff8a00)}.status-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:30px 0}.status-step{position:relative;display:grid;gap:8px;justify-items:center;text-align:center;min-width:0}.status-step:not(:last-child):after{content:"";position:absolute;top:18px;left:60%;width:80%;height:2px;background:var(--line,#333)}.status-step.done:not(:last-child):after{background:var(--accent-purple,#8b2bff)}.status-step span{position:relative;z-index:2;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--surface-2,#171717);border:1px solid var(--line,#333);font-weight:900}.status-step.done span,.status-step.current span{background:var(--accent-purple,#8b2bff);border-color:var(--accent-purple,#8b2bff);color:#fff}.status-step b{font-size:10px;text-transform:uppercase;letter-spacing:.05em}.order-public-items{border-top:1px solid var(--line,#282828);padding-top:16px;display:grid;gap:11px}.order-public-items>div{display:flex;justify-content:space-between;gap:14px;font-size:13px}.tracking-box{margin-top:18px;padding:16px;border-radius:12px;background:rgba(139,43,255,.1);display:flex;justify-content:space-between;gap:14px}.status-alert{padding:13px;border-radius:12px;background:rgba(255,82,82,.1);color:#ff9999;margin-bottom:18px}.login-page{min-height:100vh;display:grid;place-items:center;padding:30px 16px;position:relative}.login-brand{position:absolute;top:26px;left:30px}.login-card{width:min(460px,100%);padding:32px}.login-card>p{color:var(--muted,#aaa)}.back-store{text-align:center;color:var(--muted,#aaa);font-size:12px;text-decoration:none}.admin-top{height:74px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line,#292929);position:sticky;top:0;background:rgba(8,8,8,.94);backdrop-filter:blur(15px);z-index:20}.admin-user{display:flex;align-items:center;gap:12px}.admin-user span{font-weight:900}.admin-user button{border:1px solid var(--line,#333);background:transparent;color:inherit;border-radius:10px;padding:9px 14px;cursor:pointer}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.admin-heading h1{font-size:clamp(44px,6vw,78px)}.admin-heading p{max-width:650px;color:var(--muted,#aaa)}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.admin-stats>div{padding:18px}.admin-stats span{display:block;color:var(--muted,#aaa);font-size:11px;text-transform:uppercase;letter-spacing:.07em}.admin-stats strong{font-size:28px}.admin-toolbar{display:grid;grid-template-columns:1fr 260px;gap:12px;padding:12px;margin-bottom:14px}.admin-orders{display:grid;gap:9px}.admin-order-card{width:100%;display:grid;grid-template-columns:1.05fr 1.2fr 1fr .6fr 26px;gap:14px;align-items:center;text-align:left;color:inherit;padding:15px 17px;cursor:pointer}.admin-order-card:hover{border-color:var(--accent-purple,#8b2bff);transform:translateY(-1px)}.admin-order-card>div{display:grid;gap:3px}.admin-order-card span{font-size:11px;color:var(--muted,#999)}.admin-order-person b{font-size:13px}.admin-order-total{text-align:right}.order-status-pill{justify-self:start;padding:7px 9px;border-radius:999px;font-size:10px!important;font-weight:900;text-transform:uppercase;color:#fff!important}.status-pending_payment{background:#8b5d00}.status-payment_confirmed{background:#166b3a}.status-preparing{background:#5c2ca0}.status-shipped{background:#17608d}.status-delivered{background:#157347}.status-cancelled,.status-payment_error{background:#8d2525}.admin-empty{padding:34px;text-align:center;color:var(--muted,#999)}.order-dialog{width:min(790px,calc(100% - 24px));max-height:88vh;color:var(--text,#fff);padding:0;overflow:auto}.order-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.dialog-close-row{position:sticky;top:0;display:flex;justify-content:flex-end;padding:10px 12px 0;z-index:2}.dialog-close-row button{width:38px;height:38px;border:0;border-radius:50%;background:var(--surface-2,#222);color:inherit;font-size:24px;cursor:pointer}.order-dialog #dialogContent{padding:0 26px 28px}.dialog-order-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.dialog-order-head h2{font-size:32px;margin:4px 0}.dialog-order-head>strong{font-size:26px;color:var(--accent-orange,#ff8a00)}.dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.dialog-grid section,.dialog-items{padding:16px;border:1px solid var(--line,#303030);border-radius:14px}.dialog-grid h3,.dialog-items h3{margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-purple,#9f54ff)}.dialog-grid p{margin:0;line-height:1.65;color:var(--muted,#bbb)}.dialog-items{display:grid;gap:9px}.dialog-items>div{display:flex;justify-content:space-between;gap:12px}.admin-update-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.admin-update-form .span-2{grid-column:1/-1}.checkout-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.track-order-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--accent-purple,#8b2bff);border-radius:12px;color:inherit;text-decoration:none;font-weight:800}
@media(max-width:800px){.lookup-shell{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-toolbar{grid-template-columns:1fr}.admin-heading{align-items:flex-start;flex-direction:column}.admin-order-card{grid-template-columns:1fr auto}.admin-order-card .admin-order-person,.admin-order-card .order-status-pill{grid-column:1}.admin-order-card .admin-order-total{grid-column:2;grid-row:1}.admin-order-card i{display:none}.dialog-grid{grid-template-columns:1fr}.status-timeline{overflow-x:auto;grid-template-columns:repeat(5,minmax(105px,1fr));padding-bottom:7px}.account-page,.admin-page{width:min(100% - 20px,1180px);padding-top:34px}}@media(max-width:540px){.login-brand{position:static;margin-bottom:20px}.login-page{align-content:start;padding-top:28px}.admin-top{padding:0 12px}.admin-stats{grid-template-columns:1fr 1fr}.admin-update-form{grid-template-columns:1fr}.admin-update-form .span-2{grid-column:auto}.checkout-success-actions{grid-template-columns:1fr}.lookup-hero{text-align:left}}

/* ===== V7 ADMIN CATALOG ===== */
.admin-tabs{display:flex;gap:10px;margin:0 0 28px;padding:6px;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:16px;width:max-content}.admin-tabs button{border:0;background:transparent;color:var(--muted);font:800 13px/1 inherit;text-transform:uppercase;letter-spacing:.06em;padding:12px 18px;border-radius:11px;cursor:pointer}.admin-tabs button.active{background:linear-gradient(135deg,var(--purple),var(--orange));color:#fff}.admin-panel{display:none}.admin-panel.active{display:block}.admin-product-note{display:flex;gap:14px;align-items:center;padding:16px 18px;border:1px solid rgba(120,255,170,.24);background:rgba(30,255,125,.055);border-radius:14px;margin-bottom:18px}.admin-product-note b{color:#50ff9b}.admin-product-note span{color:var(--muted);font-size:13px}.admin-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-product-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-width:0}.admin-product-card.is-inactive{opacity:.55}.admin-product-image{height:210px;position:relative;background:rgba(255,255,255,.03)}.admin-product-image img{width:100%;height:100%;object-fit:cover}.admin-product-image span{position:absolute;left:10px;top:10px;background:var(--orange);color:#080808;padding:6px 8px;border-radius:7px;font-size:10px;font-weight:900}.admin-product-copy{padding:15px}.admin-product-copy>small{color:var(--purple);font-weight:900;font-size:10px}.admin-product-copy h3{font-size:17px;margin:7px 0 9px}.admin-product-copy>strong{font-size:21px}.admin-product-copy p{font-size:12px;color:var(--muted);margin:8px 0 12px}.admin-product-actions{display:flex;gap:8px}.mini-btn{border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);padding:8px 11px;border-radius:9px;font-weight:800;cursor:pointer}.mini-btn:hover{border-color:var(--purple)}.mini-btn.danger{color:#ff6e78}.product-admin-dialog{width:min(980px,94vw);max-height:92vh;border:1px solid var(--line);border-radius:22px;background:var(--bg);color:var(--text);padding:0;box-shadow:0 30px 100px rgba(0,0,0,.6)}.product-admin-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.product-admin-form{padding:0 28px 28px}.product-form-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.product-form-head h2{font-size:30px;margin:3px 0}.switch-label{display:flex;align-items:center;gap:8px;font-weight:800}.switch-label input{accent-color:var(--purple);width:18px;height:18px}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-form-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800}.product-form-grid label small{font-weight:500;color:var(--muted)}.product-form-grid .span-2{grid-column:span 2}.product-form-grid input,.product-form-grid select,.product-form-grid textarea,.variant-editor-fields input{border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);border-radius:11px;padding:12px 13px;outline:none}.product-form-grid input:focus,.product-form-grid textarea:focus,.variant-editor-fields input:focus{border-color:var(--purple)}.check-field{flex-direction:row!important;align-items:center!important;padding-top:23px}.check-field input{width:18px;height:18px;accent-color:var(--purple)}.admin-image-section,.admin-variants-section{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.main-image-uploader{display:flex;gap:16px;align-items:center;margin-top:12px}.main-image-uploader img{width:150px;height:120px;object-fit:cover;border-radius:14px;border:1px solid var(--line)}.main-image-uploader>div{display:grid;gap:10px;flex:1}.main-image-uploader span,[data-v-status]{font-size:11px;color:#55e79a}.variant-editor-row{display:grid;grid-template-columns:92px 1fr 36px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.variant-editor-row>img{width:92px;height:78px;object-fit:cover;border-radius:10px;background:rgba(255,255,255,.04)}.variant-editor-fields{display:grid;gap:8px}.variant-upload-line{display:flex;align-items:center;gap:8px}.variant-upload-line input{max-width:250px}.variant-remove{border:0;background:rgba(255,80,90,.1);color:#ff6e78;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer}.product-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.dialog-close-row{padding:12px 14px 0;text-align:right}.dialog-close-row button{border:0;background:transparent;color:var(--text);font-size:28px;cursor:pointer}
@media(max-width:1000px){.admin-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.admin-tabs{width:100%}.admin-tabs button{flex:1}.admin-products-grid{grid-template-columns:1fr}.product-form-grid{grid-template-columns:1fr}.product-form-grid .span-2{grid-column:auto}.product-form-head{align-items:flex-start;flex-direction:column}.main-image-uploader{align-items:flex-start;flex-direction:column}.variant-editor-row{grid-template-columns:72px 1fr 32px}.variant-editor-row>img{width:72px;height:72px}.variant-upload-line{align-items:flex-start;flex-direction:column}.product-admin-form{padding:0 16px 20px}}

/* ======================================================================
   V8 MOBILE MAX — experiência mobile-first sem alterar o desktop
   ====================================================================== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{overflow-x:hidden}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
img{max-width:100%}

@media(max-width:720px){
  :root{--mobile-pad:14px}
  body{padding-bottom:env(safe-area-inset-bottom)}
  .topline,.announcement{padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}

  /* Header / navegação */
  .header{height:62px!important;padding:0 max(10px,env(safe-area-inset-left))!important;gap:7px!important;position:sticky!important;top:0!important;z-index:120!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
  .brand{min-width:0;gap:6px!important}.brand-logo-wrap{width:42px!important;height:42px!important;flex:0 0 42px}.brand-logo{object-fit:contain}
  .header-actions{gap:5px!important;min-width:0;margin-left:auto}
  .theme-toggle,.music-toggle,.header-search,.cart-button,.menu-button{min-height:42px!important;height:42px!important;border-radius:11px!important}
  .theme-toggle{width:42px!important;min-width:42px!important;padding:0!important}.theme-toggle .theme-label{display:none!important}
  .music-toggle{width:42px!important;min-width:42px!important;padding:0!important}.music-toggle .music-label{display:none!important}
  .header-search{width:42px!important;min-width:42px!important;padding:0!important;justify-content:center!important;font-size:19px!important}.header-search span{display:none!important}
  .cart-button{min-width:58px!important;padding:0 9px!important;font-size:0!important;gap:5px!important}.cart-button::before{content:'🛍';font-size:17px}.cart-button b{font-size:10px!important;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px}
  .menu-button{display:grid!important;place-items:center;width:42px!important;min-width:42px!important;padding:0!important;font-size:20px!important;order:-1}
  .nav{position:fixed!important;left:10px!important;right:10px!important;top:70px!important;width:auto!important;max-height:calc(100dvh - 84px);overflow:auto;display:none!important;flex-direction:column!important;gap:4px!important;padding:10px!important;border-radius:18px!important;background:rgba(10,9,13,.98)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 20px 70px rgba(0,0,0,.7)!important;z-index:160!important}
  .nav.open{display:flex!important;animation:nyelMenuIn .18s ease-out both}.nav a{min-height:48px;display:flex!important;align-items:center!important;padding:0 14px!important;border:0!important;border-radius:11px!important;font-size:12px!important;font-weight:850!important}.nav a.active-nav{background:linear-gradient(90deg,rgba(141,56,255,.19),rgba(255,138,0,.09));color:#fff!important}
  html[data-theme="light"] .nav{background:rgba(255,255,255,.985)!important;border-color:#ddd3e5!important}.nav.open::after{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none}
  @keyframes nyelMenuIn{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:none}}

  /* Home */
  .store-hero{min-height:560px!important;border-radius:0!important}.store-hero-media img{object-position:64% center!important}.store-hero-copy{padding:76px var(--mobile-pad) 38px!important;align-self:end!important;background:linear-gradient(0deg,rgba(6,5,8,.95) 0%,rgba(6,5,8,.7) 47%,transparent 78%)}
  .store-hero-copy .eyebrow{font-size:8px!important;letter-spacing:.13em!important}.store-hero-copy .hero-long-title{font-size:clamp(36px,11vw,52px)!important;line-height:.89!important;max-width:100%!important;letter-spacing:-.035em!important}.store-hero-copy .hero-long-title span{font-size:.54em!important;line-height:1.05!important;display:block;margin-top:10px}.store-hero-copy>p:not(.eyebrow){font-size:12px!important;line-height:1.55!important;max-width:92%!important;margin-top:13px!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:18px!important}.hero-actions .btn{min-height:48px!important;width:100%!important;padding:0 10px!important;font-size:9px!important}.hero-ticket{display:none!important}
  .quick-cats{display:flex!important;overflow-x:auto!important;grid-template-columns:none!important;gap:8px!important;padding:12px var(--mobile-pad) 16px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.quick-cats::-webkit-scrollbar{display:none}.quick-cats a{flex:0 0 70vw!important;min-height:112px!important;scroll-snap-align:start!important;padding:18px!important;border-radius:14px!important}.quick-cats a b{font-size:23px!important}.quick-cats a span{font-size:10px!important}
  .section,.shop-section,.arrivals{padding-left:var(--mobile-pad)!important;padding-right:var(--mobile-pad)!important}.shop-section{padding-top:48px!important;padding-bottom:50px!important}.section-head{gap:13px!important;margin-bottom:20px!important}.section h2,.related-section h2{font-size:clamp(34px,10vw,46px)!important;line-height:.92!important}.section-description{font-size:12px!important;line-height:1.55!important}
  .split-campaign{padding:0 var(--mobile-pad)!important;gap:10px!important}.campaign-card{height:390px!important;border-radius:16px!important}.campaign-card>div{left:20px!important;right:20px!important;bottom:22px!important}.campaign-card h2{font-size:48px!important}.campaign-card p{font-size:11px!important;max-width:240px}.brand-strip{padding:30px var(--mobile-pad)!important}.brand-strip div{overflow-x:auto!important;justify-content:flex-start!important;scrollbar-width:none}.brand-strip div::-webkit-scrollbar{display:none}.brand-strip span{flex:0 0 auto!important;font-size:22px!important}
  .collection-links{gap:8px!important}.collection-links a{min-height:70px!important;border:1px solid var(--line)!important;border-radius:13px!important;padding:0 16px!important;font-size:22px!important}
  .trust-row{grid-template-columns:1fr 1fr!important;margin:0 var(--mobile-pad)!important;gap:8px!important}.trust-row article{border:1px solid var(--line)!important;border-radius:12px!important;padding:15px!important;min-height:92px}.trust-row article b{font-size:14px!important}.trust-row article span{font-size:9px!important;line-height:1.4!important}
  .newsletter{margin:18px var(--mobile-pad)!important;padding:28px 20px!important;border-radius:16px!important}.newsletter h2{font-size:38px!important}.newsletter .btn{width:100%!important;min-height:48px!important}

  /* Cards de produto — dois por linha mas legíveis */
  .products-grid,.catalog-main .catalog-grid,.products-grid.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product{border-radius:14px!important;overflow:hidden!important;min-width:0!important}.product-image{aspect-ratio:1/1.03!important}.product-image img{object-fit:cover!important}.product .tag{left:7px!important;top:7px!important;font-size:7px!important;padding:5px 7px!important;border-radius:6px!important}.product-info{padding:11px!important}.product-cat{font-size:7px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product h3{font-size:13px!important;line-height:1.16!important;min-height:30px;margin:5px 0!important}.product-desc{display:none!important}.product-delivery{font-size:8px!important;margin-top:5px!important}.product-free-shipping{font-size:7px!important;line-height:1.3!important;margin-top:5px!important}.product-row{margin-top:8px!important;gap:5px!important}.price{font-size:15px!important;line-height:1!important}.price small{font-size:6px!important;margin-top:3px!important}.add{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:9px!important}.view-product{display:none!important}

  /* Catálogo */
  .catalog-v4-head{padding:36px var(--mobile-pad) 20px!important}.catalog-v4-head h1{font-size:clamp(43px,13vw,60px)!important;line-height:.9!important}.catalog-v4-head>p:last-child{font-size:11px!important;line-height:1.5!important}.catalog-layout{padding:8px var(--mobile-pad) 60px!important;gap:14px!important}.filter-side{display:flex!important;overflow-x:auto!important;gap:7px!important;padding:0 0 4px!important;scrollbar-width:none!important;position:static!important}.filter-side::-webkit-scrollbar{display:none}.filter-side>strong,.filter-side>small,.filter-side>p,.filter-side>hr,.side-help{display:none!important}.filter-side .filter{flex:0 0 auto!important;min-height:40px!important;padding:0 15px!important;border:1px solid var(--line)!important;border-radius:999px!important;font-size:10px!important;white-space:nowrap!important}.filter-side .filter.active{border-color:var(--purple)!important;background:rgba(141,56,255,.14)!important}.v4-toolbar{grid-template-columns:1fr 105px!important;gap:7px!important;margin-bottom:12px!important}.v4-toolbar .search{min-height:44px!important}.v4-toolbar .search input{font-size:16px!important;min-width:0!important}.v4-toolbar select{height:44px!important;max-width:none!important;font-size:9px!important;padding:0 7px!important}.catalog-meta{display:none!important}.empty-results{grid-column:1/-1!important}

  /* Página de produto */
  .product-page{padding:10px var(--mobile-pad) 58px!important}.product-breadcrumb{font-size:8px!important;padding:4px 0 10px!important;text-overflow:ellipsis!important}.product-detail{gap:18px!important}.product-gallery{margin-left:calc(var(--mobile-pad) * -1);margin-right:calc(var(--mobile-pad) * -1);width:calc(100% + (var(--mobile-pad) * 2))}.main-product-image{border-radius:0!important;aspect-ratio:1/1!important;background:var(--theme-card,#0f1116)!important;display:grid!important;place-items:center!important;overflow:hidden!important}.main-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;max-width:100%!important;max-height:100%!important}.product-gallery img{touch-action:pan-y!important}.product-gallery-badge{left:12px!important;top:12px!important}.gallery-thumbs{display:flex!important;overflow-x:auto!important;gap:7px!important;padding:8px var(--mobile-pad) 2px!important;scroll-snap-type:x proximity;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex:0 0 68px!important;width:68px!important;height:68px!important;scroll-snap-align:start!important;border-radius:10px!important;overflow:hidden!important}.gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f2f2f2!important}.gallery-caption{padding:8px var(--mobile-pad)!important;font-size:7px!important}.product-copy{padding:0!important}.product-kicker{font-size:8px!important;margin-bottom:6px!important}.product-copy h1{font-size:clamp(37px,12vw,52px)!important;line-height:.9!important;letter-spacing:-.03em!important}.product-description{font-size:12px!important;line-height:1.55!important;margin-top:11px!important}.detail-price{margin:16px 0!important}.detail-price strong{font-size:30px!important}.delivery-box{padding:12px!important;border-radius:13px!important;gap:10px!important}.delivery-box>span{font-size:18px!important}.delivery-box strong{font-size:11px!important}.delivery-box small{font-size:9px!important;line-height:1.4!important}.option-block{margin-top:18px!important}.option-head{margin-bottom:9px!important}.option-head strong{font-size:12px!important}.option-head small{font-size:9px!important}.variant-list{gap:8px!important;margin-right:calc(var(--mobile-pad) * -1);padding-right:var(--mobile-pad)!important}.variant-option{flex:0 0 92px!important;padding:6px!important;border-radius:11px!important}.variant-thumb{height:76px!important;object-fit:contain!important;object-position:center!important;background:#f2f2f2!important}.variant-option>span:last-child{font-size:8px!important;line-height:1.2!important}.size-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.size-option{min-height:46px!important;font-size:12px!important;border-radius:11px!important}.buy-row{position:sticky!important;bottom:8px!important;z-index:45!important;display:grid!important;grid-template-columns:106px 1fr!important;gap:8px!important;padding:8px!important;margin:20px -6px 8px!important;background:color-mix(in srgb,var(--theme-bg,#080808) 88%,transparent)!important;border:1px solid var(--line)!important;border-radius:16px!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 12px 35px rgba(0,0,0,.38)}.qty-control{min-height:48px!important}.qty-control button{min-width:34px!important;min-height:44px!important}.buy-row .btn{min-height:48px!important;font-size:9px!important;padding:0 8px!important}.buy-now{min-height:48px!important}.product-info-list{font-size:10px!important}.whatsapp-link{min-height:48px!important;font-size:10px!important}.related-section{padding-top:48px!important}.related-section .section-head{padding:0!important}

  /* Carrinho como bottom sheet */
  .cart-panel{width:100%!important;max-width:none!important;height:min(84dvh,760px)!important;top:auto!important;bottom:0!important;right:0!important;border-radius:22px 22px 0 0!important;border-left:0!important;border-top:1px solid var(--line)!important;transform:translateY(105%)!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}.cart-drawer.open .cart-panel{transform:translateY(0)!important}.cart-head{padding:16px 16px 10px!important}.cart-head::before{content:'';position:absolute;left:50%;top:7px;width:42px;height:4px;border-radius:99px;background:rgba(255,255,255,.2);transform:translateX(-50%)}.cart-head h2{font-size:28px!important}.cart-head button{width:42px!important;height:42px!important}.cart-items{padding:6px 12px!important}.cart-item{grid-template-columns:82px 1fr 36px!important;gap:10px!important;padding:10px 0!important}.cart-item>img{width:82px!important;height:82px!important;border-radius:10px!important}.cart-item h4{font-size:12px!important}.cart-item small{font-size:9px!important}.cart-qty button{width:34px!important;height:34px!important}.remove{width:36px!important;height:36px!important}.cart-footer{padding:12px 14px max(12px,env(safe-area-inset-bottom))!important}.cart-footer .btn{min-height:50px!important}.toast{left:12px!important;right:12px!important;bottom:max(78px,calc(env(safe-area-inset-bottom) + 65px))!important;width:auto!important;text-align:center!important}

  /* Checkout */
  .checkout-header{height:62px!important;padding:0 var(--mobile-pad)!important}.checkout-header .brand-copy{display:none!important}.checkout-header-actions{gap:5px!important}.admin-entry{min-height:40px!important;display:flex!important;align-items:center!important;padding:0 10px!important}.checkout-back{font-size:0!important}.checkout-back::before{content:'←';font-size:18px}.checkout-page{padding:18px var(--mobile-pad) 58px!important}.checkout-progress{gap:6px!important;margin-bottom:18px!important}.checkout-progress div{min-width:0!important;font-size:8px!important}.checkout-progress div span{width:26px!important;height:26px!important}.checkout-shell{gap:12px!important}.order-card{order:-1!important;border-radius:15px!important;padding:15px!important}.order-card-head h2{font-size:23px!important}.checkout-form-card{padding:18px!important;border-radius:15px!important}.checkout-form-card h1{font-size:36px!important;line-height:.92!important}.checkout-lead{font-size:11px!important}.form-section-title{font-size:10px!important;margin-top:20px!important}.form-grid{gap:10px!important}.form-grid label{font-size:10px!important}.form-grid input,.form-grid select,.form-grid textarea{font-size:16px!important;min-height:48px!important;padding:11px 12px!important}.checkout-submit{min-height:52px!important}.payment-result{overflow-wrap:anywhere!important}.order-number-box strong{font-size:17px!important;overflow-wrap:anywhere}.checkout-security{grid-template-columns:1fr!important;gap:8px!important}.checkout-security>div{min-height:52px!important}

  /* Consulta / login */
  .account-page{width:100%!important;padding:28px var(--mobile-pad) 55px!important}.lookup-hero h1{font-size:clamp(42px,13vw,60px)!important;line-height:.9!important}.lookup-hero p{font-size:12px!important;line-height:1.55!important}.lookup-shell{gap:12px!important}.lookup-card,.order-status-card,.login-card{padding:20px!important;border-radius:16px!important}.lookup-card input,.login-card input{font-size:16px!important;min-height:48px!important}.status-timeline{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px!important}.login-page{padding:22px var(--mobile-pad)!important}.login-brand{margin-bottom:14px!important}.login-card h1{font-size:42px!important}

  /* Admin no celular */
  .admin-top{height:62px!important;padding:0 10px!important}.admin-top .brand-copy{display:none!important}.admin-user{gap:6px!important}.admin-user span{font-size:11px!important}.admin-user button{min-height:40px!important;padding:0 12px!important}.admin-page{width:100%!important;padding:20px 10px 60px!important}.admin-tabs{position:sticky!important;top:70px!important;z-index:15!important;width:100%!important;margin-bottom:18px!important;padding:5px!important;background:rgba(15,13,18,.94)!important;backdrop-filter:blur(12px)}.admin-tabs button{min-height:42px!important;padding:0 8px!important;font-size:10px!important}.admin-heading{gap:12px!important;margin-bottom:17px!important}.admin-heading h1{font-size:clamp(38px,12vw,54px)!important;line-height:.9!important}.admin-heading p{font-size:11px!important;line-height:1.5!important}.admin-heading>.btn{width:100%!important;min-height:48px!important}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.admin-stats>div{padding:13px!important}.admin-stats span{font-size:8px!important}.admin-stats strong{font-size:22px!important}.admin-toolbar{padding:8px!important;gap:7px!important}.admin-toolbar input,.admin-toolbar select{font-size:16px!important;min-height:46px!important}.admin-order-card{padding:13px!important;border-radius:13px!important;gap:8px!important}.admin-order-card span{font-size:9px!important}.admin-order-card b{font-size:11px!important}.order-status-pill{font-size:8px!important;padding:6px 8px!important}.admin-product-note{align-items:flex-start!important;flex-direction:column!important;gap:5px!important;padding:13px!important}.admin-product-note span{font-size:10px!important}.admin-products-grid{gap:10px!important}.admin-product-card{border-radius:14px!important}.admin-product-image{height:220px!important}.admin-product-copy{padding:13px!important}.admin-product-copy h3{font-size:16px!important}.admin-product-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.mini-btn{min-height:42px!important}.order-dialog,.product-admin-dialog{width:100%!important;max-width:100%!important;max-height:94dvh!important;margin:auto 0 0!important;border-radius:20px 20px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important}.order-dialog #dialogContent{padding:0 14px 24px!important}.dialog-order-head{flex-direction:column!important;gap:5px!important}.dialog-order-head h2{font-size:25px!important}.dialog-grid section,.dialog-items{padding:13px!important}.admin-update-form input,.admin-update-form select,.admin-update-form textarea,.product-form-grid input,.product-form-grid select,.product-form-grid textarea,.variant-editor-fields input{font-size:16px!important;min-height:46px!important}.product-admin-form{padding:0 12px 24px!important}.product-form-head{margin-bottom:14px!important}.product-form-head h2{font-size:25px!important}.main-image-uploader img{width:100%!important;height:auto!important;aspect-ratio:4/3!important}.main-image-uploader input[type=file],.variant-upload-line input[type=file]{width:100%!important;max-width:100%!important}.variant-editor-row{grid-template-columns:66px minmax(0,1fr) 34px!important;gap:8px!important}.variant-editor-row>img{width:66px!important;height:66px!important}.variant-upload-line{gap:5px!important}.product-form-actions{position:sticky!important;bottom:0!important;z-index:4!important;margin:18px -12px -24px!important;padding:10px 12px max(10px,env(safe-area-inset-bottom))!important;background:rgba(12,10,14,.96)!important;border-top:1px solid var(--line)!important}.product-form-actions .btn{flex:1!important;min-height:48px!important}

  /* Player Spotify: no mobile começa discreto e não tampa checkout */
  .spotify-music-dock{max-width:calc(100vw - 20px)!important;bottom:max(10px,env(safe-area-inset-bottom))!important}.spotify-music-dock:not(.is-minimized){width:min(286px,calc(100vw - 20px))!important}.spotify-music-dock:not(.is-minimized) iframe{width:100%!important}.spotify-music-dock.is-minimized{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important}

  /* Rodapé */
  .footer{padding:34px var(--mobile-pad) 24px!important;gap:24px!important}.footer-brand p{font-size:10px!important}.footer-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}.footer-links a{min-height:40px!important;display:flex!important;align-items:center!important}.footer-bottom{font-size:8px!important;align-items:flex-start!important}
}

@media(max-width:380px){
  .products-grid,.catalog-main .catalog-grid,.products-grid.related-grid{grid-template-columns:1fr 1fr!important;gap:7px!important}.product-info{padding:9px!important}.product h3{font-size:11px!important}.product-free-shipping{font-size:6px!important}.price{font-size:13px!important}.store-hero-copy .hero-long-title{font-size:34px!important}.hero-actions{grid-template-columns:1fr!important}.quick-cats a{flex-basis:78vw!important}.trust-row{grid-template-columns:1fr!important}.admin-product-image{height:190px!important}
}

@media(hover:none) and (pointer:coarse){
  .product:hover,.btn:hover,.add:hover,.mini-btn:hover{transform:none!important}
  .product-image:active,.btn:active,.add:active,.filter:active,.size-option:active,.variant-option:active{transform:scale(.985)!important}
}
