
:root{--navy:#082d4e;--navy2:#0e416d;--accent:#ff7a1a;--ink:#17212b;--muted:#687782;--bg:#f4f5f5;--card:#fff;--line:#e1e5e8;--green:#18a558;--shadow:0 18px 55px rgba(8,45,78,.12);--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1240px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:80;background:var(--navy);color:#fff;box-shadow:0 5px 28px rgba(0,0,0,.18)}.header-row{min-height:72px;display:grid;grid-template-columns:230px 1fr auto;gap:20px;align-items:center}.brand-logo{width:210px;height:44px;object-fit:contain;object-position:left center}.header-search{position:relative}.header-search-box{display:flex;align-items:center;background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.14)}.header-search-box svg{width:21px;margin-left:15px;color:#6e7c87}.header-search-box input{width:100%;height:48px;border:0;outline:0;padding:0 12px;color:var(--ink)}.search-clear{border:0;background:transparent;width:42px;color:#7d8992}.header-actions{display:flex;gap:9px}.header-action{height:44px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:0 14px;font-weight:750;display:flex;align-items:center;gap:8px}.header-action.primary{background:#fff;color:var(--navy);border-color:#fff}.header-action svg{width:20px}.cart-count{background:var(--accent);color:#fff;border-radius:999px;min-width:22px;height:22px;display:grid;place-items:center;font-size:12px;font-weight:900;padding:0 6px}
.search-suggestions{display:none;position:absolute;top:55px;left:0;right:0;background:#fff;color:var(--ink);border-radius:14px;box-shadow:0 22px 60px rgba(0,0,0,.25);overflow:hidden;max-height:510px;overflow-y:auto}.search-suggestions.open{display:block}.suggestion{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf0f2;background:#fff}.suggestion:hover{background:#f7f8f8}.suggestion img{width:58px;height:58px;object-fit:contain;border:1px solid #edf0f2;border-radius:10px;background:#fff}.suggestion strong{display:block;font-size:14px;line-height:1.25}.suggestion small{display:block;color:var(--muted);margin-top:4px}.suggestion-price{font-weight:850;color:var(--navy);white-space:nowrap}.suggestion-footer{padding:13px 15px;font-size:13px;color:var(--navy);font-weight:800;background:#f5f7f8}
.category-nav{background:#fff;border-bottom:1px solid var(--line)}.category-strip{display:flex;gap:7px;overflow:auto;padding:11px 0;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;white-space:nowrap;font-weight:700;color:#42515d}.category-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}
.hero{background:linear-gradient(135deg,#092e50,#0d4b7f);color:#fff;padding:58px 0 54px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:999px;color:#fff;font-weight:750;font-size:13px}.eyebrow i{width:8px;height:8px;background:var(--accent);border-radius:50%}.hero h1{font-size:clamp(42px,5.4vw,72px);line-height:.98;letter-spacing:-.055em;margin:18px 0 16px;max-width:780px}.hero p{font-size:18px;line-height:1.6;color:#d7e5ef;margin:0;max-width:680px}.hero-card{background:#fff;color:var(--ink);border-radius:24px;padding:26px;box-shadow:0 20px 60px rgba(0,0,0,.22)}.hero-card strong{display:block;font-size:40px;letter-spacing:-.04em;color:var(--navy)}.hero-card span{display:block;color:var(--muted);line-height:1.5;margin-top:5px}.hero-points{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.hero-point{background:#f3f6f7;border-radius:14px;padding:12px;font-size:13px;font-weight:750;color:#42515d}
.main{padding:38px 0 90px}.view-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}.view-head h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;margin:0}.view-head p{margin:7px 0 0;color:var(--muted)}.back-link{border:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 14px;font-weight:750;color:var(--navy)}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s;box-shadow:0 7px 26px rgba(8,45,78,.06)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-image{aspect-ratio:1.65/1;background:#fff;display:grid;place-items:center;padding:22px;border-bottom:1px solid var(--line)}.category-image img{width:100%;height:100%;object-fit:contain}.category-body{padding:17px}.category-body h3{margin:0 0 8px;font-size:19px}.category-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.category-open{margin-top:14px;color:var(--navy);font-weight:850;font-size:14px}
.family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.family-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s;position:relative;display:flex;flex-direction:column;height:100%}.family-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c8d3da}.family-image{aspect-ratio:1/1;background:#fff;display:grid;place-items:center;padding:16px;border-bottom:1px solid #eef0f2}.family-image img{width:100%;height:100%;object-fit:contain}.family-body{padding:15px;display:flex;flex-direction:column;flex:1}.family-category{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);font-weight:900}.family-title{font-size:16px;line-height:1.32;font-weight:800;margin:7px 0 10px;min-height:52px}.family-meta{min-height:64px}.family-variants{font-size:12px;color:var(--muted);margin-top:8px}.family-price{font-size:22px;font-weight:900;color:var(--navy);margin-top:auto;padding-top:14px;line-height:1.1}.empty-state{background:#fff;border:1px dashed #bcc8ce;border-radius:22px;text-align:center;padding:55px 20px;color:var(--muted)}
.product-page{padding:24px 0 90px}.breadcrumb{display:flex;gap:7px;color:#667681;font-size:13px;margin-bottom:18px;flex-wrap:wrap}.product-shell{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;display:grid;grid-template-columns:74px minmax(360px,1fr) minmax(360px,.8fr);gap:20px;box-shadow:0 10px 40px rgba(8,45,78,.07)}.thumbs{display:flex;flex-direction:column;gap:10px}.thumb{width:68px;height:68px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:5px}.thumb.active{border:2px solid var(--navy)}.thumb img{width:100%;height:100%;object-fit:contain}.main-media{min-height:510px;display:grid;place-items:center;background:#fff;position:relative}.main-media img{width:100%;height:100%;max-height:560px;object-fit:contain}.media-badge{position:absolute;top:0;left:0;background:#eef6fb;color:var(--navy);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:850}.product-buy{border-left:1px solid var(--line);padding-left:24px}.condition{font-size:13px;color:var(--muted)}.product-buy h1{font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.035em;margin:8px 0 8px}.selected-name{color:#5c6b75;font-size:14px;line-height:1.4}.price{font-size:36px;font-weight:900;letter-spacing:-.04em;margin:19px 0 4px;color:#111}.price-note{font-size:13px;color:#63727c;margin-bottom:18px}.variation-group{margin:16px 0}.variation-title{font-size:14px;margin-bottom:8px}.variation-title b{color:var(--ink)}.variation-options{display:flex;gap:8px;flex-wrap:wrap}.variation-option{border:1px solid #b9c5cc;background:#fff;border-radius:9px;padding:9px 11px;font-size:13px;min-height:40px}.variation-option.active{border:2px solid var(--navy);color:var(--navy);background:#f2f7fa}.variation-option:disabled{opacity:.4;cursor:not-allowed}.variation-select{width:100%;height:44px;border:1px solid #b9c5cc;border-radius:10px;padding:0 12px;background:#fff}.quantity-label{font-size:13px;font-weight:800;margin:18px 0 7px}.quantity-row{display:flex;gap:9px}.stepper{display:grid;grid-template-columns:42px 52px 42px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.stepper button{border:0;background:#fff;font-size:20px}.stepper input{width:100%;border:0;text-align:center;font-weight:850}.add-button{flex:1;border:0;border-radius:11px;background:var(--navy);color:#fff;font-weight:900}.whatsapp-hint{margin-top:11px;background:#eefaf3;color:#23613f;border-radius:11px;padding:11px;font-size:12px;line-height:1.45}.top-features{margin:19px 0 0;padding:18px 0 0;border-top:1px solid var(--line)}.top-features h3{font-size:16px;margin:0 0 10px}.top-features ul{padding:0;margin:0;list-style:none}.top-features li{font-size:13px;color:#4e5d67;margin:8px 0;padding-left:16px;position:relative}.top-features li:before{content:'•';position:absolute;left:0;color:var(--navy);font-weight:900}
.product-content{background:#fff;border:1px solid var(--line);border-radius:22px;margin-top:20px;padding:28px}.product-content h2{font-size:27px;margin:0 0 20px;letter-spacing:-.025em}.spec-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px}.spec-table{border:1px solid var(--line);border-radius:13px;overflow:hidden}.spec-row{display:grid;grid-template-columns:45% 55%;min-height:54px}.spec-row:nth-child(odd){background:#f5f6f6}.spec-row div{padding:13px 15px;display:flex;align-items:center;line-height:1.35;font-size:14px}.spec-row div:first-child{font-weight:800;color:#30404b}.description-section{border-top:1px solid var(--line);margin-top:34px;padding-top:28px}.description-section p{color:#53626c;font-size:16px;line-height:1.75;white-space:pre-line}.related{margin-top:28px}.related h2{font-size:28px}.related-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.drawer{display:none;position:fixed;inset:0;z-index:120}.drawer.open{display:block}.drawer-backdrop{position:absolute;inset:0;background:rgba(9,20,29,.58)}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(470px,100%);background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.22)}.drawer-head{padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head h2{margin:0;font-size:22px}.close-drawer{width:40px;height:40px;border:0;background:#f1f3f4;border-radius:50%;font-size:22px}.cart-items{padding:10px 18px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:76px;height:76px;object-fit:contain;border:1px solid var(--line);border-radius:11px}.cart-item h3{font-size:14px;line-height:1.3;margin:0}.cart-item small{display:block;color:var(--muted);margin-top:4px}.cart-line-price{font-weight:900;margin-top:6px}.cart-controls{display:flex;align-items:center;gap:3px;margin-top:8px}.cart-controls button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px}.remove-cart{border:0;background:transparent;color:#9c3c3c;font-size:20px}.cart-empty{text-align:center;padding:70px 20px;color:var(--muted)}.drawer-foot{padding:18px;border-top:1px solid var(--line);background:#fff}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:17px;margin-bottom:14px}.cart-total strong{font-size:24px}.whatsapp-button{width:100%;height:52px;border:0;border-radius:12px;background:var(--green);color:#fff;font-weight:900;font-size:16px}.clear-cart{width:100%;border:0;background:transparent;color:#8a4a4a;padding:12px 0 0}
.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,30px);background:#142330;color:#fff;padding:13px 17px;border-radius:999px;z-index:160;opacity:0;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}
.footer{background:#061f35;color:#d3e1ea;padding:38px 0}.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer img{width:190px;height:50px;object-fit:contain;object-position:left}.footer p{margin:0;color:#adc2d0;font-size:13px;max-width:600px;line-height:1.5}
@media(max-width:1050px){.header-row{grid-template-columns:180px 1fr auto}.brand-logo{width:165px}.header-action span.label{display:none}.category-grid,.family-grid{grid-template-columns:repeat(3,1fr)}.product-shell{grid-template-columns:66px minmax(300px,1fr) minmax(320px,.8fr);padding:18px}.main-media{min-height:430px}.related-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.header-row{grid-template-columns:145px 1fr auto;gap:10px}.brand-logo{width:140px}.header-action.pdf-button{display:none}.hero{padding:38px 0}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.category-grid,.family-grid{grid-template-columns:repeat(2,1fr)}.product-shell{grid-template-columns:1fr;padding:14px}.thumbs{order:2;flex-direction:row;overflow:auto}.main-media{order:1;min-height:360px}.product-buy{order:3;border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.spec-columns{grid-template-columns:1fr}.related-row{grid-template-columns:repeat(2,1fr)}.footer-row{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.container{width:min(100% - 20px,1240px)}.site-header{position:sticky}.header-row{grid-template-columns:112px 1fr auto;min-height:64px}.brand-logo{width:108px;height:36px}.header-search-box input{height:42px;font-size:14px}.header-search-box svg{display:none}.header-action{height:42px;padding:0 10px}.hero h1{font-size:42px}.hero p{font-size:16px}.main{padding-top:25px}.category-grid{grid-template-columns:1fr 1fr;gap:11px}.category-body{padding:13px}.category-body h3{font-size:15px}.category-image{padding:12px}.category-meta{font-size:11px;display:block}.category-open{font-size:12px}.family-grid{grid-template-columns:1fr 1fr;gap:11px}.family-body{padding:12px}.family-title{font-size:14px;min-height:55px}.family-meta{min-height:74px}.family-price{font-size:18px}.product-page{padding-top:12px}.product-shell{border-radius:14px}.main-media{min-height:320px}.product-buy h1{font-size:26px}.price{font-size:32px}.product-content{padding:18px;border-radius:14px}.spec-row{grid-template-columns:42% 58%}.spec-row div{padding:11px 10px;font-size:12px}.description-section p{font-size:15px}.related-row{grid-template-columns:1fr 1fr}.footer img{width:160px}.search-suggestions{position:fixed;left:10px;right:10px;top:68px;max-height:70vh}.suggestion{grid-template-columns:48px 1fr}.suggestion img{width:48px;height:48px}.suggestion-price{display:none}}

/* Catálogo em página única */
.category-nav{position:sticky;top:72px;z-index:70;box-shadow:0 6px 18px rgba(8,45,78,.06)}
.catalog-intro{padding-bottom:8px;border-bottom:1px solid var(--line)}
.catalog-total{font-size:13px;font-weight:800;color:var(--navy);background:#eaf2f7;border-radius:999px;padding:9px 13px;white-space:nowrap}
.catalog-section{padding:42px 0 18px;scroll-margin-top:142px;border-bottom:1px solid var(--line)}
.catalog-section:last-child{border-bottom:0;padding-bottom:0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.section-heading h2{font-size:clamp(28px,3.6vw,40px);letter-spacing:-.04em;margin:3px 0 0}
.section-heading p{margin:7px 0 0;color:var(--muted)}
.section-kicker{display:block;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.section-count{font-size:13px;color:var(--muted);white-space:nowrap}
@media(max-width:820px){.category-nav{top:72px}.catalog-section{scroll-margin-top:138px;padding-top:34px}.catalog-total{display:none}}
@media(max-width:560px){.category-nav{top:64px}.catalog-section{scroll-margin-top:126px;padding-top:30px}.section-heading{align-items:flex-start}.section-count{display:none}.catalog-intro{margin-bottom:2px}}


/* Versão compacta: filtros abaixo do título e grade contínua */
.header-row{grid-template-columns:230px 1fr auto}
.hero{padding:38px 0 36px}
.hero h1{font-size:clamp(36px,4.6vw,58px);max-width:720px}
.hero p{font-size:16px;max-width:650px}
.hero-card{padding:22px}
.hero-card strong{font-size:34px}
.main{padding-top:28px}
.catalog-intro{margin-bottom:12px;padding-bottom:0;border-bottom:0}
.category-nav{position:sticky;top:72px;z-index:70;background:rgba(244,245,245,.96);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(8,45,78,.08);margin:0 0 18px;padding:0 10px}
.category-strip{padding:10px 0}
.unified-product-grid{align-items:stretch}
.catalog-section,.section-heading{display:none!important}
@media(max-width:1050px){.header-row{grid-template-columns:180px 1fr auto}.hero{padding:34px 0}.category-nav{top:72px}}
@media(max-width:820px){.header-row{grid-template-columns:145px 1fr auto}.hero{padding:30px 0}.category-nav{top:72px}.catalog-intro{align-items:flex-start}}
@media(max-width:560px){.header-row{grid-template-columns:112px 1fr auto}.hero{padding:26px 0}.hero h1{font-size:36px}.main{padding-top:20px}.category-nav{top:64px;margin-left:-2px;margin-right:-2px}.view-head{align-items:flex-start}.catalog-intro p{font-size:14px}.family-grid{gap:10px}.family-image{padding:11px}.family-title{min-height:52px}}


/* Confirmação de adição e lembrete não bloqueante do pedido */
.add-button{transition:background .22s ease,transform .22s ease,box-shadow .22s ease}
.add-button.is-added{background:#16894a;box-shadow:0 8px 22px rgba(22,137,74,.22);transform:translateY(-1px)}
.header-action.cart-attention{animation:cartAttention .78s cubic-bezier(.2,.8,.2,1)}
.cart-count{transition:transform .22s ease,box-shadow .22s ease}
.header-action.cart-attention .cart-count{box-shadow:0 0 0 7px rgba(234,112,24,.18)}
@keyframes cartAttention{0%{transform:scale(1)}35%{transform:scale(1.08)}65%{transform:scale(.98)}100%{transform:scale(1)}}
.fly-to-cart{position:fixed;z-index:210;width:68px;height:68px;object-fit:contain;padding:6px;border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(7,31,52,.25);pointer-events:none;transition:left .72s cubic-bezier(.2,.75,.25,1),top .72s cubic-bezier(.2,.75,.25,1),transform .72s cubic-bezier(.2,.75,.25,1),opacity .55s ease}
.cart-reminder{position:fixed;right:22px;top:84px;z-index:115;width:min(390px,calc(100vw - 24px));background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px rgba(4,30,51,.25);padding:18px;opacity:0;visibility:hidden;transform:translateY(-12px) scale(.97);transform-origin:top right;transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility .28s;pointer-events:none}
.cart-reminder.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
.cart-reminder-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:13px;border-bottom:1px solid var(--line)}
.cart-reminder-kicker{display:block;color:#16894a;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.cart-reminder-head h2{margin:0;font-size:20px;letter-spacing:-.025em}
.cart-reminder-close{width:34px;height:34px;border:0;border-radius:50%;background:#f0f3f4;color:var(--ink);font-size:20px;line-height:1;cursor:pointer;flex:0 0 auto}
.cart-reminder-items{display:grid;gap:3px;padding:10px 0}
.cart-reminder-item{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px 0}
.cart-reminder-item img{width:50px;height:50px;object-fit:contain;border:1px solid var(--line);border-radius:10px;background:#fff}
.cart-reminder-item strong{display:block;font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-reminder-item small{display:block;color:var(--muted);font-size:11px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-reminder-item b{font-size:12px;white-space:nowrap}
.cart-reminder-more{font-size:12px;color:var(--muted);padding:3px 0 5px 60px}
.cart-reminder-summary{display:flex;align-items:center;justify-content:space-between;background:#f1f5f6;border-radius:12px;padding:11px 12px;font-size:13px;margin-bottom:12px}
.cart-reminder-summary strong{font-size:17px}
.cart-reminder-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px}
.cart-reminder-actions button{height:44px;border-radius:11px;font-weight:850;cursor:pointer}
.cart-reminder-secondary{border:1px solid var(--line);background:#fff;color:var(--navy)}
.cart-reminder-primary{border:0;background:var(--green);color:#fff}
@media(max-width:560px){.cart-reminder{right:10px;top:72px;width:calc(100vw - 20px);border-radius:17px;padding:15px}.cart-reminder-head h2{font-size:18px}.cart-reminder-item{grid-template-columns:46px minmax(0,1fr) auto}.cart-reminder-item img{width:46px;height:46px}.cart-reminder-actions{grid-template-columns:1fr 1.35fr}.cart-reminder-actions button{font-size:12px}}
@media(prefers-reduced-motion:reduce){.add-button,.cart-count,.cart-reminder{transition:none!important}.header-action.cart-attention{animation:none!important}.fly-to-cart{display:none!important}}


/* Navegação, total dinâmico e itens clicáveis no pedido */
.product-navigation{display:flex;align-items:center;gap:16px;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap}
.product-navigation .breadcrumb{margin:0;justify-content:flex-end}
.continue-shopping{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 15px;border:1px solid #cbd6dc;background:#fff;color:var(--navy);border-radius:12px;font-size:14px;font-weight:850;box-shadow:0 7px 20px rgba(8,45,78,.07);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.continue-shopping:hover{transform:translateY(-1px);border-color:#94abb9;box-shadow:0 10px 26px rgba(8,45,78,.11)}
.price{transition:transform .18s ease,color .18s ease}
.price-note{min-height:19px}
.stepper input[type=number]{appearance:textfield;-moz-appearance:textfield}
.stepper input[type=number]::-webkit-inner-spin-button,.stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.cart-product-thumb{display:block;border-radius:11px}
.cart-product-info{display:block;border-radius:8px;color:inherit}
.cart-product-thumb:focus-visible,.cart-product-info:focus-visible{outline:3px solid rgba(8,45,78,.22);outline-offset:3px}
.cart-product-info h3{transition:color .18s ease}
.cart-product-info:hover h3{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.cart-product-thumb:hover img{border-color:#9cb1be;box-shadow:0 6px 18px rgba(8,45,78,.1)}
@media(max-width:560px){.product-navigation{align-items:flex-start;gap:10px}.product-navigation .breadcrumb{width:100%;justify-content:flex-start}.continue-shopping{min-height:40px;padding:0 13px}.quantity-row{align-items:stretch}.stepper{grid-template-columns:38px 48px 38px}.add-button{min-height:46px}}

/* Layout final mais limpo: marca, busca e rodapé institucional */
.site-header .header-row{grid-template-columns:auto 1fr auto;min-height:64px;gap:16px}
.brand-icon-link{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;transition:background .18s ease,transform .18s ease}
.brand-icon-link:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}
.brand-icon{width:36px;height:36px;object-fit:contain}
.header-spacer{min-width:0}
.hero{padding:54px 0 52px;background:linear-gradient(135deg,#072842,#0b3d66)}
.hero-simple{display:flex;flex-direction:column;align-items:flex-start}
.hero-brand{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.hero-brand>span{font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#bcd0df}
.hero-brand img{width:min(330px,62vw);height:48px;object-fit:contain;object-position:left center}
.hero h1{max-width:850px;margin:0;font-size:clamp(42px,5.6vw,72px);line-height:1.02;letter-spacing:-.052em;color:#fff}
.main{padding-top:32px}
.catalog-search{position:relative;z-index:76;margin:0 0 28px}
.catalog-search .header-search-box{border:1px solid #d6dde1;box-shadow:0 12px 34px rgba(8,45,78,.10)}
.catalog-search .header-search-box input{height:56px;font-size:16px}
.catalog-search .search-suggestions{top:63px;z-index:90}
.catalog-intro{margin:0 0 15px;padding:0;border:0}
.catalog-intro h2{font-size:clamp(30px,4vw,44px);line-height:1.05}
.catalog-intro p,.catalog-total{display:none!important}
.category-nav{top:64px;margin-bottom:22px}
.footer{padding:30px 0;background:#061f35}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer img{width:210px;height:46px}
.footer p{font-size:13px;color:#c0d0db;text-align:right;max-width:none}
@media(max-width:820px){
  .site-header .header-row{grid-template-columns:auto 1fr auto;min-height:60px}
  .brand-icon-link{width:42px;height:42px}
  .brand-icon{width:33px;height:33px}
  .hero{padding:42px 0 40px}
  .hero-brand{margin-bottom:18px}
  .hero-brand img{height:42px}
  .category-nav{top:60px}
  .footer-row{align-items:flex-start;flex-direction:column}
  .footer p{text-align:left}
}
@media(max-width:560px){
  .site-header .header-row{grid-template-columns:auto 1fr auto;min-height:58px}
  .brand-icon-link{width:40px;height:40px}
  .brand-icon{width:31px;height:31px}
  .header-action .label{display:inline}
  .hero{padding:34px 0 32px}
  .hero-brand{gap:11px;margin-bottom:17px}
  .hero-brand>span{font-size:11px}
  .hero-brand img{width:min(245px,68vw);height:35px}
  .hero h1{font-size:39px}
  .main{padding-top:22px}
  .catalog-search{margin-bottom:22px}
  .catalog-search .header-search-box input{height:50px;font-size:14px}
  .catalog-search .header-search-box svg{display:block;width:19px}
  .catalog-search .search-suggestions{position:absolute;left:0;right:0;top:57px;max-height:66vh}
  .catalog-intro h2{font-size:32px}
  .category-nav{top:58px}
  .footer{padding:26px 0}
  .footer img{width:174px;height:40px}
}


/* Refinamento final: marca completa no topo e hero sem repetição */
.site-header .header-row{
  grid-template-columns:minmax(0,auto) 1fr auto;
  min-height:68px;
  gap:18px;
}
.header-brand-link{
  min-width:0;
  display:flex;
  align-items:center;
  gap:11px;
  color:#fff;
  border-radius:12px;
  padding:7px 9px;
  margin-left:-9px;
  transition:background .18s ease,transform .18s ease;
}
.header-brand-link:hover{
  background:rgba(255,255,255,.07);
  transform:translateY(-1px);
}
.header-brand-logo{
  width:190px;
  height:32px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
}
.header-brand-separator{
  color:rgba(255,255,255,.38);
  font-size:18px;
  line-height:1;
  flex:0 0 auto;
}
.header-brand-label{
  color:#dbe7ee;
  font-size:14px;
  font-weight:750;
  letter-spacing:.015em;
  white-space:nowrap;
}
.hero{
  padding:58px 0 56px;
}
.hero-simple{
  min-height:190px;
  justify-content:center;
}
.hero h1{
  margin:0;
  max-width:930px;
}
.hero-brand{display:none!important}
.category-nav{top:68px}

@media(max-width:820px){
  .site-header .header-row{min-height:64px;gap:12px}
  .header-brand-link{gap:8px;padding:6px 7px;margin-left:-7px}
  .header-brand-logo{width:156px;height:27px}
  .header-brand-separator{font-size:15px}
  .header-brand-label{font-size:12px}
  .hero{padding:45px 0 43px}
  .hero-simple{min-height:150px}
  .category-nav{top:64px}
}
@media(max-width:560px){
  .site-header .header-row{min-height:60px;gap:8px}
  .header-brand-link{gap:6px;padding:5px 4px;margin-left:-4px}
  .header-brand-logo{width:124px;height:23px}
  .header-brand-separator{font-size:13px}
  .header-brand-label{font-size:10px;letter-spacing:0}
  .header-action{height:40px;padding:0 10px;gap:6px}
  .hero{padding:34px 0 33px}
  .hero-simple{min-height:126px}
  .hero h1{font-size:clamp(34px,10.5vw,43px);line-height:1.04}
  .category-nav{top:60px}
}
@media(max-width:390px){
  .header-brand-logo{width:108px}
  .header-brand-separator{display:none}
  .header-brand-label{font-size:9.5px}
  .header-action .label{display:none}
}


/* Navegação por categorias em grade — versão sem rolagem horizontal */
.category-discovery{margin:0 0 34px}.discovery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-kicker{display:block;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}.discovery-head h2,.products-browser .view-head h2{margin:0;font-size:clamp(27px,3.4vw,40px);letter-spacing:-.035em}.discovery-head p{margin:7px 0 0;color:var(--muted)}
.category-discovery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.discovery-card{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) 22px;align-items:center;gap:12px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.discovery-card:nth-child(n+9){display:none}.category-discovery-grid.expanded .discovery-card{display:grid}.discovery-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(8,45,78,.10);border-color:#b9cad4}.discovery-card.active{border:2px solid var(--navy);background:#f5f9fc}.discovery-image{width:72px;height:72px;border-radius:14px;background:#f5f7f7;display:grid;place-items:center;padding:8px}.discovery-image img{width:100%;height:100%;object-fit:contain}.discovery-copy{min-width:0}.discovery-copy strong{display:block;font-size:15px;line-height:1.2;color:var(--ink)}.discovery-copy small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.discovery-arrow{font-size:28px;color:#8a9aa4;line-height:1}.toggle-categories{display:block;margin:18px auto 0;border:0;border-radius:999px;background:var(--navy);color:#fff;padding:12px 22px;font-weight:850;cursor:pointer}.toggle-categories:hover{filter:brightness(1.08)}
.subtype-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;margin:0 0 28px}.subtype-head h3{margin:0;font-size:24px}.subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.subcategory-card{border:1px solid var(--line);background:#f7f8f8;border-radius:14px;padding:13px 14px;text-align:left;cursor:pointer}.subcategory-card strong{display:block;font-size:14px}.subcategory-card small{display:block;color:var(--muted);margin-top:4px}.subcategory-card.active{background:var(--navy);color:#fff;border-color:var(--navy)}.subcategory-card.active small{color:#d9e6ee}
.products-browser{scroll-margin-top:90px}.products-browser .view-head{align-items:center}.show-all-products{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 15px;color:var(--navy);font-weight:800;cursor:pointer}.family-option-preview{font-size:12px;line-height:1.45;color:#42515d;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.family-option-preview span{font-weight:800;color:var(--ink)}.family-subcategory{font-size:11px}.family-card{cursor:pointer}.family-card:focus,.family-card:focus-within{outline:3px solid rgba(8,45,78,.18);outline-offset:2px}
/* antiga navegação horizontal não é mais usada */.category-nav{display:none!important}
@media(max-width:1050px){.category-discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.category-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.discovery-card{grid-template-columns:58px minmax(0,1fr) 16px;padding:10px}.discovery-image{width:58px;height:58px}.discovery-copy strong{font-size:14px}.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-browser .view-head{align-items:flex-start;flex-direction:column}.show-all-products{width:100%}}
@media(max-width:430px){.category-discovery-grid{gap:8px}.discovery-card{grid-template-columns:48px minmax(0,1fr);gap:9px;border-radius:14px}.discovery-arrow{display:none}.discovery-image{width:48px;height:48px;padding:5px}.discovery-copy strong{font-size:12.5px}.discovery-copy small{font-size:10.5px}.subcategory-grid{grid-template-columns:1fr 1fr;gap:8px}.subcategory-card{padding:11px}.subcategory-card strong{font-size:12.5px}.family-title{min-height:48px}.family-meta{min-height:68px}.family-option-preview{font-size:11px;min-height:38px}}

/* Produtos individuais: cada SKU aparece como um card próprio */
.product-item-card .family-body{display:flex;flex-direction:column;flex:1}
.product-item-card .family-title{min-height:64px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-item-card .family-meta{min-height:26px}
.product-item-card .family-price{margin-top:auto;padding-top:16px}
.product-item-card:focus{outline:3px solid rgba(8,45,78,.24);outline-offset:3px}
.single-product-shell{grid-template-columns:minmax(440px,1.2fr) minmax(360px,.8fr)}
.single-product-shell .main-media{min-height:520px}
.related-row .product-item-card{min-width:0}
@media(max-width:900px){.single-product-shell{grid-template-columns:1fr}.single-product-shell .product-buy{border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.single-product-shell .main-media{min-height:410px}}
@media(max-width:560px){.product-item-card .family-title{min-height:66px;font-size:13.5px}.product-item-card .family-meta{min-height:22px}.single-product-shell .main-media{min-height:310px}.single-product-shell{padding:16px}}

/* Detalhes compactos e responsivos do produto */
.price-stack{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px}.price-stack.card{margin-top:auto;padding-top:14px}.price-stack.detail{margin:22px 0 0}.price-stack.card .family-price{margin:0;padding:0}.price-stack.detail .price{margin:0}
#selectedPriceWrap{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.product-details-accordion{margin-top:20px;border:1px solid #d9e2e8;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(8,45,78,.05);overflow:hidden}.product-details-accordion>summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;cursor:pointer;user-select:none;background:linear-gradient(180deg,#fff,#fbfcfd);transition:background .18s}.product-details-accordion>summary:hover{background:#f5f8fa}.product-details-accordion>summary::-webkit-details-marker{display:none}.product-details-accordion>summary span{display:grid;gap:3px}.product-details-accordion>summary small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:900}.product-details-accordion>summary strong{font-size:19px;line-height:1.25;color:var(--navy)}.product-details-accordion>summary b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef3f6;color:var(--navy);flex:0 0 auto;transition:transform .22s,background .18s}.product-details-accordion>summary b svg{width:20px;height:20px}.product-details-accordion[open]>summary b{transform:rotate(180deg);background:#dfeaf0}.product-details-content{border-top:1px solid #e4eaee;padding:26px}.product-details-content>h2{margin-top:0}
.cart-line-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px}.cart-line-price strong{display:block;width:100%;font-size:15px;color:var(--navy)}
@media(max-width:560px){.price-stack.card{padding-top:10px}.price-stack.detail{margin-top:18px}.product-details-accordion{border-radius:16px}.product-details-accordion>summary{padding:16px}.product-details-accordion>summary strong{font-size:16px}.product-details-accordion>summary b{width:38px;height:38px}.product-details-content{padding:16px}}


/* v2.3.1 — adição rápida, navegação fixa e página de produto mais enxuta */
.card-quick-add{position:absolute;right:12px;top:12px;z-index:4;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(8,45,78,.16);border-radius:14px;background:rgba(255,255,255,.96);color:var(--navy);box-shadow:0 8px 22px rgba(8,45,78,.13);cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.card-quick-add svg{width:22px;height:22px}
.card-quick-add:hover,.card-quick-add:focus-visible{transform:translateY(-2px) scale(1.03);background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(8,45,78,.22);outline:none}
.card-quick-add.is-added{background:var(--green);color:#fff;border-color:transparent;transform:scale(1.06)}
.product-item-card:has(.card-quick-add:focus-visible){outline:3px solid rgba(8,45,78,.18);outline-offset:3px}
.drawer-continue-shopping{width:100%;height:46px;margin:0 0 14px;border:1px solid #c7d4dc;border-radius:12px;background:#fff;color:var(--navy);font-weight:900;cursor:pointer}
.drawer-continue-shopping:hover{background:#eef4f7}
.sticky-continue-shopping{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom));z-index:108;display:flex;align-items:center;justify-content:center;gap:9px;min-width:230px;height:50px;padding:0 22px;border:0;border-radius:999px;background:var(--navy);color:#fff;font-weight:900;box-shadow:0 16px 38px rgba(8,45,78,.28);opacity:0;visibility:hidden;transform:translate(-50%,18px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.sticky-continue-shopping.show{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
.drawer.open~.sticky-continue-shopping{opacity:0;visibility:hidden;pointer-events:none}
.product-page{padding-bottom:82px}
@media(max-width:560px){.card-quick-add{right:8px;top:8px;width:40px;height:40px;border-radius:12px}.card-quick-add svg{width:20px;height:20px}.sticky-continue-shopping{width:calc(100vw - 28px);max-width:430px;bottom:calc(12px + env(safe-area-inset-bottom));height:52px}.product-page{padding-bottom:92px}}
@media(prefers-reduced-motion:reduce){.card-quick-add,.sticky-continue-shopping{transition:none!important}}

/* v2.3.2 — busca estável, adição rápida com “+” e prevenção de zoom involuntário */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{overflow-x:hidden}
a,button,[role="button"],input,select,textarea,.family-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}

/* Resultados da busca sempre ocupam a largura correta, sem bordas nativas ou estouro lateral. */
.catalog-search{isolation:isolate;max-width:100%}
.catalog-search .search-suggestions{
  width:100%;max-width:100%;min-width:0;overflow-x:hidden;overscroll-behavior:contain;
  contain:layout paint;background:#fff;border:1px solid #d9e2e8;
}
.catalog-search .suggestion{
  appearance:none;-webkit-appearance:none;width:100%;max-width:100%;min-width:0;
  grid-template-columns:58px minmax(0,1fr) auto;border:0;border-bottom:1px solid #edf0f2;
  border-radius:0;margin:0;text-align:left;color:var(--ink);font:inherit;
}
.catalog-search .suggestion:last-of-type{border-bottom:0}
.catalog-search .suggestion>span{min-width:0;overflow:hidden}
.catalog-search .suggestion strong{
  min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.catalog-search .suggestion small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.catalog-search .suggestion-price{justify-self:end;max-width:120px}

/* Ícone limpo de adição rápida. */
.card-quick-add span{
  display:block;font-size:32px;line-height:1;font-weight:500;transform:translateY(-1px);
}
.card-quick-add.is-added span{font-size:0}
.card-quick-add.is-added span:after{content:"✓";font-size:21px;font-weight:900}

/* A navegação superior mantém apenas o breadcrumb; o retorno continua fixo no rodapé. */
.product-navigation{justify-content:flex-end}
.product-navigation .breadcrumb{width:100%;justify-content:flex-end}

@media(max-width:560px){
  /* 16 px evita o zoom automático do Safari ao focar campos. */
  input,select,textarea,.catalog-search .header-search-box input{font-size:16px!important}
  .catalog-search .search-suggestions{
    position:absolute;left:0;right:0;top:57px;width:100%;max-height:min(62vh,520px);
    border-radius:14px;
  }
  .catalog-search .suggestion{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:9px 10px}
  .catalog-search .suggestion-price{display:none}
  .catalog-search .suggestion strong{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .product-navigation .breadcrumb{justify-content:flex-start}
  .card-quick-add span{font-size:29px}
}


/* v5.1.0 — moldura rígida para imagens: impede vazamento sobre títulos e preços. */
.family-card,.product-item-card,.category-card{min-width:0;overflow:hidden;contain:layout paint}.family-card>*{min-width:0}.family-image{position:relative!important;display:block!important;width:100%;height:auto!important;min-height:0!important;aspect-ratio:1/1;overflow:hidden!important;padding:0!important;background:#fff;contain:paint;isolation:isolate}.family-image img{position:absolute!important;inset:12px!important;width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;max-height:calc(100% - 24px)!important;margin:0!important;display:block!important;object-fit:contain!important;object-position:center!important;transform:none!important}.category-image,.main-media,.thumb,.suggestion,.cart-item,.cart-reminder-item{overflow:hidden;min-width:0;min-height:0;contain:paint}.category-image img,.main-media img,.thumb img,.suggestion img,.cart-item img,.cart-reminder-item img{display:block;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.main-media{isolation:isolate}.main-media img{width:100%!important;height:100%!important}.family-body,.family-title,.family-meta{min-width:0;overflow-wrap:anywhere}
@media(max-width:560px){.family-image img{inset:8px!important;width:calc(100% - 16px)!important;height:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;max-height:calc(100% - 16px)!important}}


/* v5.3.0 — catálogo principal público com preços B2B protegidos e ajustes responsivos. */
.catalog-access-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 26px;padding:22px 24px;border:1px solid #d5e1e9;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(8,45,78,.07)}
.catalog-access-banner h2{margin:4px 0 6px;font-size:clamp(22px,3vw,30px);line-height:1.1;color:var(--navy)}
.catalog-access-banner p{margin:0;color:var(--muted);line-height:1.5;max-width:700px}
.catalog-access-banner>div:last-child{display:flex;gap:10px;flex:0 0 auto;flex-wrap:wrap}
.catalog-access-banner a,.gate-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid #b9cad6;border-radius:11px;background:#fff;color:var(--navy);font-weight:850;text-align:center}
.catalog-access-banner a.primary,.gate-button.primary{background:var(--navy);border-color:var(--navy);color:#fff}
.price-lock{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:14px;color:var(--navy);font-size:12px;line-height:1.3}
.price-lock span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef4f8;flex:0 0 auto;font-size:13px}
.price-lock strong{font-weight:850}
.suggestion-locked{justify-self:end;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}
.product-price-gate{display:grid;gap:11px;margin-top:22px;padding:20px;border:1px solid #d6e1e8;border-radius:17px;background:#f6f9fb;text-align:center}
.product-price-gate-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto;border-radius:50%;background:#e7f0f6;font-size:20px}
.product-price-gate h2{margin:0;font-size:20px;line-height:1.2;color:var(--navy)}
.product-price-gate p{margin:0 0 3px;color:var(--muted);font-size:14px;line-height:1.5}
.gate-button{width:100%}
.unified-product-grid{align-items:stretch}
.product-item-card{display:grid;grid-template-rows:auto 1fr;height:100%;min-height:100%}
.product-item-card .family-body{min-height:0}
.product-item-card .family-title{overflow-wrap:anywhere;word-break:normal}
.product-item-card .family-meta{min-height:24px}
.product-item-card.is-price-locked .family-body{padding-bottom:16px}
.header-actions a.header-action{white-space:nowrap;text-decoration:none}
@media(max-width:820px){
  .catalog-access-banner{align-items:flex-start;flex-direction:column;padding:20px}
  .catalog-access-banner>div:last-child{width:100%}
  .catalog-access-banner a{flex:1}
  .header-actions{gap:6px}
  .header-actions a.header-action{height:40px;padding:0 10px;font-size:12px}
}
@media(max-width:560px){
  .container{width:min(100% - 20px,1240px)}
  .site-header .header-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .header-spacer{display:none}
  .header-brand-logo{width:128px;height:25px}
  .header-brand-separator,.header-brand-label{display:none}
  .header-actions a.header-action:first-child{display:none}
  .header-actions a.header-action{height:38px;padding:0 10px;font-size:11px}
  .catalog-access-banner{margin-bottom:18px;padding:17px;border-radius:16px}
  .catalog-access-banner>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .catalog-access-banner a{padding:0 10px;font-size:12px}
  .family-grid,.unified-product-grid{gap:10px}
  .product-item-card .family-body{padding:11px}
  .product-item-card .family-title{min-height:58px;font-size:13px;line-height:1.28;-webkit-line-clamp:3}
  .product-item-card .family-category{font-size:9.5px}
  .product-item-card .family-variants{font-size:10.5px}
  .price-lock{padding-top:9px;font-size:10.5px;gap:6px}
  .price-lock span{width:24px;height:24px;font-size:11px}
  .single-product-shell{padding:14px;gap:14px}
  .single-product-shell .main-media{min-height:280px;aspect-ratio:1/1}
  .product-buy{padding-left:0}
  .product-price-gate{padding:16px}
  .suggestion-locked{display:none}
}
