.home-main{display:block;overflow-x:clip}.hb-sec{position:relative}.hb-bg-surface{background:var(--surface)}.hb-bg-soft{background:#faf7f2}.hb-bg-dark{background:#17130f;color:#f6efe6}.hb-bg-primary{background:var(--primary);color:#fff}.hb-bg-dark .hb-sub,.hb-bg-primary .hb-sub{color:#ffffffc7}.hb-pad-none{padding:0}.hb-pad-sm{padding:26px 0}.hb-pad-md{padding:54px 0}.hb-pad-lg{padding:84px 0}.hb-anim{opacity:0;transition-property:opacity,transform,filter;transition-timing-function:cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.hb-anim[data-anim=fade-up]{transform:translateY(32px)}.hb-anim[data-anim=fade-down]{transform:translateY(-32px)}.hb-anim[data-anim=slide-left]{transform:translate(46px)}.hb-anim[data-anim=slide-right]{transform:translate(-46px)}.hb-anim[data-anim=zoom-in]{transform:scale(.93)}.hb-anim[data-anim=blur-in]{filter:blur(12px)}.hb-anim[data-anim=flip-up]{transform:perspective(900px) rotateX(14deg);transform-origin:bottom center}.hb-anim[data-anim=none]{opacity:1;transform:none;filter:none;transition:none}.hb-anim[data-anim].is-in{opacity:1;transform:none;filter:none}@media(prefers-reduced-motion:reduce){.hb-anim{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}.hb-head{margin-bottom:26px}.hb-h2{font-size:clamp(24px,3.2vw,34px);margin:0;line-height:1.15}.hb-h2-link{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px;text-decoration-color:color-mix(in srgb,var(--primary) 40%,transparent);transition:color .12s,text-decoration-color .12s}.hb-h2-link:hover{color:var(--primary);text-decoration-color:currentColor}.hb-sub{color:var(--muted);margin:10px 0 0}.hb-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:10px}.hb-bg-dark .hb-eyebrow,.hb-bg-primary .hb-eyebrow{color:#f0c97d}.hb-btn-outline{background:transparent;border:1.5px solid currentColor;color:inherit}.hb-hero{display:flex;align-items:center;overflow:hidden}.hb-hero.has-bg{color:#fff}.hb-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;object-position:var(--fx, 50%) var(--fy, 50%)}@media(max-width:760px){.hb-hero__bg{object-position:var(--fxm, var(--fx, 50%)) var(--fym, var(--fy, 50%))}}.hb-hero.has-bg:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(18,14,12,var(--ov, .45)),rgba(18,14,12,calc(var(--ov, .45) * .4)))}.hb-hero__in{position:relative;z-index:2;display:flex;flex-direction:column;padding-top:44px;padding-bottom:44px;width:100%}.hb-hero__title{font-size:clamp(30px,5vw,54px);margin:0 0 14px;line-height:1.08}.hb-hero__sub{font-size:17px;max-width:520px;margin:0 0 24px;opacity:.93}.hb-hero__btns{display:flex;gap:12px;flex-wrap:wrap}.hb-icons{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:18px}.hb-icon{display:flex;gap:14px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s}.hb-icon:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000012}.hb-icon__ic{width:46px;height:46px;border-radius:50%;background:#c0392b17;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.hb-icon b{display:block;font-size:14.5px;line-height:1.35}.hb-icon small{color:var(--muted);font-size:12.5px}.hb-bg-dark .hb-icon{background:#ffffff0f;border-color:#ffffff1f}.hb-bg-dark .hb-icon small{color:#ffffffad}.hb-cats{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:18px}.hb-cat{position:relative;display:flex;align-items:flex-end;aspect-ratio:3/2;border-radius:var(--radius);overflow:hidden;background:#eee5da;color:#fff}.hb-cat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.hb-cat:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(18,14,12,.82))}.hb-cat:hover img{transform:scale(1.07)}.hb-cat__body{position:relative;z-index:2;width:100%;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.hb-cat__body b{font-size:18px;display:block}.hb-cat__body small{color:#fffc;font-size:12.5px;display:block}.hb-cat__go{width:38px;height:38px;border-radius:50%;background:#fff3;display:grid;place-items:center;flex:0 0 auto;transition:background .3s,transform .3s}.hb-cat:hover .hb-cat__go{background:var(--primary);transform:translate(4px)}.hb-prod-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.hb-prod-head .hb-head{flex:1}.hb-pgrid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:20px}.hb-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}.hb-rail__item{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start}.hb-rail-nav{display:flex;gap:8px;margin-bottom:26px}.hb-rail-nav button{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:15px;transition:.25s}.hb-rail-nav button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.hb-more{text-align:center;margin-top:28px}.hb-skel{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:20px}.hb-skel>div{aspect-ratio:3/4;border-radius:var(--radius);background:linear-gradient(90deg,#f0ebe4,#f7f3ee,#f0ebe4);background-size:200% 100%;animation:hbShimmer 1.3s infinite}@keyframes hbShimmer{to{background-position:-200% 0}}.hb-featured{display:grid;grid-template-columns:1fr 1fr;min-height:420px;max-width:1400px;margin:0 auto}.hb-featured__img{position:relative;overflow:hidden;background:#eee5da;min-height:260px}.hb-featured__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.hb-featured:hover .hb-featured__img img{transform:scale(1.05)}.hb-featured.is-right .hb-featured__img{order:2}.hb-featured__body{padding:48px 44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hb-featured__body .hb-sub{margin-bottom:22px;max-width:460px}.hb-fp-price{display:flex;gap:10px;align-items:baseline;margin:4px 0 18px;font-size:22px}.hb-narrow{max-width:720px;margin:0 auto}.hb-nl__in{text-align:center}.hb-nl__form{display:flex;gap:10px;max-width:480px;margin:22px auto 0;flex-wrap:wrap}.hb-nl__form input{flex:1;min-width:200px;padding:13px 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:15px}.hb-bg-dark .hb-nl__form input{background:#ffffff17;border-color:#fff3;color:#fff}.hb-nl__msg{margin:12px 0 0;font-size:14px}.hb-nl__note{margin:12px 0 0;font-size:12.5px;opacity:.7}.hb-banner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:16px 22px;border-radius:var(--radius);background:linear-gradient(100deg,var(--primary),#e67e22);color:#fff;font-weight:600;transition:transform .3s,box-shadow .3s}a.hb-banner:hover{transform:translateY(-2px);box-shadow:0 12px 28px #c0392b47;text-decoration:none}.hb-banner__ic{font-size:22px}.hb-banner__cta{text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.hb-preview-bar{position:sticky;top:0;z-index:90;background:#17130f;color:#f6efe6;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:10px 16px;font-size:14px}.hb-preview-bar b{color:#f0c97d}.hb-preview-bar a,.hb-preview-bar button{color:#17130f;background:#f0c97d;border:none;border-radius:999px;padding:7px 16px;font-weight:700;font-size:13px;cursor:pointer;text-decoration:none}.hb-preview-bar .ghost{background:transparent;color:#f6efe6;border:1px solid rgba(246,239,230,.4)}@media(max-width:900px){.hb-pad-lg{padding:56px 0}.hb-pad-md{padding:40px 0}.hb-icons,.hb-cats,.hb-pgrid,.hb-skel{grid-template-columns:repeat(2,1fr)}.hb-rail__item{flex:0 0 calc((100% - 20px)/2)}.hb-featured{grid-template-columns:1fr}.hb-featured.is-right .hb-featured__img{order:0}.hb-featured__body{padding:32px 20px}.hb-prod-head{flex-direction:column;align-items:stretch}.hb-rail-nav{justify-content:flex-end;margin-bottom:14px}}@media(max-width:560px){.hb-icons,.hb-cats{grid-template-columns:1fr}.hb-pgrid,.hb-skel{grid-template-columns:1fr 1fr;gap:14px}.hb-rail__item{flex:0 0 76%}.hb-hero__in{padding-top:32px;padding-bottom:32px}.hb-banner{flex-direction:column;text-align:center;gap:8px}.hb-featured__body{padding:26px 16px}}.hb-featured--product .hb-featured__body{gap:0}.hb-featured--product.is-nogal{grid-template-columns:1fr}.hb-featured__img--gal{background:transparent;min-height:0;position:relative;display:flex;align-items:center;padding:24px}.hb-featured__img--gal img{position:static;inset:auto}.hb-fp-gal{display:grid;gap:12px;width:100%}.hb-fp-gal--below{grid-template-areas:"main" "thumbs"}.hb-fp-gal--left{grid-template-areas:"thumbs main";grid-template-columns:84px 1fr}.hb-fp-gal--right{grid-template-areas:"main thumbs";grid-template-columns:1fr 84px}.hb-fp-gal__main{grid-area:main;position:relative;aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.hb-fp-gal__main img{width:100%;height:100%;object-fit:contain}.hb-fp-gal__arr{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#ffffffeb;font-size:20px;line-height:1;cursor:pointer;color:var(--text)}.hb-fp-gal__arr:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.hb-fp-gal__arr.is-prev{left:10px}.hb-fp-gal__arr.is-next{right:10px}.hb-fp-gal__thumbs{grid-area:thumbs;display:flex;gap:8px;flex-wrap:wrap}.hb-fp-gal--left .hb-fp-gal__thumbs,.hb-fp-gal--right .hb-fp-gal__thumbs{flex-direction:column;flex-wrap:nowrap;overflow-y:auto;max-height:100%}.hb-fp-gal__thumbs button{width:68px;height:68px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:var(--surface);cursor:pointer;flex:0 0 auto}.hb-fp-gal--left .hb-fp-gal__thumbs button,.hb-fp-gal--right .hb-fp-gal__thumbs button{width:100%;height:72px}.hb-fp-gal__thumbs button.is-active{border-color:var(--primary)}.hb-fp-gal__thumbs img{width:100%;height:100%;object-fit:cover}@media(max-width:760px){.hb-fp-gal[data-arrows-mobile="0"] .hb-fp-gal__arr{display:none}}@media(min-width:761px){.hb-fp-gal[data-arrows-desktop="0"] .hb-fp-gal__arr{display:none}}.hb-fp-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.hb-fp-badge{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:999px;color:#fff}.hb-fp-badge.is-promo{background:var(--primary)}.hb-fp-badge.is-best{background:var(--accent)}.hb-fp-badge.is-new{background:#2e7d53}.hb-fp-author{color:var(--muted);font-size:14px;margin-top:2px}.hb-fp-rating{display:flex;align-items:center;gap:7px;font-size:13.5px;margin-top:8px}.hb-stars{color:var(--accent);letter-spacing:1.5px}.hb-fp-muted{color:var(--muted)}.hb-fp-pct{background:#c0392b1a;color:var(--primary);font-size:13px;font-weight:700;padding:3px 10px;border-radius:999px}.hb-fp-promoend{font-size:13px;color:var(--muted);margin-top:6px}.hb-featured__body .omnibus-note{margin-top:6px}.hb-fp-field{display:block;margin-top:16px;max-width:340px}.hb-fp-field span{display:block;font-size:12.5px;color:var(--muted);margin-bottom:5px}.hb-fp-field select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);font-size:15px}.hb-fp-buy{display:flex;gap:10px;align-items:center;margin-top:18px;flex-wrap:wrap}.hb-fp-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.hb-fp-qty button{width:40px;height:46px;border:none;background:none;font-size:18px;cursor:pointer;color:var(--muted)}.hb-fp-qty button:hover{background:var(--bg);color:var(--text)}.hb-fp-qty input{width:42px;height:46px;border:none;text-align:center;font-weight:700;font-size:15px;background:transparent}.hb-fp-unavail{margin-top:16px;padding:16px;border-radius:var(--radius);background:#e67e2214;border:1px solid rgba(230,126,34,.35)}.hb-fp-unavail b{display:block;margin-bottom:8px}.hb-fp-unavail form{display:flex;gap:8px;flex-wrap:wrap}.hb-fp-unavail input{flex:1;min-width:180px;padding:10px 12px;border:1px solid var(--border);border-radius:10px}.hb-fp-unavail p{margin:0;font-size:14px}.hb-fp-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;font-size:13px;color:var(--muted)}.hb-fp-meta b{color:var(--text)}.hb-fp-more{display:inline-block;margin-top:14px;font-size:14px;font-weight:600}.hb-fp-skel{height:340px;border-radius:var(--radius);background:linear-gradient(90deg,#f0ebe4,#f7f3ee,#f0ebe4);background-size:200% 100%;animation:hbShimmer 1.3s infinite}@media(max-width:900px){.hb-fp-gal--left,.hb-fp-gal--right{grid-template-areas:"main" "thumbs";grid-template-columns:1fr}.hb-fp-gal__thumbs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;max-height:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:2px}.hb-fp-gal__thumbs button{width:60px!important;height:60px!important;scroll-snap-align:start}.hb-featured__img--gal{padding:16px}}.hb-heading{display:flex;flex-direction:column;gap:10px}.hb-heading--center{align-items:center;text-align:center}.hb-heading--left{align-items:flex-start;text-align:left}.hb-heading--right{align-items:flex-end;text-align:right}.hb-heading .hb-h2{margin:0}.hb-heading .hb-sub{margin:0;max-width:640px}.hb-divider{display:block}.hb-divider--line{width:64px;height:3px;border-radius:2px;background:var(--primary);margin-top:4px}.hb-divider--wide{width:100%;max-width:320px;height:1px;background:var(--border);margin-top:8px}.hb-divider--dots{width:64px;height:6px;margin-top:6px;background:radial-gradient(circle,var(--primary) 2.5px,transparent 3px) repeat-x;background-size:16px 6px}.hb-heading__btn{margin-top:6px}.hb-subcats{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:16px}.hb-subcat{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:inherit;text-decoration:none;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s,border-color .3s}.hb-subcat:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000012;border-color:var(--primary)}.hb-subcat__img{width:62px;height:62px;border-radius:10px;overflow:hidden;flex:0 0 auto;background:#f2ece4;display:grid;place-items:center}.hb-subcat__img img{width:100%;height:100%;object-fit:cover}.hb-subcat__ph{font-size:22px;font-weight:700;color:var(--primary)}.hb-subcat__body b{display:block;font-size:14.5px;line-height:1.3}.hb-subcat__body small{color:var(--muted);font-size:12.5px}.hb-subcats--list{grid-template-columns:repeat(var(--cols, 4),1fr);gap:8px}.hb-subcats--list .hb-subcat{padding:10px 14px;border-color:transparent;background:transparent;border-bottom:1px solid var(--border);border-radius:0}.hb-subcats--list .hb-subcat:hover{transform:none;box-shadow:none;background:var(--surface);border-bottom-color:var(--primary)}.hb-bg-dark .hb-subcat{background:#ffffff0f;border-color:#ffffff1f}.hb-bundle{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.hb-bundle.is-right .hb-bundle__img{order:2}.hb-bundle__img{position:relative;border-radius:var(--radius);overflow:hidden;background:#f2ece4}.hb-bundle__img img{width:100%;height:100%;max-height:460px;object-fit:cover;display:block}.hb-bundle__save{position:absolute;top:14px;left:14px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;padding:7px 13px;border-radius:999px}.hb-bundle__body .hb-h2{margin:8px 0 0}.hb-bundle__list{list-style:none;padding:0;margin:18px 0 0;border-top:1px solid var(--border)}.hb-bundle__list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.hb-bundle__list a{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;min-width:0}.hb-bundle__list img{width:42px;height:42px;border-radius:8px;object-fit:cover;flex:0 0 auto}.hb-bundle__list b{font-size:14.5px;font-weight:600}.hb-bundle__list a:hover b{color:var(--primary)}.hb-bundle__list em{color:var(--muted);font-style:normal;font-size:13.5px}.hb-bundle__tag{display:inline-block;margin-left:8px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:#2e7d531f;color:#2e7d53;padding:2px 7px;border-radius:999px}.hb-bundle__ip{color:var(--muted);font-size:13.5px;white-space:nowrap}.hb-bundle__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:18px}.hb-bundle__sep{color:var(--muted);font-size:14px}.hb-bundle__cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px}.hb-bundle__cta .hb-fp-more{margin-top:0}@media(max-width:900px){.hb-bundle{grid-template-columns:1fr;gap:20px}.hb-bundle.is-right .hb-bundle__img{order:0}.hb-subcats,.hb-subcats--list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:560px){.hb-subcats,.hb-subcats--list{grid-template-columns:1fr}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--primary: #c0392b;--accent: #e67e22;--bg: #fbf8f4;--surface: #ffffff;--text: #2b2622;--muted: #8a817c;--border: rgba(0, 0, 0, .1);--font-sans: "Inter Variable", Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius: 12px}*{box-sizing:border-box}.cms-content{font-size:15px;line-height:1.7;color:var(--text)}.cms-content h2,.cms-content h3{margin:1.2em 0 .4em;line-height:1.3}.cms-content p{margin:0 0 .8em}.cms-content ul,.cms-content ol{padding-left:1.4em;margin:0 0 .8em}.cms-content a{color:var(--primary)}.cms-content img{max-width:100%;height:auto}.cms-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:0 0 1em;font-size:14px}.cms-content iframe,.cms-content video,.cms-content embed{max-width:100%}.cms-content td,.cms-content th{padding:4px 8px;vertical-align:top}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.5;overflow-x:hidden}img,video{max-width:100%;height:auto}input,select,textarea{font-size:16px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 16px}.btn{display:inline-block;border:0;border-radius:10px;padding:12px 18px;font-weight:700;font-size:15px;cursor:pointer;background:var(--primary);color:#fff}.btn:hover{filter:brightness(1.05);text-decoration:none}.btn--ghost{background:transparent;color:var(--primary);border:1px solid var(--primary)}.header{background:var(--surface);border-bottom:1px solid var(--border)}.header__row{display:flex;align-items:center;gap:20px;padding:14px 16px;flex-wrap:wrap}.logo{font-weight:800;font-size:20px;letter-spacing:1px;color:var(--text);white-space:nowrap}.header__search{margin:0 auto;display:flex;flex:1 1 220px;max-width:360px}.nav{display:flex;gap:18px;align-items:center}.nav a{white-space:nowrap}.nav-toggle{display:none;background:transparent;border:0;font-size:24px;line-height:1;cursor:pointer;color:var(--text);padding:4px 8px}.header__actions{display:flex;align-items:center;gap:2px}.hicon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--text);border-radius:999px}.hicon:hover{background:#0000000f;text-decoration:none}.hicon__badge{position:absolute;top:4px;right:4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;line-height:1}@media(max-width:760px){.header__row{gap:10px}.header__actions{order:1;margin-left:auto}.nav-toggle{display:block;order:2;margin-left:2px}.header__search{order:3;flex-basis:100%;max-width:none;margin:0}.nav{order:4;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;display:none}.nav--open{display:flex}.nav a{padding:12px 4px;border-top:1px solid var(--border)}}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.product-layout>*{min-width:0}.product-layout--rev>:first-child{order:2}.product-layout--rev>:last-child{order:1}@media(max-width:760px){.product-layout{grid-template-columns:1fr;gap:20px}.product-layout--rev>:first-child,.product-layout--rev>:last-child{order:0}}.pgal--side{display:grid;grid-template-columns:76px 1fr;gap:10px;align-items:start}.pgal--side>:first-child{order:2}.pgal--side .pgal__thumbs{order:1;flex-direction:column;margin-top:0;overflow-x:visible;overflow-y:auto;max-height:420px}@media(max-width:760px){.pgal--side{grid-template-columns:1fr}.pgal--side>:first-child{order:0}.pgal--side .pgal__thumbs{order:1;flex-direction:row;margin-top:10px;max-height:none}}.sum-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;font-size:14px;padding:4px 0}.sum-row>:last-child{white-space:nowrap}.sum-row--sm{font-size:13px}.sum-row--total{font-size:20px;font-weight:700;padding-top:10px}.tierbar{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#e67e2214;border:1px solid rgba(230,126,34,.3)}.tierbar__txt{font-size:13px;line-height:1.45;color:var(--text)}.tierbar__missing{color:var(--primary);white-space:nowrap}.tierbar__track{margin-top:8px;height:6px;border-radius:999px;background:#00000014;overflow:hidden}.tierbar__fill{height:100%;border-radius:999px;background:var(--primary);transition:width .35s ease}.tierbar--max{background:#2e7d3217;border-color:#2e7d3259}.pbuy{display:flex;flex-direction:column;gap:14px;min-width:0}.pbuy>*{margin:0}.pbuy__name,.pbuy__subtitle,.pbuy__author,.pbuy__sku,.pbuy__price,.pbuy__delivery{align-self:flex-start}.pbuy__name{font-size:clamp(24px,2.4vw,32px);line-height:1.2}.pbuy__author{color:var(--muted)}.pbuy__subtitle{margin:2px 0 6px!important;color:var(--text);opacity:.9;font-weight:500;font-size:clamp(16px,1.4vw,19px);line-height:1.35}.product-subtitle{margin:0 0 26px;text-align:center;color:var(--text);font-size:clamp(17px,1.6vw,21px);font-weight:500;line-height:1.35;opacity:.9}.pbuy__sku{color:var(--muted);font-size:13px;margin-top:-10px!important}.pbuy__price .price{font-size:30px;line-height:1.1}.pbuy__old{color:var(--muted);text-decoration:line-through;font-size:17px;margin-left:8px;font-weight:400}.pbuy__price .omnibus-note{margin-top:4px}.pbuy__delivery{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted)}.pbuy__delivery strong{color:var(--text)}.pbuy__opts,.pbuy__choose{display:grid;gap:14px;width:100%}.pbuy__choose:not(:empty){margin-top:4px;padding-top:16px;border-top:1px solid var(--border)}.pfld{display:block;width:100%;max-width:420px}.pfld__lbl{display:block;font-size:13px;color:var(--muted);margin-bottom:5px}.pfld__inp{width:100%;padding:10px 12px;font-size:15px;font-family:inherit;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.pfld__inp:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.pfld__choices{display:flex;flex-wrap:wrap;gap:8px}.pchoice{padding:10px 14px;font-size:14px;font-family:inherit;line-height:1.2;cursor:pointer;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.pchoice:hover{border-color:var(--primary)}.pchoice.is-on{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:#e67e2214;font-weight:700}.pbuy__cta{width:100%;max-width:420px;margin-top:4px}.pbuy__cta .btn{width:100%;padding:13px 20px;font-size:16px}.pbuy__hint{color:var(--muted);font-size:13px;margin:8px 0 0}@media(max-width:760px){.pbuy{gap:12px}.pfld,.pbuy__cta{max-width:none}}.product-stickybar,.stickybar-spacer{display:none}@media(max-width:760px){.product-stickybar{display:flex;align-items:center;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:50;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 16px #0000001a}.product-stickybar .btn{padding:12px 18px}.product-stickybar .odlicz--maly{margin-top:1px;font-size:11.5px}.stickybar__name{font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stickybar__old{color:var(--muted);text-decoration:line-through;font-size:13px;font-weight:400;margin-left:7px}.stickybar__sub{font-size:12px;color:var(--text);opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.stickybar-spacer{display:block;height:76px}.stickybar-spacer--plus1{height:96px}.stickybar-spacer--plus2{height:114px}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}@media(max-width:480px){.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}.grid--cols{grid-template-columns:repeat(var(--cols, 4),minmax(0,1fr))}@media(max-width:760px){.grid--cols{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card__link{display:block;color:var(--text)}.card__link:hover{text-decoration:none}.card__img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:var(--bg)}.card__body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.card__name{font-size:14px;min-height:40px}.card__subtitle{margin:2px 0 0;font-size:13px;line-height:1.35;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__badge{position:absolute;top:8px;left:8px;z-index:1;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px}.card__prices{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.price{font-weight:800}.price--promo{color:var(--primary)}.price--old{font-weight:600;font-size:14px;color:var(--muted);text-decoration:line-through}.card__cta{width:100%;text-align:center;padding:10px 12px}.cart-items{margin-top:12px}.cart-row{display:grid;align-items:center;gap:6px 12px;padding:12px 0;border-bottom:1px solid var(--border);grid-template-columns:56px 1fr 84px auto 32px;grid-template-areas:"img info qty value remove"}.cart-row:first-child{padding-top:0}.cart-row:last-child{padding-bottom:0;border-bottom:none}.cart-row__img{grid-area:img;width:56px;height:56px;object-fit:cover;border-radius:6px;background:var(--bg)}.cart-row__info{grid-area:info;min-width:0}.cart-row__title{font-size:14px}.cart-row__unit{font-size:12px;color:var(--muted);margin-top:2px}.cart-row__qty{grid-area:qty;width:64px;padding:6px 8px;border:1px solid var(--border);border-radius:6px}.cart-row__value{grid-area:value;text-align:right;font-weight:700;white-space:nowrap}.cart-row__remove{grid-area:remove;border:none;background:none;cursor:pointer;color:var(--muted);font-size:18px;justify-self:center}@media(max-width:560px){.cart-row{grid-template-columns:56px 1fr auto;grid-template-areas:"img info   remove" "img qty    value"}.cart-row__value{align-self:center}}.cart-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:5000;background:var(--text);color:#fff;padding:12px 18px;border-radius:10px;box-shadow:0 6px 24px #00000040;font-size:14px;font-weight:600;max-width:min(92vw,440px);text-align:center;cursor:pointer;animation:cartToastIn .25s ease}@keyframes cartToastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.specs-card{max-width:760px;background:#f3ebe0;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:24px 28px}.specs-card__title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--text)}.specs-table{width:100%;border-collapse:collapse;font-size:15px}.specs-table th,.specs-table td{text-align:left;padding:13px 2px;border-bottom:1px solid rgba(0,0,0,.08);vertical-align:top}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:0}.specs-table th{width:42%;padding-right:16px;font-weight:700;color:var(--text)}.specs-table td{color:var(--text)}.linklike{background:none;border:0;padding:0;font:inherit;color:var(--primary);text-decoration:underline;cursor:pointer}.file-badge{display:inline-block;margin-top:3px;padding:2px 10px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;line-height:1.7;color:var(--primary);background:#c0392b12;border:1.5px dashed rgba(192,57,43,.45);border-radius:6px}.file-badge--ok{color:#2e7d32;background:#2e7d3214;border-color:#2e7d3273}.account-nav{flex:0 0 220px;position:sticky;top:16px;align-self:flex-start}.account-main{min-width:320px}@media(max-width:760px){.account-nav{flex-basis:100%;position:static;top:auto}.account-main{min-width:0;width:100%}}.cart-choices{gap:20px;margin-top:16px}@media(max-width:640px){.cart-choices{gap:12px;margin-top:12px}}@keyframes fgBlink{0%,to{box-shadow:0 0 #c0392b00}50%{box-shadow:0 0 0 5px #c0392b80}}.fg-blink{animation:fgBlink .6s ease-in-out 3}.fgmap-modal{display:grid;grid-template-columns:340px 1fr}@media(max-width:760px){.fgmap-modal{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) 44%}.fgmap-modal>.fgmap-panel{border-right:none;border-bottom:1px solid #eee}.fgmap-search{padding-right:40px}}.bundle-list{margin-top:20px;border:1px solid var(--border);border-radius:var(--radius);padding:8px}.bundle-list__head{font-weight:700;padding:6px 8px 10px}.bundle-track{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;color:var(--text)}.bundle-track:hover{background:#0000000d;text-decoration:none}.bundle-track__idx{width:18px;flex:0 0 auto;text-align:center;font-size:13px;color:var(--muted)}.bundle-track__idx .play{display:none;color:var(--primary)}.bundle-track:hover .bundle-track__idx .n{display:none}.bundle-track:hover .bundle-track__idx .play{display:inline}.bundle-track__img{width:48px;height:48px;border-radius:6px;object-fit:cover;background:var(--bg);flex:0 0 auto}.bundle-track__main{min-width:0;flex:1;display:flex;flex-direction:column}.bundle-track__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:600;line-height:1.3}.bundle-track__sub{display:block;font-size:13px;color:var(--muted);margin-top:2px}.bundle-track__price{font-weight:700;white-space:nowrap;margin-left:auto}.bundle-track__price s{font-weight:500;color:var(--muted);font-size:13px;margin-left:6px}.bundle-list__foot{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 8px 6px;margin-top:4px;border-top:1px solid var(--border);color:var(--muted);font-size:14px}.bundle-list__foot>span:last-child{text-align:right;white-space:nowrap}.bundle-list__save{display:block;color:#2e7d32;font-weight:700;font-size:12px;text-align:right;margin-top:2px}.omnibus-note{font-size:11.5px;line-height:1.35;color:var(--muted);margin-top:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.odlicz{margin-top:10px}.odlicz__etykieta{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.odlicz__pola{display:flex;flex-wrap:wrap;gap:6px}.odlicz__pole{display:flex;flex-direction:column;align-items:center;min-width:52px;padding:6px 8px 5px;border-radius:10px;background:#e67e221a;border:1px solid rgba(230,126,34,.3)}.odlicz__cyfry{font-size:22px;font-weight:700;line-height:1.1;color:#a95a12;font-variant-numeric:tabular-nums}.odlicz__podpis{font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.odlicz--maly{display:flex;align-items:center;gap:4px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);margin-top:6px}.odlicz--maly strong{color:#a95a12;font-variant-numeric:tabular-nums}.nav-cats{position:relative}.nav-cats__btn{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.nav-cats__btn:hover{color:var(--primary)}.nav-cats__chev{font-size:10px}.nav-cats__panel{position:absolute;top:calc(100% + 10px);left:0;z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #0000001f;padding:8px;min-width:240px;max-height:70vh;overflow-y:auto;display:grid;gap:2px}.nav-cats__top{display:block;padding:8px 10px;border-radius:8px;font-weight:600;color:var(--text)}.nav-cats__top:hover{background:var(--bg);color:var(--primary);text-decoration:none}.nav-cats__sub{display:grid;gap:1px;padding:0 0 4px 10px}.nav-cats__sub a{display:block;padding:5px 10px;border-radius:8px;font-size:14px;color:var(--muted)}.nav-cats__sub a:hover{background:var(--bg);color:var(--primary);text-decoration:none}@media(max-width:760px){.nav-cats{border-top:1px solid var(--border)}.nav-cats__btn{width:100%;justify-content:space-between;padding:12px 4px}.nav-cats__panel{position:static;box-shadow:none;border:none;border-radius:0;padding:0 0 8px;min-width:0;max-height:none}}
