:root{--brand:#df0000;--brand-dark:#b30000;--brand-fg:#fff;--bg:#fff;--fg:#0b0f17;--muted:#6b7280;--surface:#f4f5f7;--border:#e5e7eb;--radius:12px;--max:1470px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}h2.sec{font-size:1.5rem;font-weight:800;margin:0}.muted{color:var(--muted)}.hdr{position:sticky;top:0;z-index:70}.hdr-top{background:var(--brand);color:var(--brand-fg)}.hdr-row{display:flex;align-items:center;gap:16px;padding:10px 20px;max-width:var(--max);margin:0 auto}.hdr-logo img{height:var(--logo-h,40px);width:auto}.hdr-name{font-size:1.3rem;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.searchbar{flex:1;display:flex;align-items:center;background:#fff;border-radius:999px;padding:0 6px 0 8px}.searchbar .ki{display:none;align-items:center;gap:8px;border-right:1px solid var(--border);padding:6px 12px;font-size:.875rem;font-weight:600;color:var(--fg)}@media(min-width:640px){.searchbar .ki{display:flex}}.searchbar input{flex:1;height:44px;border:0;background:transparent;padding:0 16px;font-size:.9rem;outline:none;color:var(--fg)}.searchbar button{height:36px;width:36px;border:0;background:transparent;border-radius:999px;display:grid;place-items:center;color:var(--fg)}.mymarkt{display:none;text-align:right;line-height:1.2}@media(min-width:1024px){.mymarkt{display:block}}.mymarkt b{font-size:.875rem}.mymarkt span{font-size:.75rem;opacity:.9}.icons{display:flex;gap:8px}.icons a,.icons button{position:relative;height:40px;width:40px;border:0;padding:0;border-radius:999px;background:#fff;color:var(--fg);display:grid;place-items:center}.icons svg{width:20px;height:20px}.icons .hdr-searchtoggle{display:none}.icon-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--fg);color:#fff;font-size:11px;font-weight:700;line-height:1;display:grid;place-items:center}.hdr-burger,.navrow-head,.hdr-overlay{display:none}.navrow{display:flex;align-items:center;gap:20px;overflow-x:auto;padding:0 20px 12px;max-width:var(--max);margin:0 auto;font-size:15px;font-weight:700}.navrow a,.navrow span{white-space:nowrap}.menubtn{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.7);border-radius:6px;padding:6px 12px;background:transparent;color:#fff}@media(max-width:899px){.hdr-row{flex-wrap:wrap;gap:8px;padding:10px 12px}.hdr-burger{order:1;display:grid;place-items:center;height:40px;width:40px;border:0;padding:0;background:transparent;color:#fff}.hdr-burger svg{width:24px;height:24px}.hdr-logo{order:2;flex:1;min-width:0;display:flex;justify-content:center}.hdr-logo img{max-height:calc(var(--logo-h,40px) - 12px);height:auto;width:auto;max-width:100%}.hdr-name{font-size:1.05rem;overflow:hidden;text-overflow:ellipsis}.mymarkt{display:none}.icons{order:3;gap:4px}.icons a,.icons button{height:36px;width:36px}.icons .hdr-searchtoggle{display:grid}.icons .hide-mobile{display:none}.searchbar{order:4;flex:0 0 100%;margin-top:8px;display:none}.searchbar[data-open]{display:flex}.searchbar input{height:40px}.navrow{position:fixed;top:0;left:0;bottom:0;z-index:2;width:min(320px,86vw);max-width:none;margin:0;padding:0 0 24px;background:#fff;color:var(--fg);flex-direction:column;align-items:stretch;gap:0;overflow-x:hidden;overflow-y:auto;font-size:1rem;transform:translate(-100%);visibility:hidden;transition:transform .25s ease,visibility .25s ease}.navrow[data-open]{transform:none;visibility:visible}.navrow a{padding:14px 20px;border-bottom:1px solid var(--border);white-space:normal}.navrow a:active{background:var(--surface)}.navrow .menubtn{display:none}.navrow-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border);font-weight:800}.navclose{display:grid;place-items:center;height:36px;width:36px;margin-right:-8px;padding:0;border:0;background:transparent;color:inherit}.hdr-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#0b0f1780;opacity:0;pointer-events:none;transition:opacity .25s ease}.hdr-overlay[data-open]{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}}@media(prefers-reduced-motion:reduce){.navrow,.hdr-overlay{transition:none}}.hdr-usp{background:var(--fg);color:#fff}.hdr-usp div{max-width:1200px;margin:0 auto;display:grid;gap:4px;padding:10px 20px;text-align:center;font-size:.875rem}@media(min-width:640px){.hdr-usp div{grid-template-columns:repeat(3,1fr)}}.hdr-usp span{text-decoration:underline;text-underline-offset:4px}.pill{border:1px solid var(--brand);border-radius:999px;padding:4px 12px;font-size:.75rem;display:inline-block}.btn-outline{display:inline-flex;align-items:center;gap:8px;border:2px solid var(--fg);border-radius:999px;padding:10px 24px;font-size:.875rem;font-weight:700;background:transparent}.btn-outline:hover{background:var(--surface)}.btn-brand{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:#fff;border:0;border-radius:999px;padding:14px 28px;font-weight:700}.btn-brand:hover{background:var(--brand-dark)}.hero{margin-top:24px;display:grid;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}@media(min-width:1024px){.hero{grid-template-columns:1fr 1fr}}.hero-body{display:flex;flex-direction:column;padding:40px}.hero h2{font-size:2.2rem;font-weight:800;font-style:italic;line-height:1.1;margin:24px 0 0}@media(min-width:1024px){.hero h2{font-size:2.6rem}}.hero p{margin:16px 0 0;max-width:28rem;color:var(--muted)}.hero .btn-outline{margin-top:auto;align-self:flex-end}.hero img{height:100%;width:100%;object-fit:cover}.dots{display:flex;gap:6px;margin-top:16px}.dots i{width:24px;height:4px;border-radius:2px;background:var(--border)}.dots i.on{background:var(--fg)}.grid3{display:grid;gap:20px;margin-top:12px}@media(min-width:1024px){.grid3{grid-template-columns:repeat(3,1fr)}}.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}@media(min-width:768px){.grid6{grid-template-columns:repeat(6,1fr)}}.section{margin-top:40px}.promo{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:#fff;height:100%}.promo .ph{aspect-ratio:16/9;background:var(--surface);display:grid;place-items:center;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}.promo .ph img{height:100%;width:100%;object-fit:contain;padding:24px}.promo .pb{display:flex;flex-direction:column;flex:1;padding:20px}.promo h3{font-size:1.5rem;font-weight:800;font-style:italic;margin:16px 0 0}.promo p{color:var(--muted);font-size:.9rem;margin:12px 0 0}.promo .btn-outline{margin-top:24px;align-self:flex-end;padding:8px 20px}.banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;border-radius:var(--radius);padding:32px;margin-top:40px}.banner.red{background:var(--brand);color:#fff}.banner.teal{background:#2b6777;color:#fff}.banner h3{font-size:1.6rem;font-weight:800;font-style:italic;margin:0}.banner p{margin:8px 0 0;opacity:.9}.banner .btn-outline{border-color:#fff;color:#fff}.banner .btn-outline:hover{background:#ffffff26}.icontile{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0;text-align:center;font-size:.875rem;font-weight:700}.icontile>span:last-child{max-width:100%;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}.icontile .box,.icontile .circle{display:grid;place-items:center;width:100%;aspect-ratio:1;color:var(--brand);transition:background-color .18s ease,transform .18s ease}.icontile .box{max-width:96px;border-radius:var(--radius);background:#df00001a}.icontile .circle{max-width:88px;border-radius:999px;background:var(--surface)}.icontile svg{width:42%;height:auto;max-width:40px}.icontile:hover .box{background:#df000029}.icontile:hover .circle{background:#e8eaee}.icontile:hover .box,.icontile:hover .circle{transform:translateY(-2px)}@media(max-width:767px){.grid6{gap:18px 12px}.icontile{gap:8px;font-size:.75rem;line-height:1.3}}.brand-box{height:96px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;font-weight:800;font-size:1.05rem;background:#fff;text-align:center;padding:8px}.brands-set{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}@media(min-width:768px){.brands-set{grid-template-columns:repeat(8,1fr)}}.brands-set[aria-hidden]{display:none}@media(max-width:767px){.brands{overflow:hidden;margin-top:20px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent)}.brands-track{display:flex;width:max-content;animation:brand-marquee var(--marquee-duration,24s) linear infinite}.brands:hover .brands-track,.brands:focus-within .brands-track,.brands[data-paused] .brands-track{animation-play-state:paused}.brands-set,.brands-set[aria-hidden]{display:flex;gap:12px;margin:0 0 0 12px}.brand-box{width:120px;height:76px;flex:none}}@keyframes brand-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.brands{overflow-x:auto;padding-bottom:4px}.brands-track{animation:none}.brands-set[aria-hidden]{display:none}}.prow{display:grid;gap:16px;margin-top:20px;grid-template-columns:repeat(var(--cols-mobile,2),minmax(0,1fr))}@media(min-width:640px){.prow{grid-template-columns:repeat(var(--cols-tablet,3),minmax(0,1fr))}}@media(min-width:1100px){.prow{grid-template-columns:repeat(var(--cols,4),minmax(0,1fr))}}.prail{display:flex;gap:16px;margin-top:20px;padding-bottom:10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.prail>*{flex:0 0 clamp(155px,45vw,215px);scroll-snap-align:start}@media(min-width:768px){.prail>*{flex-basis:calc((100% - 48px)/4)}}@media(min-width:1200px){.prail>*{flex-basis:calc((100% - 80px) / 6)}}.prail::-webkit-scrollbar{height:6px}.prail::-webkit-scrollbar-track{background:transparent}.prail::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.sec-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sec-head h2{min-width:0}.sec-link{display:inline-flex;align-items:center;gap:4px;flex:none;font-size:.85rem;font-weight:700;color:var(--muted);white-space:nowrap}.sec-link:hover{color:var(--fg)}.sec-link svg{width:14px;height:14px}@media(max-width:640px){h2.sec{font-size:1.25rem}}.card{position:relative;display:flex;flex-direction:column;height:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.card:hover{border-color:#d3d7dd;box-shadow:0 12px 28px #0b0f171a;transform:translateY(-2px)}.card-media{position:relative;aspect-ratio:1;margin-bottom:12px;border-radius:8px;overflow:hidden}.card-img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:contain;padding:4px;transition:opacity .25s ease}.card-img-alt{opacity:0}@media(hover:hover){.card:hover .card-img-alt{opacity:1}}.card-flag{position:absolute;top:0;left:0;z-index:1;padding:4px 8px;border-radius:6px;background:var(--brand);color:#fff;font-size:.75rem;font-weight:800;line-height:1.2}.card-flag-new{background:var(--fg)}.card-body{display:flex;flex-direction:column;flex:1;gap:4px}.card-brand{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.card-name{font-size:.875rem;font-weight:700;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-rating{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--muted)}.stars{position:relative;display:inline-block;color:#d6d9de;letter-spacing:1px;line-height:1;white-space:nowrap}.stars:before{content:"\2605\2605\2605\2605\2605";position:absolute;top:0;left:0;width:var(--fill,100%);overflow:hidden;color:var(--star,var(--brand))}.card-prices{margin-top:auto;padding-top:10px}.card-old{display:block;font-size:.75rem;color:var(--muted)}.card-price{display:block;font-size:1.5rem;font-weight:800;line-height:1.15;letter-spacing:-.01em;color:var(--brand)}.card-save{display:inline-block;margin-top:2px;font-size:.7rem;font-weight:700;color:#009640}.card-stock{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.75rem;color:var(--muted)}.card-stock:before{content:"";flex:none;height:7px;width:7px;border-radius:999px;background:#009640}.card-stock.out:before{background:var(--muted)}.pdp{display:grid;gap:32px;margin-top:20px;align-items:start}@media(min-width:1024px){.pdp{grid-template-columns:1.2fr .8fr}}.pdp .gal{position:relative;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:16px;display:grid;place-items:center}.pdp .gal img{width:auto;height:auto;max-width:100%;max-height:560px;object-fit:contain}.pdp-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.pdp-badge{border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:700;background:var(--surface)}.pdp-badge.brand{border-color:var(--brand);color:var(--brand)}.energy{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:40px;height:32px;border-radius:4px;background:#009640;color:#fff;font-weight:800;font-size:1rem}.pdp-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.thumb{width:72px;height:72px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:4px;display:grid;place-items:center}.thumb img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.thumb.on{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.pdp-datasheet{margin:12px 0 0;font-size:.8rem}.pdp-datasheet a{color:var(--muted);text-decoration:underline;text-underline-offset:3px}.buybox{border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:#fff}.pdp-meta{display:flex;align-items:center;gap:12px;font-size:.8rem}.pdp-vendor{font-weight:800;letter-spacing:.04em}.pdp-title{font-size:1.4rem;font-weight:800;line-height:1.3;margin:8px 0 12px}.buybox .rating{display:flex;align-items:center;gap:8px;font-size:.85rem;margin-bottom:16px}.buybox .rating a{color:var(--muted);text-decoration:underline;text-underline-offset:3px}.pdp-price{padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pdp-price .old{font-size:.85rem;color:var(--muted);text-decoration:line-through}.buybox .price{font-size:2.2rem;font-weight:800;color:var(--brand);line-height:1.1}.pdp-vat{margin:4px 0 0;font-size:.8rem}.vgroup{margin-top:20px}.vgroup-label{display:block;font-size:.8rem;font-weight:700;margin-bottom:8px}.vtiles{display:flex;flex-wrap:wrap;gap:8px}.vtile{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-weight:600;background:#fff}.vtile:hover{border-color:var(--fg)}.vtile.on{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.vtile.off{color:var(--muted);border-style:dashed;cursor:not-allowed}.vtile-swatch{flex-direction:column;gap:4px;padding:8px;width:88px;text-align:center;font-size:.75rem}.vtile-swatch img{width:56px;height:auto;object-fit:contain}.pdp-form{transition:opacity .15s ease}.pdp-form.is-swapping{opacity:.55;pointer-events:none}.pdp-delivery{list-style:none;margin:20px 0 0;padding:16px 0 0;border-top:1px solid var(--border);font-size:.875rem}.pdp-delivery li{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.buybox form{margin-top:20px}.buybox .btn-brand{width:100%;justify-content:center}.pdp-add{margin-top:16px}.addons{margin-bottom:4px}.addons-title{font-size:1rem;font-weight:800;margin:0 0 12px}.addon-group{border:0;margin:0 0 16px;padding:0}.addon-group legend{font-size:.8rem;font-weight:700;padding:0;margin-bottom:8px}.addon{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;margin-bottom:6px;font-size:.8rem;cursor:pointer}.addon:hover{border-color:var(--fg)}.addon:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.addon.off{color:var(--muted);cursor:not-allowed}.addon input{accent-color:var(--brand);width:18px;height:18px;flex:none}.addon-body{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.addon-body img{width:40px;height:40px;object-fit:contain;flex:none}.addon-name{display:block;font-weight:600;line-height:1.35}.addon-link{display:inline-block;margin-top:2px;color:var(--muted);text-decoration:underline;text-underline-offset:2px;font-size:.75rem}.addon-price{font-weight:800;white-space:nowrap}.pdp-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--border);padding-top:12px;margin-top:4px;font-size:.9rem}.pdp-total strong{font-size:1.35rem;color:var(--brand)}.pdp-usp{list-style:none;margin:20px 0 0;padding:16px 0 0;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted)}.pdp-usp li{margin-bottom:6px;padding-left:20px;position:relative}.pdp-usp li:before{content:"\2713";position:absolute;left:0;color:#009640;font-weight:800}.pdp.pdp-single{grid-template-columns:1fr}.pdp-media{min-width:0}.pdp-full{margin-top:32px}.buybox.is-plain{border:0;padding:0;background:transparent}.gal-flag{position:absolute;top:16px;left:16px;z-index:2;background:var(--brand);color:#fff;font-size:.8rem;font-weight:800;padding:4px 10px;border-radius:999px}.pdp-placeholder{width:100%;height:auto;background:var(--surface)}.pb{margin:0 0 14px}.pb:last-child{margin-bottom:0}.pb-hint{font-size:.8rem;color:var(--muted);border:1px dashed var(--border);border-radius:8px;padding:8px 10px;margin:0 0 14px}.pb-head{font-size:1.15rem;font-weight:800;line-height:1.25;margin:0 0 12px}.pb-ic{flex:none;display:inline-flex;align-items:center;color:var(--ic,currentColor);line-height:0}.pb-ic svg{width:1.3em;height:1.3em}.pb-trust-in{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;font-size:.9rem}.pb-trust-name{display:inline-flex;align-items:center;gap:3px;font-weight:800;font-size:1.05rem;letter-spacing:-.03em}.pb-trust-name svg{width:17px;height:17px}.pb-trust-logo{width:auto;max-width:180px}.pb-trust-tp{display:inline-flex;align-items:center;line-height:0}.pb-trust-tp svg{height:var(--tph,22px);width:auto;display:block}.pb-trust-stars{font-size:1.2rem;letter-spacing:2px}.pb-trust-txt strong{font-weight:800}.pb-title-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:.78rem;margin-bottom:6px}.pb-title-eyebrow{font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--brand)}.pb-title-h{font-size:var(--tsize,28px);font-weight:800;line-height:1.18;letter-spacing:-.02em;margin:0;text-wrap:balance}.pb-title-sub{margin:8px 0 0;color:var(--muted);font-size:.9rem;line-height:1.5}.pb-banner-in{display:inline-flex;align-items:center;justify-content:var(--bnjust,flex-start);gap:8px;font-size:var(--bnsize,18px);font-weight:800;line-height:1.25;padding:10px 16px;border-radius:var(--bnradius,6px);background:var(--bnbg);color:var(--bnfg)}.pb-banner.is-upper .pb-banner-txt{text-transform:uppercase;letter-spacing:.02em}.pb-banner--full .pb-banner-in{display:flex;width:100%}.pb-banner--soft .pb-banner-in{background:#f4f5f7;background:color-mix(in srgb,var(--bnbg) 12%,#fff);color:var(--bnbg)}.pb-banner--outline .pb-banner-in{background:transparent;border:2px solid var(--bnbg);color:var(--bnbg)}.pb-banner-sub{font-weight:600;font-size:.8em;opacity:.9}.pb-banner-ic svg{width:1.15em;height:1.15em}a.pb-banner-in:hover{filter:brightness(.94)}.pb-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px}.pb-price-old{font-size:calc(var(--psize,34px)*.62);font-weight:800;color:var(--poldcol,var(--muted));text-decoration:line-through;text-decoration-thickness:2px}.pb-price-now{font-size:var(--psize,34px);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--pcol)}.pb-price-save{align-self:center;background:var(--svbg);color:var(--svfg);font-size:.75rem;font-weight:800;padding:5px 10px;border-radius:999px;white-space:nowrap}.pb-price-note{margin:6px 0 0;font-size:.8rem;color:var(--muted)}.pb-bullets{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:var(--bgap,10px);font-size:var(--bsize,15px)}.pb-bullets li{display:flex;align-items:flex-start;gap:10px;line-height:1.4}.pb-bullets.is-bold li{font-weight:700}.pb-bullets .pb-ic{margin-top:-.05em}.pb-bullet-txt{min-width:0;overflow-wrap:break-word}.pb-ship,.pb-stock-line{display:flex;align-items:flex-start;gap:9px;margin:0;font-size:var(--bsize,15px);line-height:1.45}.pb-ship-date,.pb-stock-num{color:var(--hl);font-weight:800;white-space:nowrap}.pb-stock-bar{display:block;margin-top:8px;height:7px;border-radius:999px;background:var(--barbg,var(--surface));overflow:hidden}.pb-stock-bar>span{display:block;height:100%;border-radius:999px;background:var(--barfg,var(--brand))}.pb-variants{margin-bottom:6px}.pb-variants .vgroup:first-child{margin-top:0}.pb-addons,.pb-buy{margin:18px 0}.qty-field{margin-bottom:12px}.qty-label{display:block;font-size:.8rem;font-weight:700;margin-bottom:8px}.qty{display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:4px;width:100%}.qty-btn{display:grid;place-items:center;flex:none;width:44px;height:44px;border:0;border-radius:8px;background:var(--surface);color:var(--fg);transition:background .15s ease,color .15s ease}.qty-btn:hover{background:var(--fg);color:#fff}.qty-btn:disabled{opacity:.35;cursor:not-allowed}.qty-btn svg{width:18px;height:18px}.qty-input{flex:1;min-width:0;width:100%;border:0;background:transparent;text-align:center;font:inherit;font-size:1.05rem;font-weight:800;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none}.qty--sm{width:auto;padding:2px;border-radius:8px;gap:0}.qty--sm .qty-btn{width:30px;height:30px;border-radius:6px}.qty--sm .qty-btn svg{width:14px;height:14px}.qty-value{min-width:30px;text-align:center;font-size:.85rem;font-weight:800}.pb-buy-btn{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;border:0;border-radius:var(--bradius,8px);background:var(--bbg,#009640);color:var(--bfg,#fff);font-size:var(--bsize,19px);font-weight:800;line-height:1.2;padding:var(--bpad,20px) 18px;text-align:center;transition:background .15s ease,transform .1s ease}.pb-buy-btn:hover{background:var(--bhover,var(--bbg,#009640))}.pb-buy-btn:active{transform:translateY(1px)}.pb-buy-btn[disabled]{opacity:.45;cursor:not-allowed}.pb-buy-price{white-space:nowrap}.pb-buy-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;font-size:.78rem;color:var(--muted)}.pb-pay{display:flex;flex-direction:column;gap:8px;margin:16px 0}.pb-pay-title{font-size:.75rem;color:var(--muted)}.pb-pay-icons{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%}.pb-pay-icons svg{width:var(--paysize,40px);height:auto;border-radius:4px;display:block}.pb-pay-img{width:auto;height:auto}.pb-pay-txt{border:1px solid var(--border);border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:700;color:var(--muted);background:#fff}.pb-pay.is-gray svg{filter:grayscale(1);opacity:.7}.pb-guar{list-style:none;margin:18px 0;padding:0;display:grid;grid-template-columns:repeat(var(--gcols,3),minmax(0,1fr));gap:16px 12px}.pb-guar li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;min-width:0}.pb-guar-ic{color:var(--ic);line-height:0}.pb-guar-ic svg{width:var(--gicon,30px);height:var(--gicon,30px)}.pb-guar-txt{font-size:var(--gsize,12px);line-height:1.35;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}.pb-review{margin:20px 0}.pb-review.is-boxed{border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:#fff}.pb-review-stars{font-size:1.3rem;letter-spacing:2px}.pb-review-title{margin:10px 0 6px;font-weight:800;font-size:1rem;line-height:1.4}.pb-review-body{margin-top:0;max-width:none;font-size:.9rem;line-height:1.6}.pb-review-body p{margin:0 0 8px}.pb-review-body p:last-child{margin-bottom:0}.pb-review-author{display:flex;align-items:center;gap:6px;margin:12px 0 0;font-size:.9rem;font-weight:800;font-style:italic}.pb-review-check{line-height:0}.pb-review-check svg{width:17px;height:17px}.pb-faqwrap{margin:0}.pb-faq{border-bottom:1px solid var(--border);padding:14px 0}.pb-faq>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;font-size:.95rem;font-weight:700;line-height:1.4}.pb-faq>summary::-webkit-details-marker{display:none}.pb-faq>summary:after{content:"\ff0b";flex:none;font-size:1.1rem;font-weight:400;color:var(--muted)}.pb-faq[open]>summary:after{content:"\ff0d"}.pb-faq-body{margin-top:8px;max-width:none;font-size:.88rem}.pb-text{margin:16px 0;font-size:var(--tsize,15px)}.pb-text.is-boxed{background:var(--tbg,var(--surface));border-radius:var(--radius);padding:18px}.pb-text .rte{margin-top:0;max-width:none;font-size:inherit;color:inherit}.pb-image img{width:100%;height:auto}.pb-divider{margin:0;padding:var(--dspace,12px) 0}.pb-divider hr{margin:0;border:0;border-top:var(--dh,1px) solid var(--dcol,var(--border))}@media(max-width:767px){.pdp{gap:20px}.pdp .gal{padding:10px}.buybox{padding:18px 16px}.pb-title-h{font-size:min(var(--tsize,28px),26px)}.pb-price-now{font-size:min(var(--psize,34px),32px)}.pb-buy-btn{font-size:min(var(--bsize,19px),17px);padding:min(var(--bpad,20px),18px) 14px}.pb-guar{gap:12px 8px}}.bundle-grid{display:grid;gap:16px;margin-top:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.bundle-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.bundle-grid{grid-template-columns:repeat(5,1fr)}}.bcard{display:flex;flex-direction:column;gap:8px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:14px}.bcard-media{display:grid;place-items:center;height:150px}.bcard-media img{width:auto;height:auto;max-width:100%;max-height:150px;object-fit:contain}.bcard-name{font-size:.8rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bcard-prices{margin-top:auto}.bcard-prices .old{display:block;font-size:.7rem;color:var(--muted);text-decoration:line-through}.bcard-prices .price{font-size:1.15rem;font-weight:800;color:var(--brand)}.bcard-form button{width:100%;justify-content:center;padding:8px 12px;font-size:.8rem}.bcard-form button[disabled]{opacity:.5;cursor:not-allowed}.pdp-tabs .panel{border-bottom:1px solid var(--border);padding:16px 0}.pdp-tabs .panel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none}.pdp-tabs .panel>summary::-webkit-details-marker{display:none}.pdp-tabs .panel>summary:after{content:"\ff0b";font-size:1.2rem;color:var(--muted)}.pdp-tabs .panel[open]>summary:after{content:"\ff0d"}.rte{margin-top:16px;max-width:80ch;font-size:.9rem;line-height:1.65}.rte h3{font-size:1rem;margin:20px 0 6px}.rte p{margin:0 0 10px}.specs{display:grid;gap:24px;margin-top:20px}@media(min-width:900px){.specs{grid-template-columns:1fr 1fr}}.specgroup h3{font-size:.95rem;margin:0 0 8px}table.spec{width:100%;border-collapse:collapse;font-size:.85rem}table.spec th,table.spec td{text-align:left;vertical-align:top;padding:8px 12px;border-bottom:1px solid var(--border)}table.spec th{width:45%;font-weight:600;color:var(--muted)}.stickybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--border);box-shadow:0 -4px 16px #00000014}.stickybar[hidden]{display:none}.stickybar-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px}.stickybar-info{display:flex;align-items:center;gap:12px;font-size:.85rem;font-weight:600;min-width:0}.stickybar-info img{width:40px;height:40px;object-fit:contain;flex:none}.stickybar-info span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stickybar-buy{display:flex;align-items:center;gap:14px;flex:none}.stickybar-prices{display:flex;align-items:baseline;gap:8px}.stickybar-old{font-size:.85rem;color:var(--muted)}.stickybar .price{font-size:1.25rem;font-weight:800;color:var(--brand)}.stickybar-btn{width:auto;padding:13px 26px;font-size:1rem;border-radius:8px}@media(max-width:640px){.stickybar-info{display:none}.stickybar-buy{flex:1}.stickybar-btn{flex:1;padding:13px 16px;font-size:.95rem}.stickybar .price{font-size:1.1rem}}.breadcrumb{font-size:.8rem;color:var(--muted);margin-top:16px}.coll-banner{margin-top:12px;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/1;background:var(--surface)}.coll-banner img{height:100%;width:100%;object-fit:cover}@media(max-width:767px){.coll-banner{aspect-ratio:2/1}}.coll-head{margin-top:8px}.coll-head h1{font-size:1.8rem;font-weight:800;margin:0}.coll-desc{max-width:70ch;margin-top:8px;font-size:.9rem;color:var(--muted)}.coll{display:grid;gap:28px;margin-top:20px}@media(min-width:1024px){.coll{grid-template-columns:270px minmax(0,1fr)}}.coll-main{min-width:0}.coll-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid var(--border)}.coll-count{margin:0;font-size:.85rem}.coll-sort{display:flex;align-items:center;gap:8px;font-size:.85rem}.coll-sort label{color:var(--muted);white-space:nowrap}.coll-sort select{height:40px;max-width:220px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 10px;font:inherit;font-size:.85rem;font-weight:600}.coll-sort select:focus{outline:2px solid var(--brand);outline-offset:1px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip,.chip-clear{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:600}.chip{border:1px solid var(--border);background:#fff}.chip:hover{border-color:var(--fg)}.chip-clear{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.facets{height:fit-content;font-size:.9rem}@media(min-width:1024px){.facets{position:sticky;top:120px;max-height:calc(100vh - 150px);overflow-y:auto}}.facets-toggle{display:flex;align-items:center;gap:8px;width:100%;justify-content:center;border:2px solid var(--fg);border-radius:999px;padding:10px 20px;font-weight:700;background:transparent}.facets-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem}.facets-body{display:none;border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:#fff;margin-top:12px}.facets-body[data-open]{display:block}@media(min-width:1024px){.facets-toggle{display:none}.facets-body{display:block;margin-top:0}}.facet{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border)}.facet:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:0}.facet h3{margin:0 0 10px;font-size:.95rem}.facet-list{list-style:none;margin:0;padding:0}.facet-opt{display:flex;align-items:center;gap:10px;padding:5px 0;cursor:pointer}.facet-opt input{accent-color:var(--brand);width:17px;height:17px;flex:none}.facet-label{flex:1;min-width:0}.facet-num{color:var(--muted);font-size:.78rem}.facet-opt.off{color:var(--muted);cursor:not-allowed}.facet-price{display:flex;align-items:center;gap:8px}.facet-price label{flex:1;min-width:0}.facet-price input{width:100%;height:38px;border:1px solid var(--border);border-radius:8px;padding:0 8px;font:inherit;font-size:.85rem;background:#fff}.facet-price input:focus{outline:2px solid var(--brand);outline-offset:1px}.facet-apply{flex:none;height:38px;padding:0 14px;border:0;border-radius:8px;background:var(--fg);color:#fff;font-weight:700;font-size:.8rem}.facet-submit{width:100%;justify-content:center;margin-top:16px}.empty{border:1px dashed var(--border);border-radius:var(--radius);padding:48px 24px;margin-top:24px;text-align:center}.empty p{margin:0 0 8px}.empty .btn-outline{margin-top:12px}.pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:32px;font-size:.9rem}.pagination>span{display:inline-grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted)}.pagination>span>a{display:grid;place-items:center;width:100%;height:100%;padding:0 10px;color:var(--fg)}.pagination>span:has(a):hover{border-color:var(--fg)}.pagination .current{padding:0 10px;border-color:var(--brand);background:var(--brand);color:#fff;font-weight:700}.pagination .deco{border:0;background:transparent}.ftr{margin-top:64px;border-top:1px solid var(--border);background:var(--surface)}.ftr-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:28px 20px;padding:40px 20px;font-size:.875rem}.ftr-news{grid-column:1/-1}@media(min-width:768px){.ftr-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;padding:48px 20px}.ftr-news{grid-column:auto}}.ftr h3{margin:0 0 12px;font-size:.95rem}.ftr ul{list-style:none;margin:0;padding:0}.ftr li{margin-bottom:2px}.ftr li a{display:inline-block;padding:3px 0;color:var(--muted)}.ftr li a:hover{color:var(--fg);text-decoration:underline;text-underline-offset:3px}.ftr-hint{margin:0;padding:10px 12px;border:1px dashed var(--border);border-radius:8px;font-size:.75rem;color:var(--muted)}.ftr-news-row{display:flex;gap:8px;margin-top:12px}.ftr-news-row input{flex:1;min-width:0;height:40px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font:inherit;background:#fff}.ftr-news-row input:focus{outline:2px solid var(--brand);outline-offset:1px}.ftr-news-row .btn-brand{flex:none;padding:0 18px;border-radius:8px}.ftr-bottom{border-top:1px solid var(--border);padding:16px;text-align:center;font-size:.75rem;color:var(--muted)}.cart-table{width:100%;border-collapse:collapse;margin-top:24px}.cart-table td,.cart-table th{border-bottom:1px solid var(--border);padding:12px;text-align:left}.acct{max-width:520px;margin:32px auto 0}.acct.wide{max-width:none}.acct h1{font-size:1.8rem;font-weight:800;margin:0 0 4px}.acct h2.sec{margin-bottom:8px}.back{display:inline-block;font-size:.8rem;color:var(--muted);margin-bottom:20px}.back:hover{color:var(--fg)}.field{display:block;margin-bottom:14px;text-align:left}.field>span{display:block;font-size:.8rem;font-weight:700;margin-bottom:6px}.field input,.field select{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font:inherit;background:#fff}.field input:focus,.field select:focus{outline:2px solid var(--brand);outline-offset:1px}.field-row{display:grid;gap:14px}@media(min-width:640px){.field-row{grid-template-columns:1fr 1fr}}.check{display:flex;align-items:center;gap:8px;font-size:.875rem;margin-bottom:14px}.errors{border:1px solid var(--brand);border-radius:8px;padding:12px 16px;margin-bottom:20px;color:var(--brand-dark);font-size:.875rem}.errors ul{margin:0;padding-left:18px}.note{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:.875rem}.acct-links{margin-top:16px;font-size:.875rem;color:var(--muted)}.acct-links a{text-decoration:underline;text-underline-offset:3px;color:var(--fg)}.acct-grid{display:grid;gap:32px;margin-top:24px}@media(min-width:900px){.acct-grid{grid-template-columns:1fr 320px}}.acct-grid.even{grid-template-columns:1fr}@media(min-width:900px){.acct-grid.even{grid-template-columns:1fr 1fr}}.addr-card{border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:#fff;margin-bottom:16px}.addr-card h3{margin:0 0 8px;font-size:.95rem}.addr-card p{margin:0 0 12px}.disclose{margin:12px 0}.disclose>summary{display:inline-flex;align-items:center;gap:8px;border:2px solid var(--fg);border-radius:999px;padding:8px 20px;font-size:.875rem;font-weight:700;cursor:pointer;list-style:none}.disclose>summary::-webkit-details-marker{display:none}.disclose>summary:hover{background:var(--surface)}.disclose[open]>summary{margin-bottom:16px}.contact-head{margin-top:24px}.contact-head h1{font-size:1.9rem;font-weight:800;margin:0}.contact-intro{max-width:60ch;margin:8px 0 0;color:var(--muted)}.contact{display:grid;gap:24px;margin-top:24px;align-items:start}@media(min-width:900px){.contact{grid-template-columns:minmax(0,1fr) 330px}.contact-single{grid-template-columns:minmax(0,760px)}}.contact-col{min-width:0}.contact-card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.contact-card+.contact-card{margin-top:20px}.contact-wa-intro{margin:0 0 14px;font-size:.85rem}.contact-card h2{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:1.1rem;font-weight:800}.contact-card h2 svg{color:var(--brand)}.field em{font-style:normal;font-weight:400;color:var(--muted)}.field textarea{width:100%;min-height:140px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;background:#fff;resize:vertical}.field textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.check a{text-decoration:underline;text-underline-offset:3px}.contact-form .check{align-items:flex-start;gap:10px;line-height:1.45}.contact-form .check input{flex:none;margin-top:2px;width:17px;height:17px;accent-color:var(--brand)}.note-ok{border-color:#009640;background:#f0faf4;color:#0a6b36}.contact-send{width:100%;margin-top:4px}.contact-reply{margin:12px 0 0;font-size:.78rem;text-align:center}.contact-content{margin-top:32px}.btn-wa{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 20px;border:0;border-radius:999px;background:#25d366;color:#fff;font-weight:700}.btn-wa:hover{background:#1eb355}.contact-wa-note{margin:8px 0 0;font-size:.75rem;text-align:center}.channels{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.btn-wa+.channels,.contact-wa-note+.channels{margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.channel{display:flex;align-items:flex-start;gap:12px;font-size:.9rem}.channel svg{flex:none;margin-top:2px;color:var(--brand)}.channel em{display:block;font-style:normal;font-size:.78rem;color:var(--muted)}.channel a:hover{text-decoration:underline;text-underline-offset:3px}.hours{list-style:none;margin:0;padding:0;font-size:.9rem}.hours li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--border)}.hours li:last-child{border-bottom:0}.hours .day{color:var(--muted)}.hours .time{font-weight:700;text-align:right}.hours .time.closed{color:var(--muted);font-weight:600}.contact-hours-note{margin:14px 0 0;font-size:.75rem}.giftcard{max-width:440px;margin:48px auto;text-align:center;border:1px solid var(--border);border-radius:var(--radius);padding:32px;background:#fff}.giftcard .amount{font-size:2.4rem;font-weight:800;color:var(--brand);margin:8px 0 0}.giftcard .code{display:inline-block;border:2px dashed var(--brand);border-radius:8px;padding:12px 20px;font-size:1.25rem;font-weight:800;letter-spacing:2px;margin:20px 0}@media print{.giftcard{border:0}.giftcard .btn-brand,.giftcard .btn-outline{display:none}}.pw{min-height:100vh;display:grid;place-items:center;background:var(--surface);padding:40px 20px}.pw-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;text-align:center}.rv{margin:0 -20px}.rv>*{max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.rv-header{margin-bottom:24px}.rv-heading{font-size:var(--rvsize,28px);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin:0;text-wrap:balance}.rv-sub{margin:8px 0 0;color:var(--muted);font-size:.95rem}.rv-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:14px;font-size:.95rem}.rv-summary-tp svg{height:22px;width:auto;display:block}.rv-summary-img{height:24px;width:auto}.rv-summary-stars{font-size:1.3rem;letter-spacing:2px}.rv-summary-txt strong{font-weight:800}.rv-boxes{display:inline-flex;gap:3px;line-height:0}.rv-box{display:grid;place-items:center;width:19px;height:19px;border-radius:3px;background:#dcdce3}.rv-box.on{background:var(--star,#00b67a)}.rv-box svg{width:13px;height:13px;color:#fff}.rv-boxes--lg .rv-box{width:24px;height:24px}.rv-boxes--lg .rv-box svg{width:16px;height:16px}.rv-items{display:grid;gap:var(--rvgap,16px);grid-template-columns:1fr}@media(min-width:640px){.rv-items{grid-template-columns:repeat(min(var(--rvcols,3),2),minmax(0,1fr))}}@media(min-width:1000px){.rv-items{grid-template-columns:repeat(var(--rvcols,3),minmax(0,1fr))}}.rv-wrap{position:relative}.rv-wrap--carousel .rv-items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:8px}.rv-wrap--carousel .rv-card{flex:0 0 min(340px,82%);scroll-snap-align:start}.rv-wrap--carousel .rv-items::-webkit-scrollbar{height:6px}.rv-wrap--carousel .rv-items::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.rv-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:999px;background:#fff;box-shadow:0 2px 10px #00000014}.rv-arrow--prev{left:-8px}.rv-arrow--prev svg{transform:rotate(180deg)}.rv-arrow--next{right:-8px}@media(min-width:1000px){.rv-wrap--carousel .rv-arrow{display:grid}}.rv-card{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:var(--radius);background:#fff;min-width:0}.rv-card--border{border:1px solid var(--border)}.rv-card--shadow{box-shadow:0 2px 14px #00000012}.rv-card--plain{padding:0;background:transparent}.rv-head{display:flex;align-items:center;gap:10px;min-width:0}.rv-avatar{flex:none;width:44px;height:44px;border-radius:999px;object-fit:cover}.rv-ident{display:flex;flex-direction:column;gap:5px;min-width:0}.rv-name{display:flex;align-items:center;gap:5px;margin:0;font-size:.9rem;font-weight:800;line-height:1.2}.rv-verified{display:inline-flex;color:#1d9bf0;line-height:0}.rv-verified svg{width:15px;height:15px}.rv-date{font-size:.72rem;color:var(--muted)}.rv-title{margin:0;font-size:.95rem;font-weight:800;line-height:1.35}.rv-text{font-size:.875rem;line-height:1.6;color:inherit}.rv-text p{margin:0 0 8px}.rv-text p:last-child{margin-bottom:0}.rv-text.is-clamped{display:-webkit-box;-webkit-line-clamp:var(--rvlines,6);-webkit-box-orient:vertical;overflow:hidden}.rv-more{align-self:flex-start;border:0;background:none;padding:0;font-size:.8rem;font-weight:700;color:var(--brand);text-decoration:underline;text-underline-offset:3px}.rv-photo{width:100%;height:auto;border-radius:8px;margin-top:2px}.rv-reply{border-left:3px solid var(--border);padding:2px 0 2px 12px;font-size:.82rem;line-height:1.55;color:var(--muted)}.rv-reply-head{display:block;font-weight:800;color:var(--fg);margin-bottom:2px}.rv-reply p{margin:0}.rv-source{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted)}.rv-source a{display:flex;align-items:center;gap:8px}.rv-source-tp svg{height:16px;width:auto;display:block}.rv-source-img{height:18px;width:auto}.rv-cta{margin-top:24px}.rv-btn{display:inline-block;border:1px solid var(--fg);border-radius:8px;padding:12px 24px;font-weight:700;font-size:.9rem}.rv-btn:hover{background:var(--fg);color:#fff}body.cd-lock{overflow:hidden}.cd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden;pointer-events:none}.cd.is-open{visibility:visible;pointer-events:auto}.cd-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0f1780;opacity:0;transition:opacity .25s ease}.cd.is-open .cd-overlay{opacity:1}.cd-panel{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;width:min(var(--cdw,420px),100%);max-width:100%;background:#fff;box-shadow:0 0 40px #0000002e;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cd[data-side=right] .cd-panel{right:0;transform:translate(100%)}.cd[data-side=left] .cd-panel{left:0;transform:translate(-100%)}.cd.is-open .cd-panel{transform:translate(0)}.cd-panel:focus{outline:none}.cd.is-busy .cd-panel{opacity:.65;pointer-events:none}.cd-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border)}.cd-title{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:800}.cd-title svg{width:20px;height:20px}.cd-count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--cdaccent,var(--brand));color:var(--cdaccent-fg,#fff);font-size:.7rem;font-weight:800}.cd-close{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:var(--surface)}.cd-close:hover{background:var(--border)}.cd-body{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:14px}.cd-timer{display:flex;align-items:center;gap:8px;margin:0;padding:10px 12px;border-radius:8px;background:var(--cdtbg);color:var(--cdtfg);font-size:.82rem;font-weight:600}.cd-timer svg{width:17px;height:17px;flex:none}.cd-timer strong{font-variant-numeric:tabular-nums}.cd-ship{display:flex;flex-direction:column;gap:8px}.cd-ship-txt{display:flex;align-items:center;gap:6px;margin:0;font-size:.82rem;line-height:1.4}.cd-ship-txt svg{width:16px;height:16px;color:var(--cdbar);flex:none}.cd-ship-bar{display:block;height:7px;border-radius:999px;background:var(--cdbarbg);overflow:hidden}.cd-ship-bar>span{display:block;height:100%;border-radius:999px;background:var(--cdbar);transition:width .35s ease}.cd-banner{border-radius:8px;overflow:hidden;background:var(--cdbnbg);color:var(--cdbnfg)}.cd-banner img{width:100%;height:auto;display:block}.cd-banner-txt{display:flex;align-items:center;gap:8px;padding:10px 12px;font-size:.82rem;font-weight:700}.cd-banner-txt svg{width:18px;height:18px;flex:none}.cd-error{margin:0;padding:10px 12px;border-radius:8px;background:#fdecec;color:var(--brand);font-size:.82rem;font-weight:600}.cd-error[hidden]{display:none}.cd-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.cd-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cd-item:first-child{padding-top:0}.cd-item-media{flex:none;width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.cd-item-media img{width:100%;height:100%;object-fit:contain}.cd-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cd-item-name{font-size:.85rem;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-item-variant{font-size:.75rem;color:var(--muted)}.cd-item-disc{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:700;color:#009640}.cd-item-disc svg{width:14px;height:14px}.cd-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.cd-item-price{display:flex;align-items:baseline;gap:6px;font-size:.9rem;white-space:nowrap}.cd-item-price s{font-size:.75rem;color:var(--muted)}.cd-item-del{flex:none;align-self:flex-start;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:none;color:var(--muted)}.cd-item-del:hover{background:var(--surface);color:var(--brand)}.cd-block-title{margin:0 0 10px;font-size:.9rem;font-weight:800}.cd-ups{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.cd-up{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:8px}.cd-up img{width:44px;height:44px;object-fit:contain;flex:none}.cd-up-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cd-up-name{font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-up-price{font-size:.8rem}.cd-up-price s{color:var(--muted);margin-right:4px}.cd-up-add{flex:none;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:var(--cdaccent,var(--brand));color:var(--cdaccent-fg,#fff)}.cd-up-add:hover{filter:brightness(.92)}.cd-fold{border:1px solid var(--border);border-radius:8px;padding:10px 12px}.cd-fold>summary{display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;font-size:.82rem;font-weight:700}.cd-fold>summary::-webkit-details-marker{display:none}.cd-fold>summary svg{width:16px;height:16px;color:var(--muted)}.cd-coupon{display:flex;gap:8px;margin-top:10px}.cd-coupon input{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:.85rem}.cd-coupon button{flex:none;border:0;border-radius:8px;padding:10px 16px;background:var(--fg);color:#fff;font-size:.82rem;font-weight:700}.cd-note{width:100%;margin-top:10px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:.85rem;resize:vertical}.cd-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--muted);padding:40px 0}.cd-empty svg{width:44px;height:44px;opacity:.4}.cd-empty p{margin:0;font-size:.95rem}.cd-foot{border-top:1px solid var(--border);padding:14px 18px 18px;display:flex;flex-direction:column;gap:10px;background:#fff}.cd-discount{display:flex;align-items:center;gap:6px;margin:0;font-size:.8rem;font-weight:700;color:#009640}.cd-discount svg{width:15px;height:15px}.cd-discount span{margin-left:auto}.cd-total{display:flex;align-items:baseline;justify-content:space-between;margin:0;font-size:.95rem;font-weight:700}.cd-total strong{font-size:1.35rem;font-weight:800}.cd-tax{margin:-4px 0 0;font-size:.72rem;color:var(--muted)}.cd-checkout{display:block;width:100%;border:0;border-radius:8px;padding:15px 20px;background:var(--cdaccent,var(--brand));color:var(--cdaccent-fg,#fff);font-size:1rem;font-weight:800;text-align:center}.cd-checkout:hover{filter:brightness(.92)}.cd-cartlink{display:block;text-align:center;font-size:.82rem;font-weight:600;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.cd-guar{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.cd-guar li{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--muted)}.cd-guar svg{width:16px;height:16px;flex:none}.cd-pay{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.cd-pay svg{width:34px;height:auto;border-radius:3px}.pb-buy-btn.is-loading{opacity:.7;pointer-events:none}@media(prefers-reduced-motion:reduce){.cd-panel,.cd-overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
