@font-face{font-family:SiteSans;src:url("/assets/site-regular.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:SiteSans;src:url("/assets/site-bold.woff2") format("woff2");font-display:swap;font-weight:700 900}
:root{--green:#00a83d;--green-dark:#007f32;--blue:#006cff;--yellow:#ffe500;--ink:#10172b;--muted:#667085;--surface:#f4f6f8;--shadow:0 12px 30px rgba(15,23,42,.13)}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{overflow-x:hidden;scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:var(--surface)}
button,input{font:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{color:#fff;background:linear-gradient(105deg,#00a83d 0 36%,#00a685 52%,#006cff 68% 100%)}
@keyframes site-share-float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.015)}}
@keyframes site-share-glow{0%,100%{box-shadow:0 8px 20px rgba(0,108,255,.24),0 0 0 0 rgba(255,229,0,0)}50%{box-shadow:0 12px 26px rgba(0,168,61,.32),0 0 0 5px rgba(255,229,0,.13)}}
@keyframes site-share-wave{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-2px) rotate(-7deg)}70%{transform:translateY(1px) rotate(7deg)}}
@keyframes site-share-shimmer{0%,100%{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.18)}50%{color:#fffbd1;text-shadow:0 0 8px rgba(255,229,0,.58)}}
.site-share-button{position:fixed;z-index:30;right:18px;bottom:82px;display:flex;align-items:center;gap:6px;padding:10px 14px;border:2px solid #fff;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--green),var(--blue));font-size:.78rem;font-weight:900;animation:site-share-float 3s ease-in-out infinite,site-share-glow 3.6s ease-in-out infinite}.site-share-button:hover,.site-share-button:focus-visible{animation-play-state:paused;transform:translateY(-3px) scale(1.03)}.site-share-icon{font-size:1rem;animation:site-share-wave 2.2s ease-in-out infinite}.site-share-label{animation:site-share-shimmer 3.2s ease-in-out infinite}
.header-main{min-height:130px;display:grid;grid-template-columns:minmax(580px,1fr) 170px minmax(260px,300px);align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;font-family:Arial Black,Arial,sans-serif;font-size:clamp(2.8rem,7.5vw,5.6rem);font-weight:900;letter-spacing:-2px;white-space:nowrap}
.brand img{width:108px;height:76px;object-fit:cover;border:3px solid rgba(255,255,255,.8);border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.brand strong{font:inherit}
.brand .brand-domain{font-size:.32em;letter-spacing:0}
@keyframes wave-letter{0%,100%{transform:translateY(0)}50%{transform:translateY(-.18em)}}
@keyframes flag-colors{0%,100%{color:var(--green)}25%{color:var(--blue)}50%{color:var(--yellow)}75%{color:#fff}}
@keyframes flag-colors-dark{0%,100%{color:var(--green)}25%{color:var(--blue)}50%{color:var(--yellow)}75%{color:var(--ink)}}
.brand .wavy-letter{font-size:.58em}.wavy-letter{display:inline-block;text-shadow:0 2px 6px rgba(0,0,0,.4),0 0 1px rgba(0,0,0,.5);-webkit-text-stroke:1px rgba(0,0,0,.25);animation:wave-letter 2.4s ease-in-out infinite,flag-colors 6s linear infinite}
.product-brand .wavy-letter{animation-name:wave-letter,flag-colors-dark}
.header-video{position:relative;width:170px;height:92px;overflow:hidden;border:3px solid rgba(255,255,255,.8);border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.2)}
.header-video video{display:block;width:100%;height:100%;object-fit:cover}
.header-video-play{position:absolute;inset:0;display:grid;width:100%;height:100%;place-items:center;border:0;color:#fff;background:rgba(7,31,37,.42);font-size:2rem}
.header-video-play[hidden]{display:none}
.search-wrap{width:100%;display:flex;align-items:center;gap:8px;padding:0 18px;background:#fff;border-radius:999px;color:#445;box-shadow:0 3px 12px rgba(0,0,0,.1)}
.search-wrap input{width:100%;height:46px;border:0;outline:0;background:transparent}
.search-wrap button{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:0;border-radius:50%;color:#344054;background:#eef3f5;cursor:pointer}
.main-nav{background:rgba(0,0,0,.12)}
.nav-links{position:relative;display:flex;gap:34px;align-items:center;min-height:42px}
.nav-links a{color:#fff;text-decoration:none}.nav-links>a:first-child{font-weight:800}.local-nav-menu{position:relative;height:42px}.local-nav-toggle{display:flex;height:42px;align-items:center;gap:6px;padding:0;border:0;color:#fff;background:transparent;cursor:pointer}.local-nav-toggle span{font-size:.8rem;transition:.2s}.local-nav-toggle[aria-expanded=true] span{transform:rotate(180deg)}.local-nav-panel{position:absolute;z-index:20;top:calc(100% + 8px);left:50%;display:grid;width:510px;grid-template-columns:1fr 1fr;gap:2px;padding:12px;border:1px solid #dce4e8;border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.22);transform:translateX(-50%)}.local-nav-panel:before{position:absolute;top:-7px;left:50%;width:14px;height:14px;content:"";border-top:1px solid #dce4e8;border-left:1px solid #dce4e8;background:#fff;transform:translateX(-50%) rotate(45deg)}.local-nav-panel a{position:relative;padding:12px 14px;border-radius:10px;color:#263144;font-size:.84rem;font-weight:700}.local-nav-panel a:hover,.local-nav-panel a:focus{color:#075f46;background:#eef9f4}
@keyframes house-promo-scroll{to{transform:translateX(calc(-50% - 7px))}}
.house-promo{overflow:hidden;padding:8px 0;border-bottom:1px solid #d9e2e6;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.05)}.house-promo-viewport{overflow:hidden}.house-promo-track{display:flex;width:max-content;gap:14px;animation:house-promo-scroll 28s linear infinite;will-change:transform}.house-promo-track:hover{animation-play-state:paused}.house-promo-group{display:flex;flex:none;gap:14px}.house-promo-card{position:relative;display:flex;width:min(760px,calc(100vw - 36px));min-height:86px;align-items:center;gap:18px;overflow:hidden;padding:10px 24px;border:1px solid #076f94;border-radius:14px;color:#fff;background:linear-gradient(110deg,var(--green) 0 14%,var(--yellow) 14% 17%,var(--blue) 17% 100%);box-shadow:0 5px 14px rgba(15,23,42,.13)}.house-promo-card img{position:relative;z-index:1;width:58px;height:58px;flex:0 0 58px;object-fit:cover;border:2px solid #fff;border-radius:10px;background:#fff}.house-promo-card>div{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;padding-left:6px}.house-promo-card small{color:#fff;font-size:.6rem;font-weight:900;letter-spacing:1.6px}.house-promo-card strong{margin-top:4px;color:#fff;font-size:1rem;text-shadow:0 1px 3px rgba(0,0,0,.22)}.house-promo-card p{margin:4px 0 0;color:#fff;font-size:.77rem;line-height:1.35;opacity:.9}
.comparison-promise{padding:30px 0 16px;background:linear-gradient(135deg,#e8fff5,#edf8ff)}.comparison-promise-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);align-items:center;gap:32px}.comparison-promise h1{max-width:760px;margin:5px 0 14px;font-size:clamp(2.55rem,5vw,4.65rem);line-height:.97;letter-spacing:-2px}.comparison-description{max-width:760px;margin:0;color:#344054;font-size:1.22rem;font-weight:700;line-height:1.5}.store-status{display:grid;grid-template-columns:1.15fr 1fr;gap:10px}.store-status>*{display:flex;min-height:104px;flex-direction:column;justify-content:center;gap:7px;padding:18px;border:1px solid #d8e0e6;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.08)}.store-status strong{font-size:1rem}.store-status span{color:#5d6b7c;font-size:.82rem;line-height:1.35}.store-status .store-active{border-color:#96d9ba;background:#f4fff9}.comparison-note{margin-top:15px!important;color:#667085;font-size:.75rem}.comparison-count{margin:8px 0 0!important;color:#526071!important;font-size:.78rem!important;font-weight:700}.best-price-label{display:block;margin:9px 0 4px;color:var(--green)!important;font-size:.65rem!important;letter-spacing:1px!important}.store-count{margin:5px 0 0!important;color:#526071!important;font-size:.74rem!important;font-weight:700}
.comparison-actions{display:flex;gap:11px;margin-top:20px}.comparison-actions a{padding:13px 18px;border-radius:10px;text-decoration:none;font-size:.87rem;font-weight:800}.comparison-primary{color:#fff;background:var(--blue);box-shadow:0 7px 16px rgba(8,122,193,.2)}.comparison-secondary{color:var(--green-dark);border:1px solid #91cdb4;background:rgba(255,255,255,.7)}
.headline-products{position:relative;margin-top:24px;padding:0 46px 25px}.headline-product-viewport{overflow:hidden}.headline-product-track{display:flex;transition:transform .45s ease}.headline-product-page{display:grid;min-width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.headline-product-card{display:flex;min-width:0;min-height:390px;flex-direction:column;padding:14px;border:1px solid #cfe0da;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.11)}.headline-product-image{display:grid;height:205px;place-items:center;border-radius:15px;background:#f5f8fa}.headline-product-image img{width:100%;height:190px;object-fit:contain}.headline-product-card>div{display:flex;min-width:0;flex:1;flex-direction:column;padding-top:13px}.headline-product-card small{color:var(--green);font-size:.57rem;font-weight:900;letter-spacing:.9px}.headline-product-card h2{margin:6px 0;font-size:.92rem;line-height:1.25}.headline-product-card h2 a{color:var(--ink);text-decoration:none}.headline-product-card p{margin:0;color:#526071;font-size:.72rem;font-weight:800}.headline-product-card strong{display:block;margin-top:9px;font-size:1.18rem}.headline-product-link{display:block;margin-top:auto;padding:10px 12px;border-radius:9px;color:#fff;background:var(--blue);text-align:center;text-decoration:none;font-size:.76rem;font-weight:900}.headline-product-nav{position:absolute;z-index:2;top:50%;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;color:#fff;background:#111827;font-size:1.55rem;line-height:1;box-shadow:0 7px 17px rgba(15,23,42,.25);transform:translateY(-62%)}.headline-product-prev{left:0}.headline-product-next{right:0}.headline-product-dots{position:absolute;left:50%;bottom:3px;display:flex;max-width:75%;gap:7px;overflow:hidden;transform:translateX(-50%)}.headline-product-dots button{flex:0 0 auto;width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#afbbc3}.headline-product-dots button.active{width:24px;border-radius:999px;background:var(--green)}
.search-intent{padding:34px 0 10px}.search-intent-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.7fr);gap:24px;align-items:end;margin-bottom:16px}.search-intent-heading h2{max-width:720px;margin:6px 0 0;font-size:clamp(1.85rem,3.4vw,2.75rem);line-height:1.05;letter-spacing:-1px}.search-intent-heading>p:last-child{margin:0;color:#526071;font-size:1rem;line-height:1.6}.search-intent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.search-intent-grid a{display:flex;min-height:138px;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid #dce5ea;border-radius:16px;color:var(--ink);background:#fff;text-decoration:none;box-shadow:0 8px 20px rgba(15,23,42,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.search-intent-grid a:hover{transform:translateY(-3px);border-color:#8fd3b1;box-shadow:0 14px 28px rgba(15,23,42,.11)}.search-intent-grid strong{color:#08762e;font-size:.98rem;line-height:1.28}.search-intent-grid span{margin-top:14px;color:#526071;font-size:.84rem;line-height:1.45}
.eyebrow{display:inline-flex;padding:10px 18px;border-radius:999px;background:var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:1.5px}
.price-row{display:flex;align-items:end;gap:18px;margin:22px 0}
.price-row span{display:flex;flex-direction:column}.price-row del{color:#87909e}.price-row strong{font-size:2.2rem}
.price-row b,.dialog-copy>span{padding:9px 15px;border-radius:999px;color:#fff;background:var(--green)}
.offer-body button,.dialog-copy button,.offer-body .product-detail-cta{padding:16px 25px;border:0;border-radius:11px;color:#fff;background:var(--blue);font-weight:800;box-shadow:0 7px 12px rgba(8,122,193,.23)}
.product-detail-cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none}.offer-body .product-detail-cta{width:100%}
.play-shelf-actions .product-detail-cta{padding:12px 10px;border:1px solid var(--blue);border-radius:10px;color:var(--blue);background:#fff;font-size:.82rem;font-weight:900}.best-product-actions .product-detail-cta{padding:10px 12px;border:1px solid var(--blue);border-radius:9px;color:#fff;background:var(--blue);font-size:.8rem;font-weight:900}.offer-image{display:block}
.carousel-arrow{position:absolute;z-index:4;width:48px;height:48px;border:0;border-radius:50%;color:#102036;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);font-size:2.2rem;line-height:1}
.carousel-arrow:disabled{opacity:.35;cursor:default}
.radar-section{padding-bottom:34px}.radar-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:18px}.radar-heading h2{max-width:650px;margin:4px 0 0;font-size:clamp(1.65rem,3vw,2.35rem);letter-spacing:-1.2px}.radar-heading>p{max-width:410px;margin:0;color:var(--muted);line-height:1.55}.radar-kicker{margin:0;color:var(--green);font-size:.74rem;font-weight:900;letter-spacing:2.5px}.radar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.radar-card{position:relative;display:grid;grid-template-columns:130px 1fr;min-height:205px;overflow:hidden;border:1px solid #dce3e8;border-radius:22px;color:var(--ink);background:#fff;text-decoration:none;box-shadow:0 10px 26px rgba(15,23,42,.09);transition:.22s}.radar-card:before{position:absolute;inset:0 auto 0 0;width:7px;content:"";background:var(--radar-color)}.radar-card:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(15,23,42,.14)}.radar-discount{--radar-color:#f5c400}.radar-popular{--radar-color:#0b8f64}.radar-value{--radar-color:#1688c7}.radar-card-image{display:grid;place-items:center;padding:18px 8px 18px 16px;background:linear-gradient(145deg,#fff,#f3f6f8)}.radar-card-image img{width:100%;height:160px;object-fit:contain}.radar-card-copy{display:flex;flex-direction:column;align-items:flex-start;padding:22px 20px 20px 14px}.radar-card-copy small{color:var(--radar-color);font-size:.67rem;font-weight:900;letter-spacing:1.3px}.radar-discount .radar-card-copy small{color:#8a6800}.radar-card-copy h3{margin:8px 0 6px;font-size:1.05rem;line-height:1.25}.radar-card-copy p{margin:0 0 10px;color:var(--muted);font-size:.82rem;line-height:1.4}.radar-card-copy strong{margin-top:auto;font-size:1.28rem}.radar-card-copy span{margin-top:7px;color:var(--blue);font-size:.77rem;font-weight:800}.radar-disclaimer{margin:12px 0 0;color:var(--muted);font-size:.76rem;text-align:right}
.playground{padding:18px 0 38px}.play-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.play-heading h2{max-width:760px;margin:5px 0 0;font-size:2.15rem;line-height:1.08}.play-heading>p{max-width:390px;margin:0;color:#667085;line-height:1.55}.play-grid{display:grid;grid-template-columns:1.05fr 1fr .95fr;gap:18px}.play-card{min-width:0;padding:22px;border:1px solid #dfe6eb;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.08)}.play-card small{color:var(--green);font-size:.64rem;font-weight:900;letter-spacing:1.1px}.play-card h3{margin:8px 0 14px;font-size:1.35rem;line-height:1.14}.play-guess img{display:block;width:100%;height:190px;margin:4px 0 14px;object-fit:contain;border:1px solid #edf0f2;border-radius:14px;background:#fff}.play-guess>strong{display:block;min-height:44px;line-height:1.35}.play-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.play-options button,.play-discover>button,.play-discovery button{padding:12px 10px;border:1px solid var(--blue);border-radius:10px;color:var(--blue);background:#fff;font-weight:900;cursor:pointer}.play-options button.correct{border-color:var(--green);color:#fff;background:var(--green)}.play-options button.wrong{border-color:#d92d20;color:#fff;background:#d92d20}.play-options button:disabled{cursor:default}.play-result{min-height:44px;margin:0;color:#526071;line-height:1.45}.play-discover p{color:#526071;line-height:1.55}.play-discover>button,.play-discovery button{color:#fff;background:var(--blue);box-shadow:0 7px 12px rgba(8,122,193,.18)}.play-discovery{display:grid;grid-template-columns:105px 1fr;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid #edf0f2}.play-discovery img{width:105px;height:120px;object-fit:contain;border-radius:12px;background:#fff}.play-discovery strong{display:block;margin:5px 0;line-height:1.25}.play-discovery p{margin:0 0 10px;font-size:.85rem}.play-discovery span{display:block;margin-bottom:10px;font-weight:900}.play-story ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.play-story li{display:grid;grid-template-columns:82px 1fr;gap:12px;padding:13px;border-radius:12px;background:#f6f9fb}.play-story li strong{color:var(--blue)}.play-story li span{color:#526071;line-height:1.45}
.play-shelf-card{display:flex;min-height:560px;flex-direction:column}.play-shelf-card>p{min-height:62px;margin:0 0 16px;color:#667085;line-height:1.5}.play-product-window{display:grid;grid-template-rows:210px 1fr;gap:14px;margin-top:auto;padding:14px;border:1px solid #edf0f2;border-radius:16px;background:#fbfcfd}.play-product-window img{width:100%;height:210px;object-fit:contain;border-radius:13px;background:#fff}.play-product-window span{color:var(--green);font-size:.68rem;font-weight:900;letter-spacing:1px}.play-product-window strong{display:block;margin:6px 0;font-size:1.08rem;line-height:1.25}.play-product-window p{margin:0 0 10px;color:#667085;font-size:.86rem;line-height:1.45}.play-product-window b{font-size:1.45rem}.play-shelf-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.play-shelf-actions button{padding:12px 10px;border:1px solid var(--blue);border-radius:10px;color:var(--blue);background:#fff;font-size:.82rem;font-weight:900}.play-shelf-actions button:first-child{grid-column:1/-1;color:#fff;background:var(--blue)}.play-shelf-actions button:last-child{color:var(--green);border-color:#9ed8bd;background:#f3fff8}
.steps{padding:22px 0;background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e7eb;box-shadow:0 5px 12px #0001}
.steps article{display:flex;gap:15px;padding:22px;background:#fff}
.steps article>strong{display:grid;flex:0 0 38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:var(--green)}
.steps h2{margin:0;font-size:1rem}.steps p{margin:5px 0 0;color:var(--muted);font-size:.88rem;line-height:1.4}
.local-market{padding:56px 0;background:linear-gradient(135deg,#008f35 0 38%,#009c78 54%,#006cff 76% 100%);color:#fff}.local-market-heading{display:flex;align-items:end;justify-content:space-between;gap:32px}.local-market-heading>div{max-width:760px}.local-market-heading .radar-kicker{color:#b9ffd2}.local-market-heading h2{margin:7px 0 12px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-1.8px}.local-market-heading>div>p:last-child{margin:0;color:#e4fff0;line-height:1.65}.local-market-heading>span{flex:0 0 auto;padding:10px 15px;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:#fff;background:rgba(255,255,255,.08);font-size:.68rem;font-weight:900;letter-spacing:1.2px}.local-category-accordion{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.local-category-accordion details{scroll-margin-top:20px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.09);overflow:hidden}.local-category-accordion summary{position:relative;display:flex;min-height:82px;flex-direction:column;justify-content:center;gap:5px;padding:16px 48px 16px 20px;cursor:pointer;list-style:none}.local-category-accordion summary::-webkit-details-marker{display:none}.local-category-accordion summary:after{position:absolute;right:20px;top:50%;content:"+";font-size:1.5rem;font-weight:300;transform:translateY(-50%)}.local-category-accordion details[open] summary:after{content:"−"}.local-category-accordion summary span{font-size:1rem;font-weight:800}.local-category-accordion summary small{color:#dcffe9;font-size:.74rem;line-height:1.35}.local-category-accordion details>div{padding:0 20px 18px;border-top:1px solid rgba(255,255,255,.14)}.local-category-accordion details>div p{margin:16px 0 10px;color:#e5fff0;font-size:.85rem;line-height:1.55}.local-category-accordion details>div strong{color:#c0ffd7;font-size:.67rem;letter-spacing:.8px}.local-market-partner{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:18px;padding:20px 24px;border-radius:16px;color:var(--ink);background:#fff}.local-market-partner strong{font-size:1.05rem}.local-market-partner p{margin:5px 0 0;color:#667085;font-size:.86rem}.local-market-partner a{flex:0 0 auto;padding:13px 17px;border-radius:10px;color:#fff;background:var(--blue);text-decoration:none;font-weight:800}.local-market-note{margin:13px 0 0;color:#ddffea;font-size:.72rem;line-height:1.5}
.local-products-showcase{margin-top:30px;padding:24px;border-radius:22px;color:var(--ink);background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.16)}.local-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.local-showcase-heading h3{margin:5px 0 0;font-size:1.55rem}.local-showcase-heading>p{max-width:430px;margin:0;color:#667085;font-size:.85rem;line-height:1.5}.local-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.local-products-empty{grid-column:1/-1;padding:28px;border:1px dashed #b8c5cd;border-radius:16px;text-align:center;background:#f7f9fa}.local-products-empty p{margin:7px auto 0;max-width:620px;color:#667085;line-height:1.55}.local-product-card{overflow:hidden;border:1px solid #dde4e8;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.08)}.local-product-card>img,.local-product-card>video{display:block;width:100%;height:210px;object-fit:cover;background:#f1f4f5}.local-product-card>div{padding:18px}.local-product-card h4{margin:7px 0;font-size:1.1rem}.local-product-card p{color:#667085;font-size:.85rem;line-height:1.5}.local-product-card dl{display:grid;gap:7px}.local-product-card dl div{display:flex;justify-content:space-between;gap:15px;padding-bottom:7px;border-bottom:1px solid #edf0f2}.local-product-card dt{color:#667085;font-size:.75rem}.local-product-card dd{margin:0;text-align:right;font-size:.78rem;font-weight:800}.local-product-card a{display:block;margin-top:15px;padding:12px;border-radius:9px;color:#fff;background:#128c4a;text-align:center;text-decoration:none;font-weight:800}
.local-market-hub{scroll-margin-top:12px}.local-business-carousel,.local-products-carousel{position:relative}.local-business-carousel{margin-top:28px}.local-business-track{display:grid;grid-auto-columns:100%;grid-auto-flow:column;gap:16px;overflow-x:hidden;padding:2px 2px 14px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.local-business-track button,.local-business-empty{display:flex;min-height:112px;align-items:center;gap:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.3);border-radius:14px;color:#fff;background:rgba(255,255,255,.12);text-align:left;scroll-snap-align:start}.local-business-track button{cursor:pointer}.local-business-track button.active{color:var(--ink);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.2)}.local-business-track img{width:72px;height:72px;flex:0 0 72px;object-fit:contain;border-radius:10px;background:#fff}.local-business-track span{display:flex;min-width:0;flex-direction:column}.local-business-track small{font-size:.65rem;font-weight:900;letter-spacing:1px}.local-business-track strong{margin-top:5px;font-size:1.28rem}.local-business-track em{margin-top:5px;font-size:.82rem;font-style:normal;line-height:1.35;opacity:.82}.local-business-empty{flex-direction:column;align-items:flex-start;justify-content:center}.local-business-empty span{font-size:.8rem;color:#e6fff0}.local-products-carousel{margin-top:2px}.local-products-carousel .local-products-grid{display:grid;grid-auto-columns:calc((100% - 32px)/3);grid-auto-flow:column;grid-template-columns:none;gap:16px;overflow-x:auto;padding:2px 2px 14px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin}.local-products-carousel .local-products-grid.is-empty{grid-auto-columns:100%}.local-products-carousel .local-product-card{scroll-snap-align:start}.local-products-carousel .local-products-empty{grid-column:auto;width:100%}.local-carousel-nav{position:absolute;z-index:4;top:50%;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;color:#fff;background:#111827;font-size:1.7rem;line-height:1;box-shadow:0 8px 18px rgba(15,23,42,.24);transform:translateY(-50%)}.local-business-prev,.local-products-prev{left:-12px}.local-business-next,.local-products-next{right:-12px}
.local-category-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding:20px 22px;border:1px solid rgba(255,255,255,.48);border-radius:15px;color:var(--ink);background:#fff;text-align:left;box-shadow:0 8px 22px rgba(0,0,0,.1)}.local-category-toggle span{display:flex;flex-direction:column;gap:5px}.local-category-toggle small{color:var(--green);font-weight:900;letter-spacing:1.4px}.local-category-toggle strong{font-size:1.35rem}.local-category-toggle b{font-size:1.5rem;transition:.2s}.local-category-toggle[aria-expanded=true] b{transform:rotate(180deg)}.local-categories{display:flex;gap:10px;padding:16px 2px 2px;overflow-x:auto;scrollbar-width:thin}.local-categories button{flex:0 0 auto;padding:11px 16px;border:1px solid rgba(255,255,255,.48);border-radius:999px;color:#fff;background:rgba(255,255,255,.1);font-weight:700}.local-categories button.active{color:#075b43;border-color:#fff;background:#fff}.local-nav-panel a.active{color:#075f46;background:#eef9f4}
.catalog{padding-block:34px 60px}
.seo-categories{padding-block:40px 10px}.seo-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.seo-category-grid a{display:flex;min-height:135px;flex-direction:column;justify-content:center;gap:8px;padding:22px;border:1px solid #dce3e8;border-radius:18px;color:var(--ink);background:#fff;text-decoration:none;box-shadow:0 7px 20px rgba(15,23,42,.07);transition:.2s}.seo-category-grid a:hover{transform:translateY(-3px);border-color:#a8d5c0}.seo-category-grid strong{font-size:1.08rem}.seo-category-grid span{color:var(--muted);font-size:.9rem;line-height:1.5}
.best-shelves{padding-block:30px 8px}.best-shelves-grid{display:grid;min-width:0;gap:18px}.best-shelf{min-width:0;overflow:hidden;padding:22px;border:1px solid #dce3e8;border-radius:20px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.07)}.best-shelf-heading,.best-shelf-heading>div{min-width:0}.best-shelf-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.best-shelf-heading small{color:var(--green);font-size:.67rem;font-weight:900;letter-spacing:1.3px}.best-shelf-heading h3{margin:6px 0 0;font-size:1.45rem}.best-shelf-heading p{max-width:760px;margin:7px 0 0;color:#667085;font-size:.9rem;line-height:1.45}.best-product-list{display:flex;width:100%;max-width:100%;min-width:0;gap:14px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.best-product-card{position:relative;display:grid;grid-template-columns:34px 110px minmax(180px,1fr);gap:14px;align-items:center;flex:0 0 min(470px,88vw);min-width:0;padding:14px;border:1px solid #edf0f2;border-radius:14px;background:#fbfcfd;scroll-snap-align:start}.best-product-card>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-weight:900}.best-product-card img{width:110px;height:118px;object-fit:contain;border-radius:12px;background:#fff}.best-product-card h3{margin:0 0 5px;font-size:1rem;line-height:1.22}.best-product-card h3 a{color:var(--ink);text-decoration:none}.best-product-card p{margin:0 0 8px;color:#667085;font-size:.82rem;line-height:1.35}.best-product-card strong{display:block;margin-bottom:9px}.best-product-actions{display:flex;gap:8px;flex-wrap:wrap}.best-product-actions button,.share-button{padding:10px 12px;border:1px solid var(--blue);border-radius:9px;color:var(--blue);background:#fff;font-size:.8rem;font-weight:900}.best-product-actions button:first-child{color:#fff;background:var(--blue)}.offer-body .share-button,.dialog-copy .share-button{width:100%;margin-top:10px;color:var(--green);border-color:#9ed8bd;background:#f3fff8;box-shadow:none}.dialog-copy .share-button{display:block;width:max-content;max-width:100%}
.anchor{display:block;position:relative;top:-20px;visibility:hidden}.category-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;text-align:left}
.category-toggle span{display:flex;flex-direction:column;gap:6px}.category-toggle small,.section-heading small,.offer-body>small,.dialog-copy>small{color:var(--green);font-weight:900;letter-spacing:1.4px}.category-toggle strong{font-size:1.45rem}.category-toggle b{font-size:1.5rem;transition:.2s}.category-toggle[aria-expanded=true] b{transform:rotate(180deg)}
.categories{display:flex;gap:10px;padding:18px 3px;overflow:auto;scrollbar-width:thin}
.categories button{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:11px 17px;border:1px solid #d0d5dd;border-radius:999px;background:#fff}
.categories button.active{color:#fff;border-color:var(--green);background:var(--green)}
.category-nav{position:relative;background:rgba(0,0,0,.14)}.header-category-shell{padding-block:2px}.header-categories{padding:5px 0;scrollbar-width:none}.header-categories::-webkit-scrollbar{display:none}.header-categories button{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.12)}.header-categories button.active{border-color:#fff;color:#075b43;background:#fff}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin:34px 0 20px}
.section-heading h2{margin:5px 0 0;font-size:2rem}.section-heading p{color:var(--muted)}
.offers-shell{position:relative}
.offers-viewport{overflow:hidden;padding:4px 2px 22px}
.offers-empty{width:100%;padding:42px 24px;border:1px dashed #b9c5cc;border-radius:18px;background:#fff;text-align:center}.offers-empty strong{font-size:1.2rem}.offers-empty p{margin:8px 0 18px;color:var(--muted)}.offers-empty button{padding:11px 16px;border:0;border-radius:9px;color:#fff;background:var(--green);font-weight:800;cursor:pointer}
.offers-viewport::-webkit-scrollbar{display:none}
.offers-track{display:flex;gap:20px;transition:transform .45s ease}
.offer-card{flex:0 0 calc((100% - 60px)/4);min-width:250px;overflow:hidden;scroll-snap-align:start;border:1px solid #e1e6ec;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.08)}
.offer-image{position:relative;height:245px;overflow:hidden;background:#fff}.offer-image img{width:100%;height:100%;object-fit:contain;transition:.3s}.offer-card:hover .offer-image img{transform:scale(1.035)}
.offer-image span{position:absolute;top:13px;left:13px;padding:7px 10px;border-radius:999px;color:#fff;background:var(--green);font-size:.76rem;font-weight:900}
.offer-body{display:flex;flex-direction:column;padding:18px;min-height:330px}.offer-body h3{margin:8px 0;font-size:1.1rem;line-height:1.25}.offer-body h3 a{color:inherit;text-decoration:none}.offer-body h3 a:hover{text-decoration:underline}.offer-body p{margin:0 0 12px;color:var(--muted);font-size:.9rem;line-height:1.45}.offer-body del{color:#8b95a5}.offer-price{font-size:1.7rem}.offer-body .details{margin-top:10px;color:#344054;font-weight:700}.offer-body .price-note{margin-top:auto;padding-top:15px;font-size:.75rem}.offer-body button{width:100%}
.offers-prev{left:-22px;top:42%}.offers-next{right:-22px;top:42%}
.offers-progress{width:min(400px,70%);height:5px;margin:4px auto;border-radius:8px;background:#dfe5e8;overflow:hidden}.offers-progress span{display:block;width:18%;height:100%;border-radius:8px;background:var(--green);transition:.2s}
.swipe-hint{display:none;text-align:center;color:var(--muted);font-size:.82rem}
.editorial-trust{padding:70px 0;background:#eef8f3}.editorial-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.editorial-trust-grid article{padding:25px;border:1px solid #cfe5da;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06)}.editorial-trust-grid strong{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.editorial-trust-grid h3{margin:16px 0 7px}.editorial-trust-grid p{margin:0;color:var(--muted);line-height:1.6}.editorial-trust-link{display:inline-block;margin-top:24px;color:var(--green);font-weight:900}
footer{color:#fff;background:linear-gradient(105deg,#008f35,#006cff)}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px;padding-block:38px}.footer-grid p{max-width:650px;line-height:1.6;opacity:.9}.footer-brand{font-size:1.5rem;font-weight:900!important;opacity:1!important}.footer-grid nav{display:grid;gap:12px}.footer-grid a{color:#fff}.copyright{padding:16px;text-align:center;background:#0059d8;font-size:.85rem}
dialog{width:min(850px,calc(100% - 30px));padding:0;border:0;border-radius:24px;box-shadow:0 30px 80px #0008}dialog::backdrop{background:#07131dbb;backdrop-filter:blur(3px)}.dialog-close{position:absolute;z-index:2;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;font-size:1.5rem}.dialog-close+div{display:grid;grid-template-columns:1fr 1.1fr}.dialog-close+div>img{width:100%;height:100%;min-height:480px;object-fit:contain;background:#fff}.dialog-copy{padding:48px 40px}.dialog-copy h2{font-size:2rem}.dialog-copy p{color:var(--muted);line-height:1.55}.dialog-copy del{display:block;color:#8b95a5}.dialog-copy>strong{display:inline-block;margin:5px 12px 18px 0;font-size:2rem}.dialog-copy button{display:block;margin-top:20px}.dialog-copy button:disabled{opacity:.6;cursor:not-allowed}
.dialog-page-link,.dialog-video-link{display:block;margin-top:15px;color:var(--green);font-weight:800}.product-video-link{display:block;width:max-content;margin-top:18px;color:var(--green);font-weight:800}.affiliate-button,.legal .affiliate-button{display:inline-block;margin-top:20px;padding:16px 25px;border:0;border-radius:11px;color:#fff;background:var(--blue);text-decoration:none;font-weight:800;box-shadow:0 7px 12px rgba(8,122,193,.23)}.affiliate-button:disabled{opacity:.6}
.product-share-button{display:block;width:max-content;max-width:100%;margin-top:12px}
.cookie-banner{position:fixed;z-index:20;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:25px;width:min(980px,calc(100% - 40px));margin:auto;padding:20px 24px;border:1px solid #d0d5dd;border-radius:16px;background:#fff;box-shadow:0 20px 60px #0004}.cookie-banner p{margin:5px 0 0;color:var(--muted);font-size:.9rem}.cookie-actions{display:flex;gap:10px;flex:0 0 auto}.cookie-actions button{padding:11px 15px;border:1px solid var(--green);border-radius:9px;background:#fff;color:var(--green);font-weight:800}.cookie-actions button:last-child{background:var(--green);color:#fff}.cookie-preferences{position:fixed;z-index:19;left:18px;bottom:18px;padding:9px 12px;border:1px solid #cbd5df;border-radius:999px;color:#344054;background:#fff;font-size:.78rem;font-weight:800;box-shadow:0 8px 24px rgba(15,23,42,.14)}
.legal{min-height:100vh;padding:50px 0;background:#f6f8fa}.legal article{width:min(800px,calc(100% - 34px));margin:auto;padding:36px;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.legal a{color:var(--green)}.legal h1{font-size:2.4rem}.legal h2{margin-top:30px}.legal p{color:#475467;line-height:1.75}
.product-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:var(--ink)!important;text-decoration:none}.product-brand img{width:52px;height:52px;object-fit:contain;border-radius:12px}.product-brand strong{font-family:Arial Black,Arial,sans-serif;font-size:1.55rem;letter-spacing:-1.5px}.product-brand span{font-size:.38em;letter-spacing:0}.product-topline{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:26px}.product-topline .eyebrow{margin:0}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:36px;align-items:start}.product-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;min-width:0}.product-thumbs{display:flex;flex-direction:column;gap:10px}.product-thumb{width:76px;height:76px;padding:4px;border:2px solid #e2e8f0;border-radius:11px;background:#fff}.product-thumb.active{border-color:var(--blue)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-stage{display:grid;min-height:470px;place-items:center;border:1px solid #edf0f2;border-radius:16px;background:#fff}.product-main-image{width:100%;height:470px;object-fit:contain;border-radius:16px;background:#fff}.product-summary h1{margin:0 0 18px;font-size:2.15rem;line-height:1.08}.product-summary>p{line-height:1.6}.product-rating{font-weight:700}.product-highlights{display:grid;gap:9px;padding-left:21px;color:#344054;line-height:1.45}.product-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-price-row del{flex-basis:100%}.product-price{font-size:2rem}.delivery-box{margin:18px 0;padding:15px 17px;border:1px solid #b7e2ca;border-radius:13px;background:#f0fbf5;color:#175c3d}.delivery-box strong:before{content:"✓ ";}.delivery-box p{margin:6px 0 0;color:#3d6553;font-size:.9rem;line-height:1.45}.product-description,.product-specifications,.related-searches{margin-top:38px;padding-top:30px;border-top:1px solid #e5e7eb}.product-description h2,.product-specifications h2,.related-searches h2{margin-top:0}.product-description p{font-size:1.02rem}.related-searches p{padding:15px 18px;border-radius:12px;background:#f7f9fb;color:#526071;font-size:.92rem;line-height:1.7}.spec-table-wrap{overflow-x:auto}.product-specifications table{width:100%;border-collapse:collapse}.product-specifications th,.product-specifications td{padding:14px 16px;border-bottom:1px solid #e5e7eb;text-align:left}.product-specifications th{width:42%;background:#f7f9fb;color:#344054}.purchase-info{margin-top:30px;padding:18px 20px;border-radius:14px;background:#f5f8fa}.purchase-info h2{margin:0 0 5px;font-size:1.15rem}.purchase-info p{margin:0;font-size:.92rem}
.product-page article{width:min(1120px,calc(100% - 34px))}.buy-now-button{min-width:230px;text-align:center}.product-price-checked{margin:8px 0 0;color:var(--green);font-size:.82rem;font-weight:800}.product-purchase-note{max-width:430px;margin-top:12px;color:#667085;font-size:.82rem}
.store-comparison{margin-top:38px;padding:26px;border:1px solid #d9e4e9;border-radius:20px;background:#f8fbfc}.comparison-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:16px}.comparison-title h2{margin:5px 0 0}.comparison-title>p{max-width:390px;margin:0;color:#526071;font-size:.9rem}.comparison-row{display:grid;grid-template-columns:minmax(180px,1fr) 160px 150px;align-items:center;gap:18px;margin-top:10px;padding:16px 18px;border:1px solid #e1e7eb;border-radius:14px;background:#fff}.comparison-row>div{display:flex;flex-direction:column;gap:4px}.comparison-row span{color:var(--green);font-size:.65rem;font-weight:900;letter-spacing:1px}.comparison-row p{margin:0;font-size:1.25rem;font-weight:900}.comparison-row a{padding:12px 15px;border-radius:10px;color:#fff;background:var(--blue);text-align:center;text-decoration:none;font-weight:800}.comparison-winner{border-color:#7ac9a5;box-shadow:0 6px 15px rgba(7,138,87,.09)}.comparison-disclaimer{margin:14px 0 0;color:#667085;font-size:.76rem;line-height:1.5}
.category-page article{width:min(1120px,calc(100% - 40px))}.category-intro{max-width:780px;margin-bottom:30px}.category-intro h1{margin-bottom:12px;font-size:2.5rem}.category-intro p{color:#526071;font-size:1.05rem;line-height:1.65}.category-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-product-card{overflow:hidden;border:1px solid #e1e6ec;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.08)}.category-product-card img{width:100%;height:260px;object-fit:contain;background:#fff}.category-product-copy{padding:20px}.category-product-copy h2{font-size:1.2rem;line-height:1.25}.category-product-copy h2 a{color:var(--ink);text-decoration:none}.category-product-copy p{color:#526071;line-height:1.55}.category-product-copy .offer-price{display:block;margin:12px 0}.category-keywords{margin-top:34px;padding:22px;border-radius:16px;background:#f5f8fa}.category-keywords h2{margin-top:0;font-size:1.25rem}.category-keywords p{color:#526071;line-height:1.7}
.category-guide{margin:34px 0;padding:30px;border:1px solid #d9e4e9;border-radius:20px;background:#f8fbfc}.category-guide h2{margin-top:0}.category-guide p,.category-guide li{color:#526071;line-height:1.7}.category-guide ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 30px;padding-left:22px}.related-products{margin-top:38px;padding-top:30px;border-top:1px solid #e5e7eb}.related-products h2{margin-top:0}.related-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-product-card{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid #e1e7eb;border-radius:14px;color:var(--ink)!important;text-decoration:none}.related-product-card img{width:76px;height:76px;object-fit:contain}.related-product-card span{display:grid;gap:6px}.related-product-card small{color:var(--muted)}.editorial-note{margin-top:30px;padding:20px;border-left:4px solid var(--green);border-radius:0 12px 12px 0;background:#f0fbf5}.editorial-note h2{margin:0 0 8px;font-size:1.15rem}.editorial-note p{margin:0;color:#3d6553;font-size:.92rem;line-height:1.6}
.buying-guides{padding:38px 0 12px}.buying-guide-carousel{position:relative}.buying-guide-grid{display:grid;grid-auto-columns:calc((100% - 32px)/3);grid-auto-flow:column;grid-template-columns:none;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:2px 2px 14px;scrollbar-width:thin}.buying-guide-grid a{display:flex;min-height:142px;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid #dce5ea;border-radius:18px;color:var(--ink);background:#fff;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.07);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.buying-guide-grid a:hover{transform:translateY(-3px);border-color:#96d9ba;box-shadow:0 14px 28px rgba(15,23,42,.11)}.buying-guide-grid em{display:block;width:max-content;max-width:100%;margin-bottom:10px;padding:5px 8px;border-radius:999px;color:#08762e;background:#e9fbf1;font-size:.67rem;font-style:normal;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.buying-guide-grid strong{font-size:1.05rem;line-height:1.25}.buying-guide-grid span{margin-top:14px;color:#526071;font-size:.88rem;line-height:1.5}.buying-guide-nav{position:absolute;z-index:4;top:50%;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;color:#fff;background:#111827;font-size:1.7rem;line-height:1;box-shadow:0 8px 18px rgba(15,23,42,.24)}.buying-guide-prev{left:-12px}.buying-guide-next{right:-12px}.guide-page article{width:min(1120px,calc(100% - 40px))}.guide-intro{max-width:850px}.guide-search-intent{display:inline-flex;margin:0 0 10px;padding:8px 12px;border-radius:999px;color:#08762e;background:#e9fbf1;font-size:.74rem;font-weight:900;letter-spacing:1px;text-transform:uppercase}.guide-product-list{display:grid;gap:18px}.guide-product-card{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr);gap:22px;padding:22px;border:1px solid #dfe7ec;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08)}.guide-rank{position:absolute;top:16px;left:16px;z-index:1;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-weight:900}.guide-product-card img{width:170px;height:190px;object-fit:contain;border-radius:14px;background:#f8fafc}.guide-product-card small{color:var(--green);font-size:.68rem;font-weight:900;letter-spacing:1px;text-transform:uppercase}.guide-product-card h2{margin:7px 0 8px;font-size:1.35rem;line-height:1.25}.guide-product-card h2 a{color:var(--ink);text-decoration:none}.guide-product-card p{color:#526071;line-height:1.6}.guide-product-card ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;padding:0;list-style:none}.guide-product-card li{padding:9px 11px;border-radius:10px;color:#344054;background:#f5f8fa;font-size:.82rem;line-height:1.35}.guide-product-card strong{display:block;margin-top:10px;font-size:1.45rem}.guide-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.guide-actions a{min-width:140px;text-align:center}
.guide-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:stretch;margin-bottom:30px;padding:34px;border:1px solid #d6e5ec;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#f4fbff 54%,#edf9f2 100%);box-shadow:0 14px 36px rgba(15,23,42,.08)}.guide-hero h1{max-width:780px;margin:0 0 12px;font-size:clamp(2.2rem,5vw,4.1rem);line-height:1}.guide-hero p{max-width:820px;color:#526071;font-size:1.05rem;line-height:1.65}.guide-hero aside{display:flex;flex-direction:column;justify-content:center;padding:24px;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--green),var(--blue))}.guide-hero aside strong{font-size:2.1rem;line-height:1}.guide-hero aside span{margin-top:8px;font-weight:900}.guide-hero aside p{margin:14px 0 0;color:#eef7ff;font-size:.92rem}.guide-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.guide-hero-actions button,.guide-share-panel button{padding:14px 18px;border:0;border-radius:11px;color:#fff;background:var(--green);font-weight:900;box-shadow:0 8px 18px rgba(0,139,76,.2)}.guide-hero-actions a{display:inline-flex;align-items:center;padding:13px 17px;border:1px solid #b6d9ec;border-radius:11px;color:var(--blue);background:#fff;text-decoration:none;font-weight:900}.guide-comparison{margin:30px 0;padding:26px;border:1px solid #d9e4e9;border-radius:20px;background:#fff}.guide-comparison h2{margin:5px 0 18px}.guide-comparison table{width:100%;border-collapse:collapse}.guide-comparison th,.guide-comparison td{padding:14px 15px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.guide-comparison th{color:#344054;background:#f7f9fb}.guide-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-spec-list{margin-top:14px;padding:14px;border:1px solid #e4ebf0;border-radius:14px;background:#fbfcfd}.guide-spec-list p{margin:0 0 10px!important;color:var(--ink)!important;font-size:.82rem!important;font-weight:900}.guide-product-card .guide-spec-list ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.guide-product-card .guide-spec-list li{display:grid;gap:3px;background:#fff}.guide-spec-list span{color:#667085;font-size:.72rem;font-weight:800;text-transform:uppercase}.guide-spec-list b{font-size:.86rem}.guide-warranty{margin:8px 0 0!important;color:#344054!important;font-size:.9rem}.guide-share-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:26px;border-radius:20px;background:#0f172a;color:#fff}.guide-share-panel h2{margin:4px 0 8px}.guide-share-panel p{max-width:650px;margin:0;color:#dbeafe;line-height:1.6}.guide-share-panel .eyebrow{margin:0;color:#8fe0b5}.guide-share-panel button{flex:0 0 auto;background:var(--yellow);color:#111827}
.flyer-page{min-height:100vh;margin:0;padding:24px;background:#edf2f7;color:#111827;font-family:Arial,Helvetica,sans-serif}.flyer-sheet{width:min(1180px,100%);margin:auto;padding:26px;border-radius:18px;background:#fff;box-shadow:0 18px 60px rgba(15,23,42,.18)}.flyer-header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:22px 24px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#087a45,#087ac1)}.flyer-header span{display:inline-block;margin-bottom:9px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:.75rem;font-weight:900;letter-spacing:1px;text-transform:uppercase}.flyer-header h1{max-width:760px;margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1}.flyer-header p{margin:10px 0 0;color:#eaf8ff;font-size:1.05rem}.flyer-header button,.flyer-footer button{flex:0 0 auto;padding:13px 18px;border:0;border-radius:11px;color:#111827;background:#ffe500;font-weight:900}.flyer-carousel{position:relative;margin-top:20px}.flyer-product-grid{display:grid;grid-auto-columns:100%;grid-auto-flow:column;grid-template-columns:none;gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:2px 2px 12px;scrollbar-width:none;touch-action:pan-x}.flyer-product-grid::-webkit-scrollbar{display:none}.flyer-product-card{position:relative;overflow:hidden;display:grid;min-height:520px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);border:1px solid #dfe7ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08);scroll-snap-align:start}.flyer-rank{position:absolute;z-index:2;top:14px;left:14px;display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:#087a45;font-size:1.15rem;font-weight:900}.flyer-buy-corner{position:absolute;z-index:2;top:14px;right:14px;padding:10px 13px;border-radius:999px;color:#fff;background:#087ac1;text-decoration:none;font-size:.78rem;font-weight:900;box-shadow:0 8px 18px rgba(8,122,193,.24)}.flyer-product-image{display:grid;min-height:480px;place-items:center;padding:58px 24px 24px;background:#f8fafc}.flyer-product-image img{width:100%;height:100%;max-height:470px;object-fit:contain}.flyer-product-copy{display:flex;flex:1;flex-direction:column;justify-content:center;padding:26px}.flyer-product-copy h2{margin:0 0 12px;font-size:clamp(1.45rem,2.4vw,2.35rem);line-height:1.08}.flyer-product-copy p{margin:0 0 18px;color:#526071;font-size:1.04rem;line-height:1.55}.flyer-product-copy strong{margin-top:10px;color:#087a45;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.flyer-product-copy span{margin-top:10px;color:#667085;font-size:.86rem;font-weight:800}.flyer-nav{position:absolute;z-index:3;top:45%;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;color:#fff;background:#111827;font-size:1.8rem;line-height:1;box-shadow:0 8px 18px rgba(15,23,42,.22)}.flyer-prev{left:-12px}.flyer-next{right:-12px}.flyer-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:18px 22px;border-radius:14px;background:#111827;color:#fff}.flyer-footer p{margin:0;color:#dbeafe;line-height:1.5}
.flyer-directory{margin-top:22px;padding:18px;border:1px solid #dfe7ec;border-radius:16px;background:#f8fafc}.flyer-directory h2{margin:0 0 12px;font-size:1.15rem}.flyer-directory>div{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;scrollbar-width:thin}.flyer-directory a{display:grid;flex:0 0 220px;gap:5px;padding:12px;border:1px solid #d8e4ea;border-radius:12px;color:#111827;background:#fff;text-decoration:none;scroll-snap-align:start}.flyer-directory a span{color:#087a45;font-size:.68rem;font-weight:900;text-transform:uppercase}.flyer-directory a strong{font-size:.9rem;line-height:1.25}
.business-page article{width:min(920px,calc(100% - 40px))}.business-page h1{max-width:760px;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.04}.business-page article>p{font-size:1.02rem;line-height:1.7}.business-panel{margin:24px 0;padding:24px;border:1px solid #dce3e8;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.06)}.business-panel h2{margin-top:0}.business-panel ul{display:grid;gap:10px;margin-bottom:0;padding-left:22px;color:#344054;line-height:1.55}
@media(max-width:900px){.header-main{grid-template-columns:1fr 150px}.header-video{width:150px;height:82px}.search-wrap{grid-column:1/-1;margin-bottom:18px}.offer-card{flex-basis:calc((100% - 20px)/2)}.hero-overlay{width:72%}.play-heading{align-items:flex-start;flex-direction:column;gap:8px}.play-grid{grid-template-columns:1fr}.best-shelves-grid{grid-template-columns:1fr}.radar-grid{grid-template-columns:1fr}.radar-card{grid-template-columns:160px 1fr}.steps-grid{grid-template-columns:1fr}.local-category-accordion{grid-template-columns:1fr}.seo-category-grid{grid-template-columns:repeat(2,1fr)}.category-product-grid{grid-template-columns:repeat(2,1fr)}.dialog-close+div{grid-template-columns:1fr}.dialog-close+div>img{height:320px;min-height:0}.product-layout{grid-template-columns:1fr}.product-gallery{grid-template-columns:68px minmax(0,1fr)}.product-thumb{width:68px;height:68px}}
@media(max-width:1100px) and (min-width:621px){.header-main{grid-template-columns:minmax(0,1fr) 150px;gap:16px;padding-block:18px}.header-main>*{min-width:0}.brand{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-1px}.brand img{width:92px;height:68px}.header-video{width:150px;height:82px}.search-wrap{grid-column:1/-1;margin-bottom:0}.search-wrap input{min-width:0}}
@media(max-width:900px){.local-products-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.local-products-carousel .local-products-grid{grid-auto-columns:calc((100% - 16px)/2);grid-template-columns:none}.local-business-prev,.local-products-prev{left:4px}.local-business-next,.local-products-next{right:4px}}
@media(max-width:620px){.container{width:min(100% - 30px,1180px)}.header-main{grid-template-columns:minmax(0,1fr);gap:14px;padding-block:18px}.header-main>*{min-width:0}.search-wrap{grid-column:auto;margin-bottom:0}.search-wrap input{min-width:0}.brand{gap:10px;font-size:clamp(2.2rem,11vw,3.4rem);letter-spacing:-1.5px}.brand img{width:74px;height:58px}.header-video{width:100%;height:160px}.nav-links{justify-content:flex-start;gap:22px;overflow-x:auto;font-size:.85rem;white-space:nowrap}.house-promo-track{gap:12px;padding-left:12px;animation-duration:20s}.house-promo-card{width:88vw;min-height:82px;gap:12px;padding:9px 15px;background:linear-gradient(110deg,var(--green) 0 19%,var(--yellow) 19% 22%,var(--blue) 22% 100%)}.house-promo-card img{width:50px;height:50px;flex-basis:50px}.house-promo-card>div{padding-left:4px}.house-promo-card strong{font-size:.86rem}.house-promo-card p{font-size:.68rem}.hero-section{padding-block:24px}.hero-slide{min-height:720px}.hero-media{inset:0 0 auto;width:100%;height:390px}.hero-slide:after{background:linear-gradient(180deg,rgba(255,255,255,0) 22%,rgba(255,255,255,.42) 48%,rgba(255,255,255,.98) 58%,#fff 100%)}.hero-overlay{width:100%;padding:360px 28px 72px}.hero-overlay h1,.hero-overlay h2{font-size:2.3rem;letter-spacing:-2px}.hero-overlay p{font-size:.95rem}.hero-sound{top:14px;right:14px;padding:9px 12px}.price-row{align-items:flex-start;flex-direction:column}.hero-prev,.hero-next{bottom:17px;width:40px;height:40px}.hero-prev{right:66px}.hero-next{right:18px}.hero-dots{left:28px;bottom:32px;max-width:210px;overflow:hidden;transform:none}.play-heading h2{font-size:1.85rem}.play-card{padding:18px}.play-shelf-card{min-height:0}.play-shelf-card>p{min-height:0}.play-product-window{grid-template-rows:170px 1fr}.play-product-window img{height:170px}.play-shelf-actions{grid-template-columns:1fr}.play-shelf-actions button:first-child{grid-column:auto}.play-options{grid-template-columns:1fr}.play-discovery{grid-template-columns:1fr}.play-discovery img{width:100%;height:150px}.play-story li{grid-template-columns:1fr;gap:4px}.radar-section{padding-bottom:28px}.radar-heading{align-items:flex-start;flex-direction:column;gap:8px}.radar-heading h2{font-size:1.75rem}.radar-card{grid-template-columns:105px 1fr;min-height:185px}.radar-card-image{padding:12px 4px 12px 12px}.radar-card-image img{height:135px}.radar-card-copy{padding:18px 14px 16px 10px}.radar-card-copy h3{font-size:.96rem}.radar-disclaimer{text-align:left}.section-heading{align-items:flex-start;flex-direction:column}.offers-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.offers-track{transform:none!important;transition:none}.offer-card{flex-basis:86%;min-width:0}.offers-prev,.offers-next{display:none}.swipe-hint{display:block}.footer-grid{grid-template-columns:1fr;gap:22px}.dialog-copy{padding:34px 24px}.dialog-copy h2{font-size:1.5rem}}
@media(max-width:620px){.headline-products{padding-inline:32px}.headline-product-page{grid-template-columns:1fr;gap:10px}.headline-product-card{min-height:0;display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;padding:12px}.headline-product-image{height:130px}.headline-product-image img{height:120px}.headline-product-card>div{padding-top:2px}.headline-product-card h2{font-size:.88rem}.headline-product-card p{font-size:.68rem}.headline-product-card strong{font-size:1.02rem}.headline-product-link{display:inline-block;width:max-content;margin-top:8px;padding:8px 10px}.headline-product-nav{width:32px;height:32px;font-size:1.35rem}.headline-product-prev{left:-3px}.headline-product-next{right:-3px}}
@media(max-width:620px){.site-share-button{right:10px;bottom:10px;width:44px;height:44px;justify-content:center;padding:0;opacity:.96}.site-share-icon{font-size:1rem}.site-share-label{display:none}.cookie-preferences{left:8px;bottom:8px;padding:6px 9px;font-size:.66rem}}
@media(max-width:620px){.nav-links{scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}}
@media(max-width:620px){.header-category-toggle{min-height:44px}.header-category-toggle strong{font-size:.92rem}.header-categories{padding-top:7px;scrollbar-width:none}.header-categories::-webkit-scrollbar{display:none}.header-categories button{padding:9px 13px;font-size:.78rem}}
@media(max-width:620px){.brand .wavy-letter{font-size:.65em}.brand .brand-domain{font-size:.27em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-track,.offer-image img{transition:none}.wavy-letter,.house-promo-track,.site-share-button,.site-share-icon,.site-share-label{animation:none}}
@media(max-width:620px){.cookie-banner{align-items:stretch;flex-direction:column}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:620px){.product-page{padding:18px 0}.product-page article{padding:26px 20px}.product-brand{margin-bottom:22px}.product-brand img{width:44px;height:44px}.product-brand strong{font-size:1.25rem}.product-page .product-topline{align-items:flex-start;flex-direction:column}.product-page h1,.product-summary h1{font-size:2rem;line-height:1.08}.product-page .affiliate-button{width:100%;text-align:center}.product-gallery{display:flex;flex-direction:column}.product-thumbs{order:2;flex-direction:row;overflow-x:auto;padding-bottom:4px}.product-thumb{flex:0 0 64px;width:64px;height:64px}.product-stage{min-height:310px}.product-main-image{height:310px}.product-description,.product-specifications{margin-top:30px;padding-top:24px}.product-specifications th,.product-specifications td{padding:12px 10px}.purchase-info{padding:16px}}
@media(max-width:620px){.seo-category-grid,.category-product-grid{grid-template-columns:1fr}.seo-category-grid a{min-height:0}.category-page article{width:min(100% - 24px,1120px)}.category-intro h1{font-size:2rem}.category-product-card img{height:230px}}
@media(max-width:620px){.editorial-trust{padding:46px 0}.editorial-trust-grid,.related-product-grid,.category-guide ul{grid-template-columns:1fr}.category-guide{padding:22px 18px}.related-product-card{grid-template-columns:66px 1fr}.related-product-card img{width:66px;height:66px}}
@media(max-width:900px){.buying-guide-grid{grid-auto-columns:calc((100% - 16px)/2);grid-template-columns:none}.buying-guide-prev{left:4px}.buying-guide-next{right:4px}.guide-product-card ul{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.guide-hero{grid-template-columns:1fr}.guide-hero aside{min-height:180px}.guide-comparison th,.guide-comparison td{min-width:190px}.guide-share-panel{align-items:flex-start;flex-direction:column}.guide-share-panel button{width:100%}}
@media(max-width:900px){.flyer-product-grid{grid-auto-columns:100%;grid-template-columns:none}.flyer-product-card{min-height:0;grid-template-columns:1fr}.flyer-product-image{min-height:0;height:280px}.flyer-product-image img{max-height:260px}.flyer-product-copy{justify-content:flex-start}.flyer-header,.flyer-footer{align-items:stretch;flex-direction:column}.flyer-header button,.flyer-footer button{width:100%}.flyer-prev{left:4px}.flyer-next{right:4px}}
@media(max-width:900px){.flyer-directory>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.buying-guides{padding-top:28px}.buying-guide-grid{grid-auto-columns:100%;grid-template-columns:none;scrollbar-width:none}.buying-guide-grid::-webkit-scrollbar{display:none}.buying-guide-grid a{min-height:0}.guide-page article{width:min(100% - 24px,1120px)}.guide-product-card{grid-template-columns:1fr;padding:18px}.guide-rank{top:14px;left:14px}.guide-product-card img{width:100%;height:220px}.guide-product-card ul{grid-template-columns:1fr}.guide-actions{display:grid;grid-template-columns:1fr}.guide-actions a{width:100%}}
@media(max-width:620px){.flyer-page{padding:10px}.flyer-sheet{padding:12px;border-radius:14px}.flyer-header{padding:18px}.flyer-header h1{font-size:2.15rem}.flyer-product-grid{gap:12px}.flyer-product-image{height:240px}.flyer-product-image img{max-height:220px}.flyer-buy-corner{right:10px;top:10px}.flyer-rank{left:10px;top:10px}.flyer-product-copy strong{font-size:1.75rem}}
@media(max-width:620px){.flyer-directory{padding:16px 12px}.flyer-directory>div{grid-template-columns:1fr}}
@media(max-width:620px){.guide-hero{padding:22px 18px}.guide-hero h1{font-size:2.35rem}.guide-hero-actions{display:grid;grid-template-columns:1fr}.guide-hero-actions button,.guide-hero-actions a{width:100%;justify-content:center;text-align:center}.guide-product-card .guide-spec-list ul{grid-template-columns:1fr}.guide-comparison{padding:20px 14px}.guide-comparison .spec-table-wrap{margin-inline:-4px}.guide-share-panel{padding:22px 18px}}
@media(max-width:900px){.comparison-promise-grid{grid-template-columns:1fr}}
@media(max-width:900px){.search-intent-heading{grid-template-columns:1fr;gap:8px}.search-intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.comparison-promise{padding-top:24px}.comparison-promise-grid{gap:20px}.comparison-promise h1{font-size:2.55rem;line-height:1}.comparison-description{font-size:1.02rem;line-height:1.48}.store-status{grid-template-columns:1fr}.store-status>*{min-height:0}.best-shelf{padding:18px}.best-shelf-heading{align-items:flex-start;flex-direction:column;gap:8px}.best-product-card{grid-template-columns:34px 78px 1fr;gap:10px}.best-product-card img{width:78px;height:86px}.best-product-card h3{font-size:.92rem}.best-product-actions{display:grid;grid-template-columns:1fr}.best-product-actions button{width:100%}}
@media(max-width:620px){.search-intent{padding-top:26px}.search-intent-heading h2{font-size:1.9rem}.search-intent-grid{grid-template-columns:1fr}.search-intent-grid a{min-height:0}}
@media(max-width:620px){.best-product-list{scrollbar-width:none}.best-product-list::-webkit-scrollbar{display:none}.best-product-card{flex:0 0 100%}}
@media(max-width:620px){.comparison-actions{align-items:stretch;flex-direction:column}.comparison-actions a{text-align:center}}
@media(max-width:620px){.comparison-title{align-items:flex-start;flex-direction:column;gap:6px}.comparison-row{grid-template-columns:1fr}.comparison-row p{font-size:1.45rem}.comparison-row a{width:100%}.store-comparison{padding:20px 16px}}
@media(max-width:620px){.local-market{padding:42px 0}.local-market-heading{align-items:flex-start;flex-direction:column;gap:18px}.local-market-heading h2{font-size:2.2rem}.local-market-grid article{min-height:0}.local-market-partner{align-items:stretch;flex-direction:column}.local-market-partner a{text-align:center}}
@media(max-width:620px){.local-showcase-heading{align-items:flex-start;flex-direction:column;gap:12px}.local-products-showcase{padding:18px}.local-products-grid{grid-template-columns:1fr}}
@media(max-width:620px){.local-business-track,.local-products-carousel .local-products-grid{grid-auto-columns:100%;grid-template-columns:none;scrollbar-width:none}.local-business-track::-webkit-scrollbar,.local-products-carousel .local-products-grid::-webkit-scrollbar{display:none}.local-products-carousel .local-products-empty{width:100%}.local-business-track button,.local-business-empty{min-height:96px}.local-carousel-nav{width:38px;height:38px}.local-products-showcase{border-radius:14px}}
@media(max-width:620px){.local-nav-menu{position:static;flex:0 0 auto}.local-nav-panel{position:fixed;top:12px;right:12px;left:12px;width:auto;max-height:calc(100vh - 24px);grid-template-columns:1fr;overflow-y:auto;transform:none}.local-nav-panel:before{display:none}.local-nav-panel a{padding:13px 14px}.local-category-accordion summary{min-height:76px}.local-market-partner{align-items:stretch;flex-direction:column}.local-market-partner a{text-align:center}}

/* Full-width product information and intelligent recommendations */
.product-page article{width:min(1240px,calc(100% - 34px))}
.product-info-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;margin-top:42px}
.product-info-grid .product-description,.product-info-grid .product-specifications{min-width:0;margin:0;padding:28px;border:1px solid #e1e7eb;border-radius:18px;background:#fff}
.product-info-grid .product-description{background:linear-gradient(145deg,#f7fbff,#fff)}
.product-info-grid .product-description h2,.product-info-grid .product-specifications h2{margin:6px 0 18px}
.product-info-grid .product-description p:last-child{font-size:1.04rem;line-height:1.85}
.product-info-grid .eyebrow,.related-products>.eyebrow{margin:0;color:var(--green)}
.product-info-grid .spec-table-wrap{border:1px solid #edf0f2;border-radius:12px}
.product-info-grid .product-specifications th,.product-info-grid .product-specifications td{padding:13px 14px}
.product-info-grid .product-specifications tr:last-child th,.product-info-grid .product-specifications tr:last-child td{border-bottom:0}
.related-products{margin-top:42px;padding-top:34px}
.related-products h2{margin:7px 0 22px}
.related-product-grid{gap:18px}
.related-product-card{grid-template-columns:112px minmax(0,1fr);gap:16px;min-height:154px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.related-product-card:hover{transform:translateY(-3px);border-color:#98cdb1;box-shadow:0 14px 28px rgba(15,23,42,.11)}
.related-product-card img{width:112px;height:120px}
.related-product-card span{min-width:0}
.related-product-card small{color:var(--green);font-weight:800}
.related-product-card strong{font-size:.98rem;line-height:1.3}
.related-product-card b{font-size:1.08rem}
.related-product-card em{color:var(--blue);font-size:.82rem;font-style:normal;font-weight:800}
@media(max-width:900px){.product-info-grid{grid-template-columns:1fr}.related-product-grid{grid-template-columns:1fr}}
@media(max-width:620px){.product-info-grid{gap:16px;margin-top:30px}.product-info-grid .product-description,.product-info-grid .product-specifications{margin:0;padding:22px 18px}.related-product-card{grid-template-columns:92px minmax(0,1fr);min-height:130px}.related-product-card img{width:92px;height:98px}}

/* Compact home organization: two rotating showcases and professional sectors */
.play-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.professional-sector-accordion details>div{min-height:106px}
.professional-sector-accordion details[open]{background:rgba(255,255,255,.14)}
.professional-sector-accordion summary span{font-size:1.06rem}
.professional-sector-accordion details>div strong{display:inline-block;padding:6px 9px;border:1px solid rgba(255,255,255,.25);border-radius:999px}
.sector-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.sector-product-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:13px;color:var(--ink);background:#fff;text-decoration:none}.sector-product-card img{width:78px;height:78px;object-fit:contain;border-radius:9px;background:#f8fafc}.sector-product-card span{display:flex;min-width:0;flex-direction:column;gap:3px}.sector-product-card small{color:#667085;font-size:.62rem;font-weight:800;text-transform:uppercase}.sector-product-card strong{display:block!important;padding:0!important;border:0!important;color:var(--ink)!important;font-size:.78rem!important;letter-spacing:0!important;line-height:1.25}.sector-product-card b{color:#08762e;font-size:.94rem}.sector-product-card em{color:#006cff;font-size:.68rem;font-style:normal;font-weight:800}
@media(max-width:620px){.sector-product-grid{grid-template-columns:1fr}}
@media(max-width:900px){.play-grid{grid-template-columns:1fr}}

/* Secure expanded catalog: discovery first, purchase only after destination validation */
.expanded-catalog{margin-top:44px;padding:30px;border:1px solid #d9e4e9;border-radius:22px;background:linear-gradient(145deg,#f3fbf7,#f5f9ff);box-shadow:0 12px 32px rgba(15,23,42,.07)}
.expanded-catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.expanded-catalog-heading small{color:var(--green);font-weight:900;letter-spacing:1px}.expanded-catalog-heading h2{margin:6px 0 0;font-size:1.8rem}.expanded-catalog-heading p{margin:0;color:#526071;font-size:.88rem}.expanded-catalog-note{max-width:850px;margin:15px 0 22px;color:#526071;font-size:.84rem;line-height:1.6}
.expanded-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.expanded-product-card{display:grid;grid-template-columns:120px minmax(0,1fr);gap:15px;min-width:0;padding:15px;border:1px solid #e0e7eb;border-radius:17px;background:#fff;box-shadow:0 7px 18px rgba(15,23,42,.06)}.expanded-product-image{display:grid;min-height:126px;place-items:center;border-radius:12px;background:#f8fafc;overflow:hidden}.expanded-product-image img{width:100%;height:126px;object-fit:contain}.expanded-product-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.expanded-product-copy small{color:var(--green);font-size:.59rem;font-weight:900;line-height:1.35}.expanded-product-copy h3{display:-webkit-box;margin:7px 0;font-size:.88rem;line-height:1.3;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.expanded-product-copy strong{font-size:1.08rem}.expanded-product-copy p{margin:5px 0 10px;color:#667085;font-size:.7rem;line-height:1.4}.expanded-product-copy button{margin-top:auto;padding:9px 11px;border:0;border-radius:9px;color:#fff;background:var(--blue);font-size:.72rem;font-weight:800}.expanded-product-copy button:disabled{color:#21633d;background:#dff5e8}
.expanded-catalog-loading{grid-column:1/-1;display:flex;justify-content:center;gap:9px;padding:35px}.expanded-catalog-loading span{width:11px;height:11px;border-radius:50%;background:var(--green);animation:catalog-pulse .9s infinite alternate}.expanded-catalog-loading span:nth-child(2){animation-delay:.2s}.expanded-catalog-loading span:nth-child(3){animation-delay:.4s}.expanded-catalog-empty{grid-column:1/-1;padding:24px;border:1px dashed #bfd5c9;border-radius:14px;text-align:center;background:#fff}.expanded-catalog-empty p{margin:7px 0 0;color:#667085}@keyframes catalog-pulse{to{opacity:.25;transform:translateY(-5px)}}
@media(max-width:1000px){.expanded-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.expanded-catalog{margin-top:30px;padding:20px 15px}.expanded-catalog-heading{align-items:flex-start;flex-direction:column;gap:7px}.expanded-catalog-heading h2{font-size:1.45rem}.expanded-catalog-grid{grid-template-columns:1fr}.expanded-product-card{grid-template-columns:104px minmax(0,1fr)}.expanded-product-image,.expanded-product-image img{height:112px;min-height:112px}}
.local-coming-card{display:grid;gap:8px;min-height:120px;padding:22px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.1)}.local-coming-card strong{font-size:1.1rem}.local-coming-card span{color:#e5fff0;font-size:.9rem;line-height:1.5}

.comparison-promise-grid{grid-template-columns:minmax(0,1fr)}
.comparison-promise h1{max-width:1050px}

/* Full business artwork inside the continuously moving advertising ribbon */
.house-promo-group{align-items:center}
.house-promo-card--banner{width:auto;height:220px;min-height:0;padding:0;border-color:#d8a66a;background:#fff}
.house-promo-card--banner .house-promo-banner{width:auto;height:100%;max-width:none;max-height:none;flex:0 0 auto;object-fit:contain;border:0;border-radius:13px;background:#fff}
@media(max-width:620px){.house-promo-card--banner{width:92vw;height:auto;padding:0}.house-promo-card--banner .house-promo-banner{width:100%;height:auto;max-height:none;flex-basis:auto;border:0}}

/* Mercado Local: identidade fixa por 1 minuto + mídia rotativa a cada 5 segundos */
.local-company-stage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;margin-top:28px;overflow:hidden;border:1px solid rgba(255,255,255,.35);border-radius:24px;background:#fff;box-shadow:0 20px 48px rgba(0,0,0,.2)}
.local-company-brand{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:30px;color:var(--ink);background:linear-gradient(145deg,#fff,#f5f8f7)}
.local-company-brand>small{color:var(--green);font-size:.68rem;font-weight:900;letter-spacing:1.5px}
.local-company-brand>img{width:100%;max-height:180px;margin:18px 0;object-fit:contain;border-radius:14px;background:#fff}
.local-market-heading{display:block;text-align:center}.local-market-heading h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-1.5px}.local-market-heading>strong{display:block;margin-top:10px;color:#fff;font-size:clamp(1rem,2vw,1.35rem)}.local-market-heading>p{margin:7px 0 0;color:#dfffee;font-size:.92rem}.local-company-brand--logo{padding:0;background:#ead0d0}.local-company-brand--logo>img{width:100%;height:auto;max-height:none;aspect-ratio:16/9;margin:0;object-fit:cover;object-position:center;border-radius:0;background:#ead0d0}
.local-company-brand h3{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.05}
.local-company-brand>p{margin:12px 0 22px;color:#5c6878;font-size:.9rem;line-height:1.55}
.local-company-timing{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.local-company-timing span{padding:8px 10px;border-radius:999px;color:#176139;background:#e8f8ef;font-size:.67rem;font-weight:900}
.local-company-media{position:relative;min-width:0;background:#ead0d0}.local-company-media-frame{display:grid;width:100%;height:auto;aspect-ratio:16/9;place-items:center;overflow:hidden}.local-company-media-frame>img,.local-company-media-frame>video{display:block;width:100%;height:100%;object-fit:cover;background:#ead0d0}.local-company-media-frame>video{object-fit:contain}.local-media-empty{display:flex;align-items:center;flex-direction:column;gap:8px;color:#542d35}.local-media-empty span{color:#76535a;font-size:.85rem}
.local-media-nav{display:none}.local-media-prev{left:16px}.local-media-next{right:16px}
.local-company-media-dots{position:absolute;z-index:3;right:0;bottom:16px;left:0;display:flex;justify-content:center;gap:7px}.local-company-media-dots button{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:rgba(255,255,255,.4)}.local-company-media-dots button.active{width:26px;border-radius:999px;background:#fff}
.local-business-switcher{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;margin-top:16px}.local-business-switcher>button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:#fff;background:rgba(0,0,0,.2);font-size:1.55rem}.local-business-switcher .local-business-track{display:flex;gap:10px;overflow-x:auto;padding:0;scrollbar-width:none}.local-business-switcher .local-business-track::-webkit-scrollbar{display:none}.local-business-switcher .local-business-track button{display:flex;width:auto;min-height:0;flex:1 0 180px;flex-direction:column;align-items:flex-start;gap:3px;padding:11px 14px;border-radius:12px}.local-business-switcher .local-business-track button strong{margin:0;font-size:.9rem}.local-business-switcher .local-business-track button small{font-size:.58rem}
@media(max-width:800px){.local-company-brand:not(.local-company-brand--logo){padding:24px}.local-company-brand:not(.local-company-brand--logo)>img{max-height:140px}}
@media(max-width:620px){.local-company-stage{min-height:0;border-radius:17px}.local-company-brand{padding:20px}.local-company-brand>img{max-height:115px;margin:14px 0}.local-company-brand>p{margin-bottom:16px}.local-media-nav{width:38px;height:38px}.local-media-prev{left:9px}.local-media-next{right:9px}.local-business-switcher{grid-template-columns:38px minmax(0,1fr) 38px}.local-business-switcher>button{width:38px;height:38px}}
@media(max-width:620px){.local-company-stage{grid-template-columns:1fr}.local-company-brand--logo>img{height:auto;max-height:none;margin:0}}

/* Rosy product carousel: full-product imagery with automatic and manual movement */
.local-product-carousel{position:relative;margin-top:22px}.local-product-slots{display:grid;grid-auto-columns:calc((100% - 32px)/3);grid-auto-flow:column;grid-template-columns:none;gap:16px;overflow-x:auto;padding:4px 3px 18px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin}.local-product-slot{min-width:0;overflow:hidden;border-radius:18px;color:var(--ink);background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.16);scroll-snap-align:start;transition:transform .22s ease,box-shadow .22s ease}.local-product-slot:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(0,0,0,.2)}.local-product-slot-image{display:grid;height:300px;place-items:center;overflow:hidden;border-bottom:1px solid #edf0f2;background:linear-gradient(145deg,#fff8fa,#f4f6f7)}.local-product-slot-image img{display:block;width:100%;height:100%;padding:8px;object-fit:contain}.local-product-slot-image span{display:grid;width:112px;height:112px;place-items:center;border:2px dashed #c7d0d5;border-radius:18px;color:#7b8791;font-size:.72rem;font-weight:800;text-align:center}.local-product-slot-copy{display:flex;min-height:250px;flex-direction:column;align-items:flex-start;padding:18px}.local-product-slot-copy small{color:var(--green);font-size:.63rem;font-weight:900;letter-spacing:1px}.local-product-slot-copy h3{margin:7px 0 10px;font-size:1.05rem}.local-product-slot-copy strong{font-size:1.22rem}.local-product-slot-copy p{margin:8px 0 16px;color:#667085;font-size:.78rem;line-height:1.45}.local-product-slot-copy a{display:block;width:100%;margin-top:auto;padding:12px;border-radius:10px;color:#fff;background:#128c4a;text-align:center;text-decoration:none;font-weight:900}.local-product-slot-copy a:hover{background:#0d713b}.local-product-carousel-nav{position:absolute;z-index:4;top:150px;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;color:#fff;background:#111827;font-size:1.8rem;line-height:1;box-shadow:0 8px 20px rgba(15,23,42,.28);transform:translateY(-50%)}.local-product-carousel-prev{left:-14px}.local-product-carousel-next{right:-14px}
@media(max-width:800px){.local-product-slots{grid-auto-columns:calc((100% - 10px)/2);gap:10px}.local-product-slot-image{height:270px}.local-product-slot-copy{min-height:225px;padding:14px}.local-product-slot-copy strong{font-size:1.3rem}.local-product-carousel-prev{left:5px}.local-product-carousel-next{right:5px}}
@media(max-width:620px){.local-product-slots{grid-auto-columns:100%;gap:12px;scrollbar-width:none}.local-product-slots::-webkit-scrollbar{display:none}.local-product-slot{display:block}.local-product-slot-image{height:340px;min-height:0;border-right:0;border-bottom:1px solid #edf0f2}.local-product-slot-image img{padding:10px}.local-product-slot-copy{min-height:235px}.local-product-carousel-nav{top:170px;width:40px;height:40px}.local-product-carousel-prev{left:8px}.local-product-carousel-next{right:8px}}

/* Automatically moving product offers below the local advertiser carousel */
.market-videos{padding:38px 0 16px}.market-video-carousel{position:relative;margin-top:18px}.market-video-track{display:grid;grid-auto-columns:calc((100% - 32px)/3);grid-auto-flow:column;grid-template-columns:none;gap:16px;overflow-x:auto;padding:3px 3px 18px;cursor:grab;touch-action:pan-x;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin}.market-video-track:active{cursor:grabbing}.market-video-card{min-width:0;overflow:hidden;border:1px solid #dce4e9;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.1);scroll-snap-align:start}.market-video-card video{display:block;width:100%;height:310px;object-fit:cover;background:#0f172a}.market-video-card>div{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;padding:18px}.market-video-card small{color:var(--green);font-size:.64rem;font-weight:900;letter-spacing:1.2px}.market-video-card h3{margin:8px 0 10px;font-size:1.08rem;line-height:1.25}.market-video-card strong{font-size:1.25rem}.market-video-card a{display:block;width:100%;margin-top:auto;padding:12px;border-radius:10px;color:#fff;background:var(--blue);text-align:center;text-decoration:none;font-weight:900}
@media(max-width:900px){.market-video-track{grid-auto-columns:calc((100% - 16px)/2)}}
@media(max-width:620px){.market-videos{padding-top:30px}.market-video-track{grid-auto-columns:100%;gap:12px;scrollbar-width:none}.market-video-track::-webkit-scrollbar{display:none}.market-video-card video{height:420px;object-fit:cover}.market-video-card>div{min-height:175px}}

/* Touch-first carousels: automatic movement without black navigation arrows */
.headline-products{padding-inline:0}.headline-product-viewport{touch-action:pan-y}.headline-product-nav,.local-product-carousel-nav{display:none!important}.local-product-slots{cursor:grab;touch-action:pan-x}.local-product-slots:active{cursor:grabbing}

/* Rosy: individual product preview before contacting the owner */
.local-product-slot-image{width:100%;border:0;padding:0;cursor:zoom-in}.rosy-view-button{display:block;width:100%;margin-top:auto;padding:12px;border:1px solid #a51b57;border-radius:10px;color:#a51b57;background:#fff;font-weight:900}.rosy-view-button:hover{color:#fff;background:#a51b57}.local-product-slot-copy>a{margin-top:8px}#rosy-product-dialog{max-height:calc(100vh - 24px);overflow:auto}.rosy-dialog-layout>img{object-fit:contain;background:linear-gradient(145deg,#fff8fa,#f4f6f7)}.rosy-dialog-copy>strong{display:block;margin:8px 0 18px;color:#a51b57;font-size:1.45rem}.rosy-payment-info{margin:20px 0;padding:16px;border:1px solid #ead0dc;border-radius:14px;background:#fff7fa}.rosy-payment-info h3{margin:0 0 7px;font-size:1rem}.rosy-payment-info p{margin:0;font-size:.86rem}.rosy-dialog-whatsapp{display:block;padding:15px 18px;border-radius:11px;color:#fff;background:#128c4a;text-align:center;text-decoration:none;font-weight:900}.rosy-dialog-whatsapp:hover{background:#0d713b}
.rosy-whatsapp-number{display:block;margin-top:7px;color:#176139!important;font-size:.78rem!important;font-weight:900;letter-spacing:.2px}.local-product-slot-copy .rosy-card-whatsapp{display:block;width:100%;margin-top:auto;padding:13px 12px;border-radius:10px;color:#fff;background:#128c4a;text-align:center;text-decoration:none;font-weight:900}.local-product-slot-copy .rosy-card-whatsapp:hover{background:#0d713b}.local-product-slot-copy .rosy-card-whatsapp+.rosy-view-button{margin-top:8px}
@media(max-width:620px){#rosy-product-dialog .rosy-dialog-layout{grid-template-columns:1fr}#rosy-product-dialog .rosy-dialog-layout>img{height:390px;min-height:0}#rosy-product-dialog .rosy-dialog-copy{padding:28px 20px 24px}}
.content-review-note{margin-top:18px;padding-top:14px;border-top:1px solid #e2e8ec;color:#667085;font-size:.78rem;line-height:1.5}.content-review-note a{color:var(--green);font-weight:800}
@media(max-width:620px){.headline-products{padding-inline:0}}

/* June 2026 conversion pass: compact navigation, clearer actions and shorter mobile flow */
@keyframes header-brand-colors{0%,100%{color:#fff}30%{color:#fff59d}60%{color:#d9fff0}82%{color:#fff}}
@keyframes wave-letter-wide{0%,100%{transform:translateY(0) scaleX(1.06)}50%{transform:translateY(-.18em) scaleX(1.06)}}
.site-header .brand{letter-spacing:-.4px}
.site-header .brand .wavy-letter{margin-inline:.012em;font-size:.66em;animation-name:wave-letter-wide,header-brand-colors;-webkit-text-stroke:1.25px rgba(0,0,0,.5);text-shadow:0 2px 7px rgba(0,0,0,.62)}
.site-header .brand-domain{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.5)}
.product-brand{width:100%;min-height:92px;padding:12px 18px;border-radius:18px;color:#fff!important;background:linear-gradient(105deg,#00a83d 0 38%,#00a685 54%,#006cff 78% 100%);box-shadow:0 10px 24px rgba(15,23,42,.14)}
.product-brand img{width:76px;height:68px;border:3px solid rgba(255,255,255,.88);background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.product-brand strong{font-size:2.6rem;letter-spacing:-.7px;white-space:nowrap}
.product-brand .wavy-letter{margin-inline:.012em;animation-name:wave-letter-wide,header-brand-colors;-webkit-text-stroke:1.25px rgba(0,0,0,.5);text-shadow:0 2px 7px rgba(0,0,0,.62)}
.product-brand span{color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.52)}
.product-brand-message{position:relative;display:flex!important;min-width:205px;align-self:stretch;flex:1;flex-direction:column;justify-content:center;margin-left:auto;padding:5px 4px 5px 22px;border-left:3px solid var(--yellow);font-size:1rem!important;letter-spacing:0!important;line-height:1.08;text-transform:none}
.product-brand-message:after{position:absolute;right:0;top:50%;content:"✦";color:var(--yellow);font-size:1.7rem;text-shadow:0 0 14px rgba(255,229,0,.7);transform:translateY(-50%);animation:brand-spark 2.2s ease-in-out infinite}
.product-brand-message b{color:#fff;font-size:1rem;letter-spacing:.1px}
.product-brand-message small{display:block;margin-top:7px;padding-right:28px;color:var(--yellow);font-size:.6rem;font-weight:900;letter-spacing:1px;line-height:1.25}
@keyframes brand-spark{0%,100%{opacity:.55;transform:translateY(-50%) scale(.85) rotate(0)}50%{opacity:1;transform:translateY(-50%) scale(1.18) rotate(18deg)}}
.local-advertise-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:13px 20px;border:2px solid rgba(255,255,255,.9);border-radius:999px;color:#10213b;background:var(--yellow);box-shadow:0 10px 24px rgba(0,0,0,.18);text-decoration:none;font-weight:900}
.local-advertise-cta:hover{transform:translateY(-2px);background:#fff59d}
.section-more-button{display:none;margin:18px auto 0;padding:12px 18px;border:1px solid #aac6b7;border-radius:999px;color:#176139;background:#fff;font-weight:900}

@media(max-width:620px){
  .header-main{gap:10px;padding-block:12px}
  .brand{gap:8px;font-size:clamp(2.15rem,11vw,3.25rem)}
  .brand .wavy-letter{font-size:.72em}
  .brand img{width:64px;height:50px}
  .header-video{height:122px}
  .search-wrap{padding-inline:14px}
  .search-wrap input{height:42px}
  .comparison-promise{padding-top:18px}
  .comparison-promise h1{font-size:2.25rem}
  .seo-categories{padding-top:30px}
  .seo-category-grid.is-collapsed a:nth-child(n+5){display:none}
  .section-more-button{display:block}
  .editorial-trust{padding:34px 0}
  .editorial-trust-grid{display:flex;gap:14px;overflow-x:auto;margin-top:20px;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .editorial-trust-grid::-webkit-scrollbar{display:none}
  .editorial-trust-grid article{flex:0 0 86%;scroll-snap-align:start}
  .market-video-card video{height:300px;object-fit:contain}
  .market-video-card>div{min-height:160px}
  .product-page{padding:10px 0}
  .product-page article{padding:18px 15px}
  .product-brand{min-height:78px;margin-bottom:16px;padding:10px 12px}
  .product-brand img{width:62px;height:56px}
  .product-brand strong{font-size:clamp(2.05rem,8.8vw,2.6rem);letter-spacing:-.5px}
  .product-brand-message{min-width:135px;padding-left:13px;font-size:.8rem!important}
  .product-brand-message b{font-size:.78rem}
  .product-brand-message small{margin-top:5px;padding-right:18px;font-size:.47rem;letter-spacing:.65px}
  .product-brand-message:after{font-size:1.25rem}
  .product-page .product-topline{gap:8px;margin-bottom:14px}
  .product-page h1,.product-summary h1{font-size:1.7rem}
  .product-gallery{gap:8px}
  .product-stage{min-height:245px}
  .product-main-image{height:245px}
  .product-thumbs:has(.product-thumb:only-child){display:none}
  .product-thumbs{gap:7px}
  .product-thumb{flex-basis:56px;width:56px;height:56px}
  .product-layout{gap:20px}
  .product-summary>p{margin-block:8px}
  .product-highlights{margin-block:12px}
  .delivery-box{margin:12px 0}
}
@media(max-width:460px){
  .product-brand{height:auto;flex-wrap:wrap;padding:10px 12px 9px}
  .product-brand-message{width:100%;min-width:0;min-height:40px;flex:0 0 100%;margin:3px 0 0;padding:7px 28px 1px 3px;border-top:2px solid var(--yellow);border-left:0}
  .product-brand-message b{font-size:.72rem;line-height:1.05}
  .product-brand-message small{margin-top:4px;font-size:.45rem}
}

/* Search is offered only after a visitor selects a product. */
.site-header #search-form{display:none}
.site-header .header-main{grid-template-columns:minmax(0,1fr) 170px}
.store-search-gateway{margin-top:24px;padding:20px;border:1px solid #bdd9ca;border-radius:18px;background:linear-gradient(145deg,#effbf4,#f4f8ff);box-shadow:0 8px 20px rgba(15,23,42,.07)}
.store-search-gateway>small{color:var(--green);font-size:.63rem;font-weight:900;letter-spacing:1.1px}
.store-search-gateway h2{margin:7px 0 8px;font-size:1.18rem}
.store-search-gateway>p{margin:0 0 14px;color:#526071;font-size:.84rem;line-height:1.5}
.store-search-gateway form>div{display:flex;align-items:center;overflow:hidden;border:2px solid #a9cfbb;border-radius:999px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.07)}
.store-search-gateway input{width:100%;height:46px;padding:0 16px;border:0;outline:0;background:transparent}
.store-search-gateway button{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;margin-right:2px;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--green),var(--blue));font-size:1.05rem}
.store-search-gateway output{display:block;min-height:18px;margin-top:9px;color:#176139;font-size:.74rem;font-weight:800}
.store-search-gateway .store-search-disclosure{margin:7px 0 0;color:#667085;font-size:.68rem}
@media(max-width:900px){.site-header .header-main{grid-template-columns:minmax(0,1fr) 150px}}
@media(max-width:620px){.site-header .header-main{grid-template-columns:1fr}.store-search-gateway{padding:17px 14px}.store-search-gateway input{font-size:.85rem}}
