:root{--ink:#142334;--muted:#69798b;--line:#e4eaf0;--bg:#f5f7f9;--brand:#0d6798;--brand-dark:#0b456b;--card:#fff;--soft:#eef6fa}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI Variable","Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.store-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.store-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.store-header-inner{height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px}.store-brand img{display:block;width:auto;height:38px;max-width:170px;object-fit:contain}.store-header nav{display:flex;align-items:center;gap:8px}.store-header nav a,.store-future-link{font-size:12px;font-weight:600;padding:7px 10px;border-radius:7px}.store-header nav a:hover,.store-header nav a.active{background:var(--soft);color:var(--brand)}.store-future-link{color:#9aa6b3;cursor:default}.store-hero{background:linear-gradient(135deg,#0c3757,#0d6798);color:#fff;padding:48px 0}.store-kicker{display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.78}.store-hero h1{font-size:clamp(25px,4vw,38px);letter-spacing:-.04em;margin:7px 0 9px}.store-hero p{max-width:700px;margin:0;color:#d9ecf6;font-size:14px}.store-section{padding:28px 0 50px}.store-filters{display:grid;grid-template-columns:minmax(240px,1.6fr) repeat(3,minmax(130px,.7fr)) auto;gap:8px;align-items:end;background:#fff;border:1px solid var(--line);padding:12px;border-radius:12px;box-shadow:0 8px 25px rgba(13,38,58,.04);margin-bottom:25px}.store-filters label{display:flex;flex-direction:column;gap:5px;font-size:10px;font-weight:700;color:#526376}.store-filters input,.store-filters select{width:100%;height:35px;border:1px solid #dce4eb;border-radius:7px;padding:0 9px;font:inherit;font-size:12px;color:var(--ink);background:#fff;outline:none}.store-filters input:focus,.store-filters select:focus{border-color:#8cb8d0;box-shadow:0 0 0 3px rgba(13,103,152,.08)}.store-filters button,.store-card-action,.product-next-action button{height:35px;border:0;border-radius:7px;padding:0 12px;background:var(--brand);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.store-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.store-section-head span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--brand);font-weight:700}.store-section-head h2{margin:3px 0 0;font-size:18px}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.store-product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(13,38,58,.035);transition:.18s ease}.store-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(13,38,58,.075)}.store-product-image{aspect-ratio:1/1;background:#f2f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.store-product-image img{width:100%;height:100%;object-fit:contain}.store-image-placeholder{color:#9ba7b3;font-size:11px;font-weight:700}.store-product-body{padding:12px;display:flex;flex-direction:column;flex:1}.store-product-meta{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:6px}.store-product-meta span,.product-badges span{font-size:9px;font-weight:700;color:#4e6a7d;background:#eff5f8;border-radius:999px;padding:3px 6px}.store-product-card h3{font-size:13px;line-height:1.35;margin:0}.store-product-card h3 a:hover{color:var(--brand)}.store-product-card p{font-size:10px;color:var(--muted);line-height:1.5;margin:6px 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store-product-footer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:9px;border-top:1px solid #edf1f4}.store-price{display:flex;flex-direction:column;min-width:0}.store-price strong{font-size:14px;color:#123c55}.store-price small{text-decoration:line-through;color:#95a0aa;font-size:9px}.store-price span{font-size:9px;color:#7e8c9a}.store-card-action{height:30px;display:inline-flex;align-items:center;white-space:nowrap;font-size:10px;padding:0 9px}.store-empty{text-align:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:38px}.store-empty strong{display:block;font-size:15px}.store-empty p{font-size:12px;color:var(--muted);margin:5px 0}.store-footer{border-top:1px solid var(--line);background:#fff}.store-footer>div{min-height:62px;display:flex;align-items:center;justify-content:space-between}.store-footer span{font-weight:700;font-size:12px}.store-footer small{color:var(--muted);font-size:10px}.product-detail{padding-top:22px;padding-bottom:55px}.store-back{display:inline-flex;color:var(--brand);font-size:11px;font-weight:700;margin-bottom:15px}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:28px}.product-main-image{aspect-ratio:1/1;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-main-image.placeholder{color:#9ca9b5;font-size:12px}.product-thumbnails{display:flex;gap:8px;margin-top:8px;overflow-x:auto}.product-thumbnails img{width:66px;height:66px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:8px}.product-summary{padding:10px 0}.product-breadcrumb{font-size:10px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.05em}.product-summary h1{font-size:clamp(24px,3.5vw,34px);letter-spacing:-.035em;line-height:1.12;margin:8px 0}.product-code{font-size:10px;color:#8492a0}.product-short{font-size:13px;line-height:1.65;color:#556679;margin:16px 0}.product-badges{display:flex;gap:6px;margin:10px 0 17px}.product-price-large{display:flex;flex-direction:column;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-price-large small{text-decoration:line-through;color:#8b98a5;font-size:11px}.product-price-large strong{font-size:25px;color:#113c55}.product-next-action{margin-top:15px;display:flex;flex-direction:column;gap:7px}.product-next-action button:disabled{opacity:.55;cursor:not-allowed}.product-next-action small,.quote-ready small{font-size:10px;color:var(--muted)}.quote-ready{background:#f1f8fb;border:1px solid #d5e8f1;border-radius:9px;padding:10px;display:flex;flex-direction:column}.quote-ready strong{font-size:11px;color:#155779}.product-content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:20px;margin-top:32px}.product-content-grid>article,.product-content-grid>aside{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.product-content-grid h2{font-size:15px;margin:0 0 10px}.product-content-grid h2:not(:first-child){margin-top:22px}.product-richtext{font-size:12px;line-height:1.7;color:#546577}.public-spec-list{display:flex;flex-direction:column}.public-spec-list>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #edf1f4}.public-spec-list span{font-size:10px;color:#718192}.public-spec-list strong{text-align:right;font-size:11px}.store-page img{image-rendering:auto}@media(max-width:980px){.store-grid{grid-template-columns:repeat(3,1fr)}.store-filters{grid-template-columns:1fr 1fr}.store-filters .grow{grid-column:span 2}.product-detail-grid,.product-content-grid{grid-template-columns:1fr}}@media(max-width:680px){.store-container{width:min(100% - 22px,1180px)}.store-header-inner{height:56px}.store-brand img{height:32px}.store-header nav{gap:2px}.store-header nav a,.store-future-link{padding:6px;font-size:10px}.store-hero{padding:34px 0}.store-hero p{font-size:12px}.store-section{padding-top:18px}.store-filters{grid-template-columns:1fr}.store-filters .grow{grid-column:auto}.store-filters button{height:38px}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.store-product-body{padding:9px}.store-product-card p{display:none}.store-product-footer{align-items:stretch;flex-direction:column}.store-card-action{justify-content:center}.product-detail-grid{gap:17px}.product-summary h1{font-size:24px}.product-content-grid>article,.product-content-grid>aside{padding:13px}}@media(max-width:390px){.store-grid{grid-template-columns:1fr}}

/* FASE 7 — carrinho e checkout. Mantém controles compactos e tipografia global. */
.store-cart-link{display:inline-flex!important;align-items:center;gap:5px}.store-cart-link b{min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:9px}.store-cart-link.active b{background:#fff;color:var(--brand)}
.store-card-actions{display:flex;align-items:center;gap:5px}.store-card-actions form{margin:0}.store-card-action.secondary{background:#fff;color:var(--brand);border:1px solid #cfe0ea}.store-card-actions .store-card-action{height:29px}
.product-buy-form{display:grid;grid-template-columns:105px minmax(150px,1fr);gap:7px;align-items:end}.product-buy-form label{display:flex;flex-direction:column;gap:4px}.product-buy-form label span{font-size:9px;font-weight:700;color:#68788a}.product-buy-form input{height:35px;width:100%;border:1px solid #d9e2e9;border-radius:7px;padding:0 9px;font:inherit;font-size:12px}.product-buy-form button{width:100%}.warning-box{background:#fff8eb;border-color:#f0ddb7}.warning-box strong{color:#8b5a12}
.store-page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:26px 0 16px}.store-page-title h1{margin:3px 0 4px;font-size:25px;letter-spacing:-.035em}.store-page-title p{margin:0;color:var(--muted);font-size:11px}.store-kicker.dark{color:var(--brand);opacity:1}
.store-primary-button,.store-secondary-button{min-height:31px;border-radius:7px;padding:0 11px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.store-primary-button{background:var(--brand);color:#fff}.store-primary-button:hover{background:var(--brand-dark)}.store-secondary-button{background:#fff;border-color:#d5e0e8;color:#41586c}.store-primary-button.full{width:100%;margin-top:11px}.store-text-button{border:0;background:transparent;color:#7b8794;font:inherit;font-size:10px;font-weight:600;cursor:pointer;width:100%;padding:9px 0}.store-text-button:hover{color:#b33a3a}
.store-alert{border-radius:8px;padding:9px 11px;margin:0 0 12px;font-size:11px;font-weight:600}.store-alert.success{background:#edf9f2;border:1px solid #ccebd8;color:#276642}.store-alert.error{background:#fff1f1;border:1px solid #f1d0d0;color:#9c3434}
.cart-page{padding-bottom:52px}.cart-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.62fr);gap:15px;align-items:start}.cart-items-card,.cart-summary-card,.checkout-form-card{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 7px 20px rgba(13,38,58,.035)}.cart-list{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:62px minmax(0,1fr) 105px 105px auto;gap:11px;align-items:center;padding:11px;border-bottom:1px solid #edf1f4}.cart-item:last-child{border-bottom:0}.cart-item-image{width:62px;height:62px;border:1px solid #e5eaee;border-radius:8px;background:#fafbfc;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-image span{font-size:9px;color:#9aa5af}.cart-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-item-info strong{font-size:11px}.cart-item-info small{font-size:9px;color:#8895a2}.cart-item-info>span{font-size:10px;color:#526779;margin-top:2px}.cart-qty{display:flex;flex-direction:column;gap:4px}.cart-qty span,.cart-line-total small{font-size:8px;font-weight:700;color:#7d8996;text-transform:uppercase;letter-spacing:.05em}.cart-qty input{height:33px;border:1px solid #d8e1e8;border-radius:7px;padding:0 8px;font:inherit;font-size:11px;width:100%}.cart-line-total{display:flex;flex-direction:column;gap:2px}.cart-line-total strong{font-size:11px}.cart-remove{border:0;background:transparent;color:#a14646;font:inherit;font-size:9px;font-weight:700;cursor:pointer}.cart-list-actions{padding:10px;border-top:1px solid #edf1f4;display:flex;justify-content:flex-end}.cart-summary-card{padding:13px;position:sticky;top:77px}.cart-summary-card h2{font-size:14px;margin:0 0 12px}.cart-summary-row,.cart-summary-total{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 0;font-size:10px}.cart-summary-row{border-bottom:1px solid #edf1f4}.cart-summary-row.discount{color:#267047}.cart-summary-total{padding:11px 0 5px}.cart-summary-total strong{font-size:17px;color:#123f59}.cart-shipping-note{display:block;font-size:9px;line-height:1.45;color:#798795;padding:5px 0 9px}.coupon-form{border-top:1px solid #edf1f4;padding-top:10px;margin-top:4px}.coupon-form label{display:flex;flex-direction:column;gap:4px}.coupon-form label>span{font-size:9px;font-weight:700;color:#68798b}.coupon-form label>div{display:grid;grid-template-columns:1fr auto;gap:5px}.coupon-form input{height:32px;border:1px solid #d8e1e8;border-radius:7px;padding:0 8px;font:inherit;font-size:10px;text-transform:uppercase}.coupon-form button{height:32px;border:0;border-radius:7px;padding:0 9px;background:#eaf3f8;color:#145e87;font:inherit;font-size:10px;font-weight:700;cursor:pointer}
.checkout-page{padding-bottom:52px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:15px;align-items:start}.checkout-form-card{padding:0 14px}.checkout-section{padding:15px 0;border-bottom:1px solid #edf1f4}.checkout-section:last-child{border-bottom:0}.checkout-section h2{font-size:13px;margin:0 0 10px}.checkout-grid{display:grid;gap:8px}.checkout-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-grid.address-grid{grid-template-columns:120px minmax(0,2fr) 90px minmax(0,1fr);margin-top:10px}.checkout-grid .span-2{grid-column:span 2}.checkout-grid label,.checkout-textarea{display:flex;flex-direction:column;gap:4px}.checkout-grid label>span,.checkout-textarea>span{font-size:9px;font-weight:700;color:#68798b}.checkout-grid input,.checkout-grid select,.checkout-textarea textarea{width:100%;border:1px solid #d8e1e8;border-radius:7px;background:#fff;font:inherit;font-size:11px;color:var(--ink);outline:none}.checkout-grid input,.checkout-grid select{height:34px;padding:0 8px}.checkout-textarea textarea{min-height:74px;padding:8px;resize:vertical}.checkout-grid input:focus,.checkout-grid select:focus,.checkout-textarea textarea:focus{border-color:#8bb9d0;box-shadow:0 0 0 3px rgba(13,103,152,.07)}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.delivery-options label{display:flex;align-items:flex-start;gap:7px;border:1px solid #dde5eb;border-radius:8px;padding:9px;cursor:pointer}.delivery-options input{margin:2px 0 0}.delivery-options span{display:flex;flex-direction:column;gap:1px}.delivery-options strong{font-size:10px}.delivery-options small{font-size:9px;color:#7c8997}.checkout-consent{display:flex;align-items:flex-start;gap:7px;margin-top:10px;font-size:9px;line-height:1.5;color:#617285}.checkout-consent input{margin:2px 0 0}.checkout-summary{top:77px}.checkout-mini-items{display:flex;flex-direction:column;border-bottom:1px solid #edf1f4;padding-bottom:7px}.checkout-mini-items>div{display:flex;justify-content:space-between;gap:10px;padding:5px 0}.checkout-mini-items>div>span{display:flex;flex-direction:column;gap:1px}.checkout-mini-items strong{font-size:10px}.checkout-mini-items small{font-size:8px;color:#8693a0}
.success-page{padding:42px 0 70px}.checkout-success-card{max-width:650px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:13px;padding:27px;text-align:center;box-shadow:0 12px 32px rgba(13,38,58,.05)}.success-mark{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e9f8ef;color:#287249;font-size:22px;font-weight:800;margin:0 auto 12px}.checkout-success-card h1{font-size:25px;margin:5px 0}.checkout-success-card>p{max-width:520px;margin:0 auto 18px;color:var(--muted);font-size:11px;line-height:1.6}.success-summary{display:grid;grid-template-columns:1fr 1fr;gap:7px;text-align:left;margin:14px 0}.success-summary>div{border:1px solid #e5eaef;border-radius:8px;padding:9px}.success-summary span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#8693a1;font-weight:700}.success-summary strong{display:block;font-size:10px;margin-top:2px}.store-info-box{background:#f3f8fb;border:1px solid #dcebf3;border-radius:8px;padding:10px;font-size:9px;line-height:1.55;color:#537083;margin:0 0 14px}
@media(max-width:920px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary-card{position:static}.cart-item{grid-template-columns:58px minmax(0,1fr) 95px 95px auto}.checkout-grid.address-grid{grid-template-columns:1fr 1fr}.checkout-grid.address-grid .span-2{grid-column:span 1}}
@media(max-width:680px){.store-page-title{align-items:stretch;flex-direction:column}.store-page-title .store-secondary-button{align-self:flex-start}.store-card-actions{flex-direction:column;align-items:stretch}.store-card-actions form{width:100%}.store-card-actions .store-card-action{width:100%;justify-content:center}.product-buy-form{grid-template-columns:1fr}.cart-item{grid-template-columns:54px minmax(0,1fr);gap:8px}.cart-item-image{width:54px;height:54px}.cart-qty,.cart-line-total,.cart-remove{grid-column:2}.cart-qty{max-width:110px}.cart-line-total{margin-top:-3px}.cart-remove{justify-self:start;padding:0}.checkout-grid.two,.checkout-grid.address-grid,.delivery-options,.success-summary{grid-template-columns:1fr}.checkout-grid .span-2{grid-column:auto}.checkout-form-card{padding:0 11px}}

/* FASE 8 — orçamento público */
.product-quote-button{width:100%;margin-top:7px}.quote-request-page{padding-bottom:52px}.quote-request-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.55fr);gap:15px;align-items:start}.quote-public-form .checkout-section:first-child{padding-top:14px}.quote-submit-row{padding:13px 0;display:flex;justify-content:flex-end}.quote-product-summary img{width:100%;aspect-ratio:1.2/1;object-fit:contain;border:1px solid #e5eaef;border-radius:8px;background:#fafbfc;margin-bottom:10px}.quote-product-summary>strong{display:block;font-size:12px}.quote-product-summary>small{display:block;font-size:9px;color:#8794a0;margin-top:2px}.quote-product-summary>p{font-size:9px;line-height:1.55;color:#6f7e8b;margin:8px 0 0}
@media(max-width:820px){.quote-request-layout{grid-template-columns:1fr}.quote-product-summary{position:static}}
.store-pagination{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px}.store-pagination a,.store-pagination span{min-height:30px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:10px;font-weight:700;color:#536779}.store-pagination a{color:var(--brand)}.store-pagination a:hover{border-color:#9fc7dc;background:#f5fbfe}@media(max-width:680px){.store-pagination{justify-content:space-between}.store-pagination a,.store-pagination span{font-size:9px;padding:0 7px}}

/* FASE 18.1 — menu dinâmico, banners, famílias e vitrine */
.store-menu-toggle{display:none;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:18px;cursor:pointer}.store-main-nav{position:relative}.store-nav-dropdown{position:relative;display:flex;align-items:center}.store-nav-submenu{position:absolute;top:calc(100% + 9px);left:0;min-width:210px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px;box-shadow:0 16px 38px rgba(13,38,58,.14);display:none;z-index:50}.store-nav-dropdown:hover .store-nav-submenu,.store-nav-dropdown:focus-within .store-nav-submenu{display:flex;flex-direction:column}.store-header .store-nav-submenu a{border-radius:6px;padding:7px 8px;font-size:10px;color:#506578}.store-header .store-nav-submenu a:hover{background:#f1f7fa;color:var(--brand)}.store-nav-submenu a strong{display:block;font-size:10px}.store-nav-submenu a small{display:block;font-size:8px;color:#8996a2;margin-top:1px}.store-banner-carousel{position:relative;overflow:hidden;background:#0a314c;min-height:360px}.store-banner-slide{display:none;position:relative;min-height:360px}.store-banner-slide.active{display:block}.store-banner-slide picture,.store-banner-slide picture img{display:block;width:100%;height:clamp(360px,36vw,530px)}.store-banner-slide img{object-fit:cover}.store-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,23,38,.78) 0%,rgba(4,23,38,.55) 38%,rgba(4,23,38,.06) 75%);display:flex;align-items:center;color:#fff}.store-banner-copy{max-width:600px;padding:36px 0}.store-banner-copy h1{font-size:clamp(28px,4vw,48px);line-height:1.04;letter-spacing:-.045em;margin:0 0 12px}.store-banner-copy p{font-size:14px;line-height:1.6;color:#e3eff5;max-width:560px;margin:0 0 18px}.store-banner-copy a{display:inline-flex;align-items:center;height:36px;padding:0 14px;border-radius:7px;background:#fff;color:#0b4c74;font-size:11px;font-weight:800}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:#173c54;font-size:24px;line-height:1;cursor:pointer}.banner-arrow.prev{left:15px}.banner-arrow.next{right:15px}.banner-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:5}.banner-dots button{width:7px;height:7px;border-radius:50%;border:0;background:rgba(255,255,255,.5);padding:0;cursor:pointer}.banner-dots button.active{background:#fff;transform:scale(1.25)}.store-hero.has-image{position:relative;background-image:linear-gradient(90deg,rgba(5,31,50,.85),rgba(5,31,50,.55)),var(--store-hero-image);background-size:cover;background-position:center}.storefront-home-section{padding:30px 0 4px}.store-home-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:13px}.store-home-heading span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:750;color:var(--brand)}.store-home-heading h2{font-size:19px;margin:3px 0 0;letter-spacing:-.025em}.store-home-heading>a{font-size:10px;font-weight:700;color:var(--brand)}.store-family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.store-family-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:9px;box-shadow:0 5px 18px rgba(13,38,58,.025);transition:.18s ease}.store-family-card:hover{transform:translateY(-2px);border-color:#cbdde7}.store-family-image{width:64px;height:64px;border-radius:9px;overflow:hidden;background:#eef5f8;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.store-family-image img{width:100%;height:100%;object-fit:cover}.store-family-image span{font-size:22px;font-weight:800;color:#4c7890}.store-family-card strong{display:block;font-size:11px}.store-family-card small{display:block;font-size:8px;color:#83919d;margin-top:2px}.store-home-products{grid-template-columns:repeat(4,minmax(0,1fr))}.store-product-image img.is-placeholder{object-fit:cover;opacity:.92}.product-thumbnails img{cursor:pointer}.product-thumbnails img.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(13,103,152,.1)}
@media(max-width:980px){.store-family-grid{grid-template-columns:repeat(3,1fr)}.store-main-nav{gap:2px}.store-header nav a{padding:6px 7px}.store-home-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.store-menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.store-main-nav{display:none!important;position:absolute;top:56px;left:10px;right:10px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:7px;box-shadow:0 18px 40px rgba(13,38,58,.16);flex-direction:column;align-items:stretch!important;max-height:calc(100vh - 75px);overflow:auto}.store-main-nav.open{display:flex!important}.store-nav-dropdown{display:block}.store-header .store-main-nav>a,.store-header .store-nav-dropdown>a{display:flex;width:100%;padding:9px 10px;font-size:11px}.store-nav-submenu{position:static;display:flex!important;box-shadow:none;border:0;border-left:2px solid #e6eef3;border-radius:0;margin:0 0 5px 10px;padding:2px 0 2px 6px}.store-header .store-nav-submenu a{padding:6px 8px;font-size:9px}.store-family-grid{grid-template-columns:repeat(2,1fr)}.store-banner-carousel,.store-banner-slide{min-height:330px}.store-banner-slide picture,.store-banner-slide picture img{height:390px}.store-banner-overlay{background:linear-gradient(0deg,rgba(4,23,38,.86),rgba(4,23,38,.2) 70%);align-items:flex-end}.store-banner-copy{padding:24px 0 34px}.store-banner-copy h1{font-size:28px}.store-banner-copy p{font-size:11px;max-width:90%}.banner-arrow{display:none}.store-home-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.store-family-grid{grid-template-columns:1fr}.store-family-image{width:58px;height:58px}.store-home-products{grid-template-columns:1fr}}

/* FASE 18.1.1 — layout clássico Brastech modernizado */
.store-layout-classic{--store-navy:#06277f;--store-blue:#074d90;--store-blue-2:#0a67c7;--store-accent:#0d6efd;--store-paper:#fff;--store-bg:#f6f7f9;--store-text:#101820;--store-subtle:#6b7280;background:var(--store-bg);color:var(--store-text)}
.store-shell{width:min(1296px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.store-header-v2{position:sticky;top:0;z-index:100;background:transparent;border:0;backdrop-filter:none;box-shadow:0 1px 0 rgba(13,34,67,.06)}
.store-utility-bar{background:#06277f;color:#fff;font-size:11px}
.store-utility-inner{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.store-utility-links{display:flex;align-items:center;gap:0;min-width:0;overflow:hidden}
.store-utility-links a,.store-utility-button{display:inline-flex;align-items:center;gap:4px;height:30px;padding:0 10px;border:0;border-right:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;font:600 11px Inter,"Segoe UI",sans-serif;white-space:nowrap;cursor:pointer}
.store-utility-links a:first-child,.store-utility-button:first-child{padding-left:0}.store-utility-links a:hover,.store-utility-button:hover{background:rgba(255,255,255,.08)}
.store-utility-phone{white-space:nowrap;font-size:11px}.store-utility-phone strong{font-weight:700}
.store-brand-bar{background:#082c86;color:#fff}.store-brand-row{min-height:126px;display:grid;grid-template-columns:minmax(245px,.7fr) minmax(360px,1.45fr) auto;align-items:center;gap:30px;position:relative}
.store-brand{display:inline-flex;align-items:center;min-width:0}.store-brand img{height:auto;max-height:66px;width:min(100%,305px);max-width:305px;object-fit:contain;object-position:left center}
.store-search{height:44px;display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;max-width:620px;width:100%;justify-self:center}
.store-search input{height:44px;width:100%;border:0;border-radius:24px 0 0 24px;background:#fff;padding:0 18px;font:400 13px Inter,"Segoe UI",sans-serif;color:#303744;outline:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.store-search input:focus{box-shadow:inset 0 0 0 2px #62a5ff}.store-search button{height:44px;border:0;border-radius:0 24px 24px 0;background:#061f6e;color:#fff;font-size:25px;cursor:pointer;display:flex;align-items:center;justify-content:center}.store-search button:hover{background:#0b3f9d}
.store-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.store-account-button{height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:6px;background:#0875ce;color:#fff;font-size:12px;font-weight:750;box-shadow:0 3px 8px rgba(0,0,0,.08)}.store-account-button:hover{background:#1491ec}.store-account-button.emphasis{background:#0c67b6}.store-cart-pill{height:40px;min-width:44px;border-radius:6px;background:#fff;color:#082c86;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-weight:800}.store-cart-pill span{min-width:20px;height:20px;border-radius:999px;background:#eaf2ff;display:inline-flex;align-items:center;justify-content:center;font-size:10px}
.store-mobile-toggle{display:none;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;width:40px;height:40px;border-radius:7px;font-size:20px;cursor:pointer}
.store-category-bar{background:#074d90;color:#fff;position:relative}.store-category-row{min-height:56px;display:flex;align-items:stretch;gap:4px;position:relative}.store-categories-wrap{position:relative;flex:0 0 auto}.store-categories-trigger{height:56px;border:0;background:#063f79;color:#fff;padding:0 16px;display:inline-flex;align-items:center;gap:8px;font:750 12px Inter,"Segoe UI",sans-serif;text-transform:uppercase;cursor:pointer}.store-categories-trigger:hover,.store-categories-trigger.open{background:#0a5eaa}.store-categories-trigger b{font-size:13px;opacity:.8}
.store-main-nav{display:flex;align-items:stretch;gap:0;min-width:0;flex:1;overflow:visible}.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{height:56px;display:inline-flex;align-items:center;padding:0 18px;color:#fff;border-radius:0;background:transparent;font-size:12px;font-weight:750;text-transform:uppercase;white-space:nowrap}.store-header-v2 .store-main-nav>a:hover,.store-header-v2 .store-main-nav>a.active,.store-header-v2 .store-nav-dropdown>a:hover,.store-header-v2 .store-nav-dropdown>a.active{background:#0a5eaa;color:#fff}
.store-nav-dropdown{position:relative;display:block}.store-nav-submenu{top:100%;left:0;margin-top:0;min-width:240px;border:0;border-radius:0 0 9px 9px;padding:7px;background:#fff;box-shadow:0 16px 36px rgba(3,25,58,.18)}.store-header-v2 .store-nav-submenu a{padding:8px 9px;border-radius:6px;color:#34495e;text-transform:none;font-size:11px}.store-header-v2 .store-nav-submenu a:hover{background:#edf5ff;color:#0756a2}
.store-category-panel{position:absolute;top:56px;left:0;width:310px;max-height:min(600px,calc(100vh - 220px));background:#074d90;color:#fff;display:none;z-index:130;box-shadow:0 18px 36px rgba(1,25,56,.25);overflow:hidden}.store-category-panel.open{display:block}.store-category-panel-head{height:44px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#063f79;border-bottom:1px solid rgba(255,255,255,.1)}.store-category-panel-head strong{font-size:12px;text-transform:uppercase}.store-category-panel-head button{border:0;background:transparent;color:#fff;font-size:23px;cursor:pointer}.store-category-list{max-height:calc(min(600px,100vh - 220px) - 44px);overflow:auto;padding:3px 0}.store-category-list>a{display:flex;align-items:center;gap:9px;padding:9px 12px;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}.store-category-list>a:hover{background:#0a5eaa}.store-category-icon{width:26px;height:26px;border-radius:6px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex:0 0 auto}.store-category-list>a>span:last-child{min-width:0}.store-category-list strong{display:block;font-size:11px;font-weight:650}.store-category-list small{display:block;font-size:9px;opacity:.72;margin-top:1px}.store-category-empty{display:block;padding:18px;font-size:11px;opacity:.8}
.store-banner-shell{padding-top:22px}.store-banner-carousel{min-height:0;height:clamp(250px,25vw,370px);border-radius:12px;background:#eef2f7;box-shadow:0 4px 18px rgba(19,44,77,.09)}.store-banner-slide{min-height:0;height:100%;border-radius:12px;overflow:hidden}.store-banner-slide picture,.store-banner-slide picture img{height:100%;width:100%}.store-banner-slide img{object-fit:cover}.store-banner-overlay{background:linear-gradient(90deg,rgba(4,27,65,.78),rgba(4,27,65,.35) 48%,rgba(4,27,65,0) 76%)}.store-banner-copy{max-width:560px;padding:0 60px}.store-banner-copy h1{font-size:clamp(28px,3.5vw,46px);letter-spacing:-.04em}.store-banner-copy p{font-size:13px}.store-banner-copy a{background:#fff;color:#074d90;border-radius:6px;height:36px;padding:0 16px;display:inline-flex;align-items:center;font-size:11px;font-weight:800}.banner-arrow{width:38px;height:38px;box-shadow:0 3px 12px rgba(0,0,0,.13)}
.store-hero{min-height:300px;border-radius:12px;display:flex;align-items:center;padding:42px 54px;background:linear-gradient(120deg,#0a2f86,#0967b2);overflow:hidden;position:relative;color:#fff;box-shadow:0 4px 18px rgba(19,44,77,.09)}.store-hero.has-image{background-image:linear-gradient(90deg,rgba(5,36,101,.88),rgba(5,36,101,.32)),var(--store-hero-image);background-size:cover;background-position:center}.store-hero-copy{max-width:620px;position:relative;z-index:2}.store-hero-copy>span{display:inline-flex;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;opacity:.78}.store-hero-copy h1{font-size:clamp(28px,4vw,44px);line-height:1.06;margin:7px 0 12px;letter-spacing:-.04em}.store-hero-copy p{font-size:13px;color:#e6efff;margin:0 0 18px;max-width:560px}.store-hero-copy a{height:36px;display:inline-flex;align-items:center;padding:0 15px;border-radius:6px;background:#fff;color:#074d90;font-size:11px;font-weight:800}
.store-family-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:26px}.store-family-card{min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:13px 10px;background:#fff;box-shadow:0 7px 22px rgba(19,44,77,.06);transition:.18s ease}.store-family-card:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(19,44,77,.1);border:0}.store-family-image{width:44px;height:44px;border-radius:10px;background:#eef5ff;color:#0d6efd;overflow:hidden}.store-family-image img{width:100%;height:100%;object-fit:contain;padding:3px}.store-family-image span{font-size:19px;color:#0d6efd}.store-family-card>strong{font-size:12px;font-weight:600;text-align:center}
.store-showcase-section{padding-top:42px}.store-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px;gap:14px}.store-showcase-head small,.store-center-heading small,.store-catalog-heading small{display:block;color:#0d6efd;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.store-showcase-head h2,.store-center-heading h2,.store-catalog-heading h2{margin:0;font-size:23px;line-height:1.15;letter-spacing:-.025em}.store-showcase-head>a,.store-catalog-heading>a,.store-category-section-head>a{font-size:10px;font-weight:750;color:#0967b2}.store-showcase-head>a:hover,.store-catalog-heading>a:hover,.store-category-section-head>a:hover{text-decoration:underline}
.store-rail-wrap{position:relative}.store-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 1px 8px;scrollbar-width:none}.store-product-rail::-webkit-scrollbar{display:none}.store-product-rail>.store-product-card{scroll-snap-align:start}.store-rail-arrow{position:absolute;top:42%;z-index:5;width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.14);font-size:16px;cursor:pointer;color:#15283d}.store-rail-arrow.prev{left:-12px}.store-rail-arrow.next{right:-12px}.store-rail-arrow:disabled{opacity:.35;cursor:default}
.store-product-card{border:1px solid #e6e8ec;border-radius:10px;box-shadow:0 3px 12px rgba(25,45,73,.045);background:#fff;overflow:hidden;min-height:100%;transition:.18s ease}.store-product-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(25,45,73,.09);border-color:#d8e3f0}.store-product-image{aspect-ratio:1.32/1;background:#fff;position:relative;padding:10px}.store-product-image img{width:100%;height:100%;object-fit:contain}.store-product-badge{position:absolute;left:10px;top:10px;background:#0d6efd;color:#fff;border-radius:999px;padding:4px 8px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.store-product-body{padding:11px 13px 13px}.store-product-meta-line{min-height:15px;color:#798390;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-product-meta-line span{margin:0 3px}.store-product-card h3{font-size:12px;line-height:1.35;margin:5px 0 0;font-weight:750;min-height:48px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-transform:uppercase}.store-product-code{font-size:9px;color:#707986;margin-top:5px}.store-product-bottom{margin-top:10px;padding-top:9px;border-top:1px solid #eef0f3;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.store-price strong{font-size:14px;color:#0a3568}.store-price small{font-size:9px}.store-price span{font-size:8px}.store-card-actions{display:flex;gap:5px;align-items:center}.store-card-actions form{margin:0}.store-card-action{height:30px;border-radius:5px;font-size:9px;padding:0 9px;background:#0d6efd}.store-card-action.secondary{background:#fff;color:#0d6efd;border:1px solid #0d6efd}.store-card-action.secondary:hover{background:#eef5ff}.store-card-action:hover{background:#095ac7}
.store-category-sections{padding-top:50px}.store-center-heading{text-align:center;margin-bottom:28px}.store-category-section{margin-bottom:36px}.store-category-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e6e9ee}.store-category-section-head h3{margin:0;font-size:17px}.store-category-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.store-section{padding-top:50px;padding-bottom:56px}.store-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.store-filters{grid-template-columns:minmax(230px,1.5fr) repeat(3,minmax(120px,.7fr)) auto;border-radius:9px;padding:10px;margin-bottom:20px;box-shadow:none;border:1px solid #e1e5ea}.store-filters input,.store-filters select{height:34px;border-radius:5px}.store-filters button{height:34px;border-radius:5px;background:#074d90}.store-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.store-footer{background:#072c72;color:#fff;border:0}.store-footer>div{min-height:72px}.store-footer small{color:#d4e1f5}
@media(max-width:1120px){.store-brand-row{grid-template-columns:minmax(210px,.65fr) minmax(320px,1.3fr) auto;gap:18px}.store-account-button{padding:0 10px}.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{padding:0 12px;font-size:11px}.store-product-rail{grid-auto-columns:calc((100% - 28px)/3)}.store-category-products,.store-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.store-utility-links a:nth-child(n+3){display:none}.store-brand-row{min-height:108px;grid-template-columns:200px minmax(0,1fr) auto}.store-account-button.emphasis{display:none}.store-category-row{overflow:visible}.store-main-nav{overflow-x:auto;scrollbar-width:none}.store-main-nav::-webkit-scrollbar{display:none}.store-family-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.store-product-rail{grid-auto-columns:calc((100% - 14px)/2)}.store-category-products,.store-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.store-filters .grow{grid-column:span 2}.store-filters button{width:100%}}
@media(max-width:700px){.store-shell{width:min(100% - 20px,1296px)}.store-header-v2{position:sticky}.store-utility-inner{min-height:28px}.store-utility-links a,.store-utility-button{height:28px;font-size:10px}.store-utility-phone{display:none}.store-brand-row{min-height:78px;display:grid;grid-template-columns:150px minmax(0,1fr) 40px;gap:9px}.store-brand img{max-height:44px;max-width:145px}.store-search{height:38px;grid-template-columns:minmax(0,1fr) 38px}.store-search input{height:38px;padding:0 12px;font-size:11px}.store-search button{height:38px;font-size:20px}.store-account-actions{display:none}.store-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}.store-category-row{min-height:48px}.store-categories-trigger{height:48px;padding:0 12px}.store-main-nav{display:none!important;position:absolute;top:48px;left:0;right:0;background:#fff;border:1px solid #dde4ed;border-radius:0 0 10px 10px;padding:6px;box-shadow:0 16px 38px rgba(3,25,58,.18);flex-direction:column;align-items:stretch;max-height:70vh;overflow:auto;z-index:125}.store-main-nav.open{display:flex!important}.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{height:40px;width:100%;padding:0 10px;color:#243b55;background:#fff;border-radius:6px;text-transform:none}.store-header-v2 .store-main-nav>a:hover,.store-header-v2 .store-main-nav>a.active,.store-header-v2 .store-nav-dropdown>a:hover,.store-header-v2 .store-nav-dropdown>a.active{background:#edf5ff;color:#0756a2}.store-nav-submenu{position:static;display:flex!important;box-shadow:none;border-left:2px solid #d9e8f8;border-radius:0;margin:0 0 4px 12px;padding:2px 0 2px 6px}.store-category-panel{top:48px;width:min(310px,calc(100vw - 20px));max-height:65vh}.store-banner-shell{padding-top:12px}.store-banner-carousel{height:260px;border-radius:9px}.store-banner-slide{border-radius:9px}.store-banner-overlay{background:linear-gradient(0deg,rgba(4,27,65,.86),rgba(4,27,65,.12) 80%);align-items:flex-end}.store-banner-copy{padding:20px}.store-banner-copy h1{font-size:25px}.store-banner-copy p{font-size:11px}.store-hero{min-height:250px;border-radius:9px;padding:28px 24px}.store-hero-copy h1{font-size:27px}.store-family-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:14px}.store-family-card{min-height:88px}.store-showcase-section{padding-top:30px}.store-showcase-head h2,.store-center-heading h2,.store-catalog-heading h2{font-size:20px}.store-product-rail{grid-auto-columns:82%;gap:10px}.store-rail-arrow{display:none}.store-category-sections{padding-top:36px}.store-category-products,.store-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-product-card h3{font-size:10px;min-height:42px}.store-product-bottom{display:block}.store-card-actions{margin-top:8px}.store-card-action{flex:1;justify-content:center}.store-filters{grid-template-columns:1fr}.store-filters .grow{grid-column:auto}.store-footer>div{padding:14px 0;align-items:flex-start;flex-direction:column;justify-content:center;gap:3px}}
@media(max-width:430px){.store-brand-row{grid-template-columns:130px minmax(0,1fr) 36px}.store-brand img{max-width:126px}.store-search{height:36px}.store-search input{height:36px;font-size:10px;padding:0 10px}.store-search button{height:36px;width:36px}.store-mobile-toggle{width:36px;height:36px}.store-family-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-family-card{min-height:82px;padding:9px 6px}.store-family-image{width:38px;height:38px}.store-category-products,.store-catalog-grid{grid-template-columns:1fr 1fr}.store-product-image{aspect-ratio:1.12/1;padding:7px}.store-product-body{padding:8px}.store-product-meta-line{font-size:8px}.store-product-code{font-size:8px}.store-price strong{font-size:12px}.store-card-actions{flex-direction:column}.store-card-actions form,.store-card-action{width:100%}.store-card-action{justify-content:center}}

/* FASE 18.1.2 — identidade visual baseada no site Brastech legado enviado pelo cliente */
.store-layout-classic{--store-top:#001881;--store-header:#001d7e;--store-menu:#003d80;--store-login:#0060c0;--store-login-hover:#0051a3;--store-signup:#004ca3;--store-signup-hover:#003d80;--store-bg:#fafafa;background:#fafafa}
.store-layout-classic,.store-layout-classic body{background:#fafafa}
.store-header-v2{font-family:"Segoe UI",Arial,sans-serif}
.store-utility-bar{background:#001881;color:#fff}
.store-utility-inner{min-height:30px}
.store-utility-links a,.store-utility-button{font-family:Arial,sans-serif;font-size:12px;font-weight:600;height:30px;padding:0 11px;border-right:1px solid rgba(255,255,255,.28)}
.store-utility-links a:first-child{padding-left:0}
.store-utility-links a:hover,.store-utility-button:hover{background:transparent;text-decoration:underline}
.store-utility-phone{font-family:Arial,sans-serif;font-size:12px}.store-utility-phone strong{margin-left:2px}
.store-brand-bar{background:#001d7e}
.store-brand-row{min-height:130px;grid-template-columns:minmax(300px,.78fr) minmax(420px,1.55fr) auto;gap:28px}
.store-brand img{max-height:50px;max-width:335px;width:auto;object-fit:contain;object-position:left center}
.store-search{height:44px;grid-template-columns:minmax(0,1fr) 44px;gap:10px;max-width:650px}
.store-search input{height:44px;border-radius:30px;padding:0 16px;font-size:14px;box-shadow:0 0 5px rgba(0,0,0,.13)}
.store-search input:focus{box-shadow:0 0 0 2px rgba(255,255,255,.24),0 0 0 4px rgba(0,112,221,.45)}
.store-search button{height:44px;width:44px;border-radius:50%;background:transparent;color:#fff;padding:0;box-shadow:none}
.store-search button:hover{background:rgba(255,255,255,.08)}
.store-account-button{height:40px;border-radius:5px;padding:0 15px;background:#0060c0;font-size:13px;font-weight:700;box-shadow:none}
.store-account-button:hover{background:#0051a3}
.store-account-button.emphasis{background:#004ca3}.store-account-button.emphasis:hover{background:#003d80}
.store-cart-pill{height:40px;border-radius:5px}
.store-category-bar{background:#003d80}
.store-category-row{min-height:52px}
.store-categories-trigger{height:52px;background:#003d80;padding:0 14px;font-size:13px;font-weight:600}
.store-categories-trigger:hover,.store-categories-trigger.open{background:#00356f}
.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{height:52px;padding:0 21px;font-size:13px;font-weight:700}
.store-header-v2 .store-main-nav>a:hover,.store-header-v2 .store-main-nav>a.active,.store-header-v2 .store-nav-dropdown>a:hover,.store-header-v2 .store-nav-dropdown>a.active{background:#00356f;color:#fff}
.store-category-panel{top:52px;background:#003d80;width:300px;box-shadow:0 12px 24px rgba(0,24,70,.28)}
.store-category-panel-head{background:#00356f;height:42px}.store-category-panel-head strong{font-size:12px}
.store-category-list{padding:0}.store-category-list>a{padding:9px 14px;border-bottom:1px solid rgba(255,255,255,.08)}
.store-category-list>a:hover{background:#004d9e}.store-category-icon{width:18px;height:18px;background:transparent;border-radius:0;font-size:18px}
.store-category-list strong{font-size:12px;font-weight:600}.store-category-list small{font-size:9px}
.store-nav-submenu{border-radius:0 0 5px 5px}.store-header-v2 .store-nav-submenu a{font-size:12px}
.store-banner-shell{padding-top:24px}.store-banner-carousel{border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.store-banner-slide{border-radius:10px;overflow:hidden}.store-banner-slide picture,.store-banner-slide picture img{object-fit:cover}
.store-family-card{border-radius:15px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.store-family-card:hover{transform:translateY(-5px)}
.store-product-card{border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.06)}
.store-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.10)}
.store-card-action,.store-filters button{background:#0060c0}.store-card-action:hover,.store-filters button:hover{background:#0051a3}
.store-footer{background:#202f46}
[data-store-placeholder-link]{cursor:default}
@media(max-width:1120px){.store-brand-row{grid-template-columns:minmax(230px,.7fr) minmax(330px,1.4fr) auto;gap:18px}.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{padding:0 14px;font-size:12px}}
@media(max-width:900px){.store-utility-links a:nth-child(n+4),.store-utility-links .store-utility-button{display:none}.store-brand-row{grid-template-columns:200px minmax(0,1fr) auto}}
@media(max-width:700px){.store-brand-row{min-height:92px;grid-template-columns:145px minmax(0,1fr) 40px}.store-brand img{max-height:42px;max-width:140px}.store-search{height:38px;grid-template-columns:minmax(0,1fr) 38px;gap:5px}.store-search input{height:38px;font-size:11px}.store-search button{width:38px;height:38px}.store-category-row{min-height:48px}.store-categories-trigger{height:48px}.store-category-panel{top:48px}.store-main-nav{background:#003d80;border:0}.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{background:#003d80;color:#fff}.store-header-v2 .store-main-nav>a:hover,.store-header-v2 .store-main-nav>a.active,.store-header-v2 .store-nav-dropdown>a:hover,.store-header-v2 .store-nav-dropdown>a.active{background:#00356f;color:#fff}.store-nav-submenu{background:#fff}.store-header-v2 .store-nav-submenu a{background:#fff;color:#243b55}}
.store-page{background:#fafafa}

/* v4.3.30 — preservar layout legado aprovado */
.store-page .store-header.store-header-v2{position:relative!important;top:auto!important;}
.store-page .store-family-strip{display:flex!important;flex-wrap:nowrap!important;align-items:stretch;gap:16px;overflow-x:auto;overflow-y:hidden;padding-top:26px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.store-page .store-family-strip::-webkit-scrollbar{display:none}
.store-page .store-family-strip>*{flex:0 0 calc((100% - 64px)/5);min-width:180px}
.store-mobile-access-link{display:none!important}
@media(max-width:900px){.store-page .store-family-strip{gap:12px;padding-top:18px}.store-page .store-family-strip>*{flex:0 0 210px;min-width:210px}}
@media(max-width:700px){.store-page .store-family-strip{gap:10px;padding-top:14px}.store-page .store-family-strip>*{flex:0 0 180px;min-width:180px}.store-header-v2 .store-main-nav .store-mobile-access-link{display:flex!important;font-weight:700!important}}
@media(max-width:430px){.store-page .store-family-strip{gap:8px}.store-page .store-family-strip>*{flex:0 0 160px;min-width:160px}}

/* v4.3.32 — mobile seguro: sem rolagem horizontal do topo */
html,body{max-width:100%;overflow-x:hidden}
.store-page,.store-header-v2,.store-utility-bar,.store-brand-bar,.store-category-bar{max-width:100%;overflow-x:clip}
.store-shell,.store-brand-row,.store-category-row,.store-utility-inner{min-width:0;max-width:100%}
@media(max-width:700px){
  .store-utility-inner{justify-content:flex-start;overflow:hidden}
  .store-utility-links{width:100%;min-width:0;overflow:hidden}
  .store-utility-links a:not(:first-child),.store-utility-links .store-utility-button{display:none!important}
  .store-brand-row{min-height:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;grid-template-areas:"brand toggle" "search search"!important;gap:10px!important;padding:12px 0!important;align-items:center!important}
  .store-brand{grid-area:brand!important;min-width:0!important;max-width:100%!important;overflow:hidden}
  .store-brand img{max-width:min(220px,100%)!important;max-height:46px!important;width:auto!important;height:auto!important}
  .store-search{grid-area:search!important;width:100%!important;max-width:none!important;min-width:0!important;height:40px!important;grid-template-columns:minmax(0,1fr) 40px!important;gap:0!important}
  .store-search input{width:100%!important;min-width:0!important;height:40px!important;border-radius:22px 0 0 22px!important;font-size:12px!important}
  .store-search button{width:40px!important;height:40px!important;border-radius:0 22px 22px 0!important;background:#061f6e!important}
  .store-mobile-toggle{grid-area:toggle!important;justify-self:end!important;width:42px!important;height:42px!important;display:inline-flex!important}
  .store-category-row{width:100%!important;min-width:0!important}
  .store-categories-wrap{max-width:100%!important}
  .store-main-nav{left:0!important;right:0!important;width:100%!important;max-width:100%!important;overflow-y:auto!important;overflow-x:hidden!important}
  .store-nav-dropdown,.store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{max-width:100%!important;min-width:0!important}
  .store-header-v2 .store-main-nav>a,.store-header-v2 .store-nav-dropdown>a{white-space:normal!important}
  .store-mobile-logout-link{color:#b42318!important}
  .store-banner-shell,.store-banner-carousel,.store-family-strip,.store-showcase-section,.store-category-sections,.store-catalog-section{max-width:100%!important}
}

/* v4.3.33 — topo da loja deve rolar inteiro com a página; nada fica preso */
html body.store-page .store-header.store-header-v2,
html body.store-layout-classic .store-header.store-header-v2{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
}
html body.store-page .store-header-v2 .store-utility-bar,
html body.store-page .store-header-v2 .store-brand-bar,
html body.store-page .store-header-v2 .store-category-bar,
html body.store-layout-classic .store-header-v2 .store-utility-bar,
html body.store-layout-classic .store-header-v2 .store-brand-bar,
html body.store-layout-classic .store-header-v2 .store-category-bar{
  position:static!important;
  top:auto!important;
  transform:none!important;
}
@media(max-width:700px){
  html body.store-page .store-header.store-header-v2,
  html body.store-layout-classic .store-header.store-header-v2{
    position:relative!important;
    top:auto!important;
  }
}

/* v4.3.34 — menu mobile em tela inteira, vertical e azul até o final */
@media(max-width:700px){
  html.store-mobile-menu-open,
  body.store-mobile-menu-open{
    overflow:hidden!important;
    height:100%!important;
    overscroll-behavior:none!important;
  }

  .store-header-v2 .store-main-nav{
    display:none!important;
  }
  .store-header-v2 .store-main-nav.open{
    display:flex!important;
    position:fixed!important;
    inset:0!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:none!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:62px 14px 28px!important;
    border:0!important;
    border-radius:0!important;
    background:#003d80!important;
    box-shadow:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:2px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    z-index:10050!important;
  }

  .store-mobile-menu-head{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:54px!important;
    z-index:10060!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 14px!important;
    background:#001d7e!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
    color:#fff!important;
  }
  .store-mobile-menu-head strong{
    font-size:15px!important;
    font-weight:800!important;
    color:#fff!important;
  }
  .store-mobile-menu-close{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    height:38px!important;
    border:1px solid rgba(255,255,255,.35)!important;
    border-radius:8px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    font-size:26px!important;
    line-height:1!important;
    cursor:pointer!important;
  }

  .store-header-v2 .store-main-nav.open>a,
  .store-header-v2 .store-main-nav.open>.store-nav-dropdown>a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:46px!important;
    height:auto!important;
    padding:11px 13px!important;
    margin:0!important;
    border:0!important;
    border-radius:8px!important;
    background:#003d80!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:700!important;
    text-transform:none!important;
    white-space:normal!important;
  }
  .store-header-v2 .store-main-nav.open>a:hover,
  .store-header-v2 .store-main-nav.open>a.active,
  .store-header-v2 .store-main-nav.open>.store-nav-dropdown>a:hover,
  .store-header-v2 .store-main-nav.open>.store-nav-dropdown>a.active{
    background:#00356f!important;
    color:#fff!important;
  }
  .store-header-v2 .store-main-nav.open .store-nav-dropdown{
    display:block!important;
    width:100%!important;
    background:#003d80!important;
  }
  .store-header-v2 .store-main-nav.open .store-nav-submenu{
    position:static!important;
    display:flex!important;
    flex-direction:column!important;
    width:calc(100% - 18px)!important;
    margin:0 0 6px 18px!important;
    padding:2px 0 4px 8px!important;
    border:0!important;
    border-left:2px solid rgba(255,255,255,.28)!important;
    border-radius:0!important;
    background:#003d80!important;
    box-shadow:none!important;
  }
  .store-header-v2 .store-main-nav.open .store-nav-submenu a{
    display:flex!important;
    align-items:center!important;
    min-height:38px!important;
    padding:8px 10px!important;
    border-radius:6px!important;
    background:#003d80!important;
    color:#eaf5ff!important;
    font-size:12px!important;
  }
  .store-header-v2 .store-main-nav.open .store-nav-submenu a:hover{
    background:#00356f!important;
    color:#fff!important;
  }
  .store-header-v2 .store-main-nav.open .store-mobile-access-link{
    display:flex!important;
  }

  /* Categorias também ocupam toda a tela para não terminar no meio */
  .store-category-panel.open{
    display:flex!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:none!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#003d80!important;
    box-shadow:none!important;
    flex-direction:column!important;
    overflow:hidden!important;
    z-index:10070!important;
  }
  .store-category-panel.open .store-category-panel-head{
    flex:0 0 54px!important;
    height:54px!important;
    background:#001d7e!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
  }
  .store-category-panel.open .store-category-panel-head strong,
  .store-category-panel.open .store-category-panel-head button{
    color:#fff!important;
  }
  .store-category-panel.open .store-category-list{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    background:#003d80!important;
    padding:8px 0 24px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .store-category-panel.open .store-category-list>a{
    background:#003d80!important;
    color:#fff!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }
  .store-category-panel.open .store-category-list>a:hover{
    background:#00356f!important;
  }
  .store-category-panel.open .store-category-list small{
    color:#c9e4f6!important;
  }
}
@media(min-width:701px){
  .store-mobile-menu-head{display:none!important;}
}

/* v4.3.35 — painel de categorias também ocupa toda a altura no computador */
@media(min-width:701px){
  .store-category-panel.open{
    display:flex!important;
    position:fixed!important;
    top:var(--store-category-panel-top,0px)!important;
    left:var(--store-category-panel-left,0px)!important;
    bottom:0!important;
    width:320px!important;
    max-width:min(320px,calc(100vw - 24px))!important;
    height:calc(100dvh - var(--store-category-panel-top,0px))!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#003d80!important;
    box-shadow:10px 16px 30px rgba(0,24,70,.22)!important;
    flex-direction:column!important;
    overflow:hidden!important;
    z-index:10070!important;
  }
  .store-category-panel.open .store-category-panel-head{
    flex:0 0 44px!important;
    height:44px!important;
    background:#00356f!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
  }
  .store-category-panel.open .store-category-list{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:#003d80!important;
    padding:3px 0 24px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .store-category-panel.open .store-category-list>a{
    background:#003d80!important;
    color:#fff!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
  }
  .store-category-panel.open .store-category-list>a:hover{
    background:#00356f!important;
  }
  .store-category-panel.open .store-category-list small{
    color:#c9e4f6!important;
  }
}
