:root{--hm-bg: var(--color-background, #fff);--hm-fg: var(--color-foreground, #151515);--hm-muted: var(--color-muted, #575757);--hm-sale: var(--color-sale, #9b1c1c);--hm-line: var(--color-line, #ececec);--hm-soft: var(--color-soft, #efefef);--hm-btn: var(--color-button, #151515);--hm-btn-text: var(--color-button-text, #fff);--hm-max: 1280px;--hm-gutter: clamp(16px, 4vw, 40px);--hm-header: 4.25rem;--hm-announce: 2.5rem;--hm-radius: 10px;--hm-ease: cubic-bezier(.22, 1, .36, 1);--hm-focus: 0 0 0 2px var(--hm-bg), 0 0 0 4px var(--hm-fg)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--hm-bg);color:var(--hm-fg);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.55;letter-spacing:.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,video{max-width:100%;height:auto;display:block}svg{fill:currentColor}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:none;opacity:.72}:focus-visible{outline:none;box-shadow:var(--hm-focus)}.skip-link{position:absolute;left:.75rem;top:-4rem;z-index:1000;background:var(--hm-fg);color:var(--hm-bg);padding:.65rem 1rem;border-radius:var(--hm-radius)}.skip-link:focus{top:.75rem}.page-width{width:min(var(--hm-max),100% - var(--hm-gutter) * 2);margin-inline:auto}h1,h2,h3,h4,.hm-display{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.03em;line-height:.98;margin:0}h1{font-size:clamp(2.4rem,6vw,4.8rem)}h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--hm-muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1.15rem;border:1px solid var(--hm-btn);border-radius:var(--hm-radius);background:var(--hm-btn);color:var(--hm-btn-text);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:transform .2s var(--hm-ease),opacity .2s}.btn:hover{opacity:1;transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--hm-fg);border-color:var(--hm-fg)}.btn--white{background:var(--hm-bg);color:var(--hm-fg);border-color:var(--hm-bg)}.btn--full{width:100%}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:transparent;cursor:pointer;border-radius:999px}.announce{background:var(--hm-fg);color:var(--hm-bg);height:var(--hm-announce);overflow:hidden;font-size:.8rem;letter-spacing:.04em}.announce__track{display:flex;gap:4rem;white-space:nowrap;animation:hm-marquee 28s linear infinite;height:100%;align-items:center}.announce:hover .announce__track,.announce:focus-within .announce__track{animation-play-state:paused}@keyframes hm-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.shopify-section-group-header-group{position:relative;z-index:40}.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:var(--hm-header);background:var(--hm-bg);border-bottom:1px solid var(--hm-line)}.header.is-sticky{position:sticky;top:0;z-index:50}.header__nav{display:flex;gap:1.35rem;align-items:center;flex-wrap:wrap}.header__nav a{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.header__logo{justify-self:center;font-family:var(--font-heading-family);font-weight:700;font-size:1.45rem;letter-spacing:-.04em;text-transform:lowercase}.header__logo img{width:var(--logo-width, 140px);height:auto}.header__tools{display:flex;justify-content:flex-end;align-items:center;gap:.15rem}.header__menu-toggle{display:none}.cart-count{min-width:1.15rem;height:1.15rem;border-radius:999px;background:var(--hm-fg);color:var(--hm-bg);font-size:.65rem;display:inline-flex;align-items:center;justify-content:center;margin-left:-.35rem}@media(max-width:899px){.header{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__logo{justify-self:center}}.drawer{border:0;padding:0;width:min(100%,28rem);max-width:100%;height:100%;margin:0 0 0 auto;background:var(--hm-bg);color:var(--hm-fg);box-shadow:-16px 0 40px #15151514}.drawer::backdrop{background:#15151559}.drawer[open]{display:flex;flex-direction:column}.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--hm-line);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.drawer__body{padding:1.25rem;flex:1;overflow:auto}.mobile-nav{display:flex;flex-direction:column;gap:.35rem}.mobile-nav a{padding:.7rem 0;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.hero{position:relative;min-height:min(78vh,760px);display:grid;place-items:stretch;background:var(--hm-soft);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media .placeholder{width:100%;height:100%;object-fit:cover}img.ph{width:100%;height:100%;object-fit:cover;display:block;background:var(--hm-soft)}.ph-icon{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:999px;background:var(--hm-soft);flex:0 0 auto}.ph-icon img{width:1.45rem;height:1.45rem;object-fit:contain}.header__logo img.ph,.footer__brand img.ph{width:auto;height:1.6rem;object-fit:contain;background:transparent}.quote-card img.ph{width:48px;height:48px;border-radius:999px}.proof__avatars img{width:1.7rem;height:1.7rem;border-radius:999px;object-fit:cover;border:2px solid #fff}.review-photo{width:100%;max-width:16rem;border-radius:10px;margin:.6rem 0}.ugc-card img{width:100%;height:100%;object-fit:cover}.gallery__thumbs img.ph{width:100%;aspect-ratio:1}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:1.1rem;padding:clamp(2rem,8vw,6rem) var(--hm-gutter) clamp(2.5rem,6vw,5rem);max-width:42rem;color:var(--hm-fg)}.hero--overlay .hero__content{color:#fff}.hero--overlay .eyebrow{color:#ffffffd1}.hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.4rem}.hero__sub{max-width:28rem;font-size:1.02rem;line-height:1.5}.placeholder{background:linear-gradient(180deg,#f3f1ee,#e8e4de);width:100%;display:block}.hero .placeholder,.gallery__main .placeholder,.card__media .placeholder,.split__media .placeholder,.step-card .placeholder,.cat-card__media .placeholder{min-height:16rem}.section{padding:clamp(2.5rem,6vw,4.5rem) 0}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section__head a{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem 1.25rem}}.card{display:flex;flex-direction:column;gap:.7rem}.card__media{position:relative;background:var(--hm-soft);aspect-ratio:1 / 1.05;overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s var(--hm-ease)}.card__media .card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.card:hover .card__img--hover{opacity:1}.card__badge{position:absolute;top:.7rem;left:.7rem;background:var(--hm-bg);color:var(--hm-fg);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .5rem;border-radius:4px}.card__title{font-size:.95rem;font-weight:600}.card__quick{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;opacity:0;transform:translateY(6px);transition:.25s var(--hm-ease)}.card:hover .card__quick{opacity:1;transform:none}.price{display:flex;gap:.5rem;align-items:baseline;font-weight:600}.price--sale{color:var(--hm-sale)}.price__compare{color:var(--hm-muted);text-decoration:line-through;font-weight:400}.swatches{display:flex;gap:.35rem;flex-wrap:wrap}.swatch{width:16px;height:16px;border-radius:999px;border:1px solid rgb(21 21 21 / 18%)}.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:900px){.cat-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.cat-card{display:flex;flex-direction:column;gap:.65rem}.cat-card__media{aspect-ratio:1;background:var(--hm-soft);overflow:hidden}.cat-card__media img{width:100%;height:100%;object-fit:cover}.cat-card p{margin:0;color:var(--hm-muted);font-size:.9rem}.split{display:grid;gap:1.5rem;align-items:center}@media(min-width:900px){.split{grid-template-columns:1fr 1fr;gap:3rem}}.split__copy{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:34rem}.split__media{background:var(--hm-soft);min-height:22rem}.split__media img{width:100%;height:100%;object-fit:cover}.product{display:grid;gap:2rem;padding:2rem 0 4rem}@media(min-width:900px){.product{grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}}.gallery{display:grid;gap:.75rem}.gallery__main{background:var(--hm-soft);aspect-ratio:1;overflow:hidden}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:.5rem;overflow:auto}.gallery__thumbs button{width:64px;height:64px;padding:0;border:1px solid transparent;background:var(--hm-soft);cursor:pointer}.gallery__thumbs button[aria-current=true]{border-color:var(--hm-fg)}.gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product__info{display:flex;flex-direction:column;gap:1rem;position:sticky;top:calc(var(--hm-header) + 1rem)}.product__title{font-size:clamp(1.8rem,3vw,2.4rem)}.variant-legend{font-size:.8rem;font-weight:600;margin-bottom:.45rem}.variant-options{display:flex;flex-wrap:wrap;gap:.45rem}.variant-options input{position:absolute;opacity:0;pointer-events:none}.variant-options label{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 .85rem;border:1px solid var(--hm-line);border-radius:8px;cursor:pointer;font-size:.85rem}.variant-options input:checked+label{border-color:var(--hm-fg);background:var(--hm-fg);color:var(--hm-bg)}.qty{display:inline-flex;align-items:center;border:1px solid var(--hm-line);border-radius:8px}.qty button,.qty input{border:0;background:transparent;width:44px;height:44px;text-align:center}.trust{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.45rem;color:var(--hm-muted);font-size:.92rem}.accordion details{border-top:1px solid var(--hm-line)}.accordion summary{cursor:pointer;padding:1rem 0;font-weight:600;list-style:none;display:flex;justify-content:space-between}.accordion summary::-webkit-details-marker{display:none}.accordion .rte{padding-bottom:1rem;color:var(--hm-muted)}.toolbar{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;gap:1rem}.pagination{display:flex;gap:.4rem;justify-content:center;margin-top:2.5rem}.pagination a,.pagination span{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--hm-line)}.cart-item{display:grid;grid-template-columns:5rem 1fr auto;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--hm-line)}.cart-item img,.cart-item .placeholder{width:5rem;height:6rem;object-fit:cover;background:var(--hm-soft)}.cart-foot{display:grid;gap:.75rem;padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--hm-line)}.cart-row{display:flex;justify-content:space-between;font-weight:600}.footer{background:var(--hm-soft);padding:3.5rem 0 1.5rem;margin-top:2rem}.footer__grid{display:grid;gap:2rem}@media(min-width:800px){.footer__grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr}}.footer h2,.footer h3{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.footer a{font-size:.92rem}.footer__brand{font-family:var(--font-heading-family);font-weight:700;font-size:1.2rem;letter-spacing:-.04em;text-transform:lowercase}.newsletter{display:flex;gap:0}.newsletter input{flex:1;min-height:44px;border:1px solid var(--hm-fg);border-right:0;border-radius:var(--hm-radius) 0 0 var(--hm-radius);padding:0 .85rem;background:var(--hm-bg)}.newsletter button{border-radius:0 var(--hm-radius) var(--hm-radius) 0}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgb(21 21 21 / 10%);font-size:.8rem;color:var(--hm-muted)}.socials{display:flex;gap:.35rem;margin-top:1rem}.search-modal{border:0;padding:0;width:min(40rem,100%);background:var(--hm-bg)}.search-modal::backdrop{background:#15151559}.search-modal form{display:flex;border-bottom:1px solid var(--hm-line)}.search-modal input{flex:1;border:0;min-height:56px;padding:0 1rem;font-size:1.05rem}.rte p{margin:0 0 .85rem}.rte a{text-decoration:underline}.empty{padding:3rem 0;text-align:center;color:var(--hm-muted)}#shopify-section-predictive-search{display:none}.predictive{display:grid;gap:.5rem;padding:.75rem}.predictive a{display:grid;grid-template-columns:3rem 1fr;gap:.65rem;align-items:center}.proof{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.9rem}.proof__avatars{display:flex}.proof__avatars span,.proof__avatars img{width:28px;height:28px;border-radius:999px;border:2px solid var(--hm-bg);margin-left:-8px;background:var(--hm-soft);object-fit:cover}.proof__avatars span:first-child,.proof__avatars img:first-child{margin-left:0}.stars{color:#111;letter-spacing:.04em;font-weight:600}.stars a{text-decoration:underline}.flash{display:inline-flex;align-items:center;gap:.4rem;background:#111;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .55rem;border-radius:4px;width:max-content}.benefits{display:grid;gap:.55rem}.benefit{display:grid;grid-template-columns:1.4rem 1fr;gap:.65rem;align-items:center;font-size:.95rem}.benefit img,.benefit svg,.benefit .placeholder,.benefit .ph-icon{width:1.35rem;height:1.35rem;min-height:1.35rem;background:transparent}.benefit .ph-icon img{width:1.35rem;height:1.35rem}.packs{display:grid;gap:.65rem}.pack{border:1.5px solid var(--hm-line);border-radius:12px;padding:.85rem 1rem;cursor:pointer;background:var(--hm-bg)}.pack.is-selected{border-color:var(--hm-fg);box-shadow:0 0 0 1px var(--hm-fg)}.pack__row{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center}.pack__radio{width:18px;height:18px;border-radius:999px;border:1.5px solid var(--hm-fg);display:grid;place-items:center}.pack.is-selected .pack__radio:after{content:"";width:8px;height:8px;border-radius:999px;background:var(--hm-fg)}.pack__name{font-weight:700}.pack__badge{display:inline-block;margin-left:.4rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--hm-fg);color:var(--hm-bg);padding:.15rem .4rem;border-radius:4px}.pack__save{color:var(--hm-sale);font-size:.8rem;font-weight:600}.pack__price{text-align:right;font-weight:700}.pack__compare{display:block;color:var(--hm-muted);text-decoration:line-through;font-weight:400;font-size:.85rem}.pack__slots{display:none;grid-gap:.45rem;margin-top:.75rem}.pack.is-selected .pack__slots{display:grid}.shipped{font-size:.88rem;color:var(--hm-muted)}.urgency{display:grid;gap:.45rem}.urgency__bar{height:8px;background:var(--hm-line);border-radius:99px;overflow:hidden}.urgency__bar>span{display:block;height:100%;background:var(--hm-sale)}.guarantee{display:grid;grid-template-columns:3.2rem 1fr;gap:.85rem;align-items:start;padding-top:.4rem}.guarantee img,.guarantee .placeholder{width:3.2rem;height:3.2rem;border-radius:8px;background:var(--hm-soft)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--hm-bg);border-top:1px solid var(--hm-line);padding:.65rem var(--hm-gutter);display:none;gap:.85rem;align-items:center;box-shadow:0 -8px 24px #1515150f}.sticky-atc.is-on{display:flex}.sticky-atc img,.sticky-atc .placeholder{width:44px;height:44px;border-radius:6px;background:var(--hm-soft);object-fit:cover}.sticky-atc__meta{flex:1;min-width:0}.sticky-atc__meta strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scroller{display:flex;gap:.85rem;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:.4rem}.scroller>*{scroll-snap-align:start;flex:0 0 min(72vw,16rem)}.ugc-card{background:var(--hm-soft);border-radius:12px;overflow:hidden;aspect-ratio:9/14}.ugc-card img,.ugc-card video{width:100%;height:100%;object-fit:cover}.quote-card{background:var(--hm-soft);border-radius:12px;padding:1.1rem;min-height:14rem}.quote-card img{width:48px;height:48px;border-radius:999px;object-fit:cover;background:#fff}.icon-steps{display:grid;gap:1.25rem}@media(min-width:800px){.icon-steps{grid-template-columns:repeat(4,1fr)}}.icon-step{text-align:center;display:grid;gap:.55rem;justify-items:center}.icon-step img,.icon-step .placeholder{width:3.2rem;height:3.2rem}.steps3{display:grid;gap:1.25rem}@media(min-width:800px){.steps3{grid-template-columns:repeat(3,1fr)}}.step-card{display:grid;gap:.7rem}.step-card .placeholder,.step-card img{aspect-ratio:1;width:100%;object-fit:cover;background:var(--hm-soft)}.stats{display:grid;gap:1.25rem;text-align:center}@media(min-width:800px){.stats{grid-template-columns:repeat(3,1fr)}}.stat__num{font-family:var(--font-heading-family);font-size:clamp(2.4rem,5vw,3.4rem);letter-spacing:-.04em;line-height:1}.compare{width:100%;border-collapse:collapse;font-size:.92rem}.compare th,.compare td{border-bottom:1px solid var(--hm-line);padding:.75rem .5rem;text-align:center}.compare th:first-child,.compare td:first-child{text-align:left}.faq details{border-bottom:1px solid var(--hm-line)}.faq summary{cursor:pointer;padding:1.05rem 0;font-weight:600;display:flex;justify-content:space-between;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-weight:400}.faq details[open] summary:after{content:"\2013"}.icon-cols{display:grid;gap:1.5rem}@media(min-width:800px){.icon-cols{grid-template-columns:repeat(3,1fr)}}.icon-col{text-align:center;display:grid;gap:.55rem;justify-items:center}.icon-col img,.icon-col .placeholder{width:3rem;height:3rem}.review{display:grid;gap:.45rem;padding:1.1rem 0;border-bottom:1px solid var(--hm-line)}.review__head{display:flex;gap:.75rem;align-items:center}.review__head img,.review__head .placeholder{width:44px;height:44px;border-radius:999px;background:var(--hm-soft);object-fit:cover}.review__meta{color:var(--hm-muted);font-size:.82rem}.review-photo{width:7rem;height:7rem;object-fit:cover;border-radius:8px;background:var(--hm-soft)}.blog-grid,.coll-grid{display:grid;gap:1.25rem}@media(min-width:800px){.blog-grid,.coll-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
