:root{--yellow:#f4c400;--yellow-dark:#c99e00;--ink:#111317;--ink-soft:#242932;--bg:#f4f5f7;--surface:#fff;--text:#1f2530;--muted:#667085;--good:#178746;--danger:#c92a2a;--radius:14px;--max:1440px;--font-heading:Arial Black, Arial, sans-serif;--font-body:Inter, Arial, sans-serif;--line:#e0e3e8;font-family:var(--font-body);color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);margin:0;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{background:var(--ink);color:#fff;z-index:20;position:sticky;top:0;box-shadow:0 4px 20px #0002}.header-row{align-items:center;gap:22px;height:76px;display:flex}.logo{font-family:var(--font-heading);align-items:center;gap:11px;font-weight:900;display:flex}.logo img{object-fit:contain;background:#fff;border-radius:50%;width:52px;height:52px}.logo small{color:#c5cad2;font-family:Arial,sans-serif;font-weight:400;display:block}.main-nav{gap:18px;margin-left:auto;font-weight:700;display:flex}.main-nav a:hover{color:var(--yellow)}.search-link{background:var(--yellow);color:var(--ink);border-radius:9px;padding:10px 16px;font-weight:900}.hero{color:#fff;border-bottom:5px solid var(--yellow);background:radial-gradient(circle at 80% 10%,#4c4f24 0,#0000 28%),linear-gradient(125deg,#111317 0%,#242932 72%,#343923 100%);padding:42px 0 38px}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:30px;display:grid}.eyebrow{color:var(--yellow);text-transform:uppercase;letter-spacing:.08em;font-weight:900}.hero h1{font-family:var(--font-heading);max-width:920px;margin:8px 0 14px;font-size:clamp(34px,5vw,62px);line-height:1.02}.hero p{color:#d2d6dd;max-width:760px;font-size:18px}.hero-search{background:#fff;border-radius:13px;max-width:720px;padding:7px;display:flex}.hero-search input{border:0;outline:0;flex:1;min-width:0;padding:10px}.hero-search button{background:var(--yellow);cursor:pointer;border:0;border-radius:9px;padding:10px 18px;font-weight:900}.hero-seal{width:min(280px,100%);color:var(--ink);text-align:center;background:#fff;border-radius:22px;justify-self:end;place-items:center;gap:12px;padding:22px;display:grid;box-shadow:0 20px 50px #0005}.hero-seal img{object-fit:contain;border-radius:50%;width:150px;height:150px}.hero-seal strong{font-size:19px}.trust-line{color:#fff;flex-wrap:wrap;gap:20px;margin-top:15px;font-size:14px;font-weight:700;display:flex}.section{padding:38px 0}.deals{background:#f2f3f5}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.section-head h2,.page-title{font-family:var(--font-heading);margin:0;font-size:clamp(25px,3vw,38px)}.section-head p{color:var(--muted);margin:4px 0}.section-kicker{color:#6b5a00;letter-spacing:.08em;font-size:12px;font-weight:900}.category-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.category-card{background:var(--surface);border:1px solid var(--line);border-left:6px solid var(--yellow);border-radius:12px;padding:17px;transition:all .2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #15192216}.category-card strong{font-size:17px;display:block}.category-card span{color:var(--muted);font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;min-width:0;transition:all .2s;display:flex;overflow:hidden}.product-card:hover{border-color:#c9cdd4;transform:translateY(-3px);box-shadow:0 10px 30px #10131a18}.product-image{aspect-ratio:1;background:#fff;place-items:center;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:8px}.product-badge{background:var(--yellow);color:var(--ink);border-radius:20px;padding:4px 8px;font-size:11px;font-weight:900;position:absolute;top:9px;left:9px}.product-content{flex-direction:column;flex:1;gap:8px;padding:13px;display:flex}.product-category{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.product-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.rating{color:#765f00;font-size:12px}.price{font-family:var(--font-heading);margin-top:auto;font-size:22px}.old-price{color:var(--muted);font-size:12px;text-decoration:line-through}.card-actions{grid-template-columns:1fr;gap:6px;display:grid}.button{background:var(--yellow);color:var(--ink);border:1px solid var(--yellow-dark);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-height:44px;padding:10px 12px;font-weight:900;display:inline-flex}.button.secondary{border-color:var(--line);background:#fff}.breadcrumb{color:var(--muted);padding:18px 0;font-size:13px}.category-intro{border:1px solid var(--line);background:#fff;border-radius:14px;margin:18px 0;padding:20px}.product-page{grid-template-columns:minmax(300px,1fr) minmax(320px,.9fr);gap:34px;padding:24px 0 44px;display:grid}.product-gallery{border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px}.product-gallery img{aspect-ratio:1;object-fit:contain;width:100%}.product-info{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px}.product-info h1{font-family:var(--font-heading);margin:0 0 12px;line-height:1.15}.product-info .price{font-size:36px}.seller{color:var(--muted)}.affiliate-note{color:var(--muted);background:#f3f4f6;border-radius:9px;padding:10px;font-size:12px}.description{white-space:pre-line;border-top:1px solid var(--line);max-height:350px;padding-top:15px;overflow:auto}.search-page{padding:28px 0 50px}.search-controls{z-index:10;border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1fr 230px 180px;gap:8px;padding:12px;display:grid;position:sticky;top:80px;box-shadow:0 6px 24px #1111}.search-controls input,.search-controls select{border:1px solid var(--line);border-radius:9px;padding:11px}.search-status{color:var(--muted);margin:12px 0}.footer{background:var(--ink);color:#fff;margin-top:40px;padding:36px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:25px;display:grid}.footer p,.footer a{color:#bec4ce}.empty{text-align:center;color:var(--muted);background:#fff;border:1px dashed #bbc1cb;border-radius:14px;padding:40px}@media (width<=850px){.main-nav{display:none}.hero-grid,.product-page{grid-template-columns:1fr}.hero-seal{display:none}.search-controls{grid-template-columns:1fr;top:72px}.footer-grid{grid-template-columns:1fr}.header-row{height:66px}.container{width:min(100% - 20px,var(--max))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-content{padding:10px}.product-title{font-size:14px}.price{font-size:19px}}@media (width<=440px){.container{width:calc(100% - 16px)}.site-header .logo span{font-size:13px}.logo img{width:42px;height:42px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.logo small{display:none}.search-link{padding:8px}.hero{padding:28px 0 26px}.hero h1{font-size:36px}.hero p{font-size:16px}.hero-search{padding:5px}.hero-search button{padding:10px 13px}.trust-line{gap:5px;font-size:12px;display:grid}.section{padding:28px 0}.section-head{align-items:start}.section-head>a{white-space:nowrap;font-size:13px}.product-image img{padding:4px}.product-content{gap:6px}.product-category{font-size:10px}.product-title{-webkit-line-clamp:2}.rating{font-size:11px}.button{padding:9px 7px;font-size:13px}.category-grid{grid-template-columns:1fr 1fr}.category-card{padding:13px}}.header-row,.logo,.logo span,.section-head>div,.product-content,.product-info{min-width:0}.product-category,.price{white-space:nowrap}.product-category{text-overflow:ellipsis;overflow:hidden}.rating{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.breadcrumb,.product-info h1{overflow-wrap:anywhere}.button{text-align:center;line-height:1.2}@media (width<=850px){.header-row{gap:12px}.logo{flex:auto}.search-link{white-space:nowrap;flex:none}.section-head>div{flex:auto}.search-controls{position:static}.product-page{gap:18px;padding-top:12px}.product-gallery,.product-info{padding:16px}.footer{margin-top:28px;padding:28px 0}}@media (width<=560px){.section-head{flex-direction:column;align-items:flex-start;gap:8px}.section-head>a{white-space:nowrap}.hero-search{width:100%}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-badge{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 16px);overflow:hidden}}@media (width<=390px){.site-header .logo span{font-size:12px}.header-row{gap:8px}.search-link{padding:8px 10px}.product-content{padding:9px}.product-title{font-size:13px}.button{white-space:nowrap;padding-inline:6px;font-size:12px}}@media (width<=340px){.product-grid,.category-grid{grid-template-columns:1fr}.site-header .logo span{display:none}}.recommendations{background:linear-gradient(#fff 0%,#f7f8fa 100%)}.product-trust,.detail-trust{flex-wrap:wrap;align-items:center;gap:7px;font-size:12px;display:flex}.product-brand,.detail-trust span{color:#454b55;background:#f3f4f6;border-radius:999px;padding:3px 7px;font-weight:700}.product-content>.seller{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.buy-button{transition:transform .12s,box-shadow .12s;box-shadow:0 4px #b89d00}.buy-button:hover{transform:translateY(-1px);box-shadow:0 5px #a58d00}.buy-button:active{transform:translateY(2px);box-shadow:0 2px #a58d00}.new-tab-note{text-align:center;color:var(--muted);margin-top:2px;font-size:10px;display:block}.listing-page{padding-bottom:48px}.listing-hero{justify-content:space-between;align-items:flex-end;gap:22px;margin:8px 0 22px;display:flex}.listing-hero>div{max-width:850px}.listing-hero p{color:var(--muted);margin:8px 0 0}.trust-summary{border:1px solid var(--line);background:#fff;border-radius:12px;flex-wrap:wrap;gap:10px;margin:0 0 20px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.trust-summary span{padding-right:10px}.category-header{border:1px solid var(--line);background:#fff;border-radius:16px;justify-content:space-between;align-items:flex-end;gap:24px;margin:6px 0 14px;padding:22px;display:flex}.category-header>div:first-child{max-width:850px}.category-header p{color:var(--muted);margin:8px 0 0}.category-stats{grid-template-columns:auto auto;align-items:baseline;gap:2px 8px;min-width:max-content;display:grid}.category-stats strong{font-family:var(--font-heading);font-size:20px}.category-stats span{color:var(--muted);font-size:11px}.category-refine{border:1px solid var(--line);background:#f7f8fa;border-radius:14px;gap:14px;margin-bottom:22px;padding:16px;display:grid}.chip-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.filter-chip:hover{background:#fffce8;border-color:#bda300}.filter-chip span{color:var(--muted);font-weight:500}.category-products-head{margin-top:24px}.detail-trust{margin:8px 0 12px}.saving{color:#236b2d;background:#edf8ee;border-radius:8px;margin:5px 0 12px;padding:5px 8px;font-size:12px;font-weight:800;display:inline-block}.primary-cta{background:#fffbea;border:1px solid #e5cd45;border-radius:14px;gap:6px;margin:14px 0;padding:14px;display:grid}.primary-cta .detail-buy{min-height:54px;font-size:18px}.primary-cta strong{font-size:13px}.primary-cta>span{color:var(--muted);font-size:11px}.gallery-action{text-align:center;color:var(--muted);margin-bottom:0;font-size:12px}.description h2{font-family:var(--font-heading);font-size:20px}.mobile-buy-bar{display:none}.related-section{background:#f7f8fa}.search-controls{grid-template-columns:minmax(220px,1fr) 190px 180px 180px}@media (width<=1050px){.search-controls{grid-template-columns:1fr 1fr}}@media (width<=850px){.listing-hero,.category-header{flex-direction:column;align-items:flex-start}.category-stats{grid-template-columns:auto auto}.search-controls{grid-template-columns:1fr}.product-page{padding-bottom:88px}.mobile-buy-bar{z-index:30;border-top:1px solid var(--line);padding:9px max(10px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:#fff;justify-content:space-between;align-items:center;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #1112}.mobile-buy-bar>div{min-width:0;display:grid}.mobile-buy-bar small{color:var(--muted)}.mobile-buy-bar strong{font-family:var(--font-heading);font-size:18px}.mobile-buy-bar .button{min-width:128px}.footer{padding-bottom:90px}}@media (width<=440px){.category-header{padding:16px}.category-refine{padding:13px}.listing-hero .button{width:100%}.trust-summary{gap:5px;display:grid}.product-trust{gap:4px}.product-brand{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.new-tab-note{font-size:9px}.mobile-buy-bar .button{font-size:13px}.primary-cta .detail-buy{font-size:16px}}.new-tab-note{opacity:0;visibility:hidden;transition:opacity .16s,transform .16s,visibility .16s;transform:translateY(-3px)}.card-actions:hover .new-tab-note,.card-actions:focus-within .new-tab-note{opacity:1;visibility:visible;transform:none}.primary-cta>strong,.primary-cta>span{opacity:0;visibility:hidden;max-height:0;transition:opacity .16s,max-height .16s,visibility .16s;overflow:hidden}.primary-cta:hover>strong,.primary-cta:hover>span,.primary-cta:focus-within>strong,.primary-cta:focus-within>span{opacity:1;visibility:visible;max-height:40px}.product-content>.price,.product-content>div>.price{margin-top:0}.product-content .card-actions{margin-top:auto}.buy-button{white-space:nowrap;padding-inline:9px;font-size:13px}@media (width<=390px){.buy-button{padding-inline:5px;font-size:11.5px}}
