.hdk-promo{background:var(--hdk-slate);color:#fff;font-size:13px;padding:9px 16px;text-align:center;letter-spacing:.02em}.hdk-promo strong{color:#fff;font-weight:600}.hdk-promo__sep{opacity:.4;margin:0 10px}.hdk-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--hdk-line)}.hdk-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:64px;max-width:1240px;margin:0 auto;padding:0 var(--hdk-pad)}.hdk-logo{font-weight:800;letter-spacing:-.02em;font-size:18px;display:flex;align-items:center;gap:8px;color:var(--hdk-text);text-decoration:none}.hdk-logo__mark{width:30px;height:30px;border-radius:7px;background:var(--hdk-green);display:grid;place-items:center;color:#fff;font-weight:800;font-size:14px}.hdk-nav{display:none;gap:28px;font-size:15px;font-weight:500}.hdk-nav a{color:#2a2a2a;text-decoration:none}.hdk-nav a:hover{color:var(--hdk-green)}.hdk-header__cart{display:flex;align-items:center;gap:10px}.hdk-icon-btn{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--hdk-bg-soft);border:0;cursor:pointer;color:inherit;position:relative;text-decoration:none}.hdk-icon-btn:hover{background:var(--hdk-green-soft)}.hdk-cart-count{position:absolute;top:2px;right:2px;background:var(--hdk-green);color:#fff;font-size:10px;font-weight:700;border-radius:10px;padding:1px 5px;line-height:1.2}.hdk-locale{appearance:none;-webkit-appearance:none;background:var(--hdk-bg-soft);border:0;border-radius:999px;padding:0 28px 0 14px;height:42px;font:inherit;font-size:13.5px;font-weight:600;color:var(--hdk-text);cursor:pointer}@media(min-width:900px){.hdk-nav{display:flex}}.hdk-hamburger{display:inline-grid;width:42px;height:42px;padding:0;background:var(--hdk-bg-soft);border:0;border-radius:999px;cursor:pointer;place-items:center;gap:4px}.hdk-hamburger span{display:block;width:18px;height:2px;background:var(--hdk-text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hdk-hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hdk-hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hdk-hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(min-width:900px){.hdk-hamburger{display:none}}.hdk-mobile-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--hdk-line);box-shadow:0 12px 24px #00000014;z-index:49;max-height:calc(100vh - 64px);overflow-y:auto}.hdk-mobile-nav.is-open{display:block}.hdk-mobile-nav ul{list-style:none;padding:8px var(--hdk-pad) 16px;margin:0;display:flex;flex-direction:column;gap:2px}.hdk-mobile-nav a{display:block;padding:14px 8px;font-size:16px;font-weight:600;color:var(--hdk-text);text-decoration:none;border-bottom:1px solid var(--hdk-line)}.hdk-mobile-nav a:hover{color:var(--hdk-green)}.hdk-mobile-nav li:last-child a{border-bottom:0}body.hdk-no-scroll{overflow:hidden}@media(min-width:900px){.hdk-mobile-nav{display:none!important}}.hdk-footer{background:#0e1117;color:#cfd2d8;padding:48px 0 28px;font-size:14px}.hdk-footer a{color:#fff;text-decoration:none}.hdk-footer a:hover{opacity:.8}.hdk-footer__grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1240px;margin:0 auto;padding:0 var(--hdk-pad)}@media(min-width:760px){.hdk-footer__grid{grid-template-columns:1.8fr repeat(auto-fit,minmax(180px,1fr));align-items:start}}.hdk-footer h4{color:#fff;font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-family:var(--hdk-font);font-weight:700}.hdk-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.hdk-footer__brand p{max-width:38ch;color:#a6abb5;margin:8px 0 0}.hdk-footer__news{margin-top:18px;display:flex;gap:8px;max-width:380px}.hdk-footer__news input{flex:1;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#fff;font:inherit;font-size:14px}.hdk-footer__hint{margin:8px 0 0;font-size:12px;color:#80858f}.hdk-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;margin:32px auto 0;border-top:1px solid rgba(255,255,255,.08);font-size:12.5px;color:#8a8f9a;max-width:1240px;padding-left:var(--hdk-pad);padding-right:var(--hdk-pad)}.hdk-footer__pay{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hdk-footer__pay span{background:#fff;color:#222;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.02em}.hdk-crumb{font-size:12.5px;color:var(--hdk-muted);padding:14px var(--hdk-pad) 0;display:flex;gap:6px;flex-wrap:wrap;max-width:1240px;margin:0 auto}.hdk-crumb a{color:inherit;text-decoration:none}.hdk-crumb a:hover{color:var(--hdk-green)}.hdk-crumb span{opacity:.5}.hdk-pdp{padding:18px 0 clamp(40px,6vw,72px)}.hdk-pdp__grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1240px;margin:0 auto;padding:0 var(--hdk-pad)}@media(min-width:900px){.hdk-pdp__grid{grid-template-columns:1.15fr 1fr;gap:48px;align-items:flex-start}}.hdk-gal{display:grid;grid-template-columns:1fr;gap:10px}.hdk-gal__hero{aspect-ratio:1/1;background:var(--hdk-bg-soft);border-radius:var(--hdk-radius);overflow:hidden;position:relative}.hdk-gal__hero img{width:100%;height:100%;object-fit:cover}.hdk-gal__badge{position:absolute;top:14px;left:14px;background:var(--hdk-green);color:#fff;font-size:11.5px;font-weight:700;padding:6px 11px;border-radius:6px;letter-spacing:.05em;text-transform:uppercase;z-index:2}.hdk-gal__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.hdk-gal__thumbs button{aspect-ratio:1/1;border-radius:8px;background:var(--hdk-bg-soft);overflow:hidden;border:2px solid transparent;padding:0;position:relative;cursor:pointer}.hdk-gal__thumbs button[aria-pressed=true]{border-color:var(--hdk-green)}.hdk-gal__thumbs img{width:100%;height:100%;object-fit:cover}.hdk-buy{display:flex;flex-direction:column;gap:14px}.hdk-buy__rating{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--hdk-muted)}.hdk-buy__rating .stars{color:var(--hdk-gold);letter-spacing:2px;font-size:14px}.hdk-buy__title{margin:4px 0 0;font-family:var(--hdk-font);font-weight:700;font-size:clamp(24px,4.5vw,34px);letter-spacing:-.02em;line-height:1.2}.hdk-buy__proof{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.hdk-pill{display:inline-flex;align-items:center;gap:6px;background:var(--hdk-green-soft);color:var(--hdk-green);font-weight:600;font-size:12.5px;padding:5px 10px;border-radius:999px;border:0;cursor:default}.hdk-pill svg{width:13px;height:13px}.hdk-pill--neutral{background:#fff;color:var(--hdk-text);border:1.5px solid var(--hdk-line);cursor:pointer}.hdk-buy__price{display:flex;align-items:baseline;gap:10px;margin-top:6px}.hdk-buy__price .now{font-size:30px;font-weight:800;letter-spacing:-.02em}.hdk-buy__price .was{font-size:16px;color:var(--hdk-muted);text-decoration:line-through}.hdk-buy__price .save{font-size:12.5px;font-weight:700;color:var(--hdk-green);background:var(--hdk-green-soft);padding:4px 9px;border-radius:6px}.hdk-opts{display:flex;flex-direction:column;gap:10px;margin-top:6px}.hdk-opts__label{font-size:13px;font-weight:700;color:var(--hdk-muted);text-transform:uppercase;letter-spacing:.05em}.hdk-opt{display:grid;grid-template-columns:1fr;gap:8px}.hdk-opt label{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border:1.5px solid var(--hdk-line);border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hdk-opt label:hover{border-color:#bbb}.hdk-opt input{position:absolute;opacity:0;pointer-events:none}.hdk-opt label:has(input:checked){border-color:var(--hdk-green);background:var(--hdk-green-soft)}.hdk-opt__inner h4{font-size:15px;margin:0;font-family:var(--hdk-font);font-weight:700}.hdk-opt__inner p{font-size:13px;color:var(--hdk-muted);margin:2px 0 0}.hdk-opt__price{font-weight:800;font-size:16px;text-align:right;white-space:nowrap}.hdk-opt__price small{display:block;font-size:11.5px;font-weight:500;color:var(--hdk-muted)}.hdk-opt label.is-soldout{opacity:.55;cursor:not-allowed}.hdk-atc{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:6px}.hdk-qty{display:inline-flex;align-items:center;border:1.5px solid var(--hdk-line);border-radius:999px;overflow:hidden;height:52px}.hdk-qty button{width:44px;height:100%;font-size:18px;color:var(--hdk-text);background:transparent;border:0;cursor:pointer}.hdk-qty input{width:42px;border:0;text-align:center;font-weight:700;font-size:15px;outline:none;background:transparent}.hdk-atc .hdk-btn{height:52px;min-height:52px}.hdk-shop-pay{background:#5a31f4;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;border-radius:999px;font-weight:600;font-size:15px;margin-top:8px;border:0;cursor:pointer}[id^=hdkShopPay-]{margin-top:18px}[id^=hdkShopPay-] .shopify-payment-button{margin-top:0}.hdk-atc.is-hidden,.hdk-shop-pay.is-hidden{display:none}.hdk-notify{display:none;flex-direction:column;gap:10px;padding:18px 18px 16px;border:1.5px solid var(--hdk-line);border-radius:12px;background:var(--hdk-bg-soft);margin-top:6px}.hdk-notify.is-on{display:flex}.hdk-notify__head{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px}.hdk-notify__head svg{color:var(--hdk-green);flex-shrink:0}.hdk-notify__sub{font-size:13.5px;color:var(--hdk-muted);line-height:1.4;margin:-4px 0 0}.hdk-notify__row{display:grid;grid-template-columns:1fr auto;gap:8px}.hdk-notify__row input{font:inherit;font-size:15px;padding:13px 14px;border:1.5px solid var(--hdk-line);border-radius:10px;background:#fff;color:var(--hdk-text);min-height:50px}.hdk-notify__row input:focus{outline:0;border-color:var(--hdk-green)}.hdk-notify__row button{padding:0 22px;border-radius:10px;background:var(--hdk-text);color:#fff;font:inherit;font-weight:600;font-size:14.5px;min-height:50px;white-space:nowrap;border:0;cursor:pointer}.hdk-reassure{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;font-size:13px;color:var(--hdk-muted)}.hdk-reassure>div{display:flex;gap:8px;align-items:flex-start}.hdk-reassure svg{flex:0 0 16px;margin-top:2px;color:var(--hdk-green)}.hdk-reassure strong{color:var(--hdk-text);font-weight:700;display:block;font-size:13.5px}.hdk-ship{margin-top:14px;background:var(--hdk-bg-soft);border-radius:12px;padding:14px 16px}.hdk-ship__row{display:flex;align-items:center;gap:8px;font-size:13.5px}.hdk-ship__row strong{color:var(--hdk-green);font-weight:700}.hdk-ship__bar{height:8px;background:#e6e4de;border-radius:999px;margin-top:8px;overflow:hidden;position:relative}.hdk-ship__fill{display:block;height:100%;background:var(--hdk-green);border-radius:999px;transition:width .6s cubic-bezier(.2,.8,.2,1)}.hdk-ship__hint{font-size:12px;color:var(--hdk-muted);margin:6px 0 0}.hdk-labs{background:#fff;border:1px solid var(--hdk-line);border-radius:14px;padding:16px;margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.hdk-labs h4{font-size:11px;font-weight:700;color:var(--hdk-muted);letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;text-align:left;margin:0 0 4px}.hdk-labs div{font-weight:700;color:var(--hdk-text);font-size:13.5px;padding:8px 0;background:var(--hdk-bg-soft);border-radius:8px}.hdk-checklist{display:grid;grid-template-columns:1fr;gap:22px;align-items:center}@media(min-width:760px){.hdk-checklist{grid-template-columns:1fr 1.1fr;gap:36px}}.hdk-checklist__media{aspect-ratio:4/3;border-radius:var(--hdk-radius-lg);background:var(--hdk-bg-soft);overflow:hidden}.hdk-checklist__media img{width:100%;height:100%;object-fit:cover}.hdk-checklist__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.hdk-checklist__list li{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--hdk-line);padding:14px 16px;border-radius:12px}.hdk-checklist__icon{width:34px;height:34px;border-radius:8px;background:var(--hdk-green-soft);color:var(--hdk-green);display:grid;place-items:center;flex:0 0 34px}.hdk-checklist__list strong{display:block;font-size:14.5px}.hdk-checklist__list span{font-size:13px;color:var(--hdk-muted)}.hdk-faq{display:flex;flex-direction:column;gap:10px;max-width:880px;margin:0 auto}.hdk-faq details{background:#fff;border:1px solid var(--hdk-line);border-radius:12px;padding:0;overflow:hidden}.hdk-faq details[open]{border-color:var(--hdk-green);box-shadow:0 4px 18px #136b0c14}.hdk-faq summary{list-style:none;padding:18px 20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;font-size:15.5px}.hdk-faq summary::-webkit-details-marker{display:none}.hdk-faq summary .arrow{width:28px;height:28px;border-radius:999px;background:var(--hdk-green-soft);color:var(--hdk-green);display:grid;place-items:center;transition:transform .25s ease;flex-shrink:0}.hdk-faq details[open] summary .arrow{transform:rotate(180deg)}.hdk-faq__body{padding:0 20px 20px;color:var(--hdk-muted);font-size:14.5px;line-height:1.6}.hdk-specs{display:grid;grid-template-columns:1fr;gap:8px;max-width:780px;margin:0 auto}.hdk-specs details{background:#fff;border:1px solid var(--hdk-line);border-radius:10px;overflow:hidden}.hdk-specs summary{padding:16px 18px;font-size:15px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.hdk-specs summary::-webkit-details-marker{display:none}.hdk-specs__body{padding:0 18px 18px;color:var(--hdk-muted);font-size:14.5px;line-height:1.6}.hdk-specs table{width:100%;border-collapse:collapse;font-size:14px}.hdk-specs td{padding:8px 0;border-bottom:1px solid var(--hdk-line)}.hdk-specs td:first-child{color:var(--hdk-muted);width:40%}.hdk-specs td:last-child{color:var(--hdk-text);font-weight:600}.hdk-rev__summary{display:grid;grid-template-columns:1fr;gap:18px;align-items:center;margin-top:16px}@media(min-width:760px){.hdk-rev__summary{grid-template-columns:240px 1fr;gap:36px}}.hdk-rev__big{font-size:60px;font-weight:800;line-height:1}.hdk-rev__big small{display:block;font-size:14px;color:#c9ccd3;font-weight:500;margin-top:6px}.hdk-rev__stars{color:var(--hdk-gold);font-size:18px;letter-spacing:3px}.hdk-rev__bars{display:flex;flex-direction:column;gap:6px}.hdk-rev__row{display:grid;grid-template-columns:30px 1fr 36px;gap:10px;align-items:center;font-size:13px;color:#c9ccd3}.hdk-rev__row .bar{height:8px;background:#ffffff1a;border-radius:999px;overflow:hidden}.hdk-rev__row .bar i{display:block;height:100%;background:var(--hdk-gold)}.hdk-rev__list{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}@media(min-width:760px){.hdk-rev__list{grid-template-columns:repeat(3,1fr);gap:18px}}.hdk-rev__card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px}.hdk-rev__card .meta{font-size:12.5px;color:#9ea3ad;margin-top:10px}.hdk-rev__card .meta strong{color:#fff;display:block;font-weight:600;font-size:13px}.hdk-rev__card .verified{display:inline-flex;align-items:center;gap:4px;color:var(--hdk-gold);font-size:11.5px;font-weight:600;margin-bottom:8px}@media(max-width:600px){#hdk-product-reviews{padding-bottom:24px!important;padding-top:32px!important}#hdk-product-reviews>.hdk-wrap>div[style*=min-height]{min-height:0!important}#hdk-product-reviews .reviews-elfsight__embed{min-height:0!important}}.hdk-xsell{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:760px){.hdk-xsell{grid-template-columns:repeat(3,1fr);gap:18px}}.hdk-xcard{background:#fff;border:1px solid var(--hdk-line);border-radius:14px;padding:18px;display:flex;gap:14px;align-items:center;text-decoration:none;color:inherit}.hdk-xcard:hover{box-shadow:0 8px 24px #0000000f}.hdk-xcard__img{width:88px;height:88px;border-radius:10px;background:var(--hdk-bg-soft);flex:0 0 88px;overflow:hidden}.hdk-xcard__img img{width:100%;height:100%;object-fit:cover}.hdk-xcard__b{flex:1;min-width:0}.hdk-xcard__b h4{font-size:14.5px;line-height:1.3;margin:0}.hdk-xcard__b .price{font-weight:700;margin-top:4px;font-size:14.5px}.hdk-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--hdk-line);padding:10px 12px env(safe-area-inset-bottom);display:flex;gap:10px;align-items:center;z-index:40;box-shadow:0 -6px 20px #00000014}.hdk-sticky__price{font-weight:800;font-size:16px;display:flex;flex-direction:column;line-height:1.1}.hdk-sticky__price small{font-size:11px;color:var(--hdk-muted);font-weight:600;text-decoration:line-through}.hdk-sticky .hdk-btn{flex:1;padding:14px 18px;min-height:50px}@media(min-width:900px){.hdk-sticky{display:none}}.hdk-coll-hero{background:linear-gradient(180deg,var(--hdk-green-soft) 0%,#fff 100%);padding:36px 0 28px}.hdk-coll-hero__inner{max-width:1240px;margin:0 auto;padding:0 var(--hdk-pad)}.hdk-coll-hero h1{font-size:clamp(28px,5vw,44px);margin:8px 0;letter-spacing:-.02em;line-height:1.1;font-family:var(--hdk-font);font-weight:700}.hdk-coll-hero .sub{font-size:16px;color:var(--hdk-muted);max-width:640px}.hdk-coll-hero .crumb{font-size:13px;color:var(--hdk-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.hdk-coll-hero .social-line{margin-top:14px;font-size:14px;display:inline-flex;align-items:center;gap:8px;color:var(--hdk-text);font-weight:500}.hdk-coll-hero .stars{color:var(--hdk-gold);font-size:15px;letter-spacing:1px}.hdk-subnav{position:sticky;top:64px;z-index:40;background:#fff;border-bottom:1px solid var(--hdk-line);padding:14px var(--hdk-pad);overflow-x:auto;-webkit-overflow-scrolling:touch}.hdk-subnav__inner{display:flex;gap:8px;max-width:1240px;margin:0 auto;flex-wrap:nowrap}.hdk-chip{flex-shrink:0;padding:9px 16px;border-radius:999px;background:var(--hdk-bg-soft);font-size:14px;font-weight:500;color:var(--hdk-text);border:1px solid transparent;transition:all .2s;white-space:nowrap;cursor:pointer;text-decoration:none}.hdk-chip:hover{background:var(--hdk-green-soft)}.hdk-chip.is-active{background:var(--hdk-text);color:#fff}.hdk-coll-grid{display:grid;gap:18px;grid-template-columns:repeat(2,1fr);max-width:1240px;margin:0 auto;padding:32px var(--hdk-pad) 16px}@media(min-width:720px){.hdk-coll-grid{grid-template-columns:repeat(3,1fr);gap:22px}}@media(min-width:1040px){.hdk-coll-grid{grid-template-columns:repeat(4,1fr)}}.hdk-pcard{background:#fff;border:1px solid var(--hdk-line);border-radius:var(--hdk-radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.hdk-pcard:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.hdk-pcard__img{position:relative;aspect-ratio:1/1;background:var(--hdk-bg-soft);overflow:hidden}.hdk-pcard__img img{width:100%;height:100%;object-fit:cover}.hdk-pcard__badge{position:absolute;top:10px;left:10px;background:var(--hdk-green);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.hdk-pcard__badge--alt{background:var(--hdk-blue)}.hdk-pcard__badge--gold{background:var(--hdk-gold);color:var(--hdk-slate)}.hdk-pcard__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.hdk-pcard__title{font-size:15.5px;font-weight:600;line-height:1.3;letter-spacing:-.01em;margin:0}.hdk-pcard__meta{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:var(--hdk-muted)}.hdk-pcard__meta .duration{display:inline-flex;align-items:center;gap:5px}.hdk-pcard__meta .price{font-weight:700;color:var(--hdk-text);font-size:15px}.hdk-pcard .hdk-btn{margin-top:auto;padding:11px 16px;font-size:14px}.hdk-mid-cta{background:var(--hdk-slate);border-radius:var(--hdk-radius-lg);padding:28px;margin:28px auto;max-width:1180px;display:flex;flex-direction:column;gap:14px;align-items:flex-start;color:#fff}@media(min-width:720px){.hdk-mid-cta{flex-direction:row;align-items:center;justify-content:space-between;padding:24px 32px}}.hdk-mid-cta h3{margin:0;font-size:20px;font-weight:700;letter-spacing:-.01em;color:#fff;font-family:var(--hdk-font)}.hdk-mid-cta p{margin:4px 0 0;font-size:14.5px;opacity:.85}.hdk-mid-cta .hdk-btn{background:#fff;color:var(--hdk-slate);flex-shrink:0}.hdk-mid-cta .hdk-btn:hover{background:var(--hdk-green-soft);color:var(--hdk-slate)}.hdk-cart-page{padding:28px 0 120px;background:var(--hdk-bg-soft);min-height:60vh}.hdk-cart-page__inner{max-width:1160px;margin:0 auto;padding:0 var(--hdk-pad)}.hdk-cart-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.hdk-cart-head h1{font-size:clamp(26px,4vw,34px);margin:0;letter-spacing:-.02em;font-family:var(--hdk-font);font-weight:700}.hdk-cart-count-text{color:var(--hdk-muted);font-size:14.5px}.hdk-ship-bar{background:#fff;border:1px solid var(--hdk-line);border-radius:var(--hdk-radius-lg);padding:16px 20px;margin-bottom:18px}.hdk-ship-bar__msg{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;margin-bottom:10px}.hdk-ship-bar__msg svg{width:18px;height:18px;color:var(--hdk-green);flex-shrink:0}.hdk-ship-bar__msg strong{color:var(--hdk-green)}.hdk-ship-bar__progress{height:8px;background:var(--hdk-bg-soft);border-radius:999px;overflow:hidden}.hdk-ship-bar__fill{height:100%;background:linear-gradient(90deg,var(--hdk-green) 0%,#1c8a12 100%);border-radius:999px;transition:width .6s cubic-bezier(.2,.8,.2,1)}.hdk-cart-grid{display:grid;gap:22px;grid-template-columns:1fr}@media(min-width:920px){.hdk-cart-grid{grid-template-columns:1.6fr 1fr;align-items:flex-start}}.hdk-lines{background:#fff;border:1px solid var(--hdk-line);border-radius:var(--hdk-radius-lg);padding:8px}.hdk-line{display:grid;grid-template-columns:96px 1fr auto;gap:14px;padding:18px 14px;border-bottom:1px solid var(--hdk-line);align-items:center}.hdk-line:last-child{border-bottom:0}.hdk-line__img{width:96px;height:96px;border-radius:var(--hdk-radius);background:var(--hdk-bg-soft);overflow:hidden}.hdk-line__img img{width:100%;height:100%;object-fit:cover}.hdk-line__info{display:flex;flex-direction:column;gap:6px;min-width:0}.hdk-line__title{font-weight:600;font-size:15px;letter-spacing:-.01em;line-height:1.3;text-decoration:none;color:inherit}.hdk-line__variant{font-size:13px;color:var(--hdk-muted)}.hdk-line__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hdk-line__qty{display:inline-flex;align-items:center;background:var(--hdk-bg-soft);border-radius:999px;padding:2px;gap:0}.hdk-line__qty button{width:44px;height:44px;border-radius:50%;background:transparent;font-size:16px;font-weight:600;color:var(--hdk-text);border:0;cursor:pointer}.hdk-line__qty input{width:40px;text-align:center;background:transparent;border:0;font-weight:600;font-size:14px}.hdk-line__remove{font-size:13px;color:var(--hdk-muted);text-decoration:underline;cursor:pointer;background:transparent;border:0;padding:0;font-family:inherit}.hdk-line__price{font-weight:700;font-size:15.5px;text-align:right;min-width:60px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.hdk-line__price-was{font-size:12px;color:var(--hdk-muted);text-decoration:line-through;font-weight:500}.hdk-line__price-now{color:var(--hdk-text)}.hdk-line__price-save{font-size:11px;font-weight:500;color:var(--hdk-muted);margin-top:2px}.hdk-line__price-save strong{color:var(--hdk-green);font-weight:700}.hdk-summary__row--save{color:var(--hdk-green);font-weight:600}.hdk-summary__row--save span:last-child{color:var(--hdk-green)}.hdk-summary__savings{background:var(--hdk-green-soft);color:var(--hdk-green-dark);border-radius:var(--hdk-radius);padding:10px 12px;margin:10px 0 0;font-size:13.5px;text-align:center}.hdk-summary__savings strong{color:var(--hdk-green);font-weight:700}@media(max-width:560px){.hdk-line{grid-template-columns:80px 1fr;gap:12px}.hdk-line__img{width:80px;height:80px}.hdk-line__price{grid-column:2;text-align:left;font-size:14.5px}}.hdk-cart-empty{text-align:center;padding:48px 24px}.hdk-cart-empty h2{font-family:var(--hdk-font);font-weight:700;font-size:24px;margin:0 0 12px}.hdk-cart-empty p{color:var(--hdk-muted);margin:0 0 20px}.hdk-summary{background:#fff;border:1px solid var(--hdk-line);border-radius:var(--hdk-radius-lg);padding:22px;position:sticky;top:90px}.hdk-summary h2{margin:0 0 16px;font-size:18px;letter-spacing:-.01em;font-family:var(--hdk-font);font-weight:700}.hdk-summary__row{display:flex;justify-content:space-between;padding:8px 0;font-size:14.5px}.hdk-summary__row.muted{color:var(--hdk-muted);font-size:13.5px}.hdk-summary__row.total{border-top:1px solid var(--hdk-line);margin-top:6px;padding-top:14px;font-size:17px;font-weight:700}.hdk-summary__dispatch{display:flex;gap:10px;align-items:center;background:#fff8ec;border:1px solid #f0d9a8;border-radius:var(--hdk-radius);padding:11px 14px;font-size:13px;font-weight:500;color:#7a5a18;margin:12px 0 8px}.hdk-summary__dispatch svg{flex-shrink:0}.hdk-summary__guarantee{display:flex;gap:10px;align-items:center;background:var(--hdk-green-soft);border-radius:var(--hdk-radius);padding:12px 14px;margin:0 0 14px;font-size:13.5px;font-weight:500;color:var(--hdk-green-dark)}.hdk-summary__guarantee svg{width:20px;height:20px;color:var(--hdk-green);flex-shrink:0}.hdk-summary__checkout .hdk-btn{height:56px;font-size:16px;width:100%}.hdk-bundle__promo{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;color:var(--hdk-text);padding:0 6px 14px}.hdk-bundle__promo-icon{font-size:18px;flex-shrink:0}.hdk-bundle__card{background:#fff;border:1px solid var(--hdk-line);border-radius:14px;padding:18px 14px 16px}.hdk-bundle__heading{font-family:var(--hdk-font);font-weight:700;font-size:17px;text-align:center;margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--hdk-line)}.hdk-bundle__form{display:flex;flex-direction:column;gap:10px}.hdk-bundle__banner{font-size:12px;font-weight:700;text-align:center;padding:6px 12px;border-radius:8px 8px 0 0;margin:4px -14px -10px;position:relative;z-index:1}.hdk-bundle__banner--popular{background:#ddebff;color:#1f4fb4}.hdk-bundle__banner--best{background:#ffe0b0;color:#7a4a0a}.hdk-bundle__tier{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:14px 14px 14px 12px;border:1.5px solid var(--hdk-line);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hdk-bundle__tier:hover{border-color:#c8c8c8}.hdk-bundle__tier.is-selected{border-color:var(--hdk-text)}.hdk-bundle__tier.is-popular{border-top-left-radius:0;border-top-right-radius:0}.hdk-bundle__tier input[type=radio]{position:absolute;opacity:0;pointer-events:none}.hdk-bundle__tier-radio{width:18px;height:18px;border-radius:50%;border:1.8px solid #c8c8c8;display:block;margin-top:3px;flex-shrink:0;position:relative;transition:border-color .15s ease}.hdk-bundle__tier.is-selected .hdk-bundle__tier-radio{border-color:var(--hdk-text)}.hdk-bundle__tier.is-selected .hdk-bundle__tier-radio:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;background:var(--hdk-text)}.hdk-bundle__tier-body{display:flex;flex-direction:column;gap:2px;min-width:0}.hdk-bundle__tier-label{font-weight:600;font-size:15px;color:var(--hdk-text)}.hdk-bundle__tier-sub{font-size:13px;color:var(--hdk-muted)}.hdk-bundle__tier-qty{margin-top:10px;display:inline-flex;align-items:center;border:1px solid var(--hdk-line);border-radius:8px;overflow:hidden;width:fit-content;background:#fff}.hdk-bundle__tier-qty button{width:32px;height:32px;background:transparent;border:0;font-size:16px;cursor:pointer;color:var(--hdk-text)}.hdk-bundle__tier-qty input{width:36px;text-align:center;border:0;font-weight:600;font-size:14px;background:transparent;outline:none}.hdk-bundle__tier-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:88px}.hdk-bundle__tier-was{font-size:12.5px;color:var(--hdk-muted);text-decoration:line-through}.hdk-bundle__tier-now{font-size:17px;font-weight:700;color:var(--hdk-text)}.hdk-bundle__tier-save{font-size:11.5px;color:var(--hdk-muted);margin-top:2px}.hdk-bundle__tier-save strong{color:var(--hdk-green);font-weight:700}.hdk-bundle__cta{width:100%;padding:16px 20px;background:var(--hdk-text);color:#fff;font-weight:600;font-size:15px;border:0;border-radius:999px;cursor:pointer;margin-top:8px;transition:background .15s ease}.hdk-bundle__cta:hover{background:#000}.hdk-bundle--inline{margin:4px 0 2px}.hdk-bundle--inline .hdk-bundle__card--inline{padding:10px;border-radius:12px}.hdk-bundle--inline .hdk-bundle__promo--inline{font-size:12px;padding:0 4px 8px;gap:6px}.hdk-bundle--inline .hdk-bundle__promo-icon{font-size:14px}.hdk-bundle--inline .hdk-bundle__heading--inline{font-size:13.5px;margin:0 0 8px;padding-bottom:8px;letter-spacing:-.01em}.hdk-bundle--inline .hdk-bundle__form{gap:5px}.hdk-bundle--inline .hdk-bundle__tier--inline{padding:8px 10px;border-radius:9px;gap:8px;align-items:center}.hdk-bundle--inline .hdk-bundle__tier-body{gap:0;min-height:30px;justify-content:center}.hdk-bundle--inline .hdk-bundle__tier-label{font-size:13px;line-height:1.25}.hdk-bundle--inline .hdk-bundle__tier-sub{font-size:11px;line-height:1.2;margin-top:1px}.hdk-bundle--inline .hdk-bundle__tier-price{gap:0;min-width:70px}.hdk-bundle--inline .hdk-bundle__tier-was{font-size:10.5px;line-height:1.2}.hdk-bundle--inline .hdk-bundle__tier-now{font-size:14px;line-height:1.2}.hdk-bundle--inline .hdk-bundle__tier-save{font-size:10px;line-height:1.25;margin-top:1px}.hdk-bundle--inline .hdk-bundle__tier-radio{width:14px;height:14px;margin-top:1px;flex-shrink:0;border-width:1.5px}.hdk-bundle--inline .hdk-bundle__tier.is-selected .hdk-bundle__tier-radio:after{top:2px;left:2px;right:2px;bottom:2px}.hdk-bundle--inline .hdk-bundle__tier-qty{margin-top:5px}.hdk-bundle--inline .hdk-bundle__tier-qty[hidden]{display:none!important}.hdk-bundle--inline .hdk-bundle__tier-qty button{width:26px;height:26px;font-size:13px}.hdk-bundle--inline .hdk-bundle__tier-qty input{width:28px;font-size:12.5px}.hdk-bundle--inline .hdk-bundle__banner--inline{font-size:10px;padding:3px 10px;margin:0 0 -5px;border-radius:8px 8px 0 0;letter-spacing:.04em;text-align:center}.hdk-bundle--inline .hdk-bundle__banner--inline+.hdk-bundle__tier--inline{border-top-left-radius:0;border-top-right-radius:0;padding-top:10px}.hdk-bundle--inline .hdk-bundle__cta{margin-top:10px;padding:13px 18px;font-size:14px}@media(max-width:600px){.hdk-bundle--inline .hdk-bundle__card--inline{padding:9px}.hdk-bundle--inline .hdk-bundle__tier--inline{padding:7px 9px;gap:7px}.hdk-bundle--inline .hdk-bundle__tier-label{font-size:12.5px}.hdk-bundle--inline .hdk-bundle__tier-sub{font-size:10.5px}.hdk-bundle--inline .hdk-bundle__tier-now{font-size:13.5px}.hdk-bundle--inline .hdk-bundle__tier-was{font-size:10px}.hdk-bundle--inline .hdk-bundle__tier-save{font-size:9.5px}.hdk-bundle--inline .hdk-bundle__tier-price{min-width:64px}.hdk-bundle--inline .hdk-bundle__tier-qty button{width:24px;height:24px}.hdk-bundle--inline .hdk-bundle__tier-qty input{width:24px;font-size:12px}.hdk-bundle--inline .hdk-bundle__banner--inline{font-size:9.5px;padding:3px 8px}.hdk-bundle--inline .hdk-bundle__cta{padding:12px 16px;font-size:13.5px}}.hdk-buy__instal{display:block;width:100%;font-size:13px;color:var(--hdk-muted);margin-top:6px}.hdk-buy__instal strong{color:var(--hdk-text);font-weight:700}.hdk-buy__instal-brand{color:#b2fce4;background:#1a1a1a;padding:1px 7px;border-radius:4px;font-weight:700;font-size:11.5px;letter-spacing:.02em;margin-left:2px;vertical-align:2px}.hdk-buy__price{flex-wrap:wrap}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hdk-pages.css.map */
