/** Shopify CDN: Minification failed

Line 273:0 Unexpected "}"
Line 1857:0 Expected "}" to go with "{"

**/
/* Font Family */
@font-face {
  font-family: 'Ofelia';
  src: url('/cdn/shop/files/OfeliaDisplay-Extrabold.otf?v=1697925639')
    format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Ofelia';
  src: url('/cdn/shop/files/OfeliaDisplay-Bold.otf?v=1697925639')
    format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Ofelia';
  src: url('/cdn/shop/files/OfeliaDisplay-Medium.otf?v=1697925639')
    format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Ofelia';
  src: url('/cdn/shop/files/OfeliaDisplay-Regular.otf?v=1697925639')
    format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'GreycliffCF';
  src: url('/cdn/shop/files/GreycliffCF-ExtraBold.otf?v=1697926300')
    format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'GreycliffCF';
  src: url('/cdn/shop/files/GreycliffCF-Bold.otf?v=1697926300')
    format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'GreycliffCF';
  src: url('/cdn/shop/files/GreycliffCF-Regular.otf?v=1697926300')
    format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'GreycliffCF';
  src: url('/cdn/shop/files/GreycliffCF-Medium.otf?v=1697926300')
    format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'GreycliffCF';
  src: url('/cdn/shop/files/GreycliffCF-Light.otf?v=1697926300')
    format('opentype');
  font-weight: 200;
}

:root {
  --font-heading-family: 'Ofelia';
  --font-body-family: 'GreycliffCF';
}

/* PDP Page */
.crunch-crave use-animate.media-wrapper {
    padding: 30px;
}

.crunch-crave .media--adapt, .snacks-win .media-wrapper {
     border-radius: 30px;
  border: #33A437 solid 3px;
  box-shadow: 5px 5px #33A437;
}

fieldset.product-form__input .form__label{
  font-size: 16px !important;
  font-weight: bold !important;

}

ul.facets__list.list-unstyled {
    line-height: 7rem;
}

product-gallery {
    border-radius: 30px;
         border: #33A437 solid 3px !important;
  box-shadow: 5px 5px #33A437 !important;
}

.thumbnail {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
         border: #33A437 solid 3px !important;
    background-color: transparent;
}

.thumbnail-list {

    background: none !important;
    box-shadow: none !important;
}

.product-form__input input[type=radio] + label {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-top: 0rem !important;
}



.product__info-container .product-form, .product__info-container .product__description, .product__info-container .share-button {
    margin: 0rem 0 0 !important;
}

.product__allergens {
    gap: 8px;
    justify-content: flex-start;
    margin-top: 20px !Important;
}


/* Typography */
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 133%;
    font-weight: 500;
    font-family: Ofelia;
  }
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 133%;
    font-weight: 500;
    font-family: Ofelia;
    
  }
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 133%;
    font-weight: 700;
    font-family: Ofelia;
  }
}

@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 133%;
    font-weight: 700;
    font-family: GreycliffCF;
  }
}

@media only screen and (max-width: 749px) {
  h4,
    .h4 {
      font-size: 20px;
      line-height: 133%;
      font-weight: 700;
      font-family: GreycliffCF;
  }
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    font-family: GreycliffCF;
  }
}

@media screen and (min-width: 750px) {
  .typeset {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px; 
  }
}

body{
  font-size: 18px !important;
}

/* Button */
.button,
.shopify-challenge__button, .extra-button {
  padding: 12px 16px !important;
  font-family: GreycliffCF;
  font-weight: 700;
}

.button,
.button-label,
.shopify-challenge__button, extra-button {
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5 !important;
  font-family: GreycliffCF !important;
  background: #33A437 !important;
  border: #33A437 !important;
}


@media screen and (max-width: 799px){
.button--small {
  font-size: 18px !important;
  padding: 12px 16px !important;
  min-height: 4rem !important;
  min-width: 18rem !important;
  }

  .button {
    min-width: 100% !important;
  }
}

