.cart-page{padding:3rem 0}.cart-page__title{margin:0 0 2rem}.cart-page__form{display:flex;flex-direction:column;gap:2rem}.cart-page__items{display:grid;gap:1.5rem}.cart-item{border:1px solid var(--orange);border-radius:30px;padding:2rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:1rem}.cart-item__image{flex:0 1 200px;position:relative}.cart-item__image-link img{width:200px;height:auto}.cart-item__content{flex:1 1 200px;display:flex;flex-direction:column;gap:.75rem;line-height:1.5;font-size:.9em}.cart-item__title{margin:0;font-size:2rem;font-weight:400;line-height:1}.cart-item__title a{color:var(--color-foreground);text-decoration:none}.cart-item__title a:hover,.cart-item__title a:focus-visible{color:var(--dark-green)}.cart-item__variant,.cart-item__price{margin:0}.cart-item__selling-plan{margin:0;font-weight:700;color:var(--dark-green)}.cart-item__bundle{display:flex;flex-direction:column;gap:.35rem}.cart-item__bundle-title{margin:0;font-weight:700;color:var(--color-foreground)}.cart-item__bundle-list{margin:0;padding-left:1.1rem;display:grid;gap:.15rem}.cart-item__bundle-qty{font-weight:700;margin-right:.25rem}.cart-item__bundle-variant{color:var(--dark-green);margin-left:.25rem}.cart-item__property-key{font-weight:700;margin-right:.25rem}.cart-item__property-value{color:var(--color-foreground)}.cart-item__debug{margin-top:.25rem;padding:.75rem .9rem;border:1px dashed var(--green);border-radius:12px;background:#f7fbf5}.cart-item__debug summary{cursor:pointer;font-weight:700}.cart-item__debug-list{margin:.5rem 0 0;padding-left:1.1rem;display:grid;gap:.2rem}.cart-item__price{font-weight:700;font-size:1.5rem;color:var(--dark-green)}.cart-item__remove{font-weight:700;color:var(--orange);text-decoration:none}.cart-item__controls{flex:0 1 180px;display:flex;justify-content:flex-end}.cart-item__field{display:flex;flex-direction:column;gap:.5rem;width:100%}.cart-item__label{font-weight:700}.cart-item__field input{border:1px solid var(--green);padding:.75rem 1rem;background:#fff}.cart-page__footer{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;border-top:1px solid var(--green);padding-top:1.5rem}.cart-page__summary{display:flex;flex-direction:column;gap:.25rem}.cart-page__summary-label,.cart-page__summary-value{margin:0}.cart-page__summary-value{font-size:1.5rem;font-weight:700;color:var(--dark-green)}.cart-page__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.cart-page__actions input[type=submit]{border:0;background:var(--orange);color:var(--white);padding:.9rem 1.25rem;border-radius:100px;text-transform:uppercase;font-weight:700;cursor:pointer}.cart-page__actions input[type=submit][name=checkout]{background:var(--green)}.cart-page__actions input[type=submit][disabled]{background:#b6c3b0;cursor:not-allowed}.cart-page__bundle-warning{margin:0;font-weight:700;color:var(--orange)}.cart-page__actions input[type=submit]:hover,.cart-page__actions input[type=submit]:focus-visible{background:var(--green)}@media(max-width:900px){.cart-item__image{top:0;margin-bottom:0}}.collection-listing{padding:3rem 0}.collection-listing__title{margin:0 0 3rem}.collection-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.collection-product{border:1px solid var(--orange);border-radius:30px;padding:2rem;display:flex;justify-content:center;flex-wrap:wrap;align-items:flex-start;gap:1rem}.collection-product:nth-child(2n){border-color:var(--dark-green)}.collection-product__image{flex:0 1 350px;position:relative;top:-4.5rem;margin-bottom:-4.5rem}.collection-product__image img{width:350px;height:auto}.collection-product__content{flex:1 1 200px;display:flex;flex-direction:column;gap:.75rem;line-height:1.5;font-size:.9em}.collection-product__title{margin:0;font-size:2.3rem;line-height:1em;font-weight:400}.collection-product__title a{color:var(--color-foreground);text-decoration:none}.collection-product__title a:hover,.collection-product__title a:focus-visible{color:var(--dark-green)}.collection-product__price{margin:0;font-size:1.5rem;font-weight:700;color:var(--dark-green)}.collection-product__description{margin:0}@media(max-width:900px){.collection-product__image{top:0;margin-bottom:0}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.site-footer{background:var(--footer-background);color:var(--footer-foreground);padding:3rem 0;font-size:.85em}.site-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:var(--dark-green)}.site-footer__tagline,.site-footer__legal{max-width:18rem}.site-footer__columns{display:flex;gap:3rem;flex-wrap:wrap}.site-footer__column ul{list-style:none;margin:0;padding:0}.site-footer__column li+li{margin-top:.5rem}.site-footer__column h4{margin-bottom:1rem;text-transform:uppercase}@media(max-width:900px){.site-footer__inner{flex-direction:column}}.site-header{background:var(--header-background);color:var(--header-foreground);padding:1.25rem 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;justify-content:space-around;gap:3rem;flex-wrap:wrap}.site-header__nav{display:flex;flex:1 1 32rem;min-width:0}.site-header__nav ul{display:flex;align-items:center;justify-content:space-between;justify-content:space-around;text-transform:uppercase;font-weight:700;gap:2rem;list-style:none;margin:0;padding:0;flex-wrap:wrap;width:100%}.site-header a{color:inherit;text-decoration:none}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:var(--dark-green)}.site-header__cta{display:flex;align-items:center;padding:.5rem 1rem;background:#000;border-radius:999px 0 0 999px;color:#fff;text-transform:uppercase;font-weight:700;white-space:nowrap}.site-header__cta:hover,.site-header__cta:focus-visible{color:#fff;background:var(--dark-green)}.site-header__cta span{font-weight:inherit}.site-header__actions{display:flex;align-items:stretch;gap:1px}.site-header__cart{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:0 999px 999px 0;background:#000;color:#fff;font-weight:700;line-height:1}.site-header__cart:hover,.site-header__cart:focus-visible{color:#fff;background:var(--dark-green)}.site-header__cart-count{min-width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--orange);color:var(--white);font-size:.75rem;padding:0 .25rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.snack-default-page{padding-bottom:4rem}.snack-default-page__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;height:500px;border-radius:5px;overflow:hidden;margin-top:2rem;background-color:var(--green);background-image:var(--default-page-hero-background, none);background-position:bottom center;background-size:cover}.snack-default-page__hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;height:100%;gap:2rem;padding:3rem 6rem 3rem 3rem;background:linear-gradient(to right,rgb(from var(--green) r g b / .6) 60%,rgb(from var(--green) r g b / 0))}.snack-default-page__hero-content h1{margin:0;color:var(--white);font-family:alphabet-soup-pro,sans-serif;font-weight:400;font-size:6rem;max-width:400px;line-height:1}.snack-default-page__card{padding:3rem 0}.snack-default-page__meet-info{border:1px solid var(--green);border-radius:30px;padding:2rem;display:flex;flex-direction:column;gap:1rem;line-height:1.5}.snack-default-page__meet-info h2,.snack-default-page__meet-info p{margin:0}.snack-default-page__meet-info>:where(p,ul,ol,blockquote){margin:0}.snack-default-page__meet-info h2{font-size:4rem;font-weight:300;line-height:1}.snack-default-page__meet-info :where(ul,ol){padding-left:1.25rem}.product-page{padding:3rem 0}.product-page__card{border:1px solid var(--orange);border-radius:30px;padding:2rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:1rem}.product-page__media{flex:0 1 350px}.product-page__image{position:relative}.product-page__image img{width:350px;height:auto}.product-page__thumbnails{display:flex;flex-wrap:wrap;gap:1rem}.product-page__thumbnail img{width:120px;height:120px;object-fit:cover;border-radius:20px}.product-page__content{flex:1 1 200px;display:flex;flex-direction:column;gap:1rem;line-height:1.5;font-size:.9em}.product-page__title{margin:0;font-size:2.3rem;font-weight:400;line-height:1}.product-page__price{margin:0;font-size:1.5rem;font-weight:700;color:var(--dark-green)}.product-page__description :is(p,ul,ol):first-child{margin-top:0}.byob-options-modal{margin:auto}.product-page__form{margin-top:.5rem}.product-page__bundle-notice{margin:0;padding:1rem 1.25rem;border:1px solid var(--orange);border-radius:16px;background:#fff7ef;font-weight:700;color:var(--dark-green)}.product-page__form form{display:flex;flex-direction:column;gap:1rem}.product-page__field{display:flex;flex-direction:column;gap:.5rem}.product-page__label{font-weight:700}.product-page__field select,.product-page__field input[type=number]{border:1px solid var(--green);padding:.75rem 1rem;background:#fff}.product-page__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.product-page__actions input[type=submit]{border:0;background:var(--orange);color:var(--white);padding:.9rem 1.25rem;border-radius:100px;text-transform:uppercase;font-weight:700;cursor:pointer}.product-page__actions input[type=submit]:hover,.product-page__actions input[type=submit]:focus-visible{background:var(--green)}.product-page__actions .shopify-payment-button__button{background:var(--green);color:var(--white);border-radius:100px;font-family:inherit;font-size:.95rem;font-weight:700;text-transform:uppercase;min-height:3rem;border:0}.product-page__actions .shopify-payment-button__button--branded{background:var(--green);color:var(--white)}.product-page__actions .shopify-payment-button__button:hover,.product-page__actions .shopify-payment-button__button:focus-visible{background:var(--dark-green);color:var(--white)}@media(max-width:900px){.product-page__image{top:0;margin-bottom:0}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.snack-hero-home{padding-bottom:4rem}.snack-hero-home__hero,.snack-hero-home__products{display:flex;gap:2rem;align-items:center;justify-content:space-between}.snack-hero-home__hero{min-height:600px;border-radius:5px;overflow:hidden;margin-top:2rem;background-color:var(--green);background-image:var(--hero-background);background-position:center;background-size:cover;align-items:stretch}.snack-hero-home__hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;max-width:450px;padding:3rem 6rem 3rem 3rem;font-size:1.1rem;background:linear-gradient(to right,rgb(from var(--white) r g b / .82) 60%,rgb(from var(--white) r g b / 0))}.snack-hero-home__hero-copy-block{display:flex;flex-direction:column;gap:1rem;width:100%}.snack-hero-home__hero-mark{width:min(100%,350px)}.jaunty{rotate:-3deg}.snack-hero-home__hero-copy{line-height:1.5;font-size:1.1rem}.snack-hero-home__cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem;border-radius:999px;background:var(--orange);color:var(--white);text-decoration:none;font-weight:700;text-transform:uppercase}.snack-hero-home__badge{flex:0 0 auto;width:min(12rem,100%);align-self:flex-end;margin:2rem}.snack-hero-home__products{gap:3rem;padding:3rem 0;flex-wrap:wrap}.snack-hero-home__product-card{display:flex;gap:1rem;align-items:flex-start;justify-content:center;flex-basis:300px;flex-grow:1;flex-wrap:wrap;padding:2rem;border-radius:30px;border:1px solid;color:var(--ink)}.snack-hero-home__product-card--orange{border-color:var(--orange)}.snack-hero-home__product-card--green{border-color:var(--dark-green)}.snack-hero-home__product-card img{width:350px;height:auto;position:relative;top:-4.5rem;margin-bottom:-4.5rem;flex-basis:350px;flex-shrink:1;flex-grow:0}.snack-hero-home__product-card>img{flex:0 1 350px}.snack-hero-home__product-info{display:flex;flex-direction:column;gap:1rem;line-height:1.5;font-size:.9em;flex-basis:200px;flex-grow:1}.snack-hero-home__product-info h2{margin:0;font-family:alphabet-soup-pro,sans-serif;font-weight:400;font-size:2rem;color:var(--color-foreground)}.snack-hero-home__product-info h2:first-line{color:inherit}.snack-hero-home__product-card--orange .snack-hero-home__product-info h2 .script,.snack-hero-home__product-card--orange .snack-hero-home__product-info ul{color:var(--orange)}.snack-hero-home__product-card--green .snack-hero-home__product-info h2 .script,.snack-hero-home__product-card--green .snack-hero-home__product-info ul{color:var(--dark-green)}.snack-hero-home__product-info ul{padding:0;margin:0 0 0 1em;font-weight:700}.snack-hero-home__panel{display:flex;align-items:center;background:var(--panel-background);padding:3em;border-radius:5px;gap:2rem;flex-wrap:wrap;justify-content:space-around}.snack-hero-home__panel-fruit{display:flex;flex-direction:column;gap:1rem;align-items:center}.snack-hero-home__panel-mark{position:relative;top:-6rem;margin-bottom:-6rem}@media(max-width:900px){.snack-hero-home__hero,.snack-hero-home__products{flex-direction:column;justify-content:center}.snack-hero-home__hero-content{align-items:center;text-align:center;padding:2rem;max-width:none}.snack-hero-home__badge{margin:0}.snack-hero-home__product-card img{top:0;margin-bottom:0}.snack-hero-home__badge{align-self:center}}.snack-story{padding-bottom:4rem}.snack-story__hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.snack-story__hero{height:500px;border-radius:5px;overflow:hidden;margin-top:2rem;background-color:var(--beige);background-image:var(--story-hero-background);background-position:right center;background-size:cover;align-items:flex-end}.snack-story__hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;gap:2rem;padding:3rem 6rem 3rem 3rem;font-size:1.1rem;background:linear-gradient(to right,rgb(from var(--beige) r g b / .6) 60%,rgb(from var(--beige) r g b / 0))}.snack-story__hero-mark{height:min(350px,100%);width:auto;max-width:100%}.snack-story__cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem;border-radius:999px;background:var(--orange);color:var(--white);text-decoration:none;font-weight:700;text-transform:uppercase}.snack-story__cta:hover,.snack-story__cta:focus-visible{color:var(--white);background:var(--green)}.snack-story__badge{margin:2rem;width:min(12rem,100%)}.snack-story__card{padding:3rem 0}.snack-story__content{border:1px solid var(--green);border-radius:30px;padding:2rem;display:flex;flex-direction:column;gap:1rem;line-height:1.5;color:var(--color-foreground)}.snack-story__content h2,.snack-story__content p{margin:0}.snack-story__content h2{font-size:4rem;font-weight:300;line-height:1}.snack-story__panel{display:flex;align-items:center;background:var(--panel-background);padding:3em;border-radius:5px;gap:2rem;flex-wrap:wrap;justify-content:space-around}.snack-story__panel-fruit{display:flex;flex-direction:column;align-items:center;gap:1rem}.snack-story__panel img{max-width:100%;height:auto}.snack-purpose{padding-bottom:4rem}.snack-purpose__hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.snack-purpose__hero{height:500px;border-radius:5px;overflow:hidden;margin-top:2rem;background-color:var(--green);background-image:var(--purpose-hero-background);background-position:bottom center;background-size:cover;align-items:flex-end}.snack-purpose__hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;height:100%;gap:2rem;padding:3rem 6rem 3rem 3rem;background:linear-gradient(to right,rgb(from var(--green) r g b / .6) 60%,rgb(from var(--green) r g b / 0))}.snack-purpose__hero-mark{height:min(400px,100%);width:auto;max-width:100%}.snack-purpose__badge{margin:2rem;width:min(12rem,100%)}.snack-purpose__card{padding:3rem 0}.snack-purpose__content{border:1px solid var(--orange);border-radius:30px;padding:2rem;display:flex;flex-direction:column;gap:2rem;line-height:1.5;color:var(--color-foreground)}.snack-purpose__content h2{margin:0;font-size:4rem;font-weight:300;line-height:1}.snack-purpose__content h4{margin:0;font-size:2.3rem;font-weight:300;text-align:center}.snack-purpose__content p{margin:0}.snack-purpose__icon-wrapper{display:flex;flex-wrap:wrap;gap:2rem}.snack-purpose__icon-box{display:flex;gap:1rem;align-items:flex-start;flex-basis:300px;flex-grow:1;flex-shrink:0}.snack-purpose__icon-box h3{font-size:1.2rem}.snack-purpose__icon-box h3,.snack-purpose__icon-box p{margin:0}.snack-purpose__panel{display:flex;align-items:center;background:var(--panel-background);padding:3em;border-radius:5px;gap:2rem;flex-wrap:wrap;justify-content:space-around}.snack-purpose__panel-fruit{display:flex;flex-direction:column;align-items:center;gap:1rem}.snack-purpose__panel img{max-width:100%;height:auto}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
