.hundy-all-joy-card__inner{display:flex;align-items:center;justify-content:center}.hundy-all-joy-card__artwork{position:relative;width:100%;max-width:620px;aspect-ratio:8 / 3;margin:0 auto}.hundy-all-joy-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.hundy-all-joy-card__artwork[data-animation-ready=true] .hundy-all-joy-card__image--top{clip-path:inset(0 100% 40% 0)}.hundy-all-joy-card__artwork[data-animation-ready=true] .hundy-all-joy-card__image--bottom{clip-path:inset(50% 100% 0 0)}.hundy-all-joy-card__artwork.is-visible .hundy-all-joy-card__image--top{animation:hundy-all-joy-write-top .9s linear forwards}.hundy-all-joy-card__artwork.is-visible .hundy-all-joy-card__image--bottom{animation:hundy-all-joy-write-bottom 1.2s .76s linear forwards}@keyframes hundy-all-joy-write-top{0%{clip-path:inset(0 100% 40% 0)}to{clip-path:inset(0 0 40% 0)}}@keyframes hundy-all-joy-write-bottom{0%{clip-path:inset(50% 100% 0 0)}to{clip-path:inset(50% 0 0 0)}}@media(prefers-reduced-motion:reduce){.hundy-all-joy-card__artwork[data-animation-ready=true] .hundy-all-joy-card__image{animation:none;clip-path:none}}.hundy-hero{position:relative;min-height:0;height:clamp(32rem,52vw,42rem);display:grid;place-items:end center;overflow:hidden;color:#fff;background:#faf3eb}.hundy-hero__media,.hundy-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0}.hundy-hero__video,.hundy-hero__image{width:100%;height:100%;object-fit:cover}.hundy-hero__scrim{background:linear-gradient(180deg,#00000014 20%,#142f1bc7)}.hundy-hero__content{position:relative;z-index:1;width:min(100%,78rem);padding-block:clamp(7rem,18vh,11rem) clamp(2rem,5vw,3rem);text-align:center}.hundy-hero__eyebrow{margin:0 0 .75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hundy-hero__title{max-width:14ch;margin:0 auto;line-height:.92;text-wrap:balance}.hundy-hero__text{max-width:43rem;margin:1rem auto 0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:650;line-height:1.45}.hundy-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.5rem}.hundy-hero__button{min-width:11rem;padding:.9rem 1.35rem;border:2px solid #fff;border-radius:999px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease}.hundy-hero__button:hover{transform:translateY(-2px);box-shadow:0 .35rem #0003}.hundy-hero__button--primary{color:#337042;background:#faf3eb}.hundy-hero__button--secondary{color:#fff;background:#337042bd}.hundy-hero__claims{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin:1.4rem 0 0;padding:0;list-style:none;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hundy-hero__claims li:before{content:"\25cf";margin-right:.45rem;color:#b0d237}@media(max-width:749px){.hundy-hero{height:36rem}.hundy-hero__content{padding-bottom:2rem}.hundy-hero__actions{flex-direction:column;align-items:stretch}.hundy-hero__button{width:100%}.hundy-hero__claims{gap:.45rem .9rem}}@media(prefers-reduced-motion:reduce){.hundy-hero__video{display:none}.hundy-hero__button{transition:none}}.hundy-flavors{padding-block:clamp(3.5rem,7vw,6.5rem);color:rgb(var(--color-scheme-text));background:rgb(var(--color-scheme-background))}.hundy-flavors__inner{max-width:96rem;margin-inline:auto;text-align:center}.hundy-flavors__eyebrow{margin:0 0 .6rem;font-size:.8rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hundy-flavors__title{margin:0;text-wrap:balance}.hundy-flavors__intro{max-width:42rem;margin:.9rem auto 0}.hundy-flavors__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.4vw,2rem);margin-top:clamp(2rem,4vw,3.5rem)}.hundy-flavor-card{overflow:hidden;border:2px solid currentColor;border-radius:1.25rem;background:rgb(var(--color-scheme-card));box-shadow:.45rem .45rem 0 currentColor;text-align:left}.hundy-flavor-card__media{display:block;aspect-ratio:4 / 5;overflow:hidden;background:rgb(var(--color-scheme-background))}.hundy-flavor-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.hundy-flavor-card:hover .hundy-flavor-card__media img{transform:scale(1.025)}.hundy-flavor-card__body{padding:1.1rem 1.15rem 1.25rem}.hundy-flavor-card__body h3,.hundy-flavor-card__price,.hundy-flavor-card__pack,.hundy-flavor-card__kicker{margin:0}.hundy-flavor-card__kicker{margin-bottom:.3rem;font-size:.72rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.hundy-flavor-card__pack{margin-top:.4rem;opacity:.82}.hundy-flavor-card__price{margin-top:.65rem;font-weight:800}.hundy-flavor-card__form{margin-top:1rem}.hundy-flavor-card__button{width:100%;padding:.8rem 1rem;border:2px solid currentColor;border-radius:999px;color:rgb(var(--color-scheme-background));background:rgb(var(--color-scheme-text));font-weight:850;letter-spacing:.04em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease}.hundy-flavor-card__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 .3rem #0000002e}.hundy-flavor-card__button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:749px){.hundy-flavors__grid{grid-template-columns:1fr;gap:1.5rem}.hundy-flavor-card__media{aspect-ratio:5 / 4}}@media(prefers-reduced-motion:reduce){.hundy-flavor-card__media img,.hundy-flavor-card__button{transition:none}}.hundy-proof{padding-block:clamp(3.5rem,7vw,6.5rem);color:rgb(var(--color-scheme-text));background:rgb(var(--color-scheme-background))}.hundy-proof__inner{max-width:96rem;margin-inline:auto}.hundy-proof__heading{max-width:54rem;margin-inline:auto;text-align:center}.hundy-proof__heading>p:first-child{margin:0 0 .6rem;font-size:.8rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hundy-proof__heading h2{margin:0;text-wrap:balance}.hundy-proof__heading .rte{margin-top:.9rem}.hundy-proof__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.5rem}.hundy-proof__card{padding:1.25rem;border:2px solid currentColor;border-radius:1rem;background:rgb(var(--color-scheme-card));box-shadow:.28rem .28rem 0 currentColor}.hundy-proof__card span{display:grid;width:2.4rem;height:2.4rem;place-items:center;margin-bottom:.85rem;border-radius:50%;color:rgb(var(--color-scheme-background));background:rgb(var(--color-scheme-text));font-weight:900}.hundy-proof__card h3,.hundy-proof__card p{margin:0}.hundy-proof__card p{margin-top:.4rem;line-height:1.45}@media(max-width:749px){.hundy-proof__grid{grid-template-columns:1fr}}.hundy-trae{padding-block:clamp(4rem,9vw,8rem);color:rgb(var(--color-scheme-text));background:rgb(var(--color-scheme-background))}.hundy-trae__inner{max-width:66rem;margin-inline:auto;text-align:center}.hundy-trae__eyebrow{margin:0 0 .7rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hundy-trae__title{max-width:13ch;margin:0 auto;line-height:.95;text-wrap:balance}.hundy-trae__text{max-width:48rem;margin:1.2rem auto 0;font-size:clamp(1.05rem,2vw,1.35rem)}.hundy-trae__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.4rem;margin-top:1.6rem}.hundy-trae__button{padding:.9rem 1.35rem;border:2px solid currentColor;border-radius:999px;color:rgb(var(--color-scheme-background));background:rgb(var(--color-scheme-text));font-weight:850;text-transform:uppercase}.hundy-trae__link{font-weight:850;text-decoration:underline;text-underline-offset:.25em;text-transform:uppercase}.hundy-store-locator{min-height:100svh;padding-block:clamp(2rem,4vw,3.75rem) clamp(2rem,4vw,3rem)}.hundy-store-locator__intro{max-width:74rem;margin:0 auto clamp(1.5rem,3vw,2.5rem);text-align:center}.hundy-store-locator__eyebrow{margin:0 0 .5rem;font-size:clamp(.72rem,1vw,.9rem);font-weight:850;letter-spacing:.13em;text-transform:uppercase}.hundy-store-locator__title{margin:0;text-wrap:balance}.hundy-store-locator__description{max-width:42rem;margin:.75rem auto 0;font-size:clamp(1rem,1.5vw,1.2rem)}.hundy-store-locator__canvas{width:100%;max-width:none;margin-inline:auto;padding-inline:clamp(1rem,2.35vw,2rem)}.hundy-store-locator__content{margin-top:0}.hundy-store-locator__content>*{max-width:none}.hundy-store-locator__content stockist-store-locator{display:block;width:100%!important;height:clamp(46rem,78vh,58rem)!important;min-height:46rem;overflow:hidden;border:0;border-radius:0}@media(max-width:749px){.hundy-store-locator{padding-block:2rem 2.5rem}.hundy-store-locator__intro{margin-bottom:1.5rem}.hundy-store-locator__canvas{padding-inline:0}.hundy-store-locator__content stockist-store-locator{height:50rem!important;min-height:50rem}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