@media screen and (max-width: 750px){
.card-information__button .button--small{
  padding: 0 !important;
  }
}

/* Header */
.header__inline-menu {
  text-align: left;
  padding: 26px;
}

.header__menu-item {
  font-family: GreycliffCF !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 32px !important;
  color: rgb(var(--color-link));
  transition: color var(--duration-default) ease;
}

.header--middle-left .header__inline-menu {
  margin-inline-start: 0 !important;
  text-align: left !important;
  }
}

.menu-drawer__menu {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.menu-drawer__menu-item {
    font-family: 'GreycliffCF' !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 16px 0 !important;
}

.list-menu-dropdown .header__menu-item {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 990px){
.header{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

.product-grid .card-information .button--soldout {
    border: 2px solid #AAA !important;
    background-color: rgba(243,243,243,.95) !important;
    color: #000 !important;
}

/* Announcement Slider */
.announcement-slider__slide {
  font-weight: 700;
}

.announcement-slider {
  height: auto !important;
}

/* Mobile Menu */
.menu-drawer__inner-submenu .menu-drawer__menu-item {
  font-size: 18px !important;
}

/* Footer */
.footer-block__details-content {
  font-weight: 700;
}

.footer .list-menu__item--link {
  padding: 0;
  text-decoration: none;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.footer-block__details-content > p,
.footer-block__details-content > li {
  padding-bottom: 4px !important;
}
.link-with-icon .icon {
  width: 24px;
  height: 24px;
}


@media screen and (min-width: 750px){
footer details[open] summary {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 750px){
.footer__content-top {
    padding-top: 3.5rem !important;
    padding-bottom: 2rem !important;
  }
}

.footer__content-bottom {
    padding-bottom: 2rem !important;
}

/* Collections Page */
.product-count__text {
  margin: 0;
  font-size: 18px !important;
  color: rgba(var(--color-foreground), 0.7);
}

/* Filter for shopping */
.facets__selected {
  display: flex;
  align-items: center;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  color: rgb(var(--color-heading));
}

.mobile-facets__label {
  font-size: 18px !important;
  line-height: 1.5 !important;
  padding: 1rem 0;
  width: 100%;
  word-break: break-word;
  display: flex;
  align-items: center;
}

.facet-checkbox {
  position: relative;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  word-break: break-word;
  line-height: 1.5 !important;
}

@media screen and (min-width: 750px) {
  .active-facets-mobile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 16px;
  }
}

a.active-facets__button {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-inline-start: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.55);
}

/* Product Card */
@media screen and (min-width: 750px){
.card-information__button {
    height: auto !important;
  }
}

.product-grid .card-information .button--soldout {
  padding: 12px 16px !important;
}

@media screen and (min-width: 750px){
.slider-mobile-gutter+.view-all {
  margin-top: 3rem !important;
  }
}
.card-information__text {

  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  text-decoration: none;
  padding-bottom: 0.2rem;
  color: rgb(var(--color-link));
}
.price--on-sale .price-item--regular bdi {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: GreycliffCF !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px !important;
}

.price bdi {
  line-height: 1.5 !important;
  font-size: 18px !important;
  font-family: GreycliffCF !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

.price {
  display: flex;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.5 !important;
  color: var(--color-price);
}

.price dd {
  margin-inline-start: 0 !important;
  margin-inline-end: 1rem !important;
}

/* Pagination */
.pagination__item {
  opacity: 100% !important;
  font-family: GreycliffCF !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Slide-Out Cart */
.mini-cart__header .title {
  margin: 0;
  text-transform: none !important;
  font-family: 'GreycliffCF';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px !important;
}

.free-shipping {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 18px;
}

.cart-recommendations .title {
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 1rem;
  padding: 0 1rem;
  transform: translateY(-50%);
  background-color: rgb(var(--color-background));
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  margin: 0;
}

.mini-cart__navigation .product-content .link {
  margin-inline-end: 2rem;
  font-family: GreycliffCF !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.mini-cart__navigation .price bdi {
  font-size: 18px !important;
}

.mini-cart__footer .subtotal > * {
  font-size: 18px !important;
  margin: 0;
  line-height: 1.5 !important;
  letter-spacing: 0.5px;
  font-family: 'GreycliffCF';
}

#mini-cart-subtotal {
  font-family: GreycliffCF !important;
  font-size: calc(var(--font-price-scale) * 1.8rem);
}

.mini-cart__action summary > span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px !important;
  color: rgb(var(--color-link));
}

.mini-cart__action summary .icon {
  top: 0 !important;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px !important;
}

.mini-cart__navigation .product-image {
  height: min-content;
}

.cart-count-bubble {
    height: 2rem !important;
    width: 2rem !important;
    font-size: 1rem !important;
}

drawer-close-button.header__icon--summary .icon-close,
drawer-close-button.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
  color: rgb(var(--color-header-foreground));
}

.discounts__discount {
    line-height: 1.5 !important;
    font-family: 'GreycliffCF' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.mini-cart__navigation .product-option, .mini-cart__navigation .product-quantity {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

@media screen and (min-width: 750px){
.mini-cart__navigation .product-option, .mini-cart__navigation .product-quantity {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

.cart-items thead th {
    text-transform: none;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: GreycliffCF !important;
}

.cart-item__name {
    font-family: 'GreycliffCF' !important;
    font-weight: 700;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
}

@media screen and (min-width: 750px){
.cart-item__name {
    font-size: 18px !important;
    font-family: GreycliffCF !important;
    font-weight: 700;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
  }
}

.quantity__input {
  font-size: 16px !important;
}

.totals * {
  line-height: 1.5 !important;
  font-size: 18px !important;
  letter-spacing: 0.5px;
  font-family: GreycliffCF !important;
  font-weight: 700;
}

.totals__subtotal-value {
    font-family: GreycliffCF !important;
    font-weight: 700;
}

.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
    font-size: 18px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
}

.cart__ctas button {
    margin: 8px 0;
}

.cart__footer>*+* {
    margin-top: 0.5rem !important;
}

/* Badge */
.badge {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-family: GreycliffCF !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #00905b;
  border-color: #00905b;
}

@media screen and (max-width: 480px) {
  .badge {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.5rem !important;
  }
}

/* Image Banner */

  .banner__box {
    max-width: 550px !important;
  }


@media screen and (min-width: 750px){
  .banner__box {
    width: 80% !important;
  }
}

.banner__box {
  border-radius: 4px;
}

.banner__content{
  align-items: center !important;
}

/* Homepage - Featured Collection */

@media only screen and (min-width: 750px){
  h1, .h1 {
    font-size: 40px;
    line-height: 133%;
    font-weight: 500;
    font-family: Ofelia;
  }
}

/* Homepage - Text with Image */ 
.image-with-text__content :last-child:is(.button) {
    color: #ffffff !important;
}

/* Homepage - Reviews Carousel */
.okeReviews .okeReviews-reviewsCarousel-review-reviewer-avatar {
  display: none !important;
}

/* Product Page */
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .share-button {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}

.caption {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.5 !important;
}

.breadcrumb .link {
    font-size: 16px;
}

.product__info-container .product-form, .product__info-container .product__description, .product__info-container .share-button {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.product__info-container .price--medium bdi {
    font-size: 24px !important;
    font-family: GreycliffCF;
    font-weight: 700;
    line-height: 1.3;
}

.sticky-cart__content .h4 {
    font-size: 1.8rem !important;
}

.sticky-cart__form .select {
  padding: 0 !important;
}

/* Product Page - Shipping Calculated at Checkout */
.product__tax {
  display: none;
}

/* Product Page - Reviews */
.okeReviews-widget-holder {
    padding: 0 !important;
}

/* Account Page */
@media screen and (min-width: 750px){
.h2 {
    font-size: 40px !important;
  }
}

.h2 {
    font-size: 32px;
  }

.typeset {
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

.link{
  font-size: 18px !important;
}

:is(.account,.order,.addresses) p {
  margin: 0 0 2rem;
  font-size: 18px !important;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 750px){
li[data-address]>h2 {
    font-size: 18px !important;
  }
}

li[data-address]>h2 {
    margin: 0 0 16px 0 !important;
    font-family: 'GreycliffCF' !important;
    font-weight: 700;
}

.button--tertiary {
    font-size: 18px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.5px;
    padding: 12px 16px;
}

@media screen and (min-width: 750px){
body {
    font-size: 18px;
  }
}  

:is(.account,.order,.addresses) h1 {
    font-size: 40px;
}

:is(.account,.order) h2 {
  font-size: 24px;
  margin-bottom: 1rem !important;
  }

@media screen and (min-width: 750px){
:is(.account,.order) h2 {
    font-size: 32px;
  margin-bottom: 3rem !important;
  }
} 

@media screen and (min-width: 750px){
.customer table {
    width: 95% !important;
    font-size: 18px !important;
  }
}

.customer thead th {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Search */
.predictive-search__heading {
    font-size: 32px !important;
    font-family: 'Ofelia' !important;
    font-weight: 400 !important;
  }

.predictive-search__item-heading {
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: GreycliffCF !important;
}

/* Announcement Text */
.announcement-text {
  font-size: 20px !important;
}

@media screen and (max-width: 768px) {
  .announcement-text {
    font-size: 16px !important;
    }
}

/* Okendo Styling Overides */
.okeReviews-reviewsCarousel-review-product-name {
  color: #D72d55;
}
.okeReviews .okeReviews-ratingDistribution-item-value-count {
  left: calc(100% + 0.5rem) !important;
  color: #333 !important;
}
.okeReviews .okeReviews-ratingDistribution-item-label {
  padding-right: 0 !important;
}
.okeReviews-reviewsAggregate-side-inner {
  padding-right: 2rem !important;
}
.okeReviews.okeReviews--theme .okeReviews-badge--rating {
  color: #333 !important;
  padding: 0 !important;
}
.okeReviews.okeReviews--theme .okeReviews-review-reviewer-profile-status--verified {
  font-weight: bold !important;
}

/* Comparison Table */
.image-split__table-wrapper--sprouted  {
  width: 100%;
  background-color: #f4ecda;
  padding: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.image-split__table-sprouted {
    padding: 0px 0 30px;
    height: unset !important;
}

.image-split__table-wrapper--sprouted tr td:first-child {
  width: 30%;
  padding: 0 20px !important;
}


.image-split__table-category {
  left: 0;
  top: auto;
  width: 8rem;
  text-align: left;
  padding: 0 !important;
}

.image-split__table-icons td {
    padding: 0 10px !important;

}

.image-split__table-sprouted--highlight {
  background-color: #e7dbbf;
}

@media screen and (min-width: 768px){
  .image-split__table-category {
     position: initial;
      padding-right: 0;
  }
}

.image-split__table-wrapper--sprouted {
    width: 100%;
    display:block;
}
.image-split__table-wrapper--sprouted tbody {
  display: table;
  overflow-y: hidden;
  overflow:auto;
  width:100%;
}

.image-split__table-icons td{
    vertical-align: top;

}

@media screen and (min-width: 768px){
  .image-split__table-category--goraw {
    left: auto;
  }
}

.image-split__table-sprouted--highlight {
  .image-split__table-category--goraw {
    background-color: #f4ecda;
  }
}

.image-split__table, .image-split__table-sprouted-title {
  color: grey;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  line-height: 1.64;
  letter-spacing: 0.13em;
  background-color: #f4ecda;
  padding: 20px 0;
  margin: 0;
}

@media screen and (min-width: 1024px){
  .image-split__table {
    font-size: 14px;
    letter-spacing: 0.111em;
  }
}

.image-split__table-wrapper--sprouted {
  background-color: #f4ecda;
}

.image-split__table-sprouted {
  background-color: #f4ecda;
    display: inline-block;
    width: 100%;
    height: 20px;
}


.image-split__sprouted-image {
  width: 50px;
}

/* Manage Subscriptions Page */
#customer_tab_content .row.grid .col-md-6 {
  margin: auto;
}

#content__customers__request-invite.page__customers__request-invite {
    min-height: 600px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Frequently Asked Questions */
.faq details summary>span {
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-transform: none;
}

@media screen and (max-width: 749px){
.faq details summary>span {
  font-size: 18px;
  line-height: 150%;
  text-transform: none;
  }
}
.faq accordion-tab {
  padding: 20px 0px;
  margin-top: 0px !important;
  border-bottom: 1px solid #c7c7c7;
}

.faq accordion-tab:nth-child(2) {
  padding-top: 0px !important;
}

.faq accordion-tab:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
}

/* Blog and Recipe Collection */
@media screen and (min-width: 750px){
.blog-header {
  align-items: center !important;
  margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 749px){
.blog-header .title--primary {
    font-size: 40px;
  }
}

.article-card__title{
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.33;
  font-family: 'GreycliffCF' !important;
}


.article-card__info {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.5;
  font-family: 'GreycliffCF';
}

@media screen and (max-width: 749px){
.blog-articles__article {
    padding-bottom: 0.5rem !important;
  }
}

.caption-with-letter-spacing {
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5 !important;
  font-family: GreycliffCF !important;
  color: #333333 !important;
  text-transform: capitalize !important;
  display: block;
}

@media screen and (min-width: 750px){
  .caption-with-letter-spacing{
    font-size: 18px !important;
  }
}

@media screen and (max-width: 749px){
.blog-articles {
    margin-bottom: 32px !important;
  }
}

.blog-filter {
  text-transform: capitalize;
}

@media screen and (min-width: 750px){
.blog-header {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 750px){
.blog-header .title--primary {
    margin-bottom: 2rem !important;
  }
}

/* Blog Article Page */
@media screen and (max-width: 749px){
  .article-template__title {
    font-size: 32px;
  }
}  

@media screen and (min-width: 750px){
  .article-template__title {
    font-size: 48px;
  }
} 

.circle-divider.typeset2{
  font-family: GreycliffCF;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.article-template__link .icon {
  top: 0 !important;
}

.article-template__comment-wrapper {
  display: none;
}

.circle-divider:after{
  display: none;
}

/* Contact */ 
.contact__button{
  text-align: center;
  margin-bottom: 4rem;
}

.contact-form{
  width: fit-content;
  margin: auto;
}

/* Carousel Slider */
.slider {
    padding-bottom: 16px;
}

@media only screen and (min-width: 500px){
  #klaviyo-bis-modal {
    font-family: Arial;
  }
}



/* Okendo CSS overide */
.okeReviews-reviewsCarousel-heading, .okeReviews .okeReviews-avatar-placeholder, .okeReviews.okeReviews--theme .okeReviews-review-main-heading {
  font-family: Ofelia !important;
  margin-bottom: 15px;
}

/* Aisle Landing Page Template */
h2 {

  font-weight:500 !important;
  line-height: 1rem;
}

.icon-block 
{
background: #33A437;}

.icon-block p {
  color: white;
  text-transform: uppercase;
  font-weight:900;
  line-height: 1em;
}

.testimonial-section li {
  border: #ffcb00 solid 5px;
  border-radius: 30px;
  padding: 30px;
}

.offer-section li {
  background: #ffcb00;
  border-radius: 30px;
  padding: 30px;
}
.offer-section .media-wrapper {
  background-color: transparent;
}
.offer-section .media > img {
  object-fit: contain;
}

.offer-section .media--square {
    padding-bottom: 70%;
}

.offer-section .button
{border-radius: 8px!important;
    border: 0px solid #33A437!important;
    color: white!important;
    background-color: #33A437 !important;
}

.offer-section .button:hover
{border-radius: 8px!important;
    border: 0px solid #33A437!important;
    color: #33A437 !important;
    background-color: white !important;
}

.offer-section .multicolumn-list .multicolumn-card__title  {
    font-size: 35px !important;
    font-weight: 700 !important;
    font-family: Ofelia !important;
  line-height: 1em !important;
  }

  .offer-section .multicolumn-list p{
    font-weight: 700 !important;

  }


.offer-grid .multicolumn-card, .testimonial-block .multicolumn-card {
    border: 4px #33A438 solid !important;
    border-radius: 20px !important;
    box-shadow: 0.9rem 0.9rem #33A438 !important;
  
}

.border-about use-animate.media-wrapper {
    border: #33A438 solid 3px;
    border-radius: 30px !important;
    box-shadow: 0.9rem 0.9rem #33A438 !important;
}

.offer-grid .multicolumn-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0rem;
    padding: 20px;
}

.testimonial-block .multicolumn-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0rem;
    padding: 30px;
}

.testimonial-block p.multicolumn-card__title.h3 {
  text-transform: uppercase;

  
}



.offer-section  .button--tertiary{
  box-shadow: inset 0 0 0 .0rem red !important;
                                        }

.store-locator {
    background: #F5941F !important;
  padding: 0px 50px;
}

.store-locator .rich-text {
    background-color: transparent !important;
}
.store-locator h2 {
    margin-top: 0 !important;
    color: white !important;
  text-align: center !important;
}




#shopify-section-template--18323118457053__ea8ab778-52c8-4c01-8f42-b5d4850a01ab {
    background-color: #F5941F;
}

#shopify-section-template--18323118457053__logo_list_bNf8c6 {
    background-color: #33A437 !important;
}

.first-content-block .media .image-fit, .second-content-block .media .image-fit {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    object-position: var(--image-position);
    border-radius: 20px;
}


.first-content-block {
  
    background-image: url(/cdn/shop/files/Clusters_BG.png?v=1724797692) !important;
    background-repeat: no-repeat;
    background-size: 300px, 300px;
    background-position-x: 500px;
    background-position-y: 50px;
}

.second-content-block {
    background-image: url(/cdn/shop/files/Seeds_BG.png?v=1724847531) !important;
    background-repeat: no-repeat;
    background-size: 300px, 300px;
    background-position-x: 500px;
    background-position-y: 50px;
}

@media screen and (max-width: 1380px) {

  .first-content-block {
  
    background-image: url(/cdn/shop/files/Clusters_BG.png?v=1724797692) !important;
    background-repeat: no-repeat;
    background-size: 300px, 300px;
    background-position-x: 400px;
    background-position-y: -120px;
}
.second-content-block {
    background-image: url(/cdn/shop/files/Seeds_BG.png?v=1725397852) !important;
    background-repeat: no-repeat;
    background-size: 300px, 300px;
    background-position-x: 500px;
    background-position-y: -180px;
}
}

@media screen and (max-width: 799px) {

  .first-content-block {
  
    background-image: url(/cdn/shop/files/Clusters_BG.png?v=1724797692) !important;
    background-repeat: no-repeat;

  background-size: 150px, 150px;
        background-position-x: 80px;
        background-position-y: -0px;
    }

.second-content-block {
    background-image: url(/cdn/shop/files/Seeds_BG.png?v=1725397852) !important;
    background-repeat: no-repeat;
    background-size: 150px, 150px;
background-position-x: 180px;
    background-position-y: -70px;
}
}

.image-with-text__grid {
    
  background-color: transparent !important;
   
}

.reviews-block .grid {
        --grid-horizontal-spacing: 0rem;
    }

@media only screen and (max-width: 749px) {
  .hero-desktop {display:none;
                margin:0px !important}

  .store-locator {
  padding: 0px 10px !important;
  }

    .select-offer {
      display:none;
    }
}


@media screen and (min-width: 750px) {
    .logo-bar {
        gap: 5rem;
    }
      .select-offer-mobile {
      display:none;
}
   .hero-mobile {display:none;
                }

      .testimonial-block p.multicolumn-card__title.h3 {
        font-size: 20px;
        line-height: 133%;
        font-weight: 700;
        font-family: Ofelia;
    }

}


@media screen and (min-width: 990px) {
  .select-offer  .grid--2-col-tablet .grid__item {
        width: 100%;
padding: 0px 120px;
    }
}


body {
  background: #fffcf7;
}

/* Snacking Granola Page Template */

.granola li {
  padding: 0px 0px 0px 0px;
}
.granola .multicolumn-card__info {
  padding: 0px 20px 30px 20px;
}
.granola p.multicolumn-card__title.h3 {
  color: white;
font-size: 30px !important;
    font-weight: 700 !important;
    font-family: Ofelia !important;
    line-height: 1.2em !important;
}


section#shopify-section-template--18745473040605__image_with_text_WVd3Q9 {
    background: #F2888B;
}
@media screen and (min-width: 1400px) {
.icon-block .section--padding {
    padding: 70px 0px !important;
}
}

/* Metafields No ECOMM buttons */

.product_amazon_button a, .extra_button a, .shop-now-button .button a
{
    
    color: #fff !important;
    display: block !important;
    height: 100% !important;
    text-align: center !important;
   padding: 12px 16px !important;
    font-size: 18px !important;
    color: #fff !important;
    font-family: GreycliffCF !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  text-decoration: none;
padding-left: 5px !important;
}

.product_amazon_button, .extra_button, .product_form_row form
{
    flex: 1 auto;
}
.instacart_button
{
    flex: 1 auto;
}
.instacart_button a
{
    font-size: 18px;
    text-decoration: none;
    border: 2px solid D72755;
    background-color: #D72755;
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
  padding: 12px 16px !important;
    font-family: GreycliffCF !important;
    font-weight: 700;
  text-transform: uppercase !important;
}
.product_form_row form .product-form__buttons
{
    max-width: 100%;
}

.product_form_row .product-form__submit
{
    margin: 0;
    font-size: 25px;
    border: 2px solid #000;
    padding: 20px 30px;
}
.product_form_row
{
    display: flex !important;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
}
.product_form_row .product-form__submit:after
{
    box-shadow: unset !important;
}
.product_form_row .product-form__submit:hover
{
    background-color: #fff;
    color: #000;
}
.meta_accordion_col label
{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
}
.accordion_icons span
{
    display: flex;
    align-items: center;
}
.accordion_minus
{
    display: none;
}

.meta_accordion_col
{
    overflow: hidden;
}
.meta_accordion_content
{
   height:0;
}
.meta_fields_description p
{
    margin: 0;
    padding-bottom: 10px;
    color: #000;
}
.meta_fields_description img
{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.product_meta_accordion
{
    margin: 0 !important;
    border-bottom: 1px solid;
}
.accordion_icons span svg
{
    height: 17px;
    width: 17px;
}


div#sticky-cart-template--19177285845213__main {
    display: none;
}

a.header__icon.header__icon--account.focus-inset.small-hide {
    display: none;
}



.button-icon {
  padding: 0px 16px !important;
}

.button span.amazon {
    background: url(/cdn/shop/files/amazon_icon_97e720ea-7af8-4fe6-9e3c-618e247ec668.svg) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}

.button span.instacart {
    background: url(/cdn/shop/files/instacart_icon_aba8d2f0-16a7-4445-b054-3f2be28b9701.svg) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}

.button span.thrive {
    background: url(/cdn/shop/files/thrive_icon_b53d165b-e71d-417e-a4bf-2a806a8dd39a.svg) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}


.button span.vitacost {
    background: url(/cdn/shop/files/vitacost_icon_7b09ff23-cac3-483a-aaf8-8025eb43a3c4.svg?v=1743187888) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}

.button span.locator {
    background: url(/cdn/shop/files/locator_icon_1059b295-5066-4e54-85b2-05fb62cd06f3.svg?v=1743189477) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}

h1.page-title {
    text-align: center;
}

.price.price--on-sale {
    display: none;
}

#cart-icon-bubble {
    display: none;
}

.okeReviews.okeReviews--theme {
    font-size: 16px;
    display: none;
}


.card-information__text {
    font-weight: 500 !important;
    font-family: 'Ofelia' !important;
    line-height: 1em !important;
}

.card-information {
    margin-top: 15px !important;
        text-align: center !important;
}




.snacks-win .multicolumn-card__info {
  text-align: center;
}

.simple-sprouted {

    background: url(/cdn/shop/files/Home_iconBackground.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.rich-text__text {
    max-width: 1200px !important;
}
.card--product {
  border-radius: 30px !important;
  
  box-shadow: 5px 5px #33A437 !important;
}

a.card__media.media-wrapper {
    border-radius: 30px !important;
    border: #33A437 solid 3px !important;
        padding: 0px !important;
}


.media-wrapper {

    background-color: none !important;
}

.shop-now-btn {
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 750px) {
    .facets-vertical {
        --grid-horizontal-spacing: 3rem;
        display: block !important;
        align-items: flex-start;
        column-gap: var(--grid-horizontal-spacing);
    }

    ul.facets__list.list-unstyled
    {

        list-style: none !important;
    }
    ul.facets__list.list-unstyled li{
  display: inline !important;
}

.facets-vertical>.facet-filters .facets__list, .facets-vertical>.facet-filters .facets__price {

        text-align: center;
    }





span.facets__selected {
  display: none !important;
}

ul.facets__list.list-unstyled li {
          background: #33A438;
        padding: 15px 15px;
        border-radius: 5px;
        color: white;
        margin: 10px;
}

ul.facets__list.list-unstyled li:hover {
    background: #33A438;
    padding: 15px 15px;
    border-radius: 5px;
    color: white;
  
   margin: 10px;
}

a.link.list-menu__item.list-menu__item--active.list-menu__item--top.focus-inset {
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 1.5 !important;
    font-family: GreycliffCF !important;
 
    text-transform: uppercase;
    font-weight: 800 !important;
  text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-thickness: none !important;
    text-decoration-style: none !important;

}


a.link.list-menu__item {
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.5 !important;
    font-family: GreycliffCF !important;
color: white !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    text-decoration: none !important;
}


    .facets-vertical>.facet-filters {
        width: 100% !important;
        padding: 4rem 0rem 0rem 0rem;
    }



@media screen and (hover: hover) {
    .link:hover {
        background-position: left bottom, left bottom;
        background-size: 100% .2rem, 100% .1rem !important;
    }

    @media screen and (min-width: 750px) {
    a.link.list-menu__item.list-menu__item--active.list-menu__item--top.focus-inset {
        font-size: 18px !important;

    }
}
    
.link {

    background-image: linear-gradient(to top, white 4px 5px), linear-gradient(to top, transparent 4px, transparent 4px);
}

.crunch-crave .media-wrapper

{
  position: relative !important;
  border: none;
}
.crunch-crave .media-wrapper::before
{
content: "";

        position: absolute;
        top: 310px;
        left: 0px;
        width: 80%;
        height: 27%;
        z-index: 20 !important;
        background-image: url(/cdn/shop/files/GoRaw_Leaf.webp);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 1;
        pointer-events: none;
    }
    



    
 
}

@media screen and (min-width: 750px) { 
   .short-header .banner__media {
        overflow: hidden;
        max-height: 250px !important;
    }
}



.media>.deferred-media__poster, .media.deferred-media__poster {
  
    border-radius: 30px !important;
     border: #33A437 solid 3px !important;
  box-shadow: 5px 5px #33A437 !important;
padding-right: 30px;
  padding-left: 30px;
}

