: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-card__photo{width:100%;height:7.5rem;object-fit:cover;border-radius:8px;background:var(--hm-soft)}.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{position:relative;z-index:2;display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;padding:.15rem 0;pointer-events:auto}.gallery__thumbs button{flex:0 0 72px;width:72px;height:72px;padding:0;border:2px solid transparent;background:var(--hm-soft);cursor:pointer;scroll-snap-align:start;position:relative;z-index:2}.gallery__thumbs button[aria-current=true]{border-color:var(--hm-fg)}.gallery__thumbs img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.product__info{display:flex;flex-direction:column;gap:1rem;position:sticky;top:calc(var(--hm-header) + 1rem)}.product-block--buy{display:grid;gap:.75rem}.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-item__variant{margin:.2rem 0 0;font-size:.82rem;color:color-mix(in srgb,var(--hm-fg) 62%,transparent)}.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}.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__meta{color:var(--hm-muted);font-size:.82rem;margin:0}.star-row{display:inline-flex;align-items:center;gap:.1rem;line-height:0}.star-row svg{display:block;width:1.05rem;height:1.05rem}.star-row__i{color:var(--hm-line);position:relative;display:inline-flex}.star-row__i.is-on{color:var(--hm-fg)}.star-row__cut{position:absolute;inset:0 auto 0 0;width:50%;overflow:hidden;color:var(--hm-fg)}.reviews-title{margin:0 0 1.35rem}.reviews-wrap{display:grid;gap:1.5rem}@media(min-width:900px){.reviews-wrap{grid-template-columns:13.5rem minmax(0,1fr);gap:2rem;align-items:start}}.reviews-board{display:grid;gap:.4rem;justify-items:start}.reviews-board__num{font-family:var(--font-heading-family);font-size:clamp(2.6rem,5vw,3.4rem);letter-spacing:-.04em;line-height:1;margin:0}.reviews-board__label{font-weight:600;margin:0}.reviews-grid{display:grid;gap:.85rem}@media(max-width:799px){.reviews-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.4rem;-webkit-overflow-scrolling:touch}.reviews-grid>*{flex:0 0 min(80vw,18.5rem);scroll-snap-align:start}}@media(min-width:800px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.review-card{background:var(--hm-soft);border-radius:12px;padding:1.1rem 1.15rem 1.05rem;display:grid;gap:.55rem;align-content:start;min-height:12.5rem}.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.review-card__badge{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--hm-muted)}.review-card__title{margin:0;font-size:1rem}.review-card__body{margin:0;color:var(--hm-muted);font-size:.95rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-card__foot{display:flex;gap:.65rem;align-items:center;margin-top:auto;padding-top:.25rem}.review-card__foot img,.review-card__foot .ph{width:2.25rem;height:2.25rem;border-radius:999px;object-fit:cover;background:#fff;flex:0 0 auto}.review-card__foot strong{display:block;font-size:.92rem}.blog-grid,.coll-grid{display:grid;gap:1.25rem}@media(min-width:800px){.blog-grid,.coll-grid{grid-template-columns:repeat(3,1fr)}}.hero__content{max-width:none;margin-left:0;align-items:stretch;justify-content:flex-end}.hero__content .eyebrow,.hero__content h1,.hero__content .hero__sub{text-align:right;margin-left:auto;margin-right:0}.hero__content h1{font-size:clamp(3.2rem,7.5vw,6rem);line-height:1.02;letter-spacing:-.03em}.hero__content .hero__sub{font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:600}.hero__actions{justify-content:flex-start}.hero__actions .btn{padding:.85rem 1.7rem;font-size:.86rem}.product-form .btn,.sticky-atc .btn,.product-form .shopify-payment-button__button--unbranded{background:#123a2b;border:1px solid #123a2b;color:#fff;border-radius:var(--hm-radius)}.product-form .btn:hover,.sticky-atc .btn:hover,.product-form .shopify-payment-button__button--unbranded:hover:not([disabled]){background:#0b2419;border-color:#0b2419;color:#fff}.product-form .shopify-payment-button__button--unbranded{min-height:44px;font-family:inherit;font-size:.95rem;font-weight:600}.product-form .shopify-payment-button__button--unbranded{background:#8dc63f;border-color:#8dc63f;color:#123a2b}.product-form .shopify-payment-button__button--unbranded:hover:not([disabled]){background:#7db334;border-color:#7db334;color:#123a2b}.bundle-options{display:grid;gap:.7rem}.bundle-options label.bundle{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;justify-content:stretch;gap:.8rem;min-height:68px;padding:.9rem 1rem;border:2px solid var(--hm-line);border-radius:12px;background:var(--hm-bg);color:var(--hm-fg);font-size:.95rem;text-align:left}.bundle-options input:checked+label.bundle{border-color:var(--hm-fg);background:var(--hm-soft);color:var(--hm-fg)}.bundle-options input:disabled+label.bundle{opacity:.45;cursor:not-allowed}.bundle-options input:focus-visible+label.bundle{box-shadow:var(--hm-focus)}.bundle--popular{margin-top:.5rem}.bundle__badge{position:absolute;top:-.75rem;right:1rem;padding:.2rem .65rem;border-radius:999px;background:var(--hm-fg);color:var(--hm-bg);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bundle__radio{width:20px;height:20px;border:2px solid var(--hm-line);border-radius:50%;display:grid;place-items:center}.bundle-options input:checked+label .bundle__radio{border-color:var(--hm-fg)}.bundle-options input:checked+label .bundle__radio:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--hm-fg)}.bundle__main{display:grid;gap:.15rem}.bundle__title{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-weight:700}.bundle__save{padding:.1rem .45rem;border-radius:6px;background:var(--hm-btn);color:var(--hm-btn-text);font-size:.72rem;font-weight:700}.bundle__sub{font-size:.8rem;color:var(--hm-muted)}.bundle__sub:empty{display:none}.bundle__price{display:grid;justify-items:end;gap:.1rem}.bundle__now{font-weight:700;font-size:1.05rem}.bundle__was{font-size:.8rem;color:var(--hm-muted)}.payment-icons{margin-top:.9rem;text-align:center}.payment-icons__label{margin:0 0 .45rem;font-size:.78rem;color:var(--hm-muted)}.payment-icons__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin:0;padding:0;list-style:none}.payment-icon{width:38px;height:24px;display:block}.bundle-options label.bundle--popular{border-color:var(--hm-btn);background:color-mix(in srgb,var(--hm-btn) 16%,var(--hm-bg))}.bundle-options input:checked+label.bundle--popular{border-color:var(--hm-fg);background:color-mix(in srgb,var(--hm-btn) 22%,var(--hm-bg))}.bundle__pitch{font-size:.82rem;font-weight:600;color:var(--hm-fg)}.compare-mark{display:inline-grid;place-items:center;width:1.9rem;height:1.9rem;border-radius:50%;color:#fff}.compare-mark--yes{background:var(--hm-btn);color:var(--hm-fg)}.compare-mark--no{background:#b9b9b9}.compare--highlight th:nth-child(2),.compare--highlight td:nth-child(2){background:color-mix(in srgb,var(--hm-btn) 14%,var(--hm-bg))}.compare--highlight thead th:nth-child(2){border-radius:var(--hm-radius) var(--hm-radius) 0 0}.compare thead th{font-weight:700;padding-top:.9rem;padding-bottom:.9rem}.compare td:first-child{font-weight:600}.split--card{background:var(--hm-soft);border-radius:var(--hm-radius);overflow:hidden;gap:0}@media(min-width:900px){.split--card{gap:0}}.split--card .split__media{min-height:24rem}.split--card .split__copy{max-width:none;padding:clamp(1.75rem,4vw,3.5rem)}.split__rte p{margin:0 0 1rem;line-height:1.65}.split__rte p:last-child{margin-bottom:0}.hero__img-mobile{display:none}@media(max-width:749px){.hero--has-mobile .hero__img-mobile{display:block}.hero--has-mobile .hero__img-desktop{display:none}.hero--stack{display:block;min-height:0;background:var(--hm-bg)}.hero--stack .hero__media{position:relative;inset:auto;aspect-ratio:var(--hero-ratio, 16 / 9)}.hero--stack .hero__content{padding:1.4rem var(--hm-gutter) 2rem}.hero__content{align-items:flex-start}.hero__content .eyebrow,.hero__content h1,.hero__content .hero__sub{text-align:left;margin-left:0}}.stats--animate .stat{opacity:0;transition:opacity .7s var(--hm-ease),transform .7s var(--hm-ease)}.stats--animate .stat--from-left{transform:translate(-48px)}.stats--animate .stat--from-right{transform:translate(48px)}.stats--animate .stat.is-visible{opacity:1;transform:none}@media(min-width:800px){.stats--animate .stat:nth-child(2){transition-delay:.12s}.stats--animate .stat:nth-child(3){transition-delay:.24s}}@media(prefers-reduced-motion:reduce){.stats--animate .stat{opacity:1;transform:none;transition:none}}.popup-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 0;border:0;background:none;color:var(--hm-fg);font:inherit;font-size:.9rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.popup-dialog{width:min(32rem,calc(100% - 2rem));padding:0;border:0;border-radius:var(--hm-radius);background:var(--hm-bg);color:var(--hm-fg);box-shadow:0 20px 60px #00000040}.popup-dialog::backdrop{background:#00000073}.popup-dialog__inner{position:relative;padding:2rem 1.6rem 1.6rem}.popup-dialog__inner h3{margin:0 2rem 1rem 0}.popup-dialog__inner .rte p{margin:0 0 .8rem;line-height:1.6}.popup-dialog__close{position:absolute;top:.9rem;right:.9rem;display:grid;place-items:center;width:2.2rem;height:2.2rem;border:0;border-radius:50%;background:var(--hm-soft);color:var(--hm-fg);cursor:pointer}.dog-month__card{display:grid;gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,3rem);border-radius:var(--hm-radius);background:var(--hm-soft)}@media(min-width:800px){.dog-month__card{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3rem}}.dog-month__photo{position:relative;justify-self:center;width:min(100%,380px)}.dog-month__frame{padding:.75rem .75rem 0;background:#fff;box-shadow:0 12px 30px #00000024;transform:rotate(-2.5deg)}.dog-month__frame img,.dog-month__frame .placeholder{display:block;width:100%;aspect-ratio:1;object-fit:cover}.dog-month__caption{margin:0;padding:.7rem 0 .9rem;text-align:center;font-weight:700;color:var(--hm-fg)}.dog-month__frame:not(:has(.dog-month__caption)){padding-bottom:.75rem}.dog-month__badge{position:absolute;top:-.8rem;right:-.6rem;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:999px;background:var(--hm-fg);color:var(--hm-bg);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:rotate(4deg)}.dog-month__badge svg{color:var(--hm-btn)}.dog-month__copy{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}.dog-month__copy h2{margin:0}.dog-month__copy .rte p{margin:0 0 .7rem;line-height:1.6}.dog-month__copy .rte p:last-child{margin-bottom:0;font-size:.82rem;color:var(--hm-muted)}.dog-month__city{margin:-.4rem 0 0;color:var(--hm-muted)}.dog-month__quote{margin:0;padding-left:1rem;border-left:3px solid var(--hm-btn);font-size:1.05rem;font-style:italic}.dog-month__next{margin:0;color:var(--hm-muted);font-size:.9rem}.popup-dialog{max-height:85vh}.popup-dialog__inner{max-height:85vh;overflow-y:auto}.popup-dialog .rte p>strong:only-child{display:block;margin-top:1.1rem;font-size:.8rem;letter-spacing:.08em}.popup-dialog .rte p:first-child>strong:only-child{margin-top:0}.popup-dialog .rte p{font-size:.92rem;color:var(--hm-muted)}.popup-dialog .rte p:has(>strong:only-child){margin-bottom:.25rem;color:var(--hm-fg)}.popup-dialog .rte p:last-child{margin-top:1.2rem;padding-top:.9rem;border-top:1px solid var(--hm-line);font-size:.82rem}.scroller--ugc{justify-content:safe center}.accordion summary:after{content:"+";font-weight:400;font-size:1.25rem;line-height:1;margin-left:1rem;color:var(--hm-muted)}.accordion details[open]>summary:after{content:"\2013"}@media(max-width:749px){.scroller--ugc{padding-inline:calc((100% - min(72vw,16rem))/2)}.scroller--ugc>*{scroll-snap-align:center}}.cgv-sep{border:none;border-top:1px solid var(--hm-line);margin:2.75rem 0}.cgv-intro{color:var(--hm-muted)}.cgv-form{max-width:30rem}.cgv-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.9rem}.cgv-field label{font-size:.85rem;font-weight:600;color:var(--hm-muted)}.cgv-field input{padding:.75rem .8rem;border:1px solid var(--hm-line);border-radius:var(--hm-radius);font:inherit;background:var(--hm-bg)}.cgv-check{display:flex;gap:.6rem;align-items:flex-start;margin:.4rem 0 1.25rem;font-size:.9rem}.cgv-check input{margin-top:.2rem}.cgv-msg{padding:.85rem 1rem;border-radius:var(--hm-radius);font-weight:600}.cgv-msg--ok{background:#eaf3e6;color:#123a2b}.cgv-msg--err{background:#fbecea;color:var(--hm-sale)}.ax-cart{max-width:68rem}.ax-cart__title span{color:var(--hm-muted);font-weight:400}.ax-cart__grid{display:grid;gap:1.5rem;align-items:start}@media(min-width:900px){.ax-cart__grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:2.5rem}}.ax-cart .cart-item img,.ax-cart .cart-item .placeholder{border-radius:10px}.ax-cart__remove{display:inline-block;margin-top:.5rem;font-size:.82rem;color:var(--hm-muted);text-decoration:underline}.ax-cart__price{font-weight:700}.ax-cart-nudge{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;margin-bottom:.5rem;border:1px dashed #8dc63f;border-radius:11px;background:#f3f9ea;color:#123a2b;font-size:.92rem;line-height:1.4}.ax-cart-nudge__ic{flex:0 0 auto;display:inline-flex;color:#123a2b}.ax-cart-nudge__ic svg{width:26px;height:26px}.ax-cart-nudge b{font-weight:800}.ax-cart-nudge a{font-weight:700;text-decoration:underline;white-space:nowrap}.ax-cart-summary{display:grid;gap:.8rem;padding:1.4rem 1.4rem 1.2rem;background:#f4f7f4;border:1px solid #dfe8e1;border-radius:14px}@media(min-width:900px){.ax-cart-summary{position:sticky;top:calc(var(--hm-header) + 1rem)}}.ax-cart-summary .cart-row{font-weight:600}.ax-cart-summary__save,.ax-cart-summary__free{color:#1f7a55;font-weight:800}.ax-cart-summary__ship{font-weight:500!important}.ax-cart-summary__muted{color:var(--hm-muted);font-weight:400;font-size:.9rem}.ax-cart-summary__tax{margin:0;font-size:.8rem;color:var(--hm-muted)}.ax-cart-summary .btn{background:#123a2b;border-color:#123a2b;color:#fff}.ax-cart-summary__pay{margin-top:.2rem}.ax-cart-trust{list-style:none;margin:1.5rem 0 0;padding:.9rem 1.2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;background:#f4f7f4;border:1px solid #dfe8e1;border-radius:14px}.ax-cart-trust li{display:inline-flex;align-items:center;gap:.55rem;font-size:.9rem}.ax-cart-trust li+li{position:relative}.ax-cart-trust li+li:before{content:"";position:absolute;left:-.8rem;top:50%;transform:translateY(-50%);width:1px;height:22px;background:#cfdcd2}.ax-cart-trust b{color:#123a2b;font-weight:800}.ax-cart-trust__ic{display:inline-flex;color:#123a2b}.ax-cart-trust__ic svg{width:24px;height:24px}@media(max-width:749px){.ax-cart-trust{flex-direction:column;align-items:flex-start}.ax-cart-trust li+li:before{display:none}}.ax-cart-trust__ic svg,.ax-cart-trust__ic svg *,.ax-cart-nudge__ic svg,.ax-cart-nudge__ic svg *{fill:none}.ax-cart-address{display:flex;gap:.6rem;align-items:flex-start;padding:.7rem .8rem;background:#fff;border:1px solid #dfe8e1;border-left:3px solid #8dc63f;border-radius:10px;font-size:.84rem;line-height:1.45;color:#1b2620}.ax-cart-address b{color:#123a2b}.ax-cart-address__ic{flex:0 0 auto;display:inline-flex;color:#123a2b;margin-top:1px}.ax-cart-address__ic svg,.ax-cart-address__ic svg *{width:20px;height:20px;fill:none}.bundle-options label.bundle--popular{border-color:var(--hm-line);background:var(--hm-bg)}.bundle-options input:checked+label.bundle,.bundle-options input:checked+label.bundle--popular{border-color:var(--hm-btn);background:color-mix(in srgb,var(--hm-btn) 16%,var(--hm-bg))}.bundle-options input:checked+label .bundle__radio{border-color:var(--hm-btn)}.bundle-options input:checked+label .bundle__radio:after{background:var(--hm-btn)}.bundle__badge{background:var(--hm-btn);color:var(--hm-btn-text)}.icon-cols__sub{text-align:center;color:#4a5b52;margin:.6rem 0 2rem;line-height:1.6}.icon-col__tag{display:inline-block;background:#8dc63f;color:#123a2b;font-weight:700;font-size:.85rem;padding:.35rem .75rem;border-radius:999px}.section--ugc{background:#f1f7e6;padding-block:2.75rem}.section--ugc h2{text-align:center;margin:0 0 1.5rem}.section:has(.icon-cols) h2{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
