:root {
  --navy:#0b1f3a;
  --navy-2:#16385f;
  --navy-3:#244d7a;
  --ice:#edf4fb;
  --soft:#f6f8fb;
  --white:#fff;
  --text:#17202a;
  --muted:#667085;
  --line:#e3e8ef;
  --green:#14835f;
  --shadow:0 18px 55px rgba(11,31,58,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.benefit-bar{background:#07172c;color:#fff;height:34px;display:flex;align-items:center;overflow:hidden}
.benefit-track{width:min(1180px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap;overflow:auto;scrollbar-width:none}
.benefit-track::-webkit-scrollbar{display:none}
.benefit-track span{font-size:10px;font-weight:600;letter-spacing:.02em;opacity:.9}
.benefit-track span:not(:last-child)::after{content:"•";margin-left:18px;color:#8da4bd}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:58px;height:58px;background:var(--navy);border-radius:50%;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}
.brand img{width:54px;height:54px;object-fit:contain}
.desktop-nav{display:flex;gap:30px;align-items:center;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:600;color:#465466;transition:.2s}
.desktop-nav a:hover{color:var(--navy)}
.header-actions{display:flex;align-items:center;gap:6px}
.icon-button{position:relative;width:40px;height:40px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:var(--navy)}
.icon-button:hover{background:var(--soft)}
.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.cart-badge{position:absolute;right:1px;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--navy);color:#fff;font-size:9px;display:grid;place-items:center;border:2px solid #fff}
.mobile-menu-button{display:none;width:40px;height:40px;border:0;background:transparent;color:var(--navy);font-size:24px}
.mobile-nav{display:none;flex-direction:column;padding:0 20px 18px;border-top:1px solid var(--line)}
.mobile-nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:600}
.mobile-nav.open{display:flex}
.hero{padding:62px 0 72px;background:linear-gradient(180deg,#fff,#fbfcfd)}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.hero-copy{padding:28px 0}
.eyebrow,.section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#527195}
.hero h1{margin:15px 0 18px;color:var(--navy);font-size:clamp(46px,6vw,72px);line-height:.98;letter-spacing:-.05em;max-width:650px}
.hero p{margin:0;max-width:580px;font-size:18px;line-height:1.65;color:var(--muted)}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;font-size:12px;font-weight:700;border:1px solid transparent;transition:.2s}
.button-primary{background:var(--navy);color:#fff;border-color:var(--navy)}
.button-primary:hover{background:var(--navy-2)}
.button-secondary{background:#fff;color:var(--navy);border-color:#ccd6e0}
.hero-trust{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}
.hero-trust span{font-size:11px;color:#6e7b89;font-weight:600}
.banner-shell{min-width:0}
.banner-slider{position:relative;height:500px;border-radius:22px;overflow:hidden;background:var(--navy);box-shadow:var(--shadow)}
.banner-slide{position:absolute;inset:0;padding:42px;opacity:0;transform:scale(1.02);transition:opacity .45s ease,transform .45s ease;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:end;background:linear-gradient(145deg,#0b1f3a,#173a64);isolation:isolate}
.banner-slide:nth-child(2){background:linear-gradient(145deg,#102946,#244d7a)}
.banner-slide:nth-child(3){background:linear-gradient(145deg,#0b1f3a,#24587d)}
.banner-slide::after{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.12);border-radius:16px;z-index:1}
.banner-slide.is-active{opacity:1;transform:scale(1)}
.banner-copy{position:relative;z-index:2;max-width:420px;color:#fff;align-self:end}
.banner-copy small{display:block;font-size:10px;font-weight:800;letter-spacing:.18em;opacity:.65;margin-bottom:10px}
.banner-copy strong{display:block;font-size:30px;line-height:1.08;letter-spacing:-.03em}
.banner-copy span{display:block;margin-top:12px;font-size:13px;line-height:1.6;color:rgba(255,255,255,.78)}
.banner-visual{position:relative;z-index:2;width:100%;min-height:332px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);box-shadow:0 16px 34px rgba(0,0,0,.18)}
.banner-visual img{width:100%;height:100%;display:block;object-fit:cover}
.folded-slide .banner-visual img{object-position:center 28%}
.team-slide .banner-visual img{object-position:center center}
.banner-logo-visual{display:grid;place-items:center;padding:26px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.1),rgba(255,255,255,.03))}
.banner-logo-visual img{width:min(100%,210px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.24))}
.banner-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:14px}
.banner-controls button,.carousel-buttons button{width:36px;height:36px;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:50%}
.banner-dots{display:flex;gap:6px}
.banner-dots button{width:7px;height:7px;border:0;background:#c6d0db;border-radius:50%;padding:0}
.banner-dots button.active{background:var(--navy)}
.section{padding:88px 0}
.section-soft{background:var(--soft)}
.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:34px}
.section-heading h2{margin:8px 0 0;color:var(--navy);font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.035em}
.section-heading p{max-width:650px;margin:14px 0 0;color:var(--muted);line-height:1.65;font-size:14px}
.compact-heading{margin-bottom:26px}
.text-link{font-size:13px;font-weight:700;color:var(--navy)}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.category-card{min-height:166px;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;transition:.2s ease}
.category-card:hover{border-color:#c8d4e1;transform:translateY(-2px);box-shadow:0 10px 25px rgba(11,31,58,.06)}
.category-card span{color:#9aa6b3;font-size:11px;font-weight:700}
.category-card strong{color:var(--navy);font-size:15px}
.category-card small{font-size:12px;color:var(--muted)}
.product-heading{align-items:flex-end}
.carousel-buttons{display:flex;gap:8px}
.product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:thin}
.product-card{min-width:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;scroll-snap-align:start}
.product-media{min-height:310px;display:flex;flex-direction:column;justify-content:space-between;padding:22px;color:rgba(11,31,58,.56)}
.product-media span{font-size:10px;font-weight:800;letter-spacing:.13em}
.product-media strong{font-size:36px;letter-spacing:-.05em;color:rgba(11,31,58,.17)}
.media-1{background:linear-gradient(145deg,#e8eef4,#c9d8e6)}
.media-2{background:linear-gradient(145deg,#eff3f6,#d9e0e8)}
.media-3{background:linear-gradient(145deg,#e8edf1,#cfd9df)}
.media-4{background:linear-gradient(145deg,#dce7f0,#c0d1df)}
.product-body{padding:22px}
.product-eyebrow{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.product-card h3{color:var(--navy);margin:8px 0;font-size:19px;line-height:1.25}
.product-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.6;min-height:62px}
.product-footer{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}
.product-footer span{font-size:11px;font-weight:650;color:#4b5968}
.mini-button{border:1px solid var(--navy);background:var(--navy);color:#fff;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:700}
.product-help{display:flex;align-items:center;gap:8px;margin-top:14px;color:#55776a;font-size:11px;font-weight:600;background:none;border:0;padding:0;text-align:left}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step-card{padding:26px 22px;border-top:2px solid var(--navy);background:#fff}
.step-card>span{color:#8b99a8;font-size:11px;font-weight:800}
.step-card h3{margin:24px 0 8px;color:var(--navy);font-size:19px}
.step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.about-section{padding:88px 0;background:var(--navy);color:#fff}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}
.section-kicker.light{color:#aac2dc}
.about-section h2{margin:10px 0 0;font-size:clamp(34px,5vw,54px);line-height:1.06;letter-spacing:-.04em}
.about-section p{margin:0;color:rgba(255,255,255,.72);line-height:1.75;font-size:16px}
.trust-strip{padding:28px 0;border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.trust-grid div{display:flex;flex-direction:column;gap:4px}
.trust-grid strong{color:var(--navy);font-size:13px}
.trust-grid span{color:var(--muted);font-size:11px}
.footer{background:#07172c;color:#fff;padding:68px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr .8fr;gap:44px}
.footer-brand img{width:104px;height:104px;object-fit:contain}
.footer-brand p{max-width:320px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.7}
.footer h3{margin:0 0 18px;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.footer a,.footer span{display:block;color:rgba(255,255,255,.62);font-size:12px;line-height:1.9}
.footer a:hover{color:#fff}
.footer-bottom{margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:20px}
.footer-bottom span{font-size:10px;color:rgba(255,255,255,.42)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:45;width:52px;height:52px;border:0;border-radius:50%;display:grid;place-items:center;background:#1da970;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.2)}
.whatsapp-float svg{width:26px;height:26px;fill:currentColor}
.drawer-backdrop{position:fixed;inset:0;z-index:60;background:rgba(4,13,25,.38);opacity:0;pointer-events:none;transition:.25s ease}
.drawer-backdrop.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;z-index:70;top:0;right:0;width:min(420px,100vw);height:100dvh;background:#fff;box-shadow:-16px 0 48px rgba(4,13,25,.16);transform:translateX(102%);transition:transform .28s ease;display:grid;grid-template-rows:auto 1fr auto}
.cart-drawer.open{transform:translateX(0)}
.drawer-header{padding:24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.drawer-header small{font-size:9px;letter-spacing:.13em;color:#8290a0;font-weight:800}
.drawer-header h2{margin:4px 0 0;color:var(--navy);font-size:21px}
.drawer-close{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:26px;color:var(--navy)}
.drawer-content{overflow-y:auto;padding:24px}
.empty-cart{padding:48px 12px;text-align:center}
.empty-icon{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--navy);font-weight:800}
.empty-cart h3{margin:0 0 8px;color:var(--navy)}
.empty-cart p{color:var(--muted);font-size:13px;line-height:1.6}
.cart-items{display:flex;flex-direction:column;gap:12px}
.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-thumb{width:58px;height:58px;border-radius:10px;background:var(--ice);color:var(--navy);display:grid;place-items:center;font-weight:800;font-size:11px}
.cart-item strong{display:block;color:var(--navy);font-size:13px}
.cart-item span{display:block;margin-top:6px;color:var(--muted);font-size:11px}
.remove-cart{width:32px;height:32px;border:1px solid var(--line);background:#fff;border-radius:8px;color:#8a96a3}
.drawer-footer{padding:20px 24px 26px;border-top:1px solid var(--line)}
.drawer-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:var(--navy);font-size:13px}
.drawer-notice{color:var(--muted);font-size:11px;line-height:1.5;margin:0 0 14px}
.full-button{width:100%;border:0}
.continue-button{width:100%;margin-top:8px;padding:11px;border:0;background:transparent;color:var(--navy);font-size:12px;font-weight:700}
@media(max-width:980px){.desktop-nav{display:none}.mobile-menu-button{display:block}.hero-inner{grid-template-columns:1fr}.banner-slider{height:420px}.category-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.benefit-track{width:auto;margin:0;padding:0 18px;gap:26px}.benefit-track span:not(:last-child)::after{margin-left:26px}.header-inner{height:70px}.brand{width:50px;height:50px}.brand img{width:47px;height:47px}.header-actions .icon-button:first-child{display:none}.hero{padding:30px 0 46px}.hero-inner{gap:28px}.hero-copy{padding:8px 0 0}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.hero-trust{display:grid;gap:9px}.banner-slider{height:440px;border-radius:18px}.banner-slide{padding:28px;grid-template-columns:1fr;gap:18px;align-items:end}.banner-copy{max-width:none}.banner-copy strong{font-size:24px}.banner-visual{min-height:170px}.banner-logo-visual img{width:min(100%,170px)}.section{padding:62px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:138px}.product-carousel{grid-auto-columns:84%}.product-media{min-height:265px}.steps-grid{grid-template-columns:1fr}.about-inner{grid-template-columns:1fr;gap:24px}.trust-grid{grid-template-columns:1fr;gap:18px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column}.whatsapp-float{width:48px;height:48px;right:16px;bottom:16px}.carousel-buttons{display:none}}

/* V2 — imagens reais dos produtos */
.product-photo-wrap{position:relative;padding:0;background:#fff;overflow:hidden;min-height:310px;display:block}
.product-photo{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff;transition:opacity .18s ease,transform .25s ease}
.product-card:hover .product-photo{transform:scale(1.012)}
.photo-switch{position:absolute;left:14px;bottom:14px;display:flex;gap:4px;padding:4px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 20px rgba(11,31,58,.08)}
.photo-view{border:0;background:transparent;color:#6c7886;padding:7px 10px;border-radius:7px;font-size:10px;font-weight:750}
.photo-view.is-active{background:var(--navy);color:#fff}
.mini-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}

/* Página de produto */
.product-page{padding:42px 0 86px;background:#fff}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#7b8795;font-size:11px;margin-bottom:28px}
.breadcrumb a:hover{color:var(--navy)}
.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:start}
.product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;position:sticky;top:126px}
.product-thumbs{display:flex;flex-direction:column;gap:10px}
.product-thumb-button{width:82px;aspect-ratio:1/1;border:1px solid var(--line);border-radius:12px;background:#fff;padding:4px;overflow:hidden}
.product-thumb-button img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}
.product-thumb-button.is-active{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy) inset}
.product-main-image{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.product-main-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.product-detail-card{padding:4px 0 0}
.product-detail-card .product-eyebrow{display:inline-flex;margin-bottom:12px}
.product-detail-card h1{margin:0;color:var(--navy);font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;line-height:1.02}
.product-lead{margin:16px 0 22px;color:var(--muted);font-size:14px;line-height:1.7}
.product-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.product-pill{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:var(--soft);color:#526171;font-size:10px;font-weight:700}
.config-block{padding:22px 0;border-top:1px solid var(--line)}
.config-title{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:14px}
.config-title strong{color:var(--navy);font-size:13px}
.config-title span{font-size:10px;color:#8995a2}
.choice-grid{display:flex;flex-wrap:wrap;gap:8px}
.choice-button{border:1px solid var(--line);background:#fff;color:#415064;border-radius:9px;padding:10px 12px;font-size:11px;font-weight:700}
.choice-button.is-active{border-color:var(--navy);background:var(--navy);color:#fff}
.color-chip{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:9px;padding:10px 12px;font-size:11px;font-weight:700;color:#415064}
.color-dot{width:16px;height:16px;border-radius:50%;background:#171717;border:1px solid #000;box-shadow:0 0 0 2px #fff inset}
.size-list{display:grid;gap:8px}
.size-row{display:grid;grid-template-columns:50px 1fr;align-items:center;padding:9px 10px;border:1px solid var(--line);border-radius:10px}
.size-row>strong{color:var(--navy);font-size:12px}
.qty-control{justify-self:end;display:flex;align-items:center;gap:4px}
.qty-button{width:32px;height:32px;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--navy);font-weight:800}
.qty-input{width:42px;border:0;text-align:center;color:var(--navy);font-weight:800;background:transparent;outline:none}
.minimum-box{margin-top:12px;padding:12px 14px;border-radius:10px;background:#fff7e8;color:#865e14;font-size:11px;line-height:1.5;border:1px solid #f4dfb8}
.minimum-box.ok{background:#ecf8f3;color:#17694f;border-color:#cdebdc}
.upload-box{border:1px dashed #c8d3df;border-radius:12px;padding:16px;background:#fbfcfd}
.upload-box input{max-width:100%;font-size:11px}
.upload-note{margin-top:8px;color:#7d8996;font-size:10px;line-height:1.5}
.product-summary-box{margin-top:22px;border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--soft)}
.summary-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:5px 0;font-size:11px;color:#5d6b7a}
.summary-row strong{color:var(--navy);font-size:13px}
.summary-price{padding-top:12px;margin-top:12px;border-top:1px solid var(--line)}
.product-cta{width:100%;min-height:50px;margin-top:14px;border:0;border-radius:9px;background:var(--navy);color:#fff;font-size:12px;font-weight:800}
.product-cta:disabled{background:#aeb9c5;cursor:not-allowed}
.product-whatsapp-cta{width:100%;min-height:44px;margin-top:8px;border:1px solid #c8d8d0;border-radius:9px;background:#fff;color:#217056;font-size:11px;font-weight:750}
.product-note{margin:12px 0 0;color:#7a8795;font-size:10px;line-height:1.5;text-align:center}
@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.product-detail-card{max-width:none}}
@media(max-width:640px){.product-page{padding-top:26px}.product-gallery{grid-template-columns:1fr}.product-thumbs{order:2;flex-direction:row}.product-thumb-button{width:74px}.product-detail-card h1{font-size:36px}.size-row{grid-template-columns:42px 1fr}.product-photo-wrap{min-height:0}}

/* V3 — estrutura de conversão */
.how-strip{padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.how-strip-inner{display:grid;grid-template-columns:210px 1fr;gap:34px;align-items:center}
.how-strip-title{display:flex;flex-direction:column;gap:6px}
.how-strip-title strong{font-size:17px;color:var(--navy);letter-spacing:-.02em}
.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.how-step{display:flex;gap:11px;align-items:center;padding:4px 20px;border-left:1px solid var(--line)}
.how-step>span{font-size:10px;font-weight:800;color:#9aa6b3}
.how-step div{display:flex;flex-direction:column;gap:2px}
.how-step strong{font-size:12px;color:var(--navy)}
.how-step small{font-size:10px;color:var(--muted);line-height:1.35}

/* WhatsApp disponível, mas sem competir com a compra */
.whatsapp-float{width:42px;height:42px;background:#fff;color:var(--navy);border:1px solid #d7dee7;box-shadow:0 8px 22px rgba(11,31,58,.10);opacity:.82}
.whatsapp-float:hover{opacity:1;border-color:#b8c5d3}
.whatsapp-float svg{width:21px;height:21px}
.product-help-link{display:block;margin:8px auto 0;border:0;background:transparent;color:#8a95a2;font-size:10px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.product-help-link:hover{color:var(--navy)}

/* Produto mais enxuto */
.product-page{padding-top:30px}
.product-layout{grid-template-columns:minmax(0,1.08fr) minmax(350px,.82fr);gap:60px}
.product-detail-card h1{font-size:clamp(30px,3.6vw,44px)}
.product-lead{margin:12px 0 18px;max-width:520px}
.config-block{padding:18px 0}
.config-title{margin-bottom:11px}
.choice-button{min-width:52px;padding:9px 12px}
.quantity-choices .choice-button{min-width:58px}
.custom-quantity{margin-top:12px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fbfcfd;display:grid;grid-template-columns:1fr 120px;gap:8px 12px;align-items:center}
.custom-quantity[hidden]{display:none}
.custom-quantity label{font-size:11px;font-weight:700;color:var(--navy)}
.custom-quantity input{width:100%;height:38px;border:1px solid #ccd6e0;border-radius:8px;padding:0 10px;outline:none;color:var(--navy);font-weight:700;background:#fff}
.custom-quantity input:focus{border-color:var(--navy)}
.custom-quantity small{grid-column:1/-1;font-size:9px;color:#8a95a2}
.size-config{opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}
.size-config.is-visible{opacity:1;transform:translateY(0)}
.size-config[hidden]{display:none}
.size-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.size-row{padding:8px 9px}
.distribution-box{margin-top:10px;padding:11px 13px;border-radius:9px;background:#f7f9fb;color:#647284;font-size:10px;line-height:1.4;border:1px solid var(--line)}
.distribution-box.ok{background:#eef8f4;color:#17694f;border-color:#d4eadf}
.product-summary-box{margin-top:16px;padding:15px;border-radius:11px;background:#fafbfd}
.summary-row{margin:4px 0}
.summary-row strong{font-size:11px;text-align:right;max-width:65%}
.product-cta{margin-top:11px}
.product-note{margin-top:9px}

@media(max-width:980px){
  .how-strip-inner{grid-template-columns:1fr;gap:18px}
  .how-steps{grid-template-columns:repeat(2,1fr);row-gap:18px}
  .how-step:nth-child(odd){border-left:0;padding-left:0}
}
@media(max-width:640px){
  .how-strip{padding:24px 0}
  .how-steps{grid-template-columns:1fr;gap:0}
  .how-step,.how-step:nth-child(odd){border-left:0;border-top:1px solid var(--line);padding:12px 0}
  .how-step:first-child{border-top:0}
  .product-layout{gap:24px}
  .size-list{grid-template-columns:1fr}
  .custom-quantity{grid-template-columns:1fr}
  .custom-quantity small{grid-column:auto}
  .whatsapp-float{width:40px;height:40px}
}


/* V4 — preços, cores e carrinho */
.live-price{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:0 0 16px;margin-top:-4px}
.live-price>div{display:flex;align-items:baseline;gap:5px}
.live-price strong{font-size:25px;letter-spacing:-.035em;color:var(--navy)}
.live-price span{font-size:10px;color:#7c8997;font-weight:650}
.live-price small{font-size:10px;color:#247157;font-weight:700;text-align:right}
.clean-select{width:100%;height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#34465a;padding:0 38px 0 12px;font:700 11px Inter,system-ui,sans-serif;outline:none;appearance:auto}
.clean-select:focus{border-color:var(--navy);box-shadow:0 0 0 2px rgba(11,31,58,.06)}
#printChoices .choice-button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:105px;text-align:left}
#printChoices .choice-button strong{font-size:11px}
#printChoices .choice-button small{font-size:8.5px;font-weight:500;opacity:.72}
.summary-price-block{margin-top:11px;padding-top:9px;border-top:1px solid var(--line)}
.pix-summary span,.pix-summary strong{color:#17694f}
.product-footer span strong{color:var(--navy);font-size:12px}
.drawer-totals{display:grid;gap:7px;margin:0 0 12px;padding:11px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.drawer-totals>div{display:flex;justify-content:space-between;align-items:center;color:#667483;font-size:11px}
.drawer-totals strong{color:var(--navy);font-size:13px}
.drawer-totals .pix-cart-total span,.drawer-totals .pix-cart-total strong{color:#17694f}
.cart-line-price{display:block;margin-top:5px;color:var(--navy);font-size:12px}
.whatsapp-float svg{fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:640px){.live-price{align-items:flex-start;flex-direction:column;gap:4px}.live-price small{text-align:left}}

/* V5 — Checkout */
.checkout-body{background:#f6f8fa;color:var(--navy);min-height:100vh}
.checkout-header{height:68px;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.checkout-header-inner{height:68px;display:flex;align-items:center;justify-content:space-between}
.checkout-brand img{height:32px;width:auto;display:block}
.checkout-security{display:flex;align-items:center;gap:8px;color:#dbe5ef;font-size:11px;font-weight:650}
.checkout-security svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}
.checkout-main{padding:38px 0 60px}
.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start;max-width:1120px}
.checkout-intro{margin-bottom:22px}.checkout-intro h1{font-size:29px;letter-spacing:-.04em;margin:9px 0 4px}.checkout-intro p{margin:0;color:#748190;font-size:12px}.checkout-back{font-size:10px;font-weight:700;color:#65778a;text-decoration:none}.checkout-back:hover{color:var(--navy)}
.checkout-flow form{display:grid;gap:14px}
.checkout-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 2px 9px rgba(20,38,59,.025);transition:border-color .2s,box-shadow .2s}
.checkout-error-card{border-color:#d16f6f;box-shadow:0 0 0 3px rgba(209,111,111,.08)}
.checkout-section-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.checkout-step{flex:0 0 28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf2f7;color:var(--navy);font-weight:800;font-size:10px}.checkout-section-head h2{font-size:15px;margin:1px 0 3px;letter-spacing:-.02em}.checkout-section-head p{font-size:10px;color:#8090a0;margin:0}
.checkout-fields{display:grid;gap:12px}.checkout-fields.two-cols{grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:9px;font-weight:750;color:#43576b}.field span small{font-weight:500;color:#9aa5b1}.field input,.field select{height:42px;border:1px solid #dfe5eb;border-radius:8px;background:#fff;padding:0 11px;font:500 11px Inter,system-ui,sans-serif;color:#26384a;outline:none}.field input:focus,.field select:focus{border-color:#69819a;box-shadow:0 0 0 3px rgba(11,31,58,.04)}.field input:disabled,.field select:disabled{background:#f5f6f8;color:#9da7b0}.span-2{grid-column:1/-1}
.address-grid{grid-template-columns:130px 1.6fr 90px 1fr}.cep-field{grid-column:1}.street-field{grid-column:2/4}.number-field{grid-column:4}.complement-field{grid-column:1/3}.district-field{grid-column:3/5}.city-field{grid-column:1/4}.state-field{grid-column:4}
.checkout-items{display:grid;gap:14px}.checkout-product-review{border:1px solid #e6ebef;border-radius:11px;overflow:hidden}.review-product-top{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px}.review-product-top img{width:66px;height:66px;object-fit:cover;border:1px solid #edf0f3;border-radius:8px;background:white}.review-product-info{display:flex;flex-direction:column;gap:3px;min-width:0}.review-product-info strong{font-size:11px}.review-product-info span,.review-product-info small{font-size:9px;color:#738191;line-height:1.45}.review-product-info small{color:#566a7e}.review-product-top>b{font-size:11px;white-space:nowrap}
.artwork-upload{border-top:1px solid #edf0f2;background:#fbfcfd;padding:12px}.artwork-upload-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.artwork-upload-head strong{font-size:9.5px}.artwork-upload-head span{font-size:8px;color:#8e9aa6}.upload-zone{display:flex;align-items:center;gap:10px;border:1px dashed #cfd8e1;border-radius:8px;padding:10px 12px;cursor:pointer;background:white}.upload-zone:hover{border-color:#8da0b4}.upload-zone input{display:none}.upload-icon{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#edf2f7;font-weight:800;font-size:13px}.upload-zone div{display:flex;flex-direction:column;gap:2px}.upload-zone strong{font-size:9.5px}.upload-zone small{font-size:8px;color:#8b98a5}.selected-files{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.file-chip,.file-later{font-size:8px;background:#eef3f7;color:#506276;border-radius:100px;padding:5px 8px}.file-later{color:#687887}.send-later{margin-top:9px;display:flex;align-items:center;gap:7px;font-size:8.5px;color:#697989;cursor:pointer}.send-later input{accent-color:var(--navy)}.artwork-help{margin-top:13px;padding:10px 12px;border-radius:9px;background:#f3f6f8;display:flex;gap:7px;flex-direction:column}.artwork-help strong{font-size:9px}.artwork-help span{font-size:8.5px;color:#748290;line-height:1.5}
.payment-options{display:grid;gap:8px}.payment-option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px;border:1px solid #e0e6eb;border-radius:10px;cursor:pointer;background:white}.payment-option.is-active{border-color:#314d69;box-shadow:0 0 0 2px rgba(11,31,58,.035)}.payment-option input{position:absolute;opacity:0;pointer-events:none}.payment-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid #a9b5c1;display:grid;place-items:center}.payment-option.is-active .payment-radio{border-color:var(--navy)}.payment-option.is-active .payment-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--navy)}.payment-option>div{display:flex;flex-direction:column;gap:2px}.payment-option strong{font-size:10.5px}.payment-option strong em{font-style:normal;font-size:7.5px;background:#e9f7f1;color:#277158;padding:3px 5px;border-radius:4px;margin-left:5px}.payment-option small{font-size:8px;color:#8794a1}.payment-option>b{font-size:10.5px}.card-payment-fields{margin-top:12px;padding-top:12px;border-top:1px solid #edf0f3}.secure-card-note{font-size:8px;color:#7c8996;background:#f5f7f9;padding:8px 10px;border-radius:7px;margin-bottom:10px;line-height:1.5}
.checkout-summary{position:sticky;top:22px}.checkout-summary-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.checkout-summary-card h2{font-size:14px;margin:0 0 15px}.summary-items{display:grid;gap:11px}.summary-product-mini{display:grid;grid-template-columns:43px minmax(0,1fr) auto;gap:9px;align-items:center}.summary-product-mini img{width:43px;height:43px;border-radius:7px;object-fit:cover;border:1px solid #edf0f3}.summary-product-mini div{display:flex;flex-direction:column;gap:2px}.summary-product-mini strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-product-mini span{font-size:8px;color:#8793a0}.summary-product-mini>b{font-size:9px}.summary-divider{height:1px;background:#e8ecef;margin:15px 0}.order-total-line{display:flex;justify-content:space-between;align-items:center;margin:8px 0;font-size:9.5px;color:#68798a}.order-total-line strong{font-size:10px;color:#33485e}.discount-line,.discount-line strong{color:#247157}.order-grand-total{display:flex;justify-content:space-between;align-items:flex-end}.order-grand-total span{font-size:11px;font-weight:700}.order-grand-total strong{font-size:21px;letter-spacing:-.04em}.installment-copy{font-size:8px;text-align:right;color:#8794a1;margin-top:3px}.checkout-submit{width:100%;border:0;border-radius:8px;background:var(--navy);color:#fff;min-height:45px;padding:0 16px;font:750 10.5px Inter,system-ui,sans-serif;cursor:pointer;transition:transform .15s,background .15s}.checkout-submit:hover{background:#132d4d}.checkout-submit:active{transform:translateY(1px)}.desktop-submit{margin-top:16px}.checkout-trust{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:10px;color:#8b97a3;font-size:7.5px}.checkout-mobile-submit{display:none}.checkout-mobile-submit p{font-size:8px;color:#84919e;text-align:center;line-height:1.45}.checkout-footer{border-top:1px solid #e1e6ea;background:#fff;padding:18px 0}.checkout-footer .container{display:flex;justify-content:space-between;gap:14px;color:#8794a1;font-size:8px;max-width:1120px}
.checkout-empty-page{grid-column:1/-1;text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:70px 20px}.checkout-empty-page h1{font-size:24px;margin:14px 0 6px}.checkout-empty-page p{font-size:11px;color:#7f8c99;margin-bottom:18px}.empty-link{display:inline-grid;place-items:center;width:auto;text-decoration:none;padding:0 24px}
.checkout-modal[hidden]{display:none}.checkout-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px}.checkout-modal-backdrop{position:absolute;inset:0;background:rgba(4,14,25,.55);backdrop-filter:blur(3px)}.checkout-modal-card{position:relative;width:min(420px,100%);background:#fff;border-radius:16px;padding:30px;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.18)}.modal-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#eaf7f2;color:#1f7557;font-weight:800}.checkout-modal-card h2{font-size:20px;margin:0 0 7px}.checkout-modal-card p{font-size:10px;line-height:1.6;color:#71808e;margin:0}.modal-order{font-size:10px;font-weight:750;margin:13px 0;color:#334a61}.checkout-modal-card button{border:0;background:var(--navy);color:#fff;border-radius:8px;padding:11px 18px;font:700 9px Inter;cursor:pointer}
@media(max-width:900px){.checkout-shell{grid-template-columns:1fr;max-width:720px}.checkout-summary{position:static;order:-1}.checkout-summary-card{padding:16px}.desktop-submit{display:none}.checkout-mobile-submit{display:block;margin-top:3px}.checkout-flow form{gap:12px}.checkout-intro{margin-top:3px}.summary-items{display:none}.checkout-summary-card h2{display:none}.summary-divider:first-of-type{display:none}}
@media(max-width:640px){.checkout-header,.checkout-header-inner{height:60px}.checkout-brand img{height:28px}.checkout-main{padding:20px 0 35px}.checkout-intro h1{font-size:24px}.checkout-shell{gap:16px}.checkout-card{padding:16px;border-radius:11px}.checkout-section-head{margin-bottom:14px}.checkout-fields.two-cols{grid-template-columns:1fr}.span-2{grid-column:auto}.address-grid{grid-template-columns:1fr 90px}.cep-field,.street-field,.number-field,.complement-field,.district-field,.city-field,.state-field{grid-column:auto}.street-field,.complement-field,.district-field,.city-field{grid-column:1/-1}.checkout-footer .container{flex-direction:column;align-items:center;text-align:center;gap:5px}.review-product-top{grid-template-columns:58px minmax(0,1fr)}.review-product-top img{width:58px;height:58px}.review-product-top>b{grid-column:2}.artwork-upload-head{align-items:flex-start;flex-direction:column;gap:2px}.payment-option{grid-template-columns:18px minmax(0,1fr)}.payment-option>b{grid-column:2}.checkout-security span{display:none}.checkout-summary-card{border-radius:11px}.order-grand-total strong{font-size:19px}}

/* Prazo de produção e preenchimento automático de CEP */
.production-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 2px;padding:11px 12px;border:1px solid #dfe7ee;border-radius:9px;background:#f7f9fb;color:#526579}
.production-note strong{font-size:9.5px;white-space:nowrap;color:var(--navy)}
.production-note span{font-size:8.5px;line-height:1.45}
.checkout-production-banner{background:#eef3f7;border-bottom:1px solid #dde5eb;color:#43586d}
.checkout-production-banner .container{max-width:1120px;min-height:34px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:8.5px}
.checkout-production-banner strong{color:var(--navy);font-weight:800}
.cep-status{font-size:7.8px!important;line-height:1.35;color:#8895a2;font-weight:500!important;margin-top:1px}
.cep-status.is-loading{color:#657a8f}
.cep-status.is-success{color:#247157}
.cep-status.is-error{color:#a34545}
.summary-deadline{margin-top:12px;padding:10px 11px;border-radius:8px;background:#f5f8fa;border:1px solid #e3e9ee;display:flex;flex-direction:column;gap:2px}
.summary-deadline strong{font-size:8.5px;color:var(--navy)}
.summary-deadline span{font-size:7.5px;color:#788795;line-height:1.35}
@media(max-width:640px){.production-note{flex-direction:column;gap:3px}.checkout-production-banner .container{padding:7px 14px;min-height:auto;flex-direction:column;gap:2px}.checkout-main{padding-top:16px}.cep-field{grid-column:1/-1!important}}

/* Mercado Pago / Checkout V6 */
.mp-connection-status{margin-top:12px;padding:9px 11px;border-radius:8px;background:#f5f7f9;color:#68798a;font-size:8.5px;line-height:1.45;border:1px solid #e8edf1}
.mp-connection-status.is-loading{color:#596b7c}
.mp-connection-status.is-ok{background:#edf8f3;border-color:#d7eee4;color:#236b53}
.mp-connection-status.is-error{background:#fff6f4;border-color:#f4ddd7;color:#925244}
.mp-card-container{margin-top:10px;min-height:80px}
.payment-feedback{font-size:8.5px;color:#7c8996;line-height:1.45;margin-top:7px}
.secure-card-note strong{display:block;color:#33485e;margin-bottom:2px}
.checkout-submit:disabled{opacity:.58;cursor:not-allowed}
.checkout-mobile-submit.card-selected p{margin-top:0}

.payment-result-modal{max-height:min(720px,92vh);overflow:auto}
.modal-icon.is-error{background:#fff0ed;color:#a34434}
.modal-icon.is-pending{background:#f1f4f7;color:#526273}
.modal-icon.is-success{background:#eaf7f2;color:#1f7557}
.pix-result{margin:18px 0 4px;text-align:left}
.pix-result[hidden]{display:none}
.pix-qr-image{display:block;width:210px;height:210px;object-fit:contain;margin:0 auto 16px;border:1px solid #edf0f3;border-radius:12px;padding:8px;background:#fff}
.pix-copy-field{display:block}
.pix-copy-field span{display:block;font-size:8.5px;font-weight:700;color:#536577;margin-bottom:6px}
.pix-copy-field textarea{width:100%;min-height:74px;resize:none;border:1px solid #dfe6eb;border-radius:8px;padding:10px;font:500 8px/1.45 Inter,system-ui,sans-serif;color:#435568;background:#f8fafb;word-break:break-all}
.pix-copy-button,.pix-check-button{width:100%;border:0;border-radius:8px;padding:11px 14px;font:700 9px Inter,system-ui,sans-serif;cursor:pointer;margin-top:8px}
.pix-copy-button{background:#0B1F3A;color:#fff}
.pix-check-button{background:#eef2f5;color:#33485e}
.pix-status{text-align:center;font-size:8.5px;color:#607182;margin-top:9px;min-height:14px}
.checkout-modal-card .pix-check-button{background:#eef2f5;color:#33485e}


/* Guia em vídeo dos tecidos · V7.8 */
.fabric-video-entry{
  position:relative;isolation:isolate;width:100%;border:1px solid #2f7dd8;
  background:linear-gradient(118deg,#0b1f3a 0%,#123a68 54%,#1769c6 100%);
  border-radius:16px;padding:15px 16px;margin:17px 0 6px;display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;
  text-align:left;color:#fff;cursor:pointer;overflow:hidden;
  box-shadow:0 12px 28px rgba(11,31,58,.18);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.fabric-video-entry::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.15) 48%,transparent 76%);transform:translateX(-115%);animation:fabricCtaShine 4.2s ease-in-out infinite}
.fabric-video-entry::after{content:"";position:absolute;width:135px;height:135px;border-radius:50%;right:-55px;top:-60px;background:rgba(255,255,255,.08);z-index:-1}
.fabric-video-entry:hover{transform:translateY(-2px);border-color:#5da7f5;box-shadow:0 17px 34px rgba(11,31,58,.25)}
.fabric-video-entry:focus-visible{outline:3px solid rgba(52,145,255,.35);outline-offset:3px}
.fabric-video-entry-icon{position:relative;width:46px;height:46px;border-radius:50%;background:#fff;color:#1258a7;display:grid;place-items:center;font-size:13px;box-shadow:0 7px 20px rgba(0,0,0,.16);flex-shrink:0}
.fabric-video-entry-icon::before,.fabric-video-entry-icon::after{content:"";position:absolute;inset:-5px;border:1px solid rgba(255,255,255,.5);border-radius:50%;animation:fabricPlayPulse 2.4s ease-out infinite}
.fabric-video-entry-icon::after{animation-delay:1.2s}
.fabric-video-entry-icon span{transform:translateX(1px)}
.fabric-video-entry-copy{min-width:0}
.fabric-video-entry-kicker{display:block;font-size:7.5px;line-height:1;letter-spacing:.13em;font-weight:850;color:#a9d5ff;margin-bottom:5px}
.fabric-video-entry-copy strong{display:block;font-size:13.5px;line-height:1.2;color:#fff}
.fabric-video-entry-copy small{display:block;color:rgba(255,255,255,.76);margin-top:4px;line-height:1.38;font-size:9.5px}
.fabric-video-entry-action{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:8.5px;font-weight:800;white-space:nowrap}
.fabric-video-entry-action span{font-size:14px;line-height:1}
@keyframes fabricCtaShine{0%,58%{transform:translateX(-115%)}78%,100%{transform:translateX(115%)}}
@keyframes fabricPlayPulse{0%{transform:scale(.88);opacity:.62}70%,100%{transform:scale(1.35);opacity:0}}
@media (prefers-reduced-motion:reduce){.fabric-video-entry::before,.fabric-video-entry-icon::before,.fabric-video-entry-icon::after{animation:none}}

.fabric-video-modal{position:fixed;inset:0;z-index:300}.fabric-video-modal[hidden]{display:none}
.fabric-video-backdrop{position:absolute;inset:0;background:rgba(4,11,20,.82);backdrop-filter:blur(9px)}
.fabric-video-shell{position:absolute;inset:18px;margin:auto;width:min(880px,calc(100% - 28px));height:min(820px,calc(100% - 36px));background:#0b1017;border:1px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 35px 100px rgba(0,0,0,.42);display:flex;flex-direction:column;color:#fff;overflow:hidden}
.fabric-video-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.09)}
.fabric-video-topbar span{display:block;font-size:8px;letter-spacing:.16em;color:#8e9aaa;font-weight:800}.fabric-video-topbar strong{display:block;font-size:15px;margin-top:3px}
.fabric-video-close{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer;display:grid;place-items:center}
.fabric-video-close:hover{background:rgba(255,255,255,.12)}
.fabric-video-stage{flex:1;min-height:0;display:grid;grid-template-columns:60px minmax(250px,390px) 60px;gap:18px;align-items:center;justify-content:center;padding:18px}
.fabric-video-phone{position:relative;height:100%;max-height:650px;aspect-ratio:9/16;background:#000;border-radius:21px;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 55px rgba(0,0,0,.36)}
.fabric-video-phone video{width:100%;height:100%;display:block;object-fit:cover;background:#000;cursor:pointer;-webkit-tap-highlight-color:transparent}
.fabric-video-phone video::-webkit-media-controls,.fabric-video-phone video::-webkit-media-controls-enclosure,.fabric-video-phone video::-webkit-media-controls-panel,.fabric-video-phone video::-webkit-media-controls-play-button,.fabric-video-phone video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important;opacity:0!important}
.fabric-video-counter{position:absolute;right:13px;top:13px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:39px;height:25px;padding:0 8px;border-radius:999px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(8px);font-size:8.5px;font-weight:800;color:#fff;pointer-events:none}
.fabric-video-info{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:95px 17px 18px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.18) 24%,rgba(0,0,0,.83) 72%,rgba(0,0,0,.94) 100%);pointer-events:none}
.fabric-video-chip{display:inline-flex;align-items:center;width:max-content;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);padding:5px 9px;border-radius:99px;font-size:8px;font-weight:850;color:#fff;margin-bottom:7px}
.fabric-video-info strong{display:block;font-size:17px;line-height:1.15;margin:0 0 5px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.25)}
.fabric-video-info p{margin:0;max-width:92%;font-size:9.5px;line-height:1.45;color:rgba(255,255,255,.83)}
.fabric-video-nav{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff;font-size:31px;display:grid;place-items:center;cursor:pointer;transition:.16s ease}
.fabric-video-nav:hover{background:rgba(255,255,255,.13);transform:scale(1.04)}.fabric-video-nav:disabled{opacity:.24;cursor:default;transform:none}
.fabric-video-dots{height:18px;display:flex;justify-content:center;align-items:center;gap:6px}.fabric-video-dots button{width:6px;height:6px;border:0;border-radius:50%;background:#53606f;padding:0;cursor:pointer;transition:.15s ease}.fabric-video-dots button.is-active{width:18px;border-radius:10px;background:#fff}
.fabric-video-hint{text-align:center;color:#778494;font-size:9px;margin:4px 0 12px}
@media(max-width:650px){
  .fabric-video-entry{grid-template-columns:42px minmax(0,1fr);padding:14px 13px;gap:11px}.fabric-video-entry-icon{width:42px;height:42px}.fabric-video-entry-action{display:none}.fabric-video-entry-kicker{font-size:7px}.fabric-video-entry-copy strong{font-size:12.5px}.fabric-video-entry-copy small{font-size:9px}
  .fabric-video-shell{inset:0;width:100%;height:100%;max-height:none;border-radius:0;border:0}.fabric-video-topbar{height:62px;padding:0 15px}.fabric-video-stage{grid-template-columns:1fr;padding:10px 12px 4px}.fabric-video-phone{width:min(100%,430px);height:auto;max-height:calc(100vh - 115px);justify-self:center}.fabric-video-nav{display:none}.fabric-video-dots{position:absolute;right:8px;top:50%;height:auto;flex-direction:column;transform:translateY(-50%)}.fabric-video-dots button.is-active{width:6px;height:18px}.fabric-video-hint{display:none}.fabric-video-info{padding:90px 15px 17px}.fabric-video-info strong{font-size:16px}.fabric-video-info p{font-size:9.5px;max-width:90%}
}



/* V8 — refinamento mobile-first e checkout progressivo */
html,body{max-width:100%;overflow-x:hidden}
.banner-slider{touch-action:pan-y}
.how-strip{padding:14px 0}
.how-strip-inner{display:block}
.how-strip-toggle{width:100%;border:0;background:transparent;padding:4px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;color:inherit}
.how-strip-toggle .how-strip-title{display:flex;flex-direction:row;align-items:center;gap:12px}
.how-strip-toggle .how-strip-title strong{font-size:14px}
.how-toggle-symbol{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:20px;font-weight:500;flex:0 0 auto}
.how-steps[hidden]{display:none}
.how-steps{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}

.product-mobile-intro{display:none}
.product-layout,.product-gallery,.product-detail-card{min-width:0}

.checkout-stage[hidden]{display:none!important}
.checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:0 0 14px}
.checkout-progress>span{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border-radius:9px;background:#eef2f5;color:#83909c;font-size:9px;font-weight:700}
.checkout-progress b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#dfe5eb;color:#6d7a87;font-size:8px}
.checkout-progress .is-active{background:#eaf1f8;color:var(--navy)}
.checkout-progress .is-active b{background:var(--navy);color:#fff}
.checkout-progress .is-complete{background:#edf7f3;color:#276c55}
.checkout-progress .is-complete b{background:#28765b;color:#fff}
.checkout-stage-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding-top:14px;border-top:1px solid #edf0f3}
.checkout-stage-actions.split{justify-content:space-between}
.checkout-next,.checkout-back-step{min-height:42px;border-radius:8px;padding:0 16px;font:750 10px Inter,system-ui,sans-serif;cursor:pointer}
.checkout-next{border:0;background:var(--navy);color:#fff}
.checkout-back-step{border:1px solid #dce3e9;background:#fff;color:#627284}
.checkout-stage-actions.payment-back{justify-content:flex-start;border-top:0;padding-top:0;margin:0 0 10px}
.checkout-stage-actions.payment-back .checkout-back-step{border:0;padding:0;background:transparent;min-height:auto}
.checkout-mobile-submit[hidden]{display:none!important}
.checkout-summary-card .desktop-submit{display:none}
.checkout-summary-card.payment-stage .desktop-submit{display:block}
.checkout-flow,.checkout-flow form,.checkout-card,.checkout-summary,.checkout-summary-card,.checkout-fields,.field{min-width:0}
.field input,.field select{min-width:0;max-width:100%}

@media(max-width:640px){
  .desktop-nav{display:none!important}
  .header-actions{margin-left:auto}
  .hero{padding:18px 0 30px}
  .hero-inner{display:flex;flex-direction:column;gap:18px}
  .banner-shell{order:-1;width:100%}
  .banner-slider{height:350px;border-radius:17px}
  .banner-slide{padding:22px;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:12px;align-items:end}
  .banner-slide::after{inset:14px;border-radius:12px}
  .banner-visual{grid-row:1;min-height:0;height:205px;border-radius:13px}
  .banner-copy{grid-row:2;max-width:none}
  .banner-copy strong{font-size:21px;line-height:1.12}
  .banner-copy span{font-size:11px;line-height:1.45;margin-top:7px}
  .banner-copy small{font-size:8px;margin-bottom:6px}
  .banner-logo-visual{padding:14px}
  .banner-logo-visual img{width:135px}
  .banner-controls{margin-top:9px}
  .banner-controls>button{display:none}
  .hero-copy{padding:3px 0 0}
  .hero h1{font-size:34px;line-height:1.02;margin:10px 0 10px}
  .hero p{font-size:14px;line-height:1.5}
  .hero-trust{display:none}
  .hero-actions{display:none!important}
  .how-strip{padding:10px 0}
  .how-strip-toggle{padding:5px 0}
  .how-strip-toggle .how-strip-title{gap:8px}
  .how-strip-toggle .how-strip-title .section-kicker{font-size:9px}
  .how-strip-toggle .how-strip-title strong{font-size:12px}
  .how-toggle-symbol{width:29px;height:29px;font-size:18px}
  .how-steps{grid-template-columns:1fr;margin-top:10px;padding-top:7px}
  .how-step,.how-step:nth-child(odd){padding:9px 0}
  #produtos.section{padding-top:42px}

  .product-page{padding:14px 0 58px}
  .product-page>.container{width:calc(100% - 24px);max-width:100%;padding:0;margin:0 auto}
  .breadcrumb{display:none}
  .product-mobile-intro{display:block;width:100%;margin:0 0 14px}
  .product-mobile-intro .product-eyebrow{display:inline-flex;margin-bottom:7px}
  .product-mobile-intro h1{margin:0;color:var(--navy);font-size:28px;line-height:1.05;letter-spacing:-.04em}
  .product-mobile-intro p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}
  .product-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;width:100%;max-width:100%;min-width:0}
  .product-gallery{display:flex!important;flex-direction:column;gap:10px;width:100%;max-width:440px;margin:0 auto;position:static!important;min-width:0}
  .product-main-image{order:1;width:100%;max-width:440px;margin:0 auto;border-radius:16px}
  .product-main-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
  .product-thumbs{order:2;display:flex;flex-direction:row;justify-content:center;gap:10px;width:100%}
  .product-thumb-button{width:94px!important;height:94px!important;flex:0 0 94px;padding:4px}
  .product-detail-card{width:100%;max-width:100%;padding:0;min-width:0}
  .product-detail-card>.product-eyebrow,.product-detail-card>#productTitle,.product-detail-card>#productDescription{display:none!important}
  .live-price{padding:10px 0 13px;margin:0;border-bottom:1px solid var(--line)}
  .live-price strong{font-size:23px}
  .production-note{margin:12px 0 4px}
  .fabric-video-entry{margin-top:12px}
  .config-block{padding:16px 0}
  .choice-grid{gap:7px}
  .choice-button{min-height:42px;font-size:13px;touch-action:manipulation}
  .quantity-choices .choice-button{min-width:calc(33.333% - 5px);flex:1 1 calc(33.333% - 5px);font-size:14px;touch-action:manipulation}
  .clean-select,.custom-quantity input,.qty-input{font-size:16px!important}
  .qty-button{width:44px;height:44px;font-size:18px;touch-action:manipulation;user-select:none;-webkit-user-select:none}
  .qty-control{gap:2px}
  .qty-input{width:48px;height:44px}
  .size-list{grid-template-columns:1fr 1fr;gap:8px}
  .size-row{grid-template-columns:34px minmax(0,1fr);padding:8px;min-width:0}
  .size-row>strong{font-size:13px}
  .product-summary-box{margin-top:12px}

  .checkout-body{overflow-x:hidden}
  .checkout-main{padding:14px 0 30px}
  .checkout-main>.container,.checkout-shell{width:calc(100% - 22px);max-width:100%;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}
  .checkout-shell{display:flex!important;flex-direction:column;gap:12px;min-width:0}
  .checkout-flow{order:1;width:100%;min-width:0}
  .checkout-summary{order:0!important;width:100%;min-width:0;position:static}
  .checkout-intro{margin-bottom:12px}
  .checkout-intro h1{font-size:23px}
  .checkout-intro p{font-size:10px}
  .checkout-progress{gap:4px;margin-bottom:10px}
  .checkout-progress>span{min-height:30px;gap:3px;font-size:8px}
  .checkout-progress b{width:18px;height:18px;font-size:7px}
  .checkout-card{width:100%;max-width:100%;padding:15px;border-radius:11px;overflow:hidden}
  .checkout-section-head h2{font-size:15px}
  .checkout-section-head p{font-size:9px;line-height:1.4}
  .checkout-fields.two-cols,.address-grid{grid-template-columns:minmax(0,1fr)!important;gap:10px}
  .cep-field,.street-field,.number-field,.complement-field,.district-field,.city-field,.state-field{grid-column:1/-1!important;min-width:0}
  .field input,.field select{width:100%;font-size:16px!important;height:46px}
  .field span{font-size:10px}
  .checkout-stage-actions,.checkout-stage-actions.split{display:grid;grid-template-columns:1fr;gap:7px}
  .checkout-stage-actions.split .checkout-back-step{order:2}
  .checkout-next,.checkout-back-step{width:100%;min-height:46px;font-size:11px}
  .checkout-stage-actions.payment-back{display:block}
  .checkout-stage-actions.payment-back .checkout-back-step{width:auto;min-height:auto;font-size:9px}
  .checkout-summary-card{padding:13px;border-radius:10px}
  .checkout-summary-card .order-total-line:not(.discount-line),.checkout-summary-card .summary-deadline{display:none}
  .checkout-summary-card .discount-line{margin:2px 0 5px}
  .order-grand-total{align-items:center}
  .order-grand-total span{font-size:10px}
  .order-grand-total strong{font-size:20px}
  .installment-copy{text-align:left;font-size:8px}
  .checkout-trust{display:none}
  .checkout-mobile-submit{margin-top:8px}
  .checkout-footer{padding:14px 0}
}


/* V8.1 — Home limpa, benefícios rotativos, cards e avaliações */
.benefit-bar{height:34px;justify-content:center;position:relative}
.benefit-rotator{width:min(1180px,calc(100% - 40px));height:34px;margin:0 auto;display:grid;place-items:center;overflow:hidden;text-align:center}
.benefit-message{font-size:10px;font-weight:650;letter-spacing:.02em;opacity:0;transform:translateY(7px);transition:opacity .28s ease,transform .28s ease;white-space:nowrap}
.benefit-message.is-visible{opacity:.94;transform:translateY(0)}
.hero{padding:34px 0 48px}.hero-inner{display:block}.banner-shell{width:100%;max-width:100%}.banner-slider{height:470px}
.banner-swipe-feedback{display:none;align-items:center;justify-content:center;gap:9px;color:#75879b;font-size:9px;margin:8px 0 0;font-weight:750}.banner-swipe-feedback span{font-size:13px}.banner-swipe-feedback strong{font-weight:750}
.banner-slide.is-dragging{transition:none!important}
.clean-product-heading{align-items:center}.clean-product-heading h2{margin:0;color:var(--navy);font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.035em}
.product-card p{min-height:auto}.product-footer{flex-direction:column;align-items:stretch;gap:12px}.product-footer>span{text-align:center}.product-card .mini-button{width:100%;min-height:42px;background:#13865e;border-color:#13865e;border-radius:9px;font-size:11px;letter-spacing:.04em}.product-card .mini-button:hover{background:#0f7552;border-color:#0f7552}

/* Avaliações públicas */
.reviews-section{padding:72px 0 82px;background:#f7f9fb;border-top:1px solid var(--line)}
.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.reviews-heading h2{margin:8px 0 0;color:var(--navy);font-size:clamp(27px,4vw,40px);letter-spacing:-.035em}.reviews-score{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px 15px}.reviews-score>strong{font-size:28px;color:var(--navy);letter-spacing:-.04em}.reviews-score>div{display:grid;gap:2px}.reviews-stars{letter-spacing:2px;color:#f2ae2e;font-size:15px}.reviews-score small{font-size:9px;color:var(--muted)}
.reviews-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.review-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;min-width:0}.review-card-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.review-card-head strong{font-size:12px;color:var(--navy)}.review-card-head time{font-size:9px;color:#929ca8}.review-card-stars{display:block;color:#f2ae2e;letter-spacing:1px;font-size:13px;margin:8px 0}.review-card p{margin:0;color:#586676;font-size:11px;line-height:1.6;white-space:pre-wrap}.review-card-photo{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;margin-top:13px;border:1px solid var(--line)}.reviews-empty{grid-column:1/-1;padding:28px;text-align:center;color:#84909d;background:#fff;border:1px dashed #dbe1e7;border-radius:13px;font-size:11px}
.review-write-row{display:flex;align-items:center;gap:12px;margin-top:17px}.review-write-button{border:0;background:var(--navy);color:#fff;border-radius:9px;padding:11px 15px;font-size:10px;font-weight:800;cursor:pointer}.review-write-row>span{font-size:9px;color:#85909c}.review-form{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px}.review-form-head{display:flex;align-items:start;justify-content:space-between;gap:15px;margin-bottom:16px}.review-form-head strong{display:block;color:var(--navy);font-size:14px}.review-form-head span{display:block;color:var(--muted);font-size:9px;margin-top:4px}.review-form-head button{border:1px solid var(--line);background:#fff;border-radius:8px;width:32px;height:32px;font-size:19px;color:#647383}.review-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-form label,.review-rating-field{display:grid;gap:6px;font-size:9px;font-weight:800;color:#526071}.review-form input,.review-form textarea{width:100%;border:1px solid #dce2e8;border-radius:9px;padding:10px 11px;font:500 11px Inter,Arial,sans-serif;outline:none}.review-form textarea{min-height:100px;resize:vertical}.review-form input:focus,.review-form textarea:focus{border-color:#809bb7;box-shadow:0 0 0 3px rgba(47,93,152,.07)}.review-text-field{grid-column:1/-1}.review-photo-field small{font-weight:500;color:#98a1ad}.review-star-picker{display:flex;gap:2px}.review-star-picker button{border:0;background:transparent;padding:0;color:#d7dce2;font-size:27px;line-height:1;cursor:pointer}.review-star-picker button.is-active{color:#f2ae2e}.review-form-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.review-form-actions button{border:0;background:#13865e;color:#fff;border-radius:9px;padding:11px 15px;font-size:10px;font-weight:800}.review-form-actions span{font-size:10px;color:#617081}

/* Vídeos: setas claras também no celular */
.fabric-video-stage{position:relative}.fabric-video-hint{margin-bottom:10px}
@media(max-width:650px){
  .fabric-video-stage{grid-template-columns:1fr!important;padding:10px 12px 4px!important}
  .fabric-video-nav{display:grid!important;position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:43px;height:43px;background:rgba(10,18,28,.62);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px);box-shadow:0 7px 25px rgba(0,0,0,.22)}
  .fabric-video-nav:hover{transform:translateY(-50%)}.fabric-video-nav.prev{left:18px}.fabric-video-nav.next{right:18px}
  .fabric-video-dots{position:static!important;right:auto!important;top:auto!important;height:18px!important;flex-direction:row!important;transform:none!important}.fabric-video-dots button.is-active{width:18px!important;height:6px!important}
  .fabric-video-hint{display:block!important;font-size:8.5px;margin:4px 0 10px;color:#8c97a5}
}
@media(max-width:720px){
  .benefit-rotator{width:calc(100% - 24px)}.benefit-message{font-size:9.5px}
  .hero{padding:12px 0 24px}.banner-slider{height:350px}.banner-swipe-feedback{display:flex;animation:swipeHintPulse 2.4s ease-in-out infinite}.banner-controls{margin-top:4px}
  .clean-product-heading{margin-bottom:20px}.clean-product-heading h2{font-size:29px}
  .reviews-section{padding:48px 0 55px}.reviews-heading{align-items:flex-start;flex-direction:column;gap:13px}.reviews-score{width:100%;justify-content:flex-start}.reviews-list{grid-template-columns:1fr}.review-write-row{align-items:flex-start;flex-direction:column;gap:7px}.review-write-button{width:100%;min-height:44px}.review-form{padding:15px}.review-form-grid{grid-template-columns:1fr}.review-text-field{grid-column:auto}.review-star-picker button{font-size:30px}.review-form-actions{align-items:flex-start;flex-direction:column}.review-form-actions button{width:100%;min-height:44px}
}
@keyframes swipeHintPulse{0%,100%{opacity:.62;transform:translateX(0)}50%{opacity:1;transform:translateX(2px)}}

/* V8.2 — catálogo, localização, segurança, consentimento e retirada */
.products-dropdown{position:relative}.products-dropdown>button{border:0;background:transparent;color:#465466;font-size:13px;font-weight:600;padding:10px 4px;display:flex;align-items:center;gap:5px}.products-dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 38px rgba(11,31,58,.12);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:80}.products-dropdown:hover .products-dropdown-menu,.products-dropdown:focus-within .products-dropdown-menu{opacity:1;visibility:visible;transform:none}.products-dropdown-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:12px}.products-dropdown-menu a:hover{background:var(--soft);color:var(--navy)}.mobile-nav-label{padding:14px 0 6px;font-size:10px;letter-spacing:.12em;color:#8a96a3;text-transform:uppercase}.mobile-nav #mobileProductMenu a{display:block}.clickable-product-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.clickable-product-card:hover,.clickable-product-card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 30px rgba(11,31,58,.09);border-color:#cad6e1;outline:none}.products-loading{padding:40px;color:var(--muted);font-size:13px}
.location-section{padding:64px 0;background:#fff;border-top:1px solid var(--line)}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center}.location-copy h2{margin:9px 0 12px;color:var(--navy);font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.035em}.location-copy p{margin:0;color:var(--muted);line-height:1.7;font-size:14px}.map-link{display:inline-flex;margin-top:18px;color:var(--navy);font-size:12px;font-weight:800}.map-frame{height:300px;border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.map-frame iframe{width:100%;height:100%;border:0}.security-footer{margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:30px;align-items:center}.security-footer strong,.security-footer span{display:block}.security-footer strong{font-size:12px}.security-footer span{max-width:540px;color:rgba(255,255,255,.55);font-size:10px;line-height:1.6;margin-top:5px}.security-badges{display:flex;align-items:center;gap:14px}.security-badges img{max-height:58px;max-width:180px;object-fit:contain;background:#fff;border-radius:7px;padding:4px}
.tw-cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:500;max-width:920px;margin:0 auto;background:#fff;border:1px solid #dfe5eb;border-radius:16px;box-shadow:0 20px 60px rgba(5,20,38,.2);padding:18px;display:flex;align-items:center;justify-content:space-between;gap:22px}.tw-cookie-banner strong{color:var(--navy);font-size:13px}.tw-cookie-banner p{margin:5px 0;color:#657282;font-size:11px;line-height:1.55;max-width:650px}.tw-cookie-banner a{font-size:10px;font-weight:800;color:#214d7c}.tw-cookie-actions{display:flex;gap:8px;flex:0 0 auto}.tw-cookie-actions button{border:1px solid #d8e0e8;background:#fff;color:#173a64;padding:10px 12px;border-radius:8px;font-size:10px;font-weight:800}.tw-cookie-actions .accept{background:var(--navy);color:#fff;border-color:var(--navy)}
body.video-modal-open{position:fixed;width:100%;left:0;right:0;overflow:hidden;touch-action:none}.fabric-video-modal{overscroll-behavior:contain;touch-action:none}
.delivery-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.delivery-method{border:1px solid var(--line);border-radius:12px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;cursor:pointer}.delivery-method input{accent-color:var(--navy)}.delivery-method span strong,.delivery-method span small{display:block}.delivery-method span strong{font-size:12px;color:var(--navy)}.delivery-method span small{font-size:10px;color:var(--muted);line-height:1.4;margin-top:3px}.delivery-method>b{font-size:11px;color:var(--navy)}.delivery-method.is-active{border-color:#7f9dbb;background:#f5f9fd;box-shadow:0 0 0 1px #7f9dbb inset}.pickup-checkout-card{display:grid;grid-template-columns:1fr 1.1fr;gap:14px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#f8fafc;margin-top:8px}.pickup-checkout-card strong,.pickup-checkout-card p,.pickup-checkout-card span{display:block}.pickup-checkout-card strong{color:var(--navy);font-size:13px}.pickup-checkout-card p,.pickup-checkout-card span{font-size:10px;color:var(--muted);line-height:1.55}.pickup-checkout-card iframe{width:100%;height:180px;border:0;border-radius:10px}
.policy-main{padding:54px 0 82px;background:#f7f9fb}.policy-shell{max-width:900px}.policy-head{margin-bottom:28px}.policy-head span{font-size:10px;font-weight:800;letter-spacing:.12em;color:#527195}.policy-head h1{margin:8px 0 10px;color:var(--navy);font-size:clamp(34px,5vw,54px);letter-spacing:-.04em}.policy-head p{margin:0;color:var(--muted);line-height:1.7}.policy-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 12px 34px rgba(11,31,58,.05)}.policy-card h2{margin:30px 0 10px;color:var(--navy);font-size:20px}.policy-card h2:first-child{margin-top:0}.policy-card h3{margin:22px 0 8px;color:#203a58;font-size:15px}.policy-card p,.policy-card li{color:#566575;font-size:13px;line-height:1.75}.policy-card ul{padding-left:20px}.policy-highlight{border-left:3px solid #173a64;background:#f3f7fb;padding:14px 16px;border-radius:0 10px 10px 0}.policy-contact{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
@media(max-width:760px){.location-grid{grid-template-columns:1fr}.map-frame{height:250px}.security-footer{flex-direction:column;align-items:flex-start}.security-badges{flex-wrap:wrap}.tw-cookie-banner{left:10px;right:10px;bottom:10px;flex-direction:column;align-items:stretch}.tw-cookie-actions{display:grid;grid-template-columns:1fr 1fr}.delivery-methods{grid-template-columns:1fr}.pickup-checkout-card{grid-template-columns:1fr}.policy-card{padding:22px}.products-dropdown{display:none}}


/* ===== V8.3 desktop premium banners ===== */
@media (min-width: 981px){
  .hero{padding:24px 0 56px}
  .banner-slider{height:620px;border-radius:28px}
  .banner-slide{padding:52px 56px;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:center}
  .banner-slide::after{inset:30px;border-radius:20px}
  .banner-backdrop{position:absolute;inset:0;z-index:0;overflow:hidden}
  .banner-backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,33,.84) 0%,rgba(10,24,45,.68) 36%,rgba(10,24,45,.44) 100%)}
  .banner-backdrop img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.18);filter:blur(30px);opacity:.52}
  .banner-copy{max-width:500px;padding-right:10px;align-self:center}
  .banner-copy strong{font-size:42px;line-height:1.02}
  .banner-copy span{font-size:15px;line-height:1.7;max-width:440px}
  .banner-copy small{font-size:11px;margin-bottom:14px}
  .banner-visual{min-height:0;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;box-shadow:none;overflow:visible}
  .banner-focus-frame{width:100%;height:500px;max-width:360px;border-radius:26px;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(2px)}
  .banner-focus-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}
  .folded-slide .banner-focus-frame{max-width:370px;height:490px}
  .folded-slide .banner-focus-frame img{object-position:center 28%}
  .team-slide .banner-focus-frame{max-width:380px;height:500px}
  .team-slide .banner-focus-frame img{object-position:center center}
  .logo-slide .banner-backdrop img{object-fit:contain;transform:scale(1.65);filter:blur(34px);opacity:.28}
  .logo-slide .banner-backdrop::after{background:linear-gradient(90deg,rgba(7,17,33,.9) 0%,rgba(8,20,38,.78) 42%,rgba(8,20,38,.6) 100%)}
  .banner-logo-visual .banner-focus-frame{max-width:360px;height:420px;display:grid;place-items:center;padding:34px;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.14),rgba(255,255,255,.04))}
  .banner-logo-visual .banner-focus-frame img{width:100%;height:auto;max-width:245px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(0,0,0,.24))}
}
