:root{--hk-bg: #F7F3EC;--hk-bg-alt: #EFEAE0;--hk-ink: #1A1A1A;--hk-ink-soft: #444444;--hk-ink-muted: #7A7A7A;--hk-lime: #1A1A1A;--hk-lime-hover: #000000;--hk-line: #E5E0D5;--hk-card: #FFFFFF;--hk-h1: clamp(2.5rem, 5.5vw, 5rem);--hk-h2: clamp(1.75rem, 3.2vw, 3rem);--hk-h3: clamp(1.25rem, 1.8vw, 1.625rem);--hk-body: 1rem;--hk-small: .8125rem;--hk-font-sans: "Neue Haas Grotesk", "S\f6hne", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--hk-font-display: "S\f6hne Breit", "Neue Haas Grotesk Display", "Inter", -apple-system, sans-serif;--hk-radius-sm: 6px;--hk-radius: 14px;--hk-radius-lg: 20px;--hk-radius-pill: 999px;--hk-shadow: 0 4px 20px rgba(0,0,0,.05);--hk-space-section: clamp(2.5rem, 5vw, 4.5rem);--hk-space-block: clamp(1rem, 2vw, 2rem);--hk-gutter: clamp(1rem, 2.5vw, 2rem);--hk-max: 1440px}:root,.color-scheme-1,.color-scheme-2,.color-scheme-3{--color-background: var(--hk-bg);--color-foreground: var(--hk-ink);--color-primary: var(--hk-lime);--color-secondary: var(--hk-ink);--color-border: var(--hk-line)}html,body{background:var(--hk-bg)!important;color:var(--hk-ink)!important;font-family:var(--hk-font-sans)!important;font-size:var(--hk-body);line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:-.005em}h1,.h1,[class*=type-preset-h1],.hero__heading{font-family:var(--hk-font-display)!important;font-size:var(--hk-h1)!important;font-weight:800!important;line-height:1!important;letter-spacing:-.03em!important;color:var(--hk-ink)!important;margin:0 0 1rem!important}h2,.h2,[class*=type-preset-h2]{font-family:var(--hk-font-display)!important;font-size:var(--hk-h2)!important;font-weight:800!important;line-height:1.05!important;letter-spacing:-.025em!important;color:var(--hk-ink)!important;margin:0 0 .75rem!important}h3,.h3,[class*=type-preset-h3]{font-family:var(--hk-font-display)!important;font-size:var(--hk-h3)!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.015em!important;color:var(--hk-ink)!important;margin:0 0 .5rem!important}p,li{color:var(--hk-ink-soft);font-size:var(--hk-body)}.button,.btn,[class*=button] a,button[type=submit],.shopify-payment-button__button{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;background:var(--hk-lime)!important;color:var(--hk-ink)!important;border:none!important;border-radius:var(--hk-radius-pill)!important;padding:.75rem 1.5rem!important;font-family:var(--hk-font-sans)!important;font-weight:700!important;font-size:.875rem!important;letter-spacing:.01em!important;text-transform:none!important;text-decoration:none!important;transition:transform .18s ease,background-color .18s ease;cursor:pointer;min-height:44px}.button:hover,.btn:hover,button:hover{background:var(--hk-lime-hover)!important;transform:translateY(-1px)}.button--secondary,.btn--secondary{background:var(--hk-ink)!important;color:#fff!important}.button--tertiary,.btn--tertiary{background:transparent!important;color:var(--hk-ink)!important;border:2px solid var(--hk-ink)!important}.header,header.section-header{background:var(--hk-bg)!important;border-bottom:1px solid var(--hk-line);padding:.75rem var(--hk-gutter)!important}.header a{color:var(--hk-ink)!important;text-decoration:none}.header__logo,.header__heading,.site-header__logo{font-family:var(--hk-font-display)!important;font-weight:800!important;letter-spacing:-.02em!important;font-size:1.25rem!important}.header__nav a,nav.header__inline-menu a{font-weight:600;font-size:.875rem;padding:.4rem .85rem}.announcement-bar,[class*=announcement]{background:var(--hk-ink)!important;color:#fff!important;font-size:.75rem!important;font-weight:500;letter-spacing:.04em;text-transform:none;padding:.5rem 1rem!important}.announcement-bar a{color:var(--hk-lime)!important}.section,section{padding-top:var(--hk-space-section)!important;padding-bottom:var(--hk-space-section)!important}main>.section:first-child,main>section:first-child{padding-top:clamp(1rem,2vw,2rem)!important}.section-heading,.rich-text__heading{max-width:20ch}.hero,.section-hero,[class*=hero]{background:var(--hk-bg);padding:0!important}.hero__content{padding:clamp(2rem,5vw,4rem) var(--hk-gutter)}.hero__content h1,.hero__heading{max-width:16ch}.hero__subheading{font-size:1.0625rem!important;color:var(--hk-ink-soft);max-width:46ch;margin-bottom:1.5rem;line-height:1.5}.marquee,.section-marquee,[class*=marquee]{background:var(--hk-ink)!important;color:#fff!important;padding:1rem 0!important;overflow:hidden}.marquee__item,.marquee span{font-family:var(--hk-font-display)!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:-.01em;color:#fff!important;padding:0 1.25rem}.marquee svg,.marquee .marquee__separator{color:var(--hk-lime)!important}.card,.product-card,[class*=card__]{background:var(--hk-card)!important;border-radius:var(--hk-radius-lg)!important;overflow:hidden;box-shadow:none!important;border:1px solid var(--hk-line);transition:transform .2s ease,box-shadow .2s ease}.card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--hk-shadow)}.card__media,.product-card__media{background:var(--hk-bg-alt)!important;aspect-ratio:1/1}.multicolumn,.section-multicolumn,.feature-grid{background:var(--hk-bg)!important}.multicolumn-card,.feature-card{background:var(--hk-card)!important;border-radius:var(--hk-radius-lg);padding:1.5rem 1.25rem;border:1px solid var(--hk-line)}.multicolumn-card__image,.feature-card__image{border-radius:var(--hk-radius);aspect-ratio:4/3;object-fit:cover;margin-bottom:1rem}.multicolumn-card h3,.feature-card h3{font-size:1.125rem!important;margin-bottom:.5rem}.media-with-content,.section-media-with-content{padding:var(--hk-space-section) var(--hk-gutter)!important}.media-with-content__media img,.media-with-content img{border-radius:var(--hk-radius-lg)}.product__title{font-size:2rem!important}.product__price,.price{font-family:var(--hk-font-display)!important;font-weight:800!important;font-size:1.5rem!important;color:var(--hk-ink)!important}.product__media-gallery{background:var(--hk-bg-alt);border-radius:var(--hk-radius-lg)}.variant-picker__swatches label,.variant-input-wrap label,.color-swatch{width:36px!important;height:36px!important;border-radius:50%!important;border:2px solid transparent!important;cursor:pointer}.variant-picker__swatches input:checked+label,.color-swatch.selected{border-color:var(--hk-ink)!important}.footer,.section-footer{background:var(--hk-ink)!important;color:#fff!important;padding:3rem var(--hk-gutter) 1.5rem!important}.footer a{color:#ffffffbf!important}.footer a:hover{color:var(--hk-lime)!important}.footer h3,.footer__heading{color:#fff!important;font-size:.75rem!important;text-transform:uppercase;letter-spacing:.15em;font-weight:700;margin-bottom:1rem}.footer__newsletter input{background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:var(--hk-radius-pill);color:#fff!important;padding:.7rem 1.2rem;font-size:.9375rem}.trust-bar,.section-trust{border-top:1px solid var(--hk-line);border-bottom:1px solid var(--hk-line);background:var(--hk-bg)}.trust-bar__item h4{font-size:1rem;font-weight:700;margin-bottom:.35rem}.testimonial,.section-testimonial{background:var(--hk-bg-alt);padding:var(--hk-space-section) var(--hk-gutter)}.testimonial__quote,blockquote{font-family:var(--hk-font-display)!important;font-size:1.375rem!important;line-height:1.3!important;font-weight:600!important;color:var(--hk-ink)!important;border:none!important;padding:0!important;max-width:32ch}.testimonial__author{font-size:.875rem;color:var(--hk-ink-muted);margin-top:1rem}.container,.page-width{max-width:var(--hk-max);margin:0 auto;padding:0 var(--hk-gutter)}img{max-width:100%;height:auto}.hk-manifesto,section[class*=hk-manifesto]{padding:var(--hk-space-section) var(--hk-gutter)!important}.hk-manifesto__kicker,.hk-eyebrow{font-size:.75rem!important;letter-spacing:.18em;text-transform:uppercase;color:var(--hk-ink-muted);margin-bottom:1rem}.hk-manifesto__heading,.hk-manifesto h2{font-size:clamp(2rem,4vw,3.5rem)!important;line-height:1.05!important;max-width:22ch;margin:0 auto 1rem!important}.hk-manifesto__sub,.hk-manifesto p{font-size:1.0625rem!important;max-width:52ch;margin:0 auto;line-height:1.5}.hk-sayhello,section[class*=hk-sayhello]{padding:var(--hk-space-section) var(--hk-gutter)!important}.hk-sayhello__eyebrow{font-size:.9375rem;color:var(--hk-ink-muted)}.hk-sayhello__title{font-family:var(--hk-font-display);font-size:clamp(2rem,4vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1;margin:.4rem 0 1rem}.hk-sayhello__card{padding:2rem!important;border-radius:var(--hk-radius-lg)}.hk-features,section[class*=hk-features]{padding:var(--hk-space-section) var(--hk-gutter)!important}.hk-features__heading{font-size:clamp(1.75rem,3vw,2.75rem)!important;max-width:22ch;margin:0 0 2rem!important}.hk-features__grid{gap:1rem!important}.hk-features__card{padding:1.25rem!important;border-radius:var(--hk-radius-lg)}.hk-features__card h3{font-size:1.0625rem!important;margin:.75rem 0 .35rem}.hk-features__card p{font-size:.9375rem;line-height:1.5}.hk-press,section[class*=hk-press]{padding:2rem var(--hk-gutter)!important;border-top:1px solid var(--hk-line);border-bottom:1px solid var(--hk-line)}.hk-press__label{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--hk-ink-muted)}.hk-press__row{display:flex;flex-wrap:wrap;gap:2rem 3rem;align-items:center}.hk-press__item{font-family:var(--hk-font-display);font-weight:700;font-size:1.125rem}.hk-testimonials,section[class*=hk-testimonials]{padding:var(--hk-space-section) var(--hk-gutter)!important}.hk-testimonials__heading{font-size:clamp(1.75rem,3vw,2.75rem)!important;margin:0 0 2rem!important}.hk-testimonials__grid{display:grid;gap:1.5rem}.hk-testimonials__card{background:var(--hk-card);border-radius:var(--hk-radius-lg);padding:1.5rem;border:1px solid var(--hk-line)}.hk-testimonials__quote{font-family:var(--hk-font-display);font-size:1.125rem;line-height:1.35;font-weight:600;color:var(--hk-ink);margin:0 0 .75rem}.hk-testimonials__author{font-size:.8125rem;color:var(--hk-ink-muted)}.hk-trust,section[class*=hk-trust]{padding:var(--hk-space-section) var(--hk-gutter)!important;border-top:1px solid var(--hk-line)}.hk-trust__heading{font-size:clamp(1.5rem,2.5vw,2.25rem)!important;margin:0 0 2rem!important;max-width:22ch}.hk-trust__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.hk-trust__grid{grid-template-columns:repeat(2,1fr)}}.hk-trust__num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--hk-lime);border-radius:50%;font-weight:800;font-size:.875rem;margin-bottom:.75rem}.hk-trust__title{font-size:1rem!important;font-weight:700;margin-bottom:.35rem}.hk-trust__desc{font-size:.875rem;line-height:1.5;color:var(--hk-ink-soft)}.hk-poster,section[class*=hk-poster]{padding:0!important}.hk-poster__wrap{position:relative;line-height:0}.hk-poster__img{width:100%;height:auto;display:block}.hk-poster__wrap picture{display:block}.stat-big{font-family:var(--hk-font-display);font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.9;letter-spacing:-.04em;color:var(--hk-ink)}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.say-hello-card{background:var(--hk-bg-alt);border-radius:var(--hk-radius-lg);padding:2rem;text-align:center}.say-hello-card__eyebrow{font-size:.875rem;color:var(--hk-ink-muted);margin-bottom:.25rem}.say-hello-card__title{font-family:var(--hk-font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em}[data-section-type]{padding-top:var(--hk-space-section);padding-bottom:var(--hk-space-section)}.rich-text{padding:var(--hk-space-section) var(--hk-gutter)!important}@media(max-width:749px){:root{--hk-space-section: 2.25rem;--hk-gutter: 1rem}h1,.h1{font-size:2.25rem!important;line-height:1.05!important}h2,.h2{font-size:1.625rem!important}.marquee__item,.marquee span{font-size:1.125rem!important;padding:0 .75rem}.hk-manifesto__heading{font-size:1.75rem!important}.hk-features__heading,.hk-testimonials__heading{font-size:1.5rem!important}}.announcement-bar,[class*=announcement],section.section-header--announcement,.announcement-bar__slider{padding-top:.35rem!important;padding-bottom:.35rem!important;min-height:0!important}.announcement-bar__slides,.announcement-bar__slide,.announcement-bar__item{padding-top:0!important;padding-bottom:0!important;min-height:0!important;line-height:1.4!important}.announcement-bar *{font-size:.6875rem!important;letter-spacing:.08em!important}.header,header.section-header,.section-header{padding-top:.5rem!important;padding-bottom:.5rem!important;min-height:0!important}.header__columns,.header__row{padding-top:0!important;padding-bottom:0!important;min-height:0!important}.header__row--top,.header__row--bottom{min-height:3rem!important;padding-top:.25rem!important;padding-bottom:.25rem!important}.header__logo,.header__heading{font-size:1.125rem!important;padding:0!important;margin:0!important}.header__nav a,nav.header__inline-menu a,.header__nav-menu a{padding-top:.3rem!important;padding-bottom:.3rem!important;font-size:.8125rem!important}.header__actions,.header__icons{gap:.5rem!important}.header__actions svg,.header__icons svg{width:1.05rem!important;height:1.05rem!important}@media(max-width:749px){.announcement-bar,[class*=announcement]{padding-top:.3rem!important;padding-bottom:.3rem!important}.announcement-bar *{font-size:.625rem!important}.header,header.section-header{padding-top:.35rem!important;padding-bottom:.35rem!important}.header__row--top{min-height:2.75rem!important}}.marquee,section[id*=marquee],.marquee__content{padding-top:.5rem!important;padding-bottom:.5rem!important;min-height:0!important}.marquee *,.marquee__text,.marquee__inner{font-size:.9375rem!important;line-height:1.35!important;letter-spacing:.02em!important;font-weight:600!important}@media(max-width:749px){.marquee,section[id*=marquee]{padding-top:.35rem!important;padding-bottom:.35rem!important}.marquee *{font-size:.75rem!important}}.hk-poster{padding:0!important;margin:0!important}.hk-manifesto,.hk-trust,.hk-features,.hk-testimonials,.hk-sayhello,.hk-press{padding-top:1.5rem!important;padding-bottom:1.5rem!important}@media(max-width:749px){.hk-manifesto,.hk-trust,.hk-features,.hk-testimonials,.hk-sayhello,.hk-press{padding-top:1rem!important;padding-bottom:1rem!important}}.section-featured-product,[class*=featured-product],[class*=newsletter],[class*=email-signup]{padding-top:1.75rem!important;padding-bottom:1.75rem!important}h2,.h2{line-height:1.02!important}main>section+section{margin-top:0!important}.section{--section-outer-spacing-block: 1.5rem !important}#shopify-section-template--20626023579784__hero_main .hk-poster__img{max-height:620px!important;height:auto!important;object-fit:cover!important;object-position:center!important}#shopify-section-template--20626023579784__product_band .hk-poster__img{max-height:420px!important;height:auto!important;object-fit:cover!important;object-position:center!important}#shopify-section-template--20626023579784__hero_clean .hk-poster__img{max-height:520px!important;height:auto!important;object-fit:cover!important;object-position:center!important}#shopify-section-template--20626023579784__feature_tile .hk-poster__img{max-height:440px!important;height:auto!important;object-fit:cover!important;object-position:center!important}#shopify-section-template--20626023579784__colorways .hk-poster__img{max-height:420px!important;height:auto!important;object-fit:cover!important;object-position:center!important}@media(max-width:749px){#shopify-section-template--20626023579784__hero_main .hk-poster__img{max-height:460px!important}#shopify-section-template--20626023579784__product_band .hk-poster__img{max-height:300px!important}#shopify-section-template--20626023579784__hero_clean .hk-poster__img{max-height:380px!important}#shopify-section-template--20626023579784__feature_tile .hk-poster__img{max-height:340px!important}#shopify-section-template--20626023579784__colorways .hk-poster__img{max-height:320px!important}}.hk-poster__img{max-height:620px!important;object-fit:cover!important;object-position:center!important}@media(max-width:749px){.hk-poster__img{max-height:480px!important}}.hk-poster+.hk-poster{margin-top:0!important}.hk-poster{line-height:0;font-size:0}.hk-mininav{padding:20px var(--hk-gutter, 24px)!important}.hk-mininav__wrap{max-width:1180px!important;gap:18px!important}.hk-mininav__card{padding:16px 26px!important;gap:16px!important;box-shadow:0 1px 3px #0000000a!important}.hk-mininav__card>span:first-child{width:56px!important;height:56px!important}.hk-mininav__card>span:last-child em{font-size:10px!important;letter-spacing:.1em!important;margin-bottom:2px!important}.hk-mininav__card>span:last-child strong{font-size:17px!important;font-weight:700!important;letter-spacing:-.005em!important}.hk-mininav__card:hover{transform:translateY(-2px)!important;box-shadow:0 6px 18px #00000014!important}@media(max-width:749px){.hk-mininav__wrap{grid-template-columns:1fr!important;gap:10px!important}.hk-mininav__card{padding:12px 18px!important;gap:12px!important}.hk-mininav__card>span:first-child{width:44px!important;height:44px!important}}.hk-video-hero,.hk-video-hero>div,.hk-video-hero *{text-align:center!important}.hk-video-hero h1,.hk-video-hero h2,.hk-video-hero p,.hk-video-hero div{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hk-video-hero>div{display:block!important}.hk-compare>div>div:first-child,.hk-compare>div>div:first-child *{text-align:center!important}.hk-compare>div>div:first-child h1,.hk-compare>div>div:first-child h2,.hk-compare>div>div:first-child p,.hk-compare>div>div:first-child>div{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.hk-compare__grid,.hk-compare__card,.hk-compare__card *{text-align:initial!important}.hk-compare__card{text-align:left!important}.hk-video-hero__metrics>div{text-align:center!important}.hk-video-hero__metrics>div>div{text-align:center!important}[id*=__featured] .featured-product__media,[id*=__featured] .featured-product-media,[id*=__featured] img{cursor:pointer!important}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hi-kind-whisker.css.map */
