.ho-announcement{background-color:var(--ho-ann-bg);padding-block:var(--ho-ann-pt) var(--ho-ann-pb);overflow:hidden;border-block-end:var(--ho-ann-divw, 0) solid var(--ho-ann-divc, transparent)}.ho-announcement__marquee{display:block;overflow:hidden;max-width:var(--ho-ann-maxw, 100%);margin-inline:auto}.ho-announcement__track{display:flex;align-items:center;width:max-content;gap:var(--ho-ann-gap);animation:ho-ann-scroll var(--ho-ann-duration) linear infinite var(--ho-ann-direction);will-change:transform}.ho-announcement__marquee[data-pause]:hover .ho-announcement__track{animation-play-state:paused}.ho-announcement__item{display:inline-flex;align-items:center;gap:var(--ho-ann-gap);white-space:nowrap;font-family:var(--ho-ann-font);font-size:var(--ho-ann-size);font-weight:var(--ho-ann-weight);letter-spacing:var(--ho-ann-spacing);text-transform:var(--ho-ann-transform);color:var(--ho-ann-item-color, var(--ho-ann-color))}.ho-announcement__item:after{content:var(--ho-ann-sep);margin-inline-start:var(--ho-ann-gap);opacity:.55}.ho-announcement__item--hl{font-weight:800;color:var(--ho-ann-hl-color)}.ho-announcement__item a{color:inherit;text-decoration:none}@keyframes ho-ann-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ho-announcement__track{animation:none;justify-content:center}.ho-announcement__item:last-child:after{content:""}}@media(max-width:749px){.ho-announcement--hide-m{display:none!important}}@media(min-width:750px){.ho-announcement--hide-d{display:none!important}}body.cart-drawer-open{overflow:hidden}.ho-cd{display:block}.ho-cd__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--ho-cd-overlay);opacity:0;visibility:hidden;transition:opacity .32s ease,visibility 0s linear .32s}.ho-cd.is-open .ho-cd__overlay{opacity:1;visibility:visible;transition:opacity .32s ease,visibility 0s linear 0s}.ho-cd__panel{position:fixed;top:0;right:0;z-index:100;height:100%;width:var(--ho-cd-panel-w);max-width:100vw;background:var(--ho-cd-panel-bg);display:flex;flex-direction:column;box-shadow:var(--ho-cd-panel-shadow);transform:translate(100%);visibility:hidden;transition:transform .32s cubic-bezier(.4,0,.2,1),visibility 0s linear .32s}.ho-cd.is-open .ho-cd__panel{transform:translate(0);visibility:visible;transition:transform .32s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.ho-cd__panel:focus{outline:none}.ho-cd__contents{display:flex;flex-direction:column;height:100%;min-height:0}.ho-cd__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px 16px;border-bottom:var(--ho-cd-head-border-w) solid var(--ho-cd-head-border);background:var(--ho-cd-head-bg);flex-shrink:0}.ho-cd__ttl{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.ho-cd__heading{margin:0;font-family:var(--ho-cd-heading-family);font-size:var(--ho-cd-heading-size);font-weight:var(--ho-cd-heading-weight);line-height:1.08;letter-spacing:var(--ho-cd-heading-ls);color:var(--ho-cd-heading-color)}.ho-cd__count{font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-pill-size);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ho-cd-pill-color);background:var(--ho-cd-pill-bg);border:var(--ho-cd-pill-border-w) solid var(--ho-cd-pill-border);border-radius:999px;padding:4px 11px;line-height:1;white-space:nowrap}.ho-cd__close{width:38px;height:38px;flex-shrink:0;border-radius:4px;background:var(--ho-cd-close-bg);border:2px solid var(--ho-cd-close-border);display:grid;place-items:center;cursor:pointer;transition:.16s ease}.ho-cd__close svg{width:18px;height:18px;stroke:var(--ho-cd-close-icon);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ho-cd__close:hover{border-color:var(--ho-cd-close-hover-border)}.ho-cd__close:hover svg{stroke:var(--ho-cd-close-hover-icon)}.ho-cd__close:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:2px}.ho-cd__ship{padding:14px 22px 16px;border-bottom:var(--ho-cd-ship-border-w) solid var(--ho-cd-ship-border);background:var(--ho-cd-ship-bg);flex-shrink:0}.ho-cd__ship-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ho-cd__ship-ic{width:28px;height:28px;border-radius:6px;flex-shrink:0;display:grid;place-items:center;background:var(--ho-cd-ship-ic-bg)}.ho-cd__ship-ic svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.ho-cd__ship--away .ho-cd__ship-ic{background:var(--ho-cd-ship-ic-bg-away)}.ho-cd__ship-msg{font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-ship-msg-size);font-weight:600;color:var(--ho-cd-ship-msg-color);line-height:1.35}.ho-cd__ship-msg b{font-weight:800;color:var(--ho-cd-ship-emph)}.ho-cd__ship--away .ho-cd__ship-msg b{color:var(--ho-cd-ship-emph-away)}.ho-cd__ship-track{position:relative;height:7px;background:var(--ho-cd-ship-track);border-radius:999px;overflow:hidden}.ho-cd__ship-fill{position:absolute;inset:0 auto 0 0;height:100%;width:0;background:linear-gradient(90deg,var(--ho-cd-ship-fill1),var(--ho-cd-ship-fill2));border-radius:999px;transition:width .5s ease}.ho-cd__ship--away .ho-cd__ship-fill{background:linear-gradient(90deg,var(--ho-cd-ship-fill1-away),var(--ho-cd-ship-fill2-away))}.ho-cd__body{flex:1 1 auto;overflow-y:auto;padding:2px 22px;min-height:0}.ho-cd__item{position:relative;display:grid;grid-template-columns:var(--ho-cd-thumb-size) 1fr;gap:12px;padding:10px 0;border-bottom:var(--ho-cd-row-div-w) solid var(--ho-cd-row-div)}.ho-cd__item:last-child{border-bottom:none}.ho-cd__item[aria-busy=true]{opacity:.55;pointer-events:none}.ho-cd__thumb{width:var(--ho-cd-thumb-size);height:var(--ho-cd-thumb-size);border-radius:var(--ho-cd-thumb-radius);overflow:hidden;border:2px solid var(--ho-cd-thumb-border);background:var(--ho-cd-thumb-bg)}.ho-cd__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ho-cd__info{min-width:0;display:flex;flex-direction:column;justify-content:center}.ho-cd__title{font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-title-size);font-weight:var(--ho-cd-title-weight);line-height:1.2;letter-spacing:-.01em;color:var(--ho-cd-title-color);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:26px}.ho-cd__title:hover{text-decoration:underline}.ho-cd__var{font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-var-size);line-height:1.3;color:var(--ho-cd-var-color);font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:26px}.ho-cd__var b{color:var(--ho-cd-var-strong);font-weight:700}.ho-cd__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}.ho-cd__qty{display:inline-flex;align-items:center;border:2px solid var(--ho-cd-qty-border);border-radius:4px;background:var(--ho-cd-qty-bg);overflow:hidden}.ho-cd__qty button{width:28px;height:26px;display:grid;place-items:center;background:transparent;border:none;cursor:pointer;color:var(--ho-cd-qty-color);transition:.15s ease}.ho-cd__qty button svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.ho-cd__qty button:hover{background:var(--ho-cd-qty-hover-bg);color:var(--ho-cd-qty-hover-color)}.ho-cd__qty button:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:-2px}.ho-cd__q{width:34px;text-align:center;font-family:var(--ho-cd-body-font);font-size:13px;font-weight:800;color:var(--ho-cd-qty-color);background:transparent;border:none;border-left:2px solid var(--ho-cd-qty-border);border-right:2px solid var(--ho-cd-qty-border);line-height:24px;height:26px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ho-cd__q::-webkit-outer-spin-button,.ho-cd__q::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ho-cd__q:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:-2px}.ho-cd__total{font-family:var(--ho-cd-heading-family);font-size:var(--ho-cd-total-size);font-weight:800;white-space:nowrap;color:var(--ho-cd-total-color)}.ho-cd__cur{font-family:var(--ho-cd-body-font);font-size:11px;font-weight:700;vertical-align:1px}.ho-cd__remove{position:absolute;top:9px;right:0;width:22px;height:22px;border-radius:4px;background:transparent;border:none;display:grid;place-items:center;cursor:pointer;transition:.16s ease;color:var(--ho-cd-remove-icon)}.ho-cd__remove svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ho-cd__remove:hover{color:var(--ho-cd-remove-hover-icon)}.ho-cd__remove:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:2px}.ho-cd__foot{flex-shrink:0;border-top:var(--ho-cd-foot-border-w) solid var(--ho-cd-foot-border);background:var(--ho-cd-foot-bg);padding:16px 22px 20px;box-shadow:var(--ho-cd-foot-shadow)}.ho-cd__sub{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ho-cd__sub-lbl{font-family:var(--ho-cd-heading-family);font-size:var(--ho-cd-sub-lbl-size);font-weight:800;color:var(--ho-cd-sub-lbl-color)}.ho-cd__sub-amt{font-family:var(--ho-cd-heading-family);font-size:var(--ho-cd-sub-amt-size);font-weight:800;color:var(--ho-cd-sub-amt-color)}.ho-cd__sub-amt .ho-cd__cur{font-size:13px;vertical-align:2px}.ho-cd__tax{font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-tax-size);color:var(--ho-cd-tax-color);font-weight:600;margin-top:3px}.ho-cd__co-form{margin:0}.ho-cd__checkout{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;font-family:var(--ho-cd-body-font);font-weight:700;font-size:var(--ho-cd-co-size);letter-spacing:var(--ho-cd-co-ls);text-transform:uppercase;cursor:pointer;border:none;border-radius:var(--ho-cd-co-radius);padding:var(--ho-cd-co-pad-y);margin-top:14px;background:var(--ho-cd-co-bg);color:var(--ho-cd-co-color);transition:.18s ease}.ho-cd__checkout svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.ho-cd__checkout:hover{background:var(--ho-cd-co-hover-bg);color:var(--ho-cd-co-hover-color)}.ho-cd__checkout:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:2px}.ho-cd__viewcart{display:inline-flex;align-items:center;justify-content:center;width:100%;font-family:var(--ho-cd-body-font);font-weight:700;font-size:var(--ho-cd-vc-size);letter-spacing:var(--ho-cd-co-ls);text-transform:uppercase;cursor:pointer;border:2px solid var(--ho-cd-vc-border);border-radius:var(--ho-cd-co-radius);padding:var(--ho-cd-vc-pad-y);margin-top:10px;background:transparent;color:var(--ho-cd-vc-color);text-decoration:none;transition:.18s ease}.ho-cd__viewcart:hover{background:var(--ho-cd-vc-hover-bg);color:var(--ho-cd-vc-hover-color);border-color:var(--ho-cd-vc-hover-bg)}.ho-cd__viewcart:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:2px}.ho-cd__trust{display:flex;gap:6px;margin-top:16px;padding-top:15px;border-top:var(--ho-cd-trust-border-w) solid var(--ho-cd-trust-border)}.ho-cd__t{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font-family:var(--ho-cd-body-font);font-size:var(--ho-cd-trust-text-size);font-weight:700;letter-spacing:.02em;color:var(--ho-cd-trust-text-color);line-height:1.25}.ho-cd__t-ic{display:grid;place-items:center}.ho-cd__t-ic svg{width:var(--ho-cd-trust-icon-size);height:var(--ho-cd-trust-icon-size);stroke:var(--ho-cd-trust-icon);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ho-cd__t b{color:var(--ho-cd-trust-strong);font-weight:800}.ho-cd__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 30px}.ho-cd__empty-ic{width:76px;height:76px;border-radius:12px;background:var(--ho-cd-empty-icon-bg);border:2px solid var(--ho-cd-empty-icon-border);display:grid;place-items:center;margin-bottom:22px}.ho-cd__empty-ic svg{width:40px;height:40px;stroke:var(--ho-cd-empty-icon-color);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ho-cd__empty-title{margin:0 0 12px;font-family:var(--ho-cd-heading-family);font-size:var(--ho-cd-empty-title-size);font-weight:800;line-height:1.08;color:var(--ho-cd-empty-title-color)}.ho-cd__empty-body{color:var(--ho-cd-empty-body-color);font-family:var(--ho-cd-body-font);font-size:14px;max-width:280px;margin:0 0 24px;line-height:1.55}.ho-cd__empty-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ho-cd-body-font);font-weight:700;font-size:13px;letter-spacing:var(--ho-cd-co-ls);text-transform:uppercase;cursor:pointer;border:none;border-radius:var(--ho-cd-co-radius);padding:15px 30px;background:var(--ho-cd-empty-btn-bg);color:var(--ho-cd-empty-btn-color);text-decoration:none;transition:.18s ease}.ho-cd__empty-btn:hover{background:var(--ho-cd-empty-btn-hover-bg)}.ho-cd__empty-btn:focus-visible{outline:var(--ho-cd-focus-w) solid var(--ho-cd-focus-color);outline-offset:2px}@media(max-width:560px){.ho-cd__panel{box-shadow:none}.ho-cd__qty button{width:34px;height:32px}.ho-cd__q{width:38px;height:32px;line-height:30px}}.ho-ft{background:var(--ho-ft-bg);padding-block:var(--ho-ft-pt) var(--ho-ft-pb)}.ho-ft__wrap{max-width:var(--ho-ft-wrap-max);margin:0 auto;padding-inline:var(--ho-ft-pad-x)}.ho-ft__grid{display:flex;flex-wrap:wrap;gap:var(--ho-ft-col-gap);padding-bottom:var(--ho-ft-grid-pb);border-bottom:var(--ho-ft-div-w) solid var(--ho-ft-div-c)}.ho-ft__col{flex:var(--ho-ft-col-w, 1) 1 0;min-width:0}.ho-ft__heading{font-family:var(--ho-ft-heading-font);font-size:var(--ho-ft-heading-size);font-weight:var(--ho-ft-heading-weight);letter-spacing:var(--ho-ft-heading-ls);text-transform:uppercase;color:var(--ho-ft-heading-color);margin:0 0 var(--ho-ft-heading-mb)}.ho-ft__list{list-style:none;margin:0;padding:0}.ho-ft__list li{margin-bottom:var(--ho-ft-link-gap)}.ho-ft__list li:last-child{margin-bottom:0}.ho-ft__list a{font-family:var(--ho-ft-body-font);font-size:var(--ho-ft-link-size);font-weight:var(--ho-ft-link-weight);color:var(--ho-ft-link-color);text-decoration:none;transition:color .2s ease}.ho-ft__list a:hover{color:var(--ho-ft-link-hover)}.ho-ft__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:var(--ho-ft-bottom-pt);font-family:var(--ho-ft-body-font);font-size:var(--ho-ft-bottom-size);color:var(--ho-ft-bottom-color)}@media(max-width:900px){.ho-ft__col{flex:1 1 42%}}@media(max-width:560px){.ho-ft__col{flex:1 1 100%}.ho-ft__bottom{flex-direction:column}}#header-group{display:contents}.ho-hdr{position:relative;width:100%;background:var(--ho-hdr-bg);border-bottom:var(--ho-hdr-bd-w) solid var(--ho-hdr-bd-c)}.ho-hdr__wrap{display:flex;align-items:center;justify-content:space-between;height:var(--ho-hdr-bar-h);max-width:var(--ho-hdr-wrap-max);margin:0 auto;padding:0 var(--ho-hdr-pad-x)}.ho-hdr__logo{display:inline-flex;align-items:center}.ho-hdr__logo-img{height:var(--ho-hdr-logo-h);width:auto;display:block}.ho-hdr__nav{display:flex}.ho-hdr__menu{display:flex;gap:var(--ho-hdr-nav-gap);list-style:none;margin:0;padding:0}.ho-hdr__menu a{position:relative;display:inline-block;padding:var(--ho-hdr-nav-pad-y) 0;font-family:var(--ho-hdr-nav-family);font-size:var(--ho-hdr-nav-size);font-weight:var(--ho-hdr-nav-weight);letter-spacing:var(--ho-hdr-nav-ls);text-transform:var(--ho-hdr-nav-tt);color:var(--ho-hdr-nav-color);line-height:1;transition:color .2s ease}.ho-hdr__menu a:hover{color:var(--ho-hdr-nav-hover)}.ho-hdr__menu a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:var(--ho-hdr-ul-w);background:var(--ho-hdr-ul-c);transition:width .2s ease}.ho-hdr__menu a:hover:after{width:var(--ho-hdr-ul-hover)}.ho-hdr__icons{display:flex;gap:var(--ho-hdr-ic-gap);align-items:center}.ho-hdr__ic{position:relative;display:inline-flex;color:var(--ho-hdr-ic-color)}.ho-hdr__ic svg{width:var(--ho-hdr-ic-size);height:var(--ho-hdr-ic-size);stroke:var(--ho-hdr-ic-color);fill:none;stroke-width:var(--ho-hdr-ic-stroke);stroke-linecap:round;stroke-linejoin:round}.ho-hdr__count{position:absolute;top:-8px;right:-9px;background:var(--ho-hdr-badge-bg);color:var(--ho-hdr-badge-c);font-family:var(--ho-hdr-badge-family);font-size:10px;font-weight:800;width:var(--ho-hdr-badge-size);height:var(--ho-hdr-badge-size);border-radius:3px;display:grid;place-items:center;line-height:1}.ho-hdr__toggle{display:none}.ho-hdr__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:0}.ho-hdr__burger span{display:block;width:24px;height:2.5px;border-radius:2px;background:var(--ho-hdr-burger-c)}@media(max-width:900px){.ho-hdr__menu,.ho-hdr__ic--search,.ho-hdr__ic--user{display:none}.ho-hdr__burger{display:flex}.ho-hdr__nav{position:absolute;left:0;right:0;top:100%;background:var(--ho-hdr-bg);border-bottom:var(--ho-hdr-bd-w) solid var(--ho-hdr-bd-c);box-shadow:0 8px 22px #00000012}.ho-hdr__toggle:checked~.ho-hdr__nav .ho-hdr__menu{display:flex;flex-direction:column;gap:0;padding:4px 0}.ho-hdr__toggle:checked~.ho-hdr__nav .ho-hdr__menu li{width:100%}.ho-hdr__toggle:checked~.ho-hdr__nav .ho-hdr__menu a{display:block;padding:13px var(--ho-hdr-pad-x)}.ho-hdr__toggle:checked~.ho-hdr__nav .ho-hdr__menu a:after{display:none}}.ho-news{background:var(--ho-news-bg);padding-block:var(--ho-news-pad-y);border:var(--ho-news-border-w) solid var(--ho-news-border-color);border-radius:var(--ho-news-radius)}.ho-news__inner{max-width:var(--ho-news-inner-max);margin-inline:auto;padding-inline:var(--ho-news-pad-x);text-align:var(--ho-news-align)}.ho-news__eyebrow{display:inline-block;font-family:var(--ho-news-eyebrow-font);font-size:var(--ho-news-eyebrow-size);font-weight:var(--ho-news-eyebrow-weight);letter-spacing:var(--ho-news-eyebrow-ls);text-transform:uppercase;color:var(--ho-news-eyebrow-color);line-height:var(--ho-news-eyebrow-lh)}.ho-news__rule{width:var(--ho-news-rule-w);height:var(--ho-news-rule-h);background:var(--ho-news-rule-color);margin-block:var(--ho-news-rule-mt) var(--ho-news-rule-mb);margin-inline:var(--ho-news-mi)}.ho-news__h{font-family:var(--ho-news-head-font);font-weight:var(--ho-news-h-weight);line-height:var(--ho-news-h-lh);letter-spacing:var(--ho-news-h-ls);font-size:var(--ho-news-h-size);color:var(--ho-news-h-color);margin:0 0 var(--ho-news-h-mb)}.ho-news__sub{font-family:var(--ho-news-sub-font);font-size:var(--ho-news-body-size);line-height:var(--ho-news-sub-lh);font-weight:var(--ho-news-sub-weight);max-width:var(--ho-news-sub-max);margin:0 0 var(--ho-news-body-mb);margin-inline:var(--ho-news-mi);color:var(--ho-news-body-color)}.ho-news__form{display:flex;flex-wrap:wrap;gap:var(--ho-news-form-gap);max-width:var(--ho-news-form-max);margin-block:0;margin-inline:var(--ho-news-mi)}.ho-news__vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ho-news .ho-news__input{flex:1;min-width:0;-webkit-appearance:none;appearance:none;--color-input-border: var(--ho-news-input-bc);--color-input-background: var(--ho-news-input-bg);border:var(--ho-news-input-bw) solid var(--ho-news-input-bc);background:var(--ho-news-input-bg);border-radius:var(--ho-news-input-radius);padding:14px 18px;font-size:var(--ho-news-input-size);color:var(--ho-news-input-color);font-family:var(--ho-news-body-font);line-height:1.2;transition:border-color .18s ease}.ho-news .ho-news__input:focus{outline:none;box-shadow:none;--color-input-border: var(--ho-news-input-bc-focus);border-color:var(--ho-news-input-bc-focus)}.ho-news .ho-news__input:focus-visible{outline:2px solid var(--ho-news-focus-color);outline-offset:2px}.ho-news__btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--ho-news-body-font);font-weight:700;font-size:var(--ho-news-btn-size);letter-spacing:var(--ho-news-btn-ls);text-transform:uppercase;cursor:pointer;border:none;border-radius:var(--ho-news-btn-radius);padding:var(--ho-news-btn-pad-y) var(--ho-news-btn-pad-x);background:var(--ho-news-btn-bg);color:var(--ho-news-btn-color);white-space:nowrap;transition:background-color .18s ease,color .18s ease}.ho-news__btn:hover{background:var(--ho-news-btn-bg-hover);color:var(--ho-news-btn-color-hover)}.ho-news__btn:focus-visible{outline:2px solid var(--ho-news-focus-color);outline-offset:2px}.ho-news__note{width:100%;font-family:var(--ho-news-body-font);font-size:14px;line-height:1.5;margin:14px 0 0}.ho-news__note--ok{color:var(--ho-news-note-ok-color);font-weight:700}.ho-news__note--err{color:var(--ho-news-note-err-color)}@media(max-width:560px){.ho-news__form{flex-direction:column}}.ho-det{background:var(--ho-det-bg);padding-block:var(--ho-det-pad-y);border:var(--ho-det-border-w) solid var(--ho-det-border-c);border-radius:var(--ho-det-radius);margin-block:var(--ho-det-mt) var(--ho-det-mb)}.ho-det__wrap{max-width:var(--ho-det-wrap-max);margin:0 auto;padding-inline:var(--ho-det-pad-x);text-align:var(--ho-det-align)}.ho-det__grid{display:grid;grid-template-columns:var(--ho-det-gtc);gap:var(--ho-det-gap);align-items:var(--ho-det-valign)}.ho-det__eyebrow{display:block;font-family:var(--ho-det-body-font);font-size:var(--ho-det-eyebrow-size);font-weight:var(--ho-det-eyebrow-weight);letter-spacing:var(--ho-det-eyebrow-ls);text-transform:var(--ho-det-eyebrow-transform);text-align:var(--ho-det-eyebrow-align);color:var(--ho-det-eyebrow-color)}.ho-det__rule{width:var(--ho-det-rule-w);height:var(--ho-det-rule-h);background:var(--ho-det-rule-color);margin:var(--ho-det-rule-mt) 0 var(--ho-det-rule-mb)}.ho-det__h{font-family:var(--ho-det-head-font);font-weight:var(--ho-det-h-weight);line-height:var(--ho-det-h-lh);font-size:var(--ho-det-h-size);color:var(--ho-det-h-color);margin:0 0 var(--ho-det-h-mb)}.ho-det__body{font-family:var(--ho-det-copy-font);font-size:var(--ho-det-copy-size);line-height:var(--ho-det-copy-lh);color:var(--ho-det-copy-color)}.ho-det__body p{font-family:var(--ho-det-copy-font);font-size:var(--ho-det-copy-size);font-weight:var(--ho-det-copy-weight);line-height:var(--ho-det-copy-lh);letter-spacing:var(--ho-det-copy-ls);text-align:var(--ho-det-copy-align);color:var(--ho-det-copy-color);margin:0 0 var(--ho-det-copy-mb)}.ho-det__body>:last-child{margin-bottom:0}.ho-det__spec{background:var(--ho-det-spec-bg);border:var(--ho-det-spec-bw) solid var(--ho-det-spec-bc);border-radius:var(--ho-det-spec-radius);overflow:hidden}.ho-det__spec-head{background:var(--ho-det-sh-bg);color:var(--ho-det-sh-color);font-family:var(--ho-det-body-font);margin:0;font-size:var(--ho-det-sh-size);font-weight:var(--ho-det-sh-weight);letter-spacing:var(--ho-det-sh-ls);text-transform:uppercase;padding:var(--ho-det-sh-py) var(--ho-det-sh-px)}.ho-det__spec-list{margin:0;display:grid}.ho-hl{background:var(--ho-hl-bg);padding-block:var(--ho-hl-pad-y);border:var(--ho-hl-border-w) solid var(--ho-hl-border-c);border-radius:var(--ho-hl-radius)}.ho-hl__wrap{max-width:var(--ho-hl-wrap-max);margin:0 auto;padding-inline:var(--ho-hl-pad-x);border-top:var(--ho-hl-divider-w) solid var(--ho-hl-divider-c)}.ho-hl__head{text-align:var(--ho-hl-head-align);max-width:var(--ho-hl-head-max);margin:0 auto var(--ho-hl-head-mb)}.ho-hl__eyebrow{font-family:var(--ho-hl-body-font);font-size:var(--ho-hl-eyebrow-size);font-weight:var(--ho-hl-eyebrow-weight);letter-spacing:var(--ho-hl-eyebrow-ls);text-transform:uppercase;color:var(--ho-hl-eyebrow-color)}.ho-hl__rule{width:var(--ho-hl-rule-w);height:var(--ho-hl-rule-h);background:var(--ho-hl-rule-color);margin:var(--ho-hl-rule-mt) auto var(--ho-hl-rule-mb)}.ho-hl__h{font-family:var(--ho-hl-head-font);font-weight:var(--ho-hl-h-weight);line-height:var(--ho-hl-h-lh);font-size:var(--ho-hl-h-size);color:var(--ho-hl-h-color);margin:0 0 var(--ho-hl-h-mb)}.ho-hl__subtext{font-family:var(--ho-hl-body-font);font-size:var(--ho-hl-sub-size);color:var(--ho-hl-sub-color);line-height:1.55;margin:0}.ho-hl__grid{display:grid;grid-template-columns:repeat(var(--ho-hl-cols),minmax(0,1fr));column-gap:var(--ho-hl-col-gap);row-gap:var(--ho-hl-row-gap);align-items:var(--ho-hl-grid-align)}.ho-hl__card{background:var(--ho-hl-card-bg);border:var(--ho-hl-card-bw) solid var(--ho-hl-card-bc);border-radius:var(--ho-hl-card-radius);padding:var(--ho-hl-card-py) var(--ho-hl-card-px);text-align:center}.ho-hl__pic{width:var(--ho-hl-pic-size);height:var(--ho-hl-pic-size);margin:0 auto 16px;border-radius:var(--ho-hl-pic-radius);background:var(--ho-hl-pic-bg);border:var(--ho-hl-pic-bw) solid var(--ho-hl-pic-bc);display:grid;place-items:center}.ho-hl__pic svg{width:var(--ho-hl-icon-size);height:var(--ho-hl-icon-size);stroke:var(--ho-hl-icon-color);fill:none;stroke-width:var(--ho-hl-icon-stroke);stroke-linecap:round;stroke-linejoin:round}.ho-hl__title{margin:0 0 8px;font-family:var(--ho-hl-title-font);font-size:var(--ho-hl-title-size);font-weight:var(--ho-hl-title-weight);text-transform:var(--ho-hl-title-transform);letter-spacing:var(--ho-hl-title-ls);color:var(--ho-hl-title-color);line-height:var(--ho-hl-title-lh)}.ho-hl__text{margin:0;font-family:var(--ho-hl-body-font);font-size:var(--ho-hl-text-size);color:var(--ho-hl-text-color);line-height:var(--ho-hl-text-lh)}.ho-pp{display:block;background:var(--ho-pp-bg);margin-top:var(--ho-pp-section-mt);margin-bottom:var(--ho-pp-section-mb);border:var(--ho-pp-section-bw) solid var(--ho-pp-section-bc);border-radius:var(--ho-pp-section-radius);border-bottom-width:calc(var(--ho-pp-section-bw) + var(--ho-pp-section-divider))}.ho-pp__wrap{max-width:var(--ho-pp-wrap-max);margin-inline:auto;padding-inline:var(--ho-pp-pad-x)}.ho-pp__crumb{border-bottom:1px solid var(--ho-pp-line)}.ho-pp__crumb .ho-pp__wrap{display:flex;align-items:center;gap:var(--ho-pp-crumb-gap);padding-block:var(--ho-pp-crumb-pad-y);flex-wrap:wrap}.ho-pp__crumb a,.ho-pp__crumb-now,.ho-pp__sep{font-family:var(--ho-pp-crumb-font);font-size:var(--ho-pp-crumb-size);font-weight:var(--ho-pp-crumb-weight);letter-spacing:var(--ho-pp-crumb-ls);text-transform:var(--ho-pp-crumb-transform);color:var(--ho-pp-crumb-color)}.ho-pp__crumb a:hover{color:var(--ho-pp-crumb-hover)}.ho-pp__sep{opacity:.5}.ho-pp__crumb-now{color:var(--ho-pp-crumb-now)}.ho-pp__grid{display:grid;grid-template-columns:var(--ho-pp-gtc);column-gap:var(--ho-pp-gap);row-gap:var(--ho-pp-row-gap);align-items:start;padding-top:var(--ho-pp-pad-top);padding-bottom:var(--ho-pp-pad-bottom)}@media(max-width:749px){.ho-pp--hide-mobile{display:none}}@media(min-width:750px){.ho-pp--hide-desktop{display:none}}.ho-pp__gallery{position:sticky;top:var(--ho-pp-gal-sticky-top);align-self:start}.ho-pp__gallery--nostick{position:static}.ho-pp__gallery--left,.ho-pp__gallery--right{display:flex;gap:var(--ho-pp-thumb-gap)}.ho-pp__gallery--left .ho-pp__main,.ho-pp__gallery--right .ho-pp__main{flex:1;min-width:0}.ho-pp__gallery--right{flex-direction:row-reverse}.ho-pp__main{position:relative;background:var(--ho-pp-card);border:var(--ho-pp-gal-bw) solid var(--ho-pp-gal-bc);border-radius:var(--ho-pp-gal-radius);overflow:hidden;aspect-ratio:var(--ho-pp-gal-aspect);display:grid;place-items:center}.ho-pp__main[data-zoomable]{cursor:zoom-in}.ho-pp__main img{width:100%;height:100%;object-fit:var(--ho-pp-gal-fit)}.ho-pp__badge{position:absolute;top:0;left:0;z-index:3;background:var(--ho-pp-badge-bg);color:var(--ho-pp-badge-color);font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-badge-size);font-weight:var(--ho-pp-badge-weight);letter-spacing:var(--ho-pp-badge-ls);text-transform:uppercase;padding:var(--ho-pp-badge-pad-y) var(--ho-pp-badge-pad-x);border-radius:0 0 var(--ho-pp-badge-radius) 0}.ho-pp__savetag{position:absolute;top:14px;right:14px;z-index:3;background:var(--ho-pp-save-bg);color:var(--ho-pp-save-color);font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-save-size);font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:var(--ho-pp-save-pad-y) var(--ho-pp-save-pad-x);border-radius:var(--ho-pp-save-radius)}.ho-pp__thumbs{display:grid;grid-template-columns:repeat(var(--ho-pp-thumb-cols),1fr);gap:var(--ho-pp-thumb-gap);margin-top:var(--ho-pp-thumb-gap)}.ho-pp__gallery--left .ho-pp__thumbs,.ho-pp__gallery--right .ho-pp__thumbs{grid-template-columns:var(--ho-pp-thumb-size);grid-auto-rows:min-content;margin-top:0}.ho-pp__thumbs button{padding:0;background:var(--ho-pp-card);border:var(--ho-pp-thumb-bw) solid var(--ho-pp-thumb-bc);border-radius:var(--ho-pp-thumb-radius);overflow:hidden;aspect-ratio:1/1;cursor:pointer;transition:border-color .15s ease}.ho-pp__thumbs button img{width:100%;height:100%;object-fit:cover}.ho-pp__thumbs button.is-active{border-color:var(--ho-pp-thumb-active)}.ho-pp__thumbs button:hover{border-color:var(--ho-pp-line-2)}.ho-pp__main[data-zoomable]:focus-visible{outline:2px solid var(--ho-pp-focus);outline-offset:3px}.ho-pp__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#140e04db;display:grid;place-items:center;padding:24px;cursor:zoom-out}.ho-pp__lightbox img{max-width:92vw;max-height:92vh;border-radius:8px}.ho-pp__lightbox-close{position:fixed;top:20px;right:20px;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff29;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center}.ho-pp__lightbox-close:hover{background:#ffffff4d}.ho-pp__lightbox-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.ho-pp__cat{font-family:var(--ho-pp-cat-font);font-size:var(--ho-pp-cat-size);font-weight:var(--ho-pp-cat-weight);letter-spacing:var(--ho-pp-cat-ls);text-transform:var(--ho-pp-cat-transform);color:var(--ho-pp-cat-color)}.ho-pp__h{font-family:var(--ho-pp-h-font);font-weight:var(--ho-pp-h-weight);line-height:1.08;font-size:var(--ho-pp-h-size);letter-spacing:var(--ho-pp-h-ls);color:var(--ho-pp-h-color);margin:var(--ho-pp-h-mt) 0 var(--ho-pp-h-mb)}.ho-pp__rating{display:flex;align-items:center;gap:10px;font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-rating-size);font-weight:600;color:var(--ho-pp-rating-color);margin-bottom:var(--ho-pp-rating-mb)}.ho-pp__stars{color:var(--ho-pp-star-color);letter-spacing:2px;font-size:var(--ho-pp-star-size)}.ho-pp__rating a{color:var(--ho-pp-rating-link);font-weight:700;text-decoration:underline;text-underline-offset:2px}.ho-pp__lead{font-family:var(--ho-pp-lead-font);font-size:var(--ho-pp-lead-size);line-height:1.55;color:var(--ho-pp-lead-color);max-width:var(--ho-pp-lead-max);margin-bottom:var(--ho-pp-lead-mb)}.ho-pp__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;padding-bottom:var(--ho-pp-price-mb);margin-bottom:var(--ho-pp-price-mb);border-bottom:1px solid var(--ho-pp-line)}.ho-pp__now{font-family:var(--ho-pp-price-font);font-size:var(--ho-pp-price-size);font-weight:var(--ho-pp-price-weight);color:var(--ho-pp-price-color)}.ho-pp__cur{font-size:var(--ho-pp-cur-size);vertical-align:var(--ho-pp-cur-rise);margin-right:1px}.ho-pp__was{font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-was-size);font-weight:600;color:var(--ho-pp-muted)}.ho-pp__off{font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-off-size);font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--ho-pp-off-color);background:var(--ho-pp-off-bg);border-radius:4px;padding:var(--ho-pp-off-pad-y) var(--ho-pp-off-pad-x)}.ho-pp__tax{font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-tax-size);color:var(--ho-pp-tax-color);width:100%;margin-top:2px}.ho-pp__opt{margin-bottom:22px}.ho-pp__opt-label{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-opt-label-size);font-weight:800;letter-spacing:var(--ho-pp-opt-label-ls);text-transform:uppercase;color:var(--ho-pp-opt-label-color);margin-bottom:10px}.ho-pp__opt-label span{font-weight:600;letter-spacing:0;text-transform:none;color:var(--ho-pp-muted);font-size:12.5px}.ho-pp__sizes{display:flex;gap:10px;flex-wrap:wrap}.ho-pp__size{font-family:var(--ho-pp-body-font);text-align:left;background:var(--ho-pp-size-bg);border:var(--ho-pp-size-bw) solid var(--ho-pp-line);border-radius:var(--ho-pp-size-radius);padding:10px 15px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;min-width:var(--ho-pp-size-minw)}.ho-pp__size .s-name{display:block;font-size:var(--ho-pp-chip-name-size);font-weight:var(--ho-pp-chip-name-weight);color:var(--ho-pp-ink)}.ho-pp__size .s-unit{display:block;font-size:var(--ho-pp-chip-sub-size);font-weight:var(--ho-pp-chip-sub-weight);color:var(--ho-pp-chip-sub-color);margin-top:2px}.ho-pp__size:hover{border-color:var(--ho-pp-line-2)}.ho-pp__size.is-active{border-color:var(--ho-pp-green);background:var(--ho-pp-size-active-bg)}.ho-pp__size.is-active .s-name{color:var(--ho-pp-green)}.ho-pp__size[data-soldout]{opacity:.5;cursor:not-allowed;text-decoration:line-through}.ho-pp__size:focus-visible{outline:2px solid var(--ho-pp-focus);outline-offset:2px}.ho-pp__btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:var(--ho-pp-btn-h);font-family:var(--ho-pp-body-font);font-weight:700;font-size:var(--ho-pp-btn-size);letter-spacing:var(--ho-pp-btn-ls);text-transform:uppercase;cursor:pointer;border:none;border-radius:var(--ho-pp-btn-radius);padding:0 var(--ho-pp-btn-pad-x);transition:background-color .18s ease,color .18s ease;text-decoration:none}.ho-pp__btn:focus-visible{outline:2px solid var(--ho-pp-focus);outline-offset:2px}.ho-pp__form{margin:0}.ho-pp__buy{display:flex;gap:12px;margin-bottom:14px}.ho-pp__qty{display:inline-flex;align-items:center;border:var(--ho-pp-qty-bw) solid var(--ho-pp-line-2);border-radius:var(--ho-pp-qty-radius);background:var(--ho-pp-qty-bg);overflow:hidden;flex-shrink:0}.ho-pp__qty button{width:var(--ho-pp-qty-btn-size);height:var(--ho-pp-btn-h);border:none;background:transparent;font-size:var(--ho-pp-qty-font-size);color:var(--ho-pp-ink);cursor:pointer;transition:background-color .15s ease}.ho-pp__qty button:hover{background:var(--ho-pp-qty-hover)}.ho-pp__qty input{width:40px;height:var(--ho-pp-btn-h);border:none;text-align:center;font-family:var(--ho-pp-body-font);font-size:16px;font-weight:700;color:var(--ho-pp-ink);background:transparent;-webkit-appearance:none;appearance:none}.ho-pp__qty input::-webkit-outer-spin-button,.ho-pp__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ho-pp__add{flex:1;background:var(--ho-pp-btn-green);color:var(--ho-pp-btn-green-text)}.ho-pp__add:hover{background:var(--ho-pp-btn-green-hover)}.ho-pp__add[disabled]{opacity:.5;cursor:not-allowed}.ho-pp__actions{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:12px;margin-bottom:20px}.ho-pp__actions>*{min-width:0}.ho-pp__buynow-wrap{display:flex;--shopify-accelerated-checkout-button-block-size: var(--ho-pp-btn-h);--shopify-accelerated-checkout-button-border-radius: var(--ho-pp-btn-radius)}.ho-pp__buynow-wrap .shopify-payment-button{margin:0;width:100%}.ho-pp__buynow-wrap .shopify-payment-button__button{width:100%;min-height:var(--ho-pp-btn-h);height:var(--ho-pp-btn-h);border-radius:var(--ho-pp-btn-radius);font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-actions-btn-size);letter-spacing:var(--ho-pp-btn-ls)}.ho-pp__buynow-wrap .shopify-payment-button__button--unbranded{background:var(--ho-pp-btn-dark);color:var(--ho-pp-btn-dark-text);text-transform:uppercase}.ho-pp__buynow-wrap .shopify-payment-button__button--unbranded:hover:not([disabled]){background:var(--ho-pp-btn-dark-hover)}.ho-pp__buynow-wrap .shopify-payment-button__more-options{display:none}.ho-pp__actions .ho-pp__btn{font-size:var(--ho-pp-actions-btn-size)}.ho-pp__wa{background:var(--ho-pp-wa-bg);color:var(--ho-pp-wa-text);gap:8px}.ho-pp__wa:hover{background:var(--ho-pp-wa-hover);color:var(--ho-pp-wa-text)}.ho-pp__wa svg{width:19px;height:19px;fill:currentColor;flex-shrink:0}.ho-pp__trust{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;padding:20px 0;border-top:1px solid var(--ho-pp-line);border-bottom:1px solid var(--ho-pp-line);margin-bottom:20px}.ho-pp__t{display:flex;align-items:center;gap:11px;font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-trust-title-size);font-weight:600;color:var(--ho-pp-ink)}.ho-pp__t-ic{flex-shrink:0;display:grid;place-items:center}.ho-pp__t-ic svg{width:var(--ho-pp-trust-icon-size);height:var(--ho-pp-trust-icon-size);stroke:var(--ho-pp-green);fill:none;stroke-width:1.6}.ho-pp__t-tx b{display:block;font-weight:800;font-size:var(--ho-pp-trust-title-size)}.ho-pp__t-tx small{display:block;font-size:var(--ho-pp-trust-sub-size);font-weight:500;color:var(--ho-pp-muted)}.ho-pp__ship{display:flex;align-items:center;gap:9px;font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-dispatch-size);color:var(--ho-pp-dispatch-color);margin-bottom:var(--ho-pp-dispatch-mb)}.ho-pp__ship svg{width:var(--ho-pp-dispatch-icon-size);height:var(--ho-pp-dispatch-icon-size);stroke:var(--ho-pp-gold);flex-shrink:0}.ho-pp__ship b{color:var(--ho-pp-ink);font-weight:700}.ho-pp__acc{border-top:1px solid var(--ho-pp-line)}.ho-pp__sticky{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--ho-pp-sticky-bg);border-top:2px solid var(--ho-pp-line-2);padding:10px 16px;align-items:center;gap:12px;box-shadow:0 -8px 24px -14px #0000004d}.ho-pp__sticky .sp{flex:1;min-width:0}.ho-pp__sticky .sp .st{font-family:var(--ho-pp-body-font);font-size:var(--ho-pp-sticky-label-size);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ho-pp-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ho-pp__sticky .sp .sv{font-family:var(--ho-pp-head-font);font-size:var(--ho-pp-sticky-price-size);font-weight:800;color:var(--ho-pp-ink)}.ho-pp__sticky .ho-pp__add{flex:0 0 auto;width:auto;padding:0 24px;height:46px}@media(max-width:1040px){.ho-pp__gallery{position:static}.ho-pp__main{max-width:520px}.ho-pp__gallery--left,.ho-pp__gallery--right{max-width:560px}}@media(max-width:900px){.ho-pp__sticky.is-visible{display:flex}}@media(max-width:560px){.ho-pp__trust{grid-template-columns:1fr}.ho-pp__main{max-width:none}.ho-pp__buy{flex-wrap:wrap}.ho-pp__add{flex:1 1 100%;order:2}}.ho-rev{position:relative;background:var(--ho-rev-bg);padding-block:var(--ho-rev-pad-y);scroll-margin-top:90px;border:var(--ho-rev-border-w) solid var(--ho-rev-border-c);border-radius:var(--ho-rev-radius)}.ho-rev:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--ho-rev-div-w);background:var(--ho-rev-div-c)}.ho-rev__wrap{max-width:var(--ho-rev-wrap-max);margin:0 auto;padding-inline:var(--ho-rev-pad-x)}.ho-rev__head{text-align:center;max-width:var(--ho-rev-head-max);margin:0 auto var(--ho-rev-head-mb)}.ho-rev__eyebrow{font-family:var(--ho-rev-body-font);font-size:var(--ho-rev-eyebrow-size);font-weight:var(--ho-rev-eyebrow-weight);letter-spacing:var(--ho-rev-eyebrow-ls);text-transform:var(--ho-rev-eyebrow-transform);color:var(--ho-rev-eyebrow-color)}.ho-rev__rule{width:var(--ho-rev-rule-w);height:var(--ho-rev-rule-h);background:var(--ho-rev-rule-color);margin:14px auto 16px}.ho-rev__h{font-family:var(--ho-rev-head-font);font-weight:var(--ho-rev-h-weight);line-height:var(--ho-rev-h-lh);font-size:var(--ho-rev-h-size);color:var(--ho-rev-h-color);margin:0}.ho-rev__top{display:grid;grid-template-columns:300px 1fr;gap:44px;align-items:center;margin-bottom:44px}.ho-rev__score{text-align:center;background:var(--ho-rev-surface);border:2px solid var(--ho-rev-line-2);border-radius:8px;padding:32px 24px}.ho-rev__big{font-family:var(--ho-rev-head-font);font-size:var(--ho-rev-big-size);font-weight:800;color:var(--ho-rev-big-color);line-height:1}.ho-rev__summary-stars{color:var(--ho-rev-star-color);font-size:var(--ho-rev-summary-star-size);letter-spacing:var(--ho-rev-summary-star-ls);margin:8px 0 6px}.ho-rev__cnt{font-family:var(--ho-rev-body-font);font-size:var(--ho-rev-cnt-size);color:var(--ho-rev-cnt-color);font-weight:600}.ho-rev__bars{display:grid;gap:9px}.ho-rev__bar{display:flex;align-items:center;gap:12px;font-family:var(--ho-rev-body-font);font-size:12.5px;font-weight:600;color:var(--ho-rev-bar-label-color)}.ho-rev__lab{width:38px}.ho-rev__track{flex:1;height:9px;background:var(--ho-rev-track-bg);border-radius:5px;overflow:hidden}.ho-rev__fill{display:block;height:100%;background:var(--ho-rev-fill-bg);border-radius:5px}.ho-rev__fill--5{width:var(--ho-rev-p5)}.ho-rev__fill--4{width:var(--ho-rev-p4)}.ho-rev__fill--3{width:var(--ho-rev-p3)}.ho-rev__fill--2{width:var(--ho-rev-p2)}.ho-rev__fill--1{width:var(--ho-rev-p1)}.ho-rev__pct{width:38px;text-align:right}.ho-rev__grid{display:grid;grid-template-columns:repeat(var(--ho-rev-cols),minmax(0,1fr));gap:var(--ho-rev-row-gap) var(--ho-rev-col-gap)}.ho-rev__cta{text-align:center;margin-top:40px}.ho-rev__cta-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--ho-rev-body-font);font-weight:700;font-size:var(--ho-rev-cta-size);letter-spacing:var(--ho-rev-cta-ls);text-transform:uppercase;cursor:pointer;border:var(--ho-rev-cta-bw) solid var(--ho-rev-cta-color);border-radius:var(--ho-rev-cta-radius);padding:var(--ho-rev-cta-py) var(--ho-rev-cta-px);background:transparent;color:var(--ho-rev-cta-color);text-decoration:none;transition:background-color .18s ease,color .18s ease}.ho-rev__cta-btn:hover{background:var(--ho-rev-cta-hover-bg);color:var(--ho-rev-cta-hover-color)}.ho-rev__cta-btn:focus-visible{outline:2px solid var(--ho-rev-focus);outline-offset:2px}@media(max-width:1040px){.ho-rev__top{grid-template-columns:1fr;gap:32px;max-width:520px;margin-inline:auto}}.ho-src{position:relative;background:var(--ho-src-bg);padding-block:var(--ho-src-pad-y);border:var(--ho-src-bd-w) solid var(--ho-src-bd-c);border-radius:var(--ho-src-radius)}.ho-src:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--ho-src-divider-w);background:var(--ho-src-divider-c)}.ho-src__grid{display:grid;grid-template-columns:var(--ho-src-gtc);gap:var(--ho-src-gap);align-items:var(--ho-src-align-items);max-width:var(--ho-src-wrap-max);margin:0 auto;padding-inline:var(--ho-src-pad-x)}.ho-src__img{position:relative;border-radius:var(--ho-src-img-radius);overflow:hidden;border:var(--ho-src-img-bw) solid var(--ho-src-img-bc);aspect-ratio:var(--ho-src-img-aspect)}.ho-src__img img{width:100%;height:100%;object-fit:var(--ho-src-img-fit);object-position:var(--ho-src-img-pos);transform:scale(var(--ho-src-img-scale));display:block}.ho-src__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ho-src-img-overlay);opacity:var(--ho-src-img-overlay-op);pointer-events:none}.ho-src__copy{text-align:var(--ho-src-copy-align)}.ho-src__eyebrow{display:block;font-family:var(--ho-src-eyebrow-font);font-size:var(--ho-src-eyebrow-size);font-weight:var(--ho-src-eyebrow-weight);line-height:var(--ho-src-eyebrow-lh);letter-spacing:var(--ho-src-eyebrow-ls);text-transform:var(--ho-src-eyebrow-transform);text-align:var(--ho-src-eyebrow-align);color:var(--ho-src-eyebrow-color);margin-bottom:var(--ho-src-eyebrow-mb)}.ho-src__rule{width:var(--ho-src-rule-w);height:var(--ho-src-rule-h);background:var(--ho-src-rule-color);margin:16px 0 20px}.ho-src__h{font-family:var(--ho-src-head-font);font-weight:var(--ho-src-h-weight);line-height:var(--ho-src-h-lh);letter-spacing:var(--ho-src-h-ls);text-align:var(--ho-src-h-align);font-size:var(--ho-src-h-size);max-width:var(--ho-src-h-maxw);color:var(--ho-src-h-color);margin:0 0 var(--ho-src-h-mb)}.ho-src__body{font-family:var(--ho-src-body-font);font-size:var(--ho-src-body-size);line-height:var(--ho-src-body-lh);text-align:var(--ho-src-body-align);color:var(--ho-src-body-color)}.ho-src__body p{font-family:var(--ho-src-body-font);font-size:var(--ho-src-body-size);line-height:var(--ho-src-body-lh);font-weight:var(--ho-src-body-weight);letter-spacing:var(--ho-src-body-ls);color:var(--ho-src-body-color);margin:0 0 var(--ho-src-body-mb)}.ho-src__body>:last-child{margin-bottom:0}.ho-src__sign{font-family:var(--ho-src-sign-font);font-style:italic;font-size:var(--ho-src-sign-size);color:var(--ho-src-sign-color);margin-top:var(--ho-src-sign-mt)}.ho-products{background:var(--ho-p-bg);padding-block:var(--ho-p-pad-y);border:var(--ho-p-sec-bw) solid var(--ho-p-sec-bc);border-radius:var(--ho-p-sec-radius);margin-block:var(--ho-p-mt) var(--ho-p-mb)}.ho-products__wrap{max-width:var(--ho-p-wrap-max);margin:0 auto;padding-inline:var(--ho-p-pad-x)}.ho-products__head{text-align:var(--ho-p-align);max-width:var(--ho-p-head-max);margin:0 auto var(--ho-p-head-mb)}.ho-products__eyebrow{font-family:var(--ho-p-body-font);font-size:var(--ho-p-eyebrow-size);font-weight:var(--ho-p-eyebrow-weight);letter-spacing:var(--ho-p-eyebrow-ls);text-transform:var(--ho-p-eyebrow-transform);color:var(--ho-p-eyebrow-color)}.ho-products__rule{width:var(--ho-p-rule-w);height:var(--ho-p-rule-h);background:var(--ho-p-rule-color);margin:14px auto 16px}.ho-products__h{font-family:var(--ho-p-head-font);font-weight:800;line-height:1.08;font-size:var(--ho-p-h-size);color:var(--ho-p-h-color);margin:0 0 12px}.ho-products__subtext{font-family:var(--ho-p-body-font);font-size:var(--ho-p-subtext-size);color:var(--ho-p-subtext-color);line-height:var(--ho-p-subtext-lh);margin:0}.ho-products__grid{display:grid;grid-template-columns:repeat(var(--ho-p-cols),minmax(0,1fr));gap:var(--ho-p-gap)}.ho-products__viewall{text-align:center;margin-top:40px}.ho-products__va-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--ho-p-body-font);font-weight:700;font-size:13px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:2px solid var(--ho-p-va-color);color:var(--ho-p-va-color);background:transparent;border-radius:4px;padding:15px 30px;text-decoration:none;transition:background-color .18s ease,color .18s ease}.ho-products__va-btn:hover{background:var(--ho-p-va-hover-bg);color:var(--ho-p-va-hover-color)}.ho-products__va-btn:focus-visible{outline:2px solid var(--ho-p-focus);outline-offset:2px}.ho-products__note{text-align:center;margin-top:16px;font-family:var(--ho-p-body-font);font-size:12px;color:var(--ho-p-subtext-color);opacity:.7}@media(max-width:560px){.ho-products__viewall{margin-top:28px}}.ho-usp{background:var(--ho-usp-band-bg);border-top:var(--ho-usp-bt) solid var(--ho-usp-bc);border-bottom:var(--ho-usp-bb) solid var(--ho-usp-bc);padding-top:var(--ho-usp-pt);padding-bottom:var(--ho-usp-pb);margin-top:var(--ho-usp-mt);margin-bottom:var(--ho-usp-mb);border-radius:var(--ho-usp-radius)}.ho-usp__wrap{max-width:var(--ho-usp-wrap-max);margin:0 auto;padding-inline:var(--ho-usp-pad-x)}.ho-usp__clip{overflow:hidden}.ho-usp__grid{display:grid;grid-template-columns:repeat(var(--ho-usp-cols),minmax(0,1fr));background:var(--ho-usp-band-bg);margin:calc(-1 * var(--ho-usp-div-w)) 0 0 calc(-1 * var(--ho-usp-div-w))}.ho-usp__item{background:var(--ho-usp-band-bg);border-top:var(--ho-usp-div-w) solid var(--ho-usp-div-c);border-left:var(--ho-usp-div-w) solid var(--ho-usp-div-c);display:flex;flex-direction:column;align-items:var(--ho-usp-item-ai);justify-content:var(--ho-usp-item-jc);text-align:var(--ho-usp-item-ta);gap:var(--ho-usp-item-gap);padding:var(--ho-usp-item-py) var(--ho-usp-item-px)}.ho-usp__ic{display:inline-flex}.ho-usp__ic svg{width:var(--ho-usp-icon-size);height:var(--ho-usp-icon-size);stroke:var(--ho-usp-icon-color);fill:none;stroke-width:var(--ho-usp-icon-stroke);stroke-linecap:var(--ho-usp-icon-linecap);stroke-linejoin:var(--ho-usp-icon-linejoin)}.ho-usp__title{margin:0;font-family:var(--ho-usp-title-font);font-size:var(--ho-usp-title-size);font-weight:var(--ho-usp-title-weight);text-transform:var(--ho-usp-title-transform);letter-spacing:var(--ho-usp-title-ls);color:var(--ho-usp-title-color);line-height:var(--ho-usp-title-lh)}.ho-usp__sub{margin:0;font-family:var(--ho-usp-body-font);font-size:var(--ho-usp-sub-size);font-weight:var(--ho-usp-sub-weight);letter-spacing:var(--ho-usp-sub-ls);text-transform:var(--ho-usp-sub-transform);color:var(--ho-usp-sub-color);line-height:var(--ho-usp-sub-lh)}.ho-pp__acc-row{border-bottom:1px solid var(--ho-pp-line);background:var(--ho-acc-bg)}.ho-pp__acc-row summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:var(--ho-acc-pad-y) var(--ho-acc-pad-x);font-family:var(--ho-pp-body-font);font-size:var(--ho-acc-summary-size);font-weight:var(--ho-acc-summary-weight);letter-spacing:var(--ho-acc-summary-ls);text-transform:uppercase;color:var(--ho-acc-summary-color)}.ho-pp__acc-row summary::-webkit-details-marker{display:none}.ho-pp__acc-row summary:focus-visible{outline:2px solid var(--ho-pp-focus);outline-offset:2px}.ho-pp__acc-ic{width:22px;height:22px;position:relative;flex-shrink:0}.ho-pp__acc-ic:before,.ho-pp__acc-ic:after{content:"";position:absolute;background:var(--ho-pp-green);top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.ho-pp__acc-ic:before{width:13px;height:2px}.ho-pp__acc-ic:after{width:2px;height:13px}.ho-pp__acc-row[open] .ho-pp__acc-ic:after{transform:translate(-50%,-50%) scaleY(0)}.ho-pp__acc-panel{padding:0 var(--ho-acc-pad-x) var(--ho-acc-panel-pad-b);font-family:var(--ho-pp-body-font);font-size:var(--ho-acc-panel-size);color:var(--ho-acc-panel-color);line-height:var(--ho-acc-panel-lh)}.ho-pp__acc-panel>:last-child{margin-bottom:0}.ho-pp__acc-panel p{margin:0 0 10px}.ho-pp__acc-panel b,.ho-pp__acc-panel strong{color:var(--ho-pp-ink)}.ho-pp__acc-panel ul,.ho-pp__acc-panel ol{list-style:none;margin:0;padding:0;display:grid;gap:8px}.ho-pp__acc-panel li{display:flex;gap:9px}.ho-pp__acc-panel li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ho-pp-gold);margin-top:8px;flex-shrink:0}.ho-ft__name{font-family:var(--ho-ft-name-font);font-weight:var(--ho-ft-name-weight);font-size:var(--ho-ft-name-size);letter-spacing:var(--ho-ft-name-ls);color:var(--ho-ft-name-color);line-height:1.1}.ho-ft__sub{font-family:var(--ho-ft-body-font);font-size:var(--ho-ft-sub-size);letter-spacing:var(--ho-ft-sub-ls);text-transform:uppercase;color:var(--ho-ft-sub-color);font-weight:700;margin:6px 0 16px}.ho-ft__blurb{font-family:var(--ho-ft-body-font);font-size:var(--ho-ft-body-size);line-height:var(--ho-ft-body-lh);color:var(--ho-ft-body-color)}.ho-ft__blurb>:last-child{margin-bottom:0}.ho-ft__socials{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.ho-ft__socials a{width:var(--ho-ft-social-box);height:var(--ho-ft-social-box);border:2px solid var(--ho-ft-hair);border-radius:4px;display:grid;place-items:center;transition:border-color .2s ease,background-color .2s ease}.ho-ft__socials a:hover{border-color:var(--ho-ft-accent);background:var(--ho-ft-hair-hover)}.ho-ft__socials svg{width:17px;height:17px;stroke:var(--ho-ft-social-ic);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ho-ft__cline{display:flex;gap:10px;margin-bottom:12px;font-family:var(--ho-ft-body-font);font-size:var(--ho-ft-body-size);line-height:1.5;color:var(--ho-ft-body-color)}.ho-ft__cline svg{width:17px;height:17px;stroke:var(--ho-ft-accent);fill:none;stroke-width:1.6;flex-shrink:0;margin-top:3px;stroke-linecap:round;stroke-linejoin:round}.ho-ft__cline a{color:inherit;text-decoration:none;transition:color .2s ease}.ho-ft__cline a:hover{color:var(--ho-ft-link-hover)}.ho-ft__pay{display:flex;gap:7px;margin-top:14px;flex-wrap:wrap}.ho-ft__pay span{border:2px solid var(--ho-ft-hair);border-radius:4px;font-size:10px;letter-spacing:.4px;padding:5px 9px;color:var(--ho-ft-body-color);font-weight:700;font-family:var(--ho-ft-body-font)}.ho-rev__card{background:var(--ho-rev-card-bg);border:var(--ho-rev-card-bw) solid var(--ho-rev-card-bc);border-radius:var(--ho-rev-card-radius);padding:var(--ho-rev-card-py) var(--ho-rev-card-px)}.ho-rev__stars{color:var(--ho-rev-star-color);font-size:var(--ho-rev-card-star-size);letter-spacing:var(--ho-rev-card-star-ls);margin-bottom:12px}.ho-rev__t{font-family:var(--ho-rev-body-font);font-weight:800;font-size:var(--ho-rev-title-size);color:var(--ho-rev-title-color);margin-bottom:7px}.ho-rev__text{font-family:var(--ho-rev-body-font);font-size:var(--ho-rev-text-size);color:var(--ho-rev-text-color);line-height:1.55;margin:0 0 16px}.ho-rev__who{font-family:var(--ho-rev-body-font);font-weight:800;font-size:var(--ho-rev-name-size);color:var(--ho-rev-name-color)}.ho-rev__who span{display:block;font-weight:600;font-size:var(--ho-rev-meta-size);color:var(--ho-rev-meta-color);margin-top:2px}.ho-det__row{display:flex;justify-content:space-between;gap:16px;padding:var(--ho-det-row-py) var(--ho-det-row-px);background:var(--ho-det-row-bg, transparent);font-family:var(--ho-det-body-font);font-size:var(--ho-det-row-size)}.ho-det__row+.ho-det__row{border-top:1px solid var(--ho-det-row-divider)}.ho-det__dt{margin:0;color:var(--ho-det-label-color);font-weight:var(--ho-det-label-weight)}.ho-det__dd{margin:0;color:var(--ho-det-value-color);font-weight:var(--ho-det-value-weight);text-align:var(--ho-det-value-align, right)}shopify-chat{--shopify-chat-breakpoint: 768px}shopify-chat[mode=managed]{position:static;height:100%}.theme-drawer__dialog:has(shopify-chat[mode=standalone][open]){z-index:calc(var(--layer-menu-drawer) + 1)}.theme-drawer__dialog.chat-drawer:has(shopify-chat:defined){display:flex}.ho-pc{background:var(--ho-p-card-bg);border:var(--ho-p-card-bw) solid var(--ho-p-card-bc);border-radius:var(--ho-p-card-radius);overflow:hidden;display:flex;flex-direction:column;position:relative;transition:border-color .18s ease,transform .18s ease}.ho-pc:hover{border-color:var(--ho-p-card-bc-hover);transform:translateY(calc(-1 * var(--ho-p-card-lift)))}.ho-pc__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;display:grid;place-items:center;border-bottom:var(--ho-p-card-bw) solid var(--ho-p-card-bc)}.ho-pc__media-link{display:block;width:100%;height:100%}.ho-pc__img{width:100%;height:100%;object-fit:cover;display:block}.ho-pc__badge{position:absolute;top:0;left:0;z-index:3;color:var(--ho-p-badge-text);font-family:var(--ho-p-body-font);font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:5px 11px;border-radius:0 0 6px}.ho-pc__badge--ghee{background:var(--ho-p-badge-green)}.ho-pc__badge--gold{background:var(--ho-p-badge-gold)}.ho-pc__badge--honey{background:var(--ho-p-badge-honey)}.ho-pc__badge--jag{background:var(--ho-p-badge-jag)}.ho-pc__badge--heal{background:var(--ho-p-badge-heal)}.ho-pc__wish{position:absolute;top:9px;right:9px;z-index:3;width:32px;height:32px;border-radius:4px;background:var(--ho-p-wish-bg);border:var(--ho-p-card-bw) solid var(--ho-p-card-bc);display:grid;place-items:center;cursor:pointer;padding:0;transition:border-color .18s ease}.ho-pc__wish svg{width:15px;height:15px;stroke:var(--ho-p-wish-ic);fill:none;stroke-width:1.8;transition:stroke .18s ease,fill .18s ease}.ho-pc__wish:hover{border-color:var(--ho-p-card-bc-hover)}.ho-pc__wish:hover svg,.ho-pc__wish[aria-pressed=true] svg{stroke:var(--ho-p-wish-fav);fill:var(--ho-p-wish-fav)}.ho-pc__ph{width:100%;height:100%;display:grid;place-items:center;text-align:center;padding:16px}.ho-pc__ph--ghee{background:var(--ho-p-ph-ghee)}.ho-pc__ph--honey{background:var(--ho-p-ph-honey)}.ho-pc__ph--jag{background:var(--ho-p-ph-jag)}.ho-pc__ph--heal{background:var(--ho-p-ph-heal)}.ho-pc__ph-name{font-family:var(--ho-p-head-font);font-weight:800;font-size:19px;line-height:1.15;color:var(--ho-p-ph-name-color)}.ho-pc__ph-tag{display:block;font-family:var(--ho-p-body-font);font-size:9px;letter-spacing:1.4px;text-transform:uppercase;color:var(--ho-p-ph-tag-color);margin-top:8px}.ho-pc__body{padding:15px 15px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.ho-pc__cat{font-family:var(--ho-p-body-font);font-size:var(--ho-p-cat-size);font-weight:var(--ho-p-cat-weight);letter-spacing:var(--ho-p-cat-ls);text-transform:var(--ho-p-cat-transform);color:var(--ho-p-cat-color)}.ho-pc__title{margin:0;font-family:var(--ho-p-title-font);font-size:var(--ho-p-title-size);font-weight:var(--ho-p-title-weight);line-height:var(--ho-p-title-lh);letter-spacing:var(--ho-p-title-ls)}.ho-pc__title a{color:var(--ho-p-title-color);text-decoration:none}.ho-pc__title a:hover{color:var(--ho-p-card-bc-hover)}.ho-pc__rating{display:flex;align-items:center;gap:6px;font-family:var(--ho-p-body-font);font-size:var(--ho-p-rating-size);font-weight:var(--ho-p-rating-weight);color:var(--ho-p-rating-color)}.ho-pc__stars{color:var(--ho-p-stars-color);letter-spacing:1px;font-size:13px}.ho-pc__variants{display:flex;gap:6px;flex-wrap:wrap}.ho-pc__vchip{font-family:var(--ho-p-body-font);font-size:var(--ho-p-vchip-size);font-weight:var(--ho-p-vchip-weight);color:var(--ho-p-vchip-color);background:var(--ho-p-vchip-bg);border:var(--ho-p-card-bw) solid var(--ho-p-vchip-bc);border-radius:4px;padding:5px 10px;cursor:pointer;transition:.15s}.ho-pc__vchip.is-active,.ho-pc__vchip:hover{border-color:var(--ho-p-card-bc-hover);color:var(--ho-p-vchip-active);background:var(--ho-p-vchip-active-bg)}.ho-pc__vchip.is-soldout{opacity:.45;text-decoration:line-through;cursor:not-allowed}.ho-pc__prow{margin-top:auto;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.ho-pc__price-cur{font-family:var(--ho-p-body-font);font-size:var(--ho-p-price-cur-size);font-weight:700;color:var(--ho-p-price-color);vertical-align:var(--ho-p-price-cur-rise);margin-right:1px}.ho-pc__price-now{font-family:var(--ho-p-head-font);font-size:var(--ho-p-price-size);font-weight:var(--ho-p-price-weight);color:var(--ho-p-price-color);white-space:nowrap}.ho-pc__add{border:none;background:var(--ho-p-add-bg);color:var(--ho-p-add-color);font-family:var(--ho-p-body-font);font-weight:var(--ho-p-add-weight);font-size:var(--ho-p-add-size);letter-spacing:var(--ho-p-add-ls);text-transform:var(--ho-p-add-transform);padding:11px 14px;border-radius:4px;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.ho-pc__add:hover{background:var(--ho-p-add-hover)}.ho-pc__add[disabled]{opacity:.5;cursor:not-allowed}.ho-pc__add[aria-busy=true]{opacity:.7;cursor:progress}.ho-pc__add:focus-visible,.ho-pc__vchip:focus-visible,.ho-pc__wish:focus-visible,.ho-pc__title a:focus-visible{outline:2px solid var(--ho-p-focus);outline-offset:2px}form.payment-terms{padding-top:.5em;font-size:min(.85em,var(--font-paragraph--size));font-weight:var(--font-paragraph--weight);color:var(--color, rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text)))}.installments:not(:has(shopify-payment-terms)){display:none}.pills__pill{--pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));color:var(--color-foreground);display:flex;justify-content:space-between;align-items:center;gap:var(--gap-sm);min-width:48px;padding:6px 12px;border-radius:var(--style-border-radius-pills);cursor:pointer;background-color:var(--pills-pill-background-color);transition:background-color var(--animation-speed) var(--animation-easing)}.pills__pill:hover{--pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25))}@media screen and (max-width:749px){.pills__pill{padding:var(--padding-xs) var(--padding-md)}}.pills__pill>.svg-wrapper{--close-icon-opacity: .4;--icon-stroke-width: 1px;color:var(--color-foreground)}@media screen and (max-width:749px){.pills__pill--swatch{padding-inline-start:var(--padding-sm)}}.pills__pill--swatch .swatch{margin-right:-4px}@media screen and (min-width:750px){.pills__pill--desktop-small{font-size:var(--font-size--xs)}}.predictive-search-dropdown{display:flex;flex-direction:column;position:relative;top:0;left:0;right:0;z-index:var(--layer-base)}.predictive-search-results__inner{flex-grow:1;overflow-y:auto;padding-block:var(--padding-lg);container-type:inline-size;color:var(--color-foreground)}.predictive-search-results__title{display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size--body-md);font-weight:500;margin-block:var(--margin-sm) var(--margin-xs);width:100%;text-transform:var(--title-case)}.predictive-search-results__title:first-of-type{margin-block-start:0}@media screen and (max-width:749px){.predictive-search-results__title{margin-block:var(--margin-lg) var(--margin-sm)}}.predictive-search-results__no-results{animation-delay:.1s;transition:opacity var(--animation-speed-medium) var(--animation-timing-fade-in)}.predictive-search-results__no-results:last-child{margin-block:var(--margin-lg);text-align:center}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.search-action .predictive-search{z-index:calc(var(--layer-header-menu) + 2)}.search-action .search-modal .predictive-search{z-index:var(--layer-window-overlay)}.header__column--right .predictive-search-form__content-wrapper{right:0;left:unset}.search-modal .predictive-search-form__content-wrapper{width:100%}@media screen and (min-width:750px){.search-modal .predictive-search-form__content-wrapper{height:fit-content}}@media screen and (min-width:750px){.dialog-modal .predictive-search-form__header-inner{border:0}}.search-modal__content .predictive-search-form__content{max-height:var(--modal-max-height)}.predictive-search:has(.predictive-search-dropdown) .search-input{outline-color:transparent}.predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within{border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}@media screen and (max-width:749px){.predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within{border-bottom-color:transparent}}.predictive-search:has(.predictive-search-dropdown[aria-expanded=true]) .predictive-search-form__header-inner:focus-within{border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:var(--search-border-radius)}@media screen and (max-width:749px){.predictive-search:has(.predictive-search-dropdown[aria-expanded=true]) .predictive-search-form__header-inner:focus-within{border-radius:var(--style-border-radius-inputs)}}.dialog-modal .predictive-search-form__header{border:0;border-radius:0;background-color:var(--color-background);border-bottom:var(--style-border-width) solid var(--color-border)}@media screen and (min-width:750px){.dialog-modal .predictive-search-form__header{padding:var(--padding-2xs) var(--padding-2xs) 0;border-bottom:var(--search-border-width) solid var(--color-border)}}@media screen and (max-width:749px){.dialog-modal .predictive-search-form__header{transition:box-shadow .2s ease;box-shadow:none}}.search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within{border-radius:var(--search-border-radius) var(--search-border-radius) 0 0;transition:box-shadow var(--animation-speed) var(--animation-easing);background-color:var(--color-background)}@media screen and (max-width:749px){.search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within{border-radius:var(--style-border-radius-inputs) var(--style-border-radius-inputs) 0 0}}@media screen and (max-width:749px){.dialog-modal .predictive-search__close-modal-button{padding-inline-start:var(--margin-xs);margin-inline-start:0}}@media screen and (max-width:749px){.dialog-modal[open]{border-radius:0}}@media screen and (min-width:750px){.dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within){border-bottom-color:transparent}}@media screen and (max-width:749px){.dialog-modal .predictive-search__reset-button-icon{display:none}.dialog-modal .predictive-search__reset-button-text{display:block}.dialog-modal .predictive-search-form__content{max-height:100%}.dialog-modal .predictive-search-form__content-wrapper,.dialog-modal .predictive-search-form__header{box-shadow:none}.dialog-modal .predictive-search-form__footer{padding-block:var(--padding-2xl)}}.predictive-search-results__pill{font-weight:500;white-space:nowrap;color:var(--color-foreground);transition:background-color var(--animation-speed-medium) var(--animation-timing-hover),box-shadow var(--animation-speed-medium) var(--animation-timing-bounce),transform var(--animation-speed-medium) var(--animation-timing-bounce);margin:2px}.predictive-search-results__pill:hover{transform:scale(1.03);box-shadow:0 2px 5px rgb(0 0 0 / var(--opacity-8))}.predictive-search-results__pill mark{background-color:transparent;font-weight:200;color:var(--color-foreground-subdued)}.predictive-search-results__pill:focus,.predictive-search-results__pill:hover,.predictive-search-results__card--query:is([aria-selected=true],:focus-within) .predictive-search-results__pill{--pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));background-color:var(--pill-background-color);outline:var(--border-width-sm) solid var(--color-border);border:var(--border-width-sm);text-decoration:none}.predictive-search-results__wrapper.predictive-search-results__wrapper-queries{margin-bottom:var(--margin-lg);padding-inline:var(--padding-xl);gap:var(--gap-2xs)}.predictive-search-results__card{--title-font-size: var(--font-size--md);--title-margin-block: var(--margin-xs);flex:0 0 auto;scroll-snap-align:start;scroll-margin-block:calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm)) calc(var(--padding-xl) + var(--button-padding-block) * 2);transition:transform var(--animation-speed-medium) var(--animation-timing-default),background-color var(--animation-speed-medium) var(--animation-timing-hover),border-color var(--animation-speed-medium) var(--animation-timing-hover)}.predictive-search-results__card:nth-last-child(3){scroll-snap-align:end}.predictive-search-results__card:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active)}.recently-viewed-wrapper .predictive-search-results__card{opacity:1;transform:translateY(0);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.recently-viewed-wrapper.removing .predictive-search-results__card{opacity:0;transform:translateY(-10px);pointer-events:none}:is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):active{transform:scale(.97);transition:transform .1s var(--animation-timing-active)}:is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):hover{background-color:var(--card-bg-hover);border-radius:var(--product-corner-radius);padding:calc(var(--padding-2xs) + 2px);margin:calc((var(--padding-2xs) + 2px) * -1)}:is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):is([aria-selected=true].keyboard-focus,:is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):focus-visible,:is(.predictive-search-results__card--product,.recently-viewed-wrapper .predictive-search-results__card--product):has(.resource-card:focus-visible)){background-color:var(--card-bg-hover);padding:calc(var(--padding-2xs) + 1px);margin:calc((var(--padding-2xs) + 1px) * -1);outline:var(--border-width-sm) solid var(--color-border);border-radius:calc(var(--product-corner-radius) + 1px);border-color:var(--card-border-focus)}.predictive-search-results__card:not(.predictive-search-results__card--product){padding:var(--padding-sm);border:var(--border-width-sm) solid var(--color-border);border-radius:var(--card-corner-radius);width:60cqi;content-visibility:visible}@media screen and (min-width:750px){.predictive-search-results__card:not(.predictive-search-results__card--product){width:27.5cqi}}.predictive-search-results__card:not(.predictive-search-results__card--product):hover{border-color:var(--card-border-hover);background-color:var(--card-bg-hover)}.predictive-search-results__card:not(.predictive-search-results__card--product)[aria-selected=true].keyboard-focus{border-color:var(--card-border-hover);background-color:var(--card-bg-hover)}.predictive-search-results__card:not(.predictive-search-results__card--product):active{transform:scale(.97);transition:transform var(--animation-speed-medium) var(--animation-timing-active)}@keyframes search-element-scale-in{0%{transform:scale(.95);opacity:0}40%{opacity:1}to{transform:scale(1);opacity:1}}@keyframes search-element-scale-out{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}@keyframes search-element-slide-in-top{0%{margin-top:calc(var(--modal-top-margin) + var(--padding-sm));opacity:0}to{margin-top:var(--modal-top-margin);opacity:1}}@keyframes search-element-slide-out-top{0%{margin-top:var(--modal-top-margin);opacity:1}to{margin-top:calc(var(--modal-top-margin) + var(--padding-sm));opacity:0}}@keyframes content-slide{0%{transform:translateY(var(--slide-from, 0));opacity:var(--slide-opacity-from, 1)}to{transform:translateY(var(--slide-to, 0));opacity:var(--slide-opacity-to, 1)}}.predictive-search-results__list{--slide-width: 27.5%;--slideshow-gap: var(--gap-md);padding-block-start:var(--border-width-sm)}@media screen and (max-width:749px){.predictive-search-results__list slideshow-arrows{display:none}}.predictive-search-results__no-results,.predictive-search-results__wrapper,.predictive-search-results__wrapper-products .predictive-search-results__card{animation:search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards}slideshow-slide .resource-card{animation-delay:0ms!important}.predictive-search-results__list,.predictive-search-results__wrapper{animation-duration:var(--animation-speed-medium)}.predictive-search-results__wrapper-queries{animation-delay:50ms}.predictive-search-results__list:nth-of-type(2){animation-delay:.15s}.predictive-search-results__list:nth-of-type(3){animation-delay:.2s}.predictive-search-results__list:nth-of-type(4){animation-delay:.25s}.predictive-search-results__list:last-child{margin-block-end:0}[data-resource-type]{animation-delay:0ms!important}.predictive-search-results__no-results.removing,.predictive-search-results__wrapper.removing{animation:search-element-slide-down var(--animation-speed-medium) var(--animation-timing-fade-out) forwards}.predictive-search-results__card.removing{animation:fadeOut var(--animation-speed-medium) var(--animation-timing-fade-out) forwards}.predictive-search-results__wrapper{transition:opacity var(--animation-speed-medium) var(--animation-timing-fade-in)}@keyframes search-element-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes search-element-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.predictive-search-results__card--query{transition:transform var(--animation-speed-medium) var(--animation-timing-bounce);transform-origin:center}.predictive-search-results__card--query:active{transform:scale(.97)}.predictive-search-results__products{padding-inline:var(--padding-xl)}.recently-viewed-wrapper{display:grid;grid-template-rows:auto auto;max-height:1000px;opacity:1;overflow:visible;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);transform-origin:top center;transform:translateY(0)}.recently-viewed-wrapper.removing{max-height:0;opacity:0;transform:translateY(-10px);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.predictive-search-results__clear.button-unstyled{color:var(--color-foreground);opacity:.68;transition:opacity var(--animation-speed-medium) var(--animation-easing);padding:0;margin-left:var(--margin-sm)}.predictive-search-results__clear.button-unstyled:hover{opacity:1}.recently-viewed-wrapper.removing .predictive-search-results__card{transition:none;transform:none;opacity:1}.recently-viewed-wrapper>*{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1){animation-delay:30ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2){animation-delay:60ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3){animation-delay:90ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4){animation-delay:.12s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n+5){animation-delay:.15s}.predictive-search-results__wrapper-products{animation-delay:50ms}.predictive-search-results__wrapper{display:flex;overflow-x:auto;overflow-y:hidden;padding-block-end:var(--padding-sm);padding-inline:0;scroll-snap-type:x mandatory;scroll-padding:0 var(--padding-xl);scrollbar-width:none;-ms-overflow-style:none}.predictive-search-results__wrapper::-webkit-scrollbar{display:none}.predictive-search-results__wrapper slideshow-slides{--gutter-slide-width: var(--padding-xl);padding-block:var(--padding-xl);margin-block:calc(-1 * var(--padding-xl));gap:var(--gap-md)}.predictive-search-results__resource-header{display:flex;padding-inline:var(--padding-xl);justify-content:space-between;align-items:center;height:32px}.predictive-search-results__resource-header .svg-wrapper{width:var(--icon-size-xs)}.predictive-search-results__wrapper-products{display:grid;grid-template-columns:repeat(2,1fr);padding-block-end:var(--padding-sm);gap:var(--gap-md);transition:height var(--animation-speed-medium) var(--animation-easing)}@container (min-width: 550px){.predictive-search-results__wrapper-products{grid-template-columns:repeat(4,1fr)}}.predictive-search-results__wrapper-products:last-child{padding-block-end:var(--padding-lg)}@media screen and (min-width:750px){.predictive-search-results__wrapper-products:last-child{padding-block-end:var(--padding-sm)}}.predictive-search-results__resource-header .predictive-search-results__title{margin-block-end:0}.predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title{margin-block-end:0}@media screen and (max-width:749px){.predictive-search-results__resource-header slideshow-controls{display:none}}:where(:not(.dialog-zoomed-gallery))>.product-media-container{--slide-width: 100%;display:flex;aspect-ratio:var(--gallery-aspect-ratio, var(--media-preview-ratio));max-height:var(--constrained-height);width:var(--slide-width, 100%);position:relative;overflow:hidden}:where(:not(.dialog-zoomed-gallery))>.product-media-container:where(.constrain-height){--viewport-offset: 400px;--constrained-min-height: 300px;--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));margin-right:auto;margin-left:auto}@supports (--test: round(up, 100%, 1px)){:where(:not(.dialog-zoomed-gallery))>.product-media-container{--slide-width: round(up, 100%, 1px)}}@media screen and (max-width:749px){.product-media-container.constrain-height{max-height:none}}@media screen and (min-width:750px){.product-media-container.constrain-height{--viewport-offset: var(--header-height, 100px);--constrained-min-height: 500px}body:has(header-component[transparent]) .product-media-container.constrain-height{--viewport-offset: 0px}}.product-media-container img{aspect-ratio:inherit;object-fit:contain}.product-media-container.media-fit-contain img{object-position:center center}.product-media-container.media-fit{--product-media-fit: cover}.product-media-container.media-fit img{object-fit:var(--product-media-fit)}media-gallery{display:block;width:100%}:where(media-gallery,.product-grid__item) .media-gallery__grid{grid-template-columns:1fr;gap:var(--image-gap)}@media screen and (min-width:750px){.media-gallery--large-first-image .product-media-container:first-child,.media-gallery--two-column .product-media-container:only-child{grid-column:span 2}}media-gallery:where(.media-gallery--grid) .media-gallery__grid{display:none}media-gallery.media-gallery--grid .media-gallery__grid .product-media-container{height:100%}@media screen and (min-width:750px){.media-gallery--two-column .media-gallery__grid{grid-template-columns:repeat(2,1fr)}media-gallery:is(.media-gallery--grid) slideshow-component{display:none}media-gallery:where(.media-gallery--grid) .media-gallery__grid{display:grid}}zoom-dialog dialog{width:100vw;height:100vh;border:none;margin:0;padding:0;max-width:100%;max-height:100%;background:#fff;opacity:0;transition:opacity var(--animation-speed) var(--animation-easing);scrollbar-width:none}zoom-dialog dialog[open]{opacity:1}@media(prefers-reduced-motion:no-preference){zoom-dialog dialog{scroll-behavior:smooth}}zoom-dialog dialog::backdrop{background:transparent}.product-media-container__zoom-button{position:absolute;width:100%;height:100%;z-index:var(--layer-flat);cursor:zoom-in;background-color:transparent}.product-media-container__zoom-button:hover{background-color:transparent}slideshow-slide.product-media-container--tallest{content-visibility:visible}.product-media__drag-zoom-wrapper{aspect-ratio:inherit;min-height:inherit;min-width:inherit;display:inherit;flex:inherit}.media-gallery__mobile-controls{grid-area:auto}.product-media-container--zoomable.product-media-container--image{cursor:zoom-in}#quick-add-dialog{display:contents}.quick-add-modal .quantity-selector-wrapper{--color-input-background: inherit;--color-input-text: inherit;--color-input-text-rgb: inherit;--color-input-border: inherit;--style-border-width-inputs: inherit;--style-border-radius-inputs: inherit;--style-border-radius-buttons-primary: var(--style-border-radius-inputs);--style-border-radius-buttons-secondary: var(--style-border-radius-inputs)}.quick-add-modal .product-details .quantity-selector{border-radius:var(--style-border-radius-inputs)}@media screen and (min-width:750px){.quick-add-modal{width:var(--quick-add-modal-width);height:var(--quick-add-modal-height);max-width:none}}.quick-add-modal{padding:0;border:var(--style-border-popover);overflow:hidden;box-shadow:0 5px 30px rgb(0 0 0 / var(--opacity-15))}@media screen and (max-width:749px){.quick-add-modal{position:fixed;margin:auto 0 0;min-height:unset;max-width:100%;border-radius:0;overflow:clip;height:fit-content}}@media screen and (max-width:750px){.quick-add-modal[open]{border-top-left-radius:var(--style-border-radius-popover);border-top-right-radius:var(--style-border-radius-popover)}}@media screen and (min-width:750px){.quick-add-modal[open]{display:flex}}@media screen and (max-width:749px){.quick-add-modal .view-more-details__wrapper{display:none}}.quick-add-modal[open]{animation:modalSlideInTop var(--animation-speed) var(--animation-easing) forwards}.quick-add-modal.dialog-closing{animation:modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards}.quick-add-modal__close{position:absolute;top:var(--margin-2xs);right:var(--margin-2xs);transition:transform .15s var(--animation-timing-bounce);z-index:var(--layer-raised);overflow:visible;transform-origin:center}.quick-add-modal__close:active{transform:scale(.99) translateY(1px)}.quick-add-modal__close:focus-visible{outline:none}.quick-add-modal__close:focus-visible:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:calc(var(--style-border-radius-popover) - var(--margin-2xs));outline:var(--focus-outline-width) solid currentColor}.quick-add-modal__content{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:100% 1fr;position:relative;overflow-y:auto;max-height:100vh;flex-grow:1}@media screen and (max-width:749px){.quick-add-modal__content{grid-template-columns:repeat(4,1fr);grid-template-rows:auto;padding-inline:var(--padding-xl);padding-block:var(--padding-xl);gap:var(--gap-lg);flex:1;min-height:0;overflow-y:auto;height:auto;max-height:100vh}}.quick-add-modal__content .media-gallery--grid .media-gallery__grid{grid-template-columns:1fr}.quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child{grid-column:auto}.quick-add-modal__content .media-gallery--grid:not(.media-gallery--two-column) .product-media>*,.quick-add-modal__content .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image) .product-media-container:nth-of-type(odd) .product-media>*,.quick-add-modal__content .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image .product-media-container:is(:first-of-type,:nth-of-type(2n)) .product-media>*,.quick-add-modal__content .media-gallery--carousel slideshow-container{border-top-left-radius:0;border-bottom-left-radius:0}.quick-add-modal__content .view-more-details__wrapper{display:flex;justify-content:flex-start;width:100%}.view-more-details__wrapper .view-more-details{display:flex;align-items:center;width:fit-content}@media screen and (max-width:749px){.quick-add-modal__content .product-header{display:flex;flex-direction:column;grid-column:2 / -1;grid-row:1;padding-right:var(--padding-2xl)}}@media screen and (max-width:749px){.quick-add-modal__content .product-header a:not(product-price *){font-size:var(--font-size--md);font-weight:500;color:inherit;width:fit-content}}@media screen and (max-width:749px){.quick-add-modal__content variant-picker,.quick-add-modal__content product-form-component{grid-column:1 / -1}}.quick-add-modal__content .product-media-container__zoom-button{cursor:default}.quick-add-modal__content .product-details{grid-column:4 / -1;grid-row:1 / span 2;display:flex;flex-direction:column;justify-content:stretch;height:100%;min-height:0;overflow-y:auto;position:relative}dialog[open] :is(.quick-add-modal__content .product-details){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.1s}@media screen and (max-width:749px){.quick-add-modal__content .product-details{grid-column:2 / span 2;grid-row:span 1;max-height:100%;height:100%}}@property --quick-add-modal-mask-start{syntax: "<length>"; initial-value: 0px; inherits: false;}@property --quick-add-modal-mask-end{syntax: "<length>"; initial-value: 0px; inherits: true;}@keyframes detect-scroll{0%,to{--can-scroll: }}@supports (animation-timeline: scroll(self)){dialog[open] .quick-add-modal__content .product-details{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 var(--quick-add-modal-mask-start),#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 var(--quick-add-modal-mask-start),#000 100%);animation:.3s var(--animation-timing-fade-in) .1s both fadeSlideIn,scrollStart 1s linear both,scrollEnd 1s linear both,detect-scroll 1ms linear none;animation-timeline:auto,scroll(self),scroll(self),scroll(self);animation-range:normal,0px 48px,calc(100% - 48px) 100%,0% 100%}}@keyframes scrollStart{0%{--quick-add-modal-mask-start: 0px}to{--quick-add-modal-mask-start: 48px}}@keyframes scrollEnd{0%{--quick-add-modal-mask-end: 0px}to{--quick-add-modal-mask-end: 48px}}.quick-add-modal__content .product-details>.group-block{flex-grow:1;width:auto}.quick-add-modal__content>*{min-height:0}.quick-add-modal__content .product-details :is(.view-product-title,.buy-buttons-block){flex:0 0 auto}.quick-add-modal__content .product-details :is(.buy-buttons-block){margin-top:auto;position:sticky;bottom:0;padding-bottom:var(--padding-3xl);background-color:var(--color-background);z-index:var(--layer-raised)}.quick-add-modal__content .product-details :is(.buy-buttons-block):before{--quick-add-modal-mask-end-progressive-enhanced: 0px;position:absolute;content:"";display:block;inset:auto 0 100% 0;pointer-events:none;height:min(var(--gap-2xl),var(--gap));background-color:inherit;-webkit-mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent);mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent)}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form){position:static;padding-bottom:0;flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)>product-form-component{flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form{flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form):before{display:none}.quick-add-modal__content .product-details .buy-buttons-block__bar{display:block;position:sticky;bottom:0;margin-top:auto;padding-block:var(--gap-md) var(--padding-3xl);background-color:var(--color-background);z-index:var(--layer-raised)}.quick-add-modal__content .product-details .buy-buttons-block__bar:before{--quick-add-modal-mask-end-progressive-enhanced: 0px;position:absolute;content:"";display:block;inset:auto 0 100% 0;pointer-events:none;height:min(var(--gap-2xl),var(--gap));background-color:inherit;-webkit-mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent);mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent)}@supports (animation-timeline: scroll(self)){.quick-add-modal__content .product-details :is(.buy-buttons-block):before,.quick-add-modal__content .product-details .buy-buttons-block__bar:before{--mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);--mask-if-no-scroll: 48px;--quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));height:calc(var(--gap-2xs) + 48px)}}.quick-add-modal__content .product-details .variant-picker{flex:0 0 auto;padding-block:min(var(--gap-2xl),var(--gap));margin-block-end:calc(var(--focus-outline-offset) + var(--focus-outline-width))}.quick-add-modal__content .variant-option--swatches{padding-inline-start:var(--padding-2xs)}.quick-add-modal__content .variant-option--swatches legend{margin-inline-start:calc(-1 * var(--padding-2xs))}.quick-add-modal__content:not(:has(.product-information__media)) .product-details{grid-column:1 / -1}.quick-add-modal__content .view-product-title{display:flex;padding-block:0;margin-block-end:12px;padding-inline-end:calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2))}.quick-add-modal__content .view-product-title a{color:inherit;text-decoration:none;text-align:left;font-size:var(--font-size--2xl);font-weight:600;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:color .2s var(--animation-easing)}.quick-add-modal__content .product-details product-price{--text-align: left}.quick-add-modal__content .product-details product-price.text-block--align-center{margin-inline:0}.quick-add-modal__content .product-details product-price.text-center{--text-align: left}.quick-add-modal__content .product-details product-price>*{text-align:left}@media screen and (min-width:750px){.quick-add-modal__content .product-details *:not(.group-block,.group-block-content,.buy-buttons-block,.buy-buttons-block *,.view-product-title,.view-product-title *,variant-picker,variant-picker *,product-price,product-price *,product-inventory,product-inventory *,.view-more-details__wrapper,.view-more-details__wrapper *){display:none!important}}.quick-add-modal__content .group-block:not(:has(.buy-buttons-block,.buy-buttons-block *,.view-product-title,.view-product-title *,variant-picker,variant-picker *,product-price,product-price *,product-inventory,product-inventory *,.view-more-details__wrapper,.view-more-details__wrapper *),.buy-buttons-block){display:none}@media screen and (min-width:750px){.quick-add-modal__content .group-block-content{gap:0}.quick-add-modal__content .media-gallery__grid{gap:min(var(--gap-2xs),var(--image-gap));border-radius:var(--style-border-radius-popover, 0)}.quick-add-modal__content .media-gallery--grid .product-media img{border-radius:0}}.quick-add-modal__content .product-details>.group-block{padding-block:var(--padding-3xl) 0}.quick-add-modal__content :where(.product-details>.group-block>.group-block-content>*){padding-inline:var(--padding-3xl)}.quick-add-modal__content slideshow-slide:not([aria-hidden=false]){content-visibility:auto}.quick-add-modal__content .product-information__media{width:100%;grid-column:1 / span 1;grid-row:1;position:relative;top:0;animation:fadeIn .4s var(--animation-timing-fade-in) both}@media screen and (min-width:750px){.quick-add-modal__content .product-information__media{position:sticky;grid-column:1 / 4;width:var(--quick-add-modal-gallery-width);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}}.quick-add-modal__content .product-information__media::-webkit-scrollbar{display:none}.quick-add-modal__content .product-information__media media-gallery{pointer-events:none}@media screen and (min-width:750px){.quick-add-modal__content .product-information__media media-gallery{position:absolute;top:0;right:0;bottom:0;left:0}}.quick-add-modal media-gallery{padding:0}.quick-add-modal__content .product-information__media slideshow-arrows{display:none}.quick-add-modal__content .product-information__media slideshow-container{display:block}.quick-add-modal__content .product-information__media slideshow-slides{display:flex;flex-direction:column;gap:var(--gap-2xs);overflow:visible;scroll-snap-type:none}.quick-add-modal__content .product-information__media slideshow-slide{width:100%;flex:none;scroll-snap-align:unset;position:relative;transform:none;opacity:1;visibility:visible;transition:opacity .3s var(--animation-easing)}@media screen and (max-width:749px){.quick-add-modal__content .product-information__media slideshow-slide[aria-hidden=true]{display:none}}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(1){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(2){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.05s}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(3){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.1s}.quick-add-modal__content .product-information__media :is(slideshow-controls,slideshow-controls[thumbnails]){display:none}.quick-add-modal__content .sticky-content,.quick-add-modal__content .sticky-content--desktop{top:0}.quick-add-modal__content .text-block.rte:not(product-price),.quick-add-modal__content .view-more-details__wrapper{display:none}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resource-card__wrapper{display:block;height:100%}.resource-card{--resource-card-secondary-image-opacity: 0;--resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));display:flex;flex-direction:column;row-gap:var(--padding-xs);position:relative;text-decoration:none;height:100%;opacity:0;animation:fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards}.resource-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.resource-card__content{display:flex;flex-direction:column;color:var(--color-foreground);gap:var(--padding-3xs)}.resource-card__content .price{font-weight:500}.resource-card__content .volume-pricing-note{display:block;margin-top:var(--padding-3xs);font-family:var(--font-body--family);font-weight:400;font-size:min(.85em,var(--font-paragraph--size));line-height:normal;letter-spacing:normal;text-transform:none;color:rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-subdued-text))}.resource-card[data-resource-type=article] .resource-card__content,.resource-card[data-resource-type=page] .resource-card__content{gap:var(--padding-xs)}.resource-card__image{aspect-ratio:var(--resource-card-aspect-ratio, auto);object-fit:cover;border-radius:var(--resource-card-corner-radius);opacity:var(--resource-card-primary-image-opacity)}.resource-card__image--secondary{position:absolute;top:0;opacity:var(--resource-card-secondary-image-opacity);border-radius:var(--resource-card-corner-radius)}.resource-card__media:empty{display:none}.resource-card__image-placeholder{padding:var(--padding-sm);font-size:var(--font-size--lg);line-height:var(--line-height--display-loose);word-break:break-word;background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));aspect-ratio:var(--resource-card-aspect-ratio, auto);border-radius:var(--resource-card-corner-radius);color:var(--color-foreground)}.resource-card__title{margin-block:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3;word-break:break-word;overflow-wrap:break-word}.resource-card__title.paragraph{line-height:1.3}.resource-card--overlay{height:100%}.resource-card--overlay:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:var(--gradient-image-overlay);border-radius:var(--resource-card-corner-radius);pointer-events:none;z-index:var(--layer-flat)}.resource-card--overlay .resource-card__image{height:100%}.resource-card--overlay .resource-card__content{position:absolute;inset:auto 0 0;padding:var(--padding-lg) var(--padding-lg) var(--padding-sm);z-index:var(--layer-raised)}.resource-card--overlay .resource-card__title{color:var(--color-white)}.resource-card__image-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-2xs)}.resource-card__collection-image{aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--card-corner-radius) - (var(--padding-xs) / 2))}.resource-card__subtext{color:rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-subdued-text));margin-block-start:0}.resource-card__subtext.paragraph{font-size:var(--font-size--body-sm);line-height:var(--line-height--body-tight);color:rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-subdued-text))}.resource-card:has(.resource-card__image--secondary):hover,.resource-card:has(.resource-card__image--secondary):focus{--resource-card-secondary-image-opacity: 1}.search-modal{--search-border-radius: var(--style-border-radius-popover);--search-border-width: var(--style-border-width)}.search-modal__content{--modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);--modal-width: 66dvw;padding:0;border:var(--style-border-popover)}@media screen and (min-width:750px){.search-modal__content{width:var(--modal-width);margin-block-start:var(--modal-top-margin);overflow:hidden}}@media screen and (max-width:749px){.search-modal__content::backdrop{display:none}}.dialog-modal[open].search-modal__content{transform-origin:bottom center;animation:search-element-slide-in-bottom .3s var(--ease-out-quad) forwards;border-radius:var(--search-border-radius);box-shadow:var(--shadow-popover)}@media screen and (max-width:749px){.dialog-modal[open].search-modal__content{border-radius:0}}.dialog-modal.search-modal__content.dialog-closing{animation:search-element-slide-out-bottom .2s var(--ease-out-quad) forwards}.search-modal__content[open]{display:flex}.search-modal__content :is(.predictive-search-dropdown,.predictive-search-form__content-wrapper){position:relative}.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{content:"";position:absolute;right:calc(var(--padding-sm) + var(--minimum-touch-target));top:0;bottom:0;width:var(--border-width-sm);background-color:var(--color-border)}.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))>.predictive-search__close-modal-button:before{content:none}@media screen and (min-width:750px){.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{right:calc(var(--padding-2xl) * 2)}}predictive-search-component{--resource-card-corner-radius: var(--product-corner-radius);display:flex;width:100%;position:relative;margin-inline:auto;align-items:center;background-color:var(--color-background);z-index:var(--layer-heightened)}.predictive-search-form__footer{display:none;position:absolute;bottom:0;left:0;right:0}@media screen and (min-width:750px){.predictive-search-form__footer{--to-top-gradient-background: linear-gradient( to top, rgb(var(--color-background-rgb) / var(--opacity-90)), rgb(var(--color-background-rgb) / var(--opacity-80)), rgb(var(--color-background-rgb) / var(--opacity-40)), transparent );padding-block:var(--padding-xs) var(--padding-lg);background-image:var(--to-top-gradient-background)}}predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{display:block}.predictive-search-form{position:relative;width:100%;align-self:flex-start}.predictive-search-form__content{max-height:50dvh;overflow-y:auto;background-color:var(--color-background);scrollbar-width:none}.predictive-search-form__content::-webkit-scrollbar{display:none}.predictive-search-form__content-wrapper{position:absolute;top:100%;width:100%;left:0;z-index:var(--layer-raised);display:flex;flex-direction:column;border-radius:0 0 var(--search-border-radius) var(--search-border-radius);transition:box-shadow var(--animation-speed) var(--animation-easing);transform:translateZ(0);overflow:hidden}@media screen and (max-width:749px){.predictive-search-form__content-wrapper{border-radius:0}}@media screen and (min-width:750px){.predictive-search-form__content-wrapper{max-height:var(--modal-max-height)}}.predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))>.predictive-search-form__content{padding-block-end:var(--padding-6xl)}.predictive-search-form__header-inner{background:var(--color-background);border:var(--search-border-width) solid var(--color-border);color:var(--color-foreground);border-radius:var(--style-border-radius-popover);display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:749px){.predictive-search-form__header-inner{border-radius:var(--style-border-radius-inputs);border:none}}.predictive-search-form__header-inner:focus-within{outline-offset:var(--focus-outline-offset)}@media screen and (min-width:750px){.predictive-search-form__header-inner:focus-within{outline:var(--focus-outline-width) solid var(--color-foreground)}}.predictive-search-form__header{display:flex;position:sticky;top:0;z-index:var(--layer-heightened);width:100%;align-items:center;background-color:var(--color-input-background);border:var(--search-border-width) solid var(--color-border);border-radius:var(--style-border-radius-inputs)}@media screen and (max-width:749px){.predictive-search-form__header{padding:var(--padding-2xs) var(--padding-sm)}}.predictive-search-form__header:focus-within,.predictive-search-form__header-inner:focus-within,.predictive-search-form__header-inner:has(.search-input:is(:focus,:focus-visible)){outline:none;box-shadow:none;border-color:var(--color-border)!important}input.search-input{border-radius:var(--style-border-radius-inputs);padding-block:var(--padding-sm);font-size:var(--font-size--md);width:100%;color:var(--color-foreground);padding-inline:calc(var(--margin-lg) + var(--icon-size-lg)) 0;background:transparent;text-overflow:ellipsis;overflow:hidden;outline:none;border:0}input.search-input::placeholder{color:rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-muted-text))}input.search-input,input.search-input:is(:focus,:focus-visible,:focus-within),.predictive-search-form__header *:is(:focus,:focus-visible){outline:none;box-shadow:none}input.search-input:hover{background-color:transparent}.predictive-search__icon{position:absolute;left:var(--margin-xl);top:auto;width:var(--icon-size-lg);height:var(--icon-size-lg);color:rgb(var(--color-rgb, var(--color-foreground-rgb)) / var(--opacity-60))}@media screen and (min-width:750px){.predictive-search__icon{left:var(--margin-md)}}.predictive-search__icon>svg{width:var(--icon-size-md);height:var(--icon-size-md)}.predictive-search__reset-button{cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--minimum-touch-target);height:var(--minimum-touch-target);padding:0;margin-inline-end:var(--margin-md);background:transparent;color:var(--color-foreground);opacity:.68;transition:opacity var(--animation-speed-medium) var(--animation-timing-fade-out),visibility var(--animation-speed-medium) var(--animation-timing-fade-out)}.predictive-search__reset-button:hover{color:var(--color-foreground)}.predictive-search__reset-button:active{transform:scale(.9);transition:transform .1s var(--animation-timing-active)}@media screen and (min-width:750px){.predictive-search__reset-button{margin-inline-end:var(--margin-2xs)}}.predictive-search__reset-button[hidden]{opacity:0;pointer-events:none;visibility:hidden}.predictive-search__reset-button-icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size-lg);height:var(--icon-size-lg);transition:background-color var(--animation-speed-medium) ease-in-out,transform var(--animation-speed-medium) var(--animation-timing-bounce);border-radius:50%}.predictive-search__reset-button-icon:hover{background-color:rgb(var(--color-foreground-rgb) / var(--opacity-8))}.predictive-search__reset-button:active .predictive-search__reset-button-icon{transform:scale(.85);transition-timing-function:var(--animation-timing-active);transition-duration:.1s}.predictive-search__reset-button svg{width:var(--icon-size-md);height:var(--icon-size-md)}.predictive-search__reset-button-text{display:none}.predictive-search__search-button{margin:auto;z-index:var(--layer-raised);transition:transform var(--animation-speed-medium) var(--animation-timing-bounce),box-shadow var(--animation-speed-medium) var(--animation-timing-hover);transform-origin:center}.predictive-search__search-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / var(--opacity-5))}.predictive-search__search-button:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active);box-shadow:none}.predictive-search__close-modal-button{--button-color: var(--color-foreground);--button-background-color: transparent;display:flex;justify-content:center;align-items:center;width:var(--minimum-touch-target);height:var(--minimum-touch-target);margin-inline-start:var(--margin-sm);padding:0;box-shadow:none}.predictive-search__close-modal-button:active{transform:scale(.8);transition:transform .1s var(--animation-timing-active)}.predictive-search__close-modal-button .svg-wrapper,.predictive-search__close-modal-button svg{width:var(--icon-size-xs);height:var(--icon-size-xs)}.predictive-search__close-modal-button:hover{--button-color: var(--color-foreground);--button-background-color: transparent}.skip-to-content-link{position:absolute;left:-99999px}.skip-to-content-link:focus{z-index:var(--layer-temporary);overflow:auto;width:auto;height:auto;padding:var(--padding-lg) var(--padding-4xl);left:var(--margin-lg);top:var(--margin-lg);background-color:var(--color-background);box-shadow:0 0 0 var(--focus-outline-offset) var(--color-background)}theme-drawer{display:contents}.theme-drawer__dialog{--theme-drawer-padding: var(--padding-xl);z-index:calc(var(--layer-sticky) + var(--drawer-stack-order, 0));position:fixed;inset:unset;top:0;right:calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));flex-direction:column;width:var(--theme-drawer-width, var(--sidebar-width));max-width:100%;max-height:none;height:100dvh;padding:0;border:none;border-left:var(--style-border-drawer);background-color:var(--color-background);color:var(--color-foreground)}.theme-drawer__dialog[open]{display:flex;right:0}.theme-drawer__dialog--opening{animation:drawer-slide-in var(--animation-speed) var(--animation-timing-fade-in)}.theme-drawer__dialog--opening-inline-start{animation:drawer-slide-in-inline-start var(--animation-speed) var(--animation-timing-fade-in)}.theme-drawer__dialog--closing{animation:drawer-slide-out var(--animation-speed) var(--animation-timing-fade-out) forwards}.theme-drawer__dialog-instant{animation:none}@keyframes drawer-slide-in{0%{right:calc(-1 * var(--theme-drawer-width, var(--sidebar-width)))}}@keyframes drawer-slide-in-inline-start{0%{right:calc(var(--theme-drawer-width, var(--sidebar-width)) / 2)}}@keyframes drawer-slide-out{to{right:calc(-1 * var(--theme-drawer-width, var(--sidebar-width)))}}.theme-drawer__dialog::backdrop{background:rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity))}html:active-view-transition-type(page-navigation) .theme-drawer__dialog[open]{view-transition-name:theme-drawer}::view-transition-old(theme-drawer),::view-transition-new(theme-drawer){animation:none}.theme-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--theme-drawer-padding);flex-shrink:0;color:var(--color-foreground)}.theme-drawer__title{display:flex;align-items:center;gap:var(--gap-xs);margin:0}.theme-drawer__badge{display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;flex-shrink:0;border-radius:var(--style-border-radius-lg);background-color:rgb(var(--color-foreground-rgb) / .1);font-family:var(--font-paragraph--family);font-weight:var(--font-paragraph--weight);color:var(--color-foreground);font-size:clamp(var(--font-size--3xs),.75em,var(--font-size--xs));padding-inline:.5em;line-height:1}.theme-drawer__badge[data-maintain-ratio]{aspect-ratio:1 / 1;padding-inline:.2em}.theme-drawer__close-button{--private-button-size: 34px;--private-focus-ring-size: 2px;--private-motion-speed: .15s;--private-motion-ease: cubic-bezier(.25, 0, .1, 1);--private-border-width: 1px;--private-button-border-color: rgb(0, 0, 0, .06);--private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-inline-start:auto;width:var(--private-button-size);height:var(--private-button-size);border-radius:var(--private-button-size);background-color:var(--color-background);outline:var(--private-focus-ring-size) solid transparent;outline-offset:var(--private-focus-ring-size);transition-property:color,outline-color,background-color;transition-duration:var(--private-motion-speed);transition-timing-function:var(--private-motion-ease);--button-icon-opacity: .8;color:var(--color-foreground);border:var(--private-border-width) solid var(--private-button-border-color);box-shadow:var(--private-button-shadow)}.theme-drawer__close-button:hover:not(:active){--button-icon-opacity: 1}.theme-drawer__close-button:focus-visible{outline-color:var(--color-foreground)}@supports (color: oklch(from red l c h)){.theme-drawer__close-button{--contrast-color: oklch(from var(--color-background) clamp(0, (.6 / l - 1) * infinity, 1) 0 0);--button-icon-opacity: 1;--private-button-border-color: color-mix(in srgb, var(--contrast-color) 6%, transparent);--private-button-shadow: 0 2px 6px 0 var(--private-button-border-color);color:color-mix(in srgb,var(--contrast-color) 50%,transparent)}.theme-drawer__close-button:hover:not(:active){color:color-mix(in srgb,var(--contrast-color) 70%,transparent)}.theme-drawer__close-button:hover:not(:active){background-color:color-mix(in srgb,var(--contrast-color) 6%,var(--color-background))}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map?subset=AAAUMMIPAQAAAAAAAAgMYAAAAAAAAAAAAAAIAACAAAAwAgxCEAEAEA */
