/** Shopify CDN: Minification failed

Line 564:14 Expected identifier but found whitespace
Line 564:15 Unexpected "translateY("

**/

/* HOMEPAGE HERO */
/* .homepage-hero--wrapper .banner__content {
  transform: translate(0) !important;
} */

.rich-text__text {
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .homepage-hero--wrapper h2.banner__heading {
      font-size: 16vw;
      line-height: 0.9;
  }
}


/* HOME BADGES */
@media screen and (max-width: 750px) {
  .badge-large {
    width: 35% !important;
  }
}
/** PRODUCT CARD */
.card:not(.ratio) {
  height: 100% !important;
}

.card__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 1rem !important;
}

.card__information .card__heading.h5 a {
  font-family: var(--font-toroka-black) !important;
  font-size: clamp(3.2rem, 4.5vw, 40px);
  text-transform: none;
  line-height: 1;
  color: var(--product-fg-color, var(--color-blue-1));
  text-wrap-style: balance;
  margin-block-end: 0.5rem;
  letter-spacing: 0;
}

.card-information .caption-with-letter-spacing {
  font-family: var(--font-subheading-family);
  font-size: clamp(0.75rem, 4vw, 25px);
  letter-spacing: 0.05em;
  color: var(--product-fg-color, var(--color-blue-1));
  opacity: 1;
}

@media screen and (min-width: 990px) {
  .underline-links-hover:hover a {
    text-decoration: none !important;
  }
}

.product__title h1 {
  font-family: var(--font-toroka-black) !important;
  font-size: clamp(2rem, 10vw, 70px);
  color: var(--color-blue-1);
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .card .card__inner .card__media {
    border-radius: var(--product-card-corner-radius) !important;
  }
  .card__information .card__heading.h5 a {
    font-size: 22px;
    letter-spacing: -0.02rem;
    text-wrap-style: balance;
  }
  .card-information .caption-with-letter-spacing {
    font-size: 14px;
  }
}
/* PRODUCT ACCORDION */
/* PRODUCT PAGE */
.template--product .product__accordion .summary__title .h4.accordion__title {
  font-family: var(--font-subheading-family) !important;
  text-transform: uppercase !important;
  font-size: clamp(16px, 3.8vw, 24px);
}

.template--product .product__accordion .summary__title .svg-wrapper {
  align-self: center;
  fill: rgb(var(--color-foreground));
  height: calc(var(--font-heading-scale) * 2rem);
  margin-right: calc(var(--font-heading-scale) * 1rem);
  width: calc(var(--font-heading-scale) * 2rem);
  flex-shrink: 0;
}

.product__title {
  margin-block-end: 2rem;
}

.template--product .product__accordion {
  background-color: #fff !important;
  border-bottom: none !important;
  padding-inline: 2rem;
  margin: 0;
}

.template--product .product__accordion {
  border-top: none !important;
}

.template--product .product__accordion details {
  border-bottom: solid 2px var(--color-blue-2);
  padding-block: 2rem;
}

.template--product .product__accordion .accordion__content {
  padding: 0 !important;
}

.product__info-container:last-child {
  border-radius: 0 0 1rem 1rem !important;
}

.product__accordion-details-collapsible-row-3 {
  border-radius: 0 0 2rem 2rem !important;
}

.product__accordion-details-collapsible-row-3 details   {
  border-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  .product-info {
    overflow: hidden;
  }
    .product__media-list .product__media-item {
        width: 92vw !important;
        aspect-ratio: 1 / 1;
    }
    .product__media.media img {
      border-radius: var(--product-card-corner-radius) !important;
      overflow: hidden;
      object-fit: content;
    }
}
/** Feature Collection */

.featured-collection .collection__title {
  margin-block-end: 5vw !important;
}

.featured-collection .product-grid.contains-card {
  padding-block: 2rem;
}

.product-card-wrapper .card.card--card {
  background-color: var(--product-bg-color, var(--color-blue-2));
}

/** FIND US SECTION */

/** BANNER */

@media screen and (min-width: 900px) {
.banner__content {
    width: 100%;
    max-width: 100%;
    /* Removed transform that was causing overflow */
  }
}

.banner__text.rte.body {
  font-size: calc(1vw + 1rem);
    color: rgb(var(--color-foreground));
    max-width: 60rem;
    line-height: 1.3;
    text-wrap-style: balance;
}

.banner__text.rte.body p strong {
  font-family: var(--font-subheading-family);
  text-transform: uppercase;
  font-size: calc(2rem + 1vw);
}

@media screen and (max-width: 750px) {
  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    margin-top: auto;
  }
  .banner__text.rte.body {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  /* .banner__text.rte.body p strong {
    font-size: 15px !important;
  } */

  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 60rem !important;
  }

}

/* HOME Hero Section */
.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: 100vh !important;
}

@media screen and (max-width: 750px) {
  .banner--adapt,
  .banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: 96vh !important;
  }
}

/** HOMEPAGE */
/* HOMEPAGE FEATURED COLLECTION */

.collection__title h2 {
  max-width: 140rem;
  margin-inline: auto;
}

/** HOMEPAGE IMAGE WITH TEXT */
.home--image-with-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  border-radius: max(3rem, 40px);
  overflow: hidden;
}

.home--image-with-text .image-with-text__media img {
  max-width: 600px;
  object-fit: contain;
}

.home--image-with-text .image-with-text__text p {
  font-size: clamp(16px, 4.2vw, 27px);
  text-wrap: pretty;
  max-width: 580px;
}

@media screen and (min-width: 990px) {
  .home--image-with-text .image-with-text__content {
    padding: 2rem 4rem !important;
  }
}
@media screen and (max-width: 750px) {
  .home--image-with-text .image-with-text__grid.grid {
    flex-direction: column-reverse;
  }
  .image-with-text__content {
    padding: 2rem 1.5rem !important;
  }
  .image-with-text__text {
    max-width: 90%;
    margin-inline: auto;
  }
}

/** RICH TEXT SECTION */
@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 140rem !important;
  }
}

/** FAQ PAGE */
/* Hero Banner */
.section-faq--banner--wrapper .banner__content.banner__content--middle-left .banner__box {
  transform: translateY(-10%);
}

@media screen and (max-width: 900px) {
  .section-faq--banner--wrapper .banner__content.banner__content--middle-left .banner__box {
  margin: auto !important;
  transform: translateY(-25%);
}

}
/* Collapsible Content */
.collapsible-content-wrapper-narrow {
  max-width: max(100rem, 1200px) !important;
}

/* Ensure proper alignment of accordion summary items */
.collapsible-content summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.collapsible-content__header .caption-with-letter-spacing {
  text-transform: none !important;
  font-size: var(--font-size-24) !important;
  letter-spacing: 0.05em !important;
  color: var(--text-color) !important;
  max-width: 80rem;
  margin: 0 auto;
  text-wrap-style: pretty;
}
.collapsible-content summary:hover {
  background-color: transparent !important;
}
.collapsible-content summary:hover .accordion__title {
  text-decoration: none !important;
}

.collapsible-row-layout .accordion {
  /* border-bottom: solid 2px var(--text-color) !important; */
  padding-inline: 3rem;
  details {
    border-bottom: solid 2.5px var(--accordion-line-color) !important;
  }
}

.collapsible-row-layout .accordion:last-of-type details {
  border-bottom: none !important;
}

.collapsible-content summary h3.accordion__title {
  font-family: var(--font-subheading-family) !important;
  font-size: var(--font-size-27) !important;
  text-transform: uppercase;
}
.collapsible-content-wrapper-narrow .grid__item .accordion {
  margin-block-end: 0;
}

.collapsible-content-wrapper-narrow .grid__item .accordion details {
  padding-block: 2rem;
}

.accordion__content p, .caption-with-letter-spacing p {
  line-height: 1.3;
  font-size: max(2.25rem, 21px);
  letter-spacing: 0.05em;
  
}

.accordion__content p {
  max-width: 100rem;
}
/* Plus/Minus Toggle Icon for Collapsible Content */
.accordion__toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--text-color, currentColor);
}

.accordion__toggle-icon::before,
.accordion__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: transform 0.3s ease;
}
a[href="#allergy-friendly"] {
  color: var(--color-beige) !important;
}
/* Horizontal line (always visible) */
.accordion__toggle-icon::before {
  width: 20px;
  height: 3px;
}

/* Vertical line (visible when closed, hidden when open) */
.accordion__toggle-icon::after {
  width: 3px;
  height: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hide vertical line when details is open */
details[open] .accordion__toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.collapsible-row-layout .accordion:first-child {
  border-radius: 2rem 2rem 0 0 !important;
}

.collapsible-row-layout .accordion:last-child {
  border-radius: 0 0 2rem 2rem !important;
}

/* Single accordion in collapsible layout */
.collapsible-row-layout .accordion:only-child {
  border-radius: 2rem !important;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-scheme-1) {
  margin-block-start: 0 !important;
}

.collapsible-row-layout .accordion__content {
  margin-block-end: 0 !important;
}

.collapsible-content__heading {
  margin-block-end: 1rem !important;
}
.collapsible-content__header {
  margin-block-end: 3rem;
}

@media screen and (max-width: 750px) {
  .collapsible-row-layout .accordion {
    padding-inline: 1.5rem;
  }
  .collapsible-content__heading {
    line-height: 1;
    font-size: 4.25rem;
    text-wrap: balance;
  }
  .collapsible-content__header {
    margin-block-end: 1rem !important;
  }
  .accordion {
    margin-top: 1rem !important;
  }
  .caption-with-letter-spacing p, .accordion__content p {
    font-size: 15px;
  }
  .collapsible-content summary h3.accordion__title.h4 {
    font-size: 20px !important;
  }
  .collapsible-content-wrapper-narrow .grid__item .accordion details {
    padding: 1rem;
  }
}

/** PRODUCT PAGE */
.product__text {
  font-family: var(--font-accent-family) !important;
  color: var(--custom-dark-blue) !important;
  font-size: min(5vw, 27px);
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .product__title,
  .product__text {
    text-align: center;
    margin-block: 0.25rem !important;
  }

  .product__info-wrapper-mobile {
    display: block !important;
  }

  .product__info-wrapper-desktop .product__title, .product__info-wrapper-desktop .product__text {
    display: none;
  }
}


/*==== COLLECTION PAGE ===*/

.page-width.narrow-image {
      position: absolute;
      width: 100%;
      height: 100%;
    }
    .page-width.narrow-image .banner__media {
      position: relative !important;
      border-radius: 10px;
    }

.content-center--mobile .banner__box.content-container {
  margin-block: auto;
}
.content-center--mobile .banner__heading {
  position: relative;
}

.content-center--mobile .banner__heading::before {
      content: "";
    background-image: url(burst-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    pointer-events: none;
}

.content-center--mobile .banner__heading:after {
      content: "";
    background-image: url(burst-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    pointer-events: none;
    right: 0;

}

.card-information .price {
  display: none;
}
/* .rte a {
  color: 
} */
@media screen and (min-width: 750px) {
    .content-center--mobile .banner--desktop-transparent .banner__box {
        max-width: 130rem !important;
    }
     .page-width.narrow-image .banner__media {
          border-radius: max(3rem, 40px) !important;
        }
    .content-center--mobile .banner__heading::before {
    width: 5rem;
    height: 5rem;
    transform: translateX(-50px);
}

.content-center--mobile .banner__heading:after {
    width: 5rem;
    height: 5rem;
    z-index: 10;
    pointer-events: none;
    transform: rotate(-85deg);
    right: 7%;
}
}



/* Collection Page: hero banner */

.plp-hero--banner--wrapper {
  background-color: var(--custom-blue) !important;
  width: 100%;
  .banner__box {
    padding-top: 0 !important;
    transform: translateY(-65px) !important
    h2.banner__heading  {
      color: var(--custom-dark-blue) !important;
    }
  }
}
.plp-hero--banner.page-width .banner__media.media > * {
  height: 25%;
  object-fit: cover;
  margin-block-start: auto;
  bottom: 0;
}

@media screen and (min-width: 750px) {
  .template--collection .product-grid {
  max-width: 85vw;
  margin-inline: auto;
}
  .plp-hero--banner {
    height: 85vh;
    padding: 0;
  }

  .plp-hero--banner.page-width .banner__media.media > * {
  height: auto !important;
  object-fit: contain;
  margin-block-start: auto;
  bottom: 0;
}

  #plp-hero--banner .banner--desktop-transparent .banner__box {
    max-width: 130rem !important;
  }
}





/* FAQ PAGE */
  @media screen and (max-width: 750px) {
    .productlist-grid {
      gap: calc(var(--grid-mobile-horizontal-spacing) * 0.5) !important;
      grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
    .tab-button {
      font-size: 12px !important;
      padding: 6px 8px !important;
    }
    .tabs-nav {
      gap: 0.25rem;
      margin-bottom: calc(var(--grid-mobile-horizontal-spacing) * 1);
      justify-content: space-between;
    }
    .product-title {
      font-size: 12px !important;
      letter-spacing: 0 !important;
    }
  }

  @media screen and (max-width: 900px) {
    details .header__icon.header__icon--menu.header__icon--summary {
      position: relative;
    }
  
    .header__icon--menu[aria-expanded='true']::before {
      background-color: transparent !important;
    }
    .mega-menu-drawer__foreground {
      -webkit-mask: url(partake-shape--custom-1.svg) no-repeat center;
      -webkit-mask-size: contain;
      mask: url(partake-shape--custom-1.svg) no-repeat center;
      mask-size: contain;
      background-color: var(--custom-light-blue);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;  
    }
    .mega-menu-drawer__background {
      -webkit-mask: url(partake-shape--custom-1.svg) no-repeat center;
      -webkit-mask-size: contain;
      mask: url(partake-shape--custom-1.svg) no-repeat center;
      mask-size: contain;
      background-color: var(--custom-dark-blue);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;  
      transform: translate(4px, 4px);
    }
    .header__icon .svg-wrapper {
      background-color: var(--custom-light-blue);
      border-radius: 6px;
    }
    .header__heading:hover, .header__heading-link:hover {
      transform: translate(0, 0) !important;
    }
  }



.nutrition-facts.accordion__content .metafield-rich_text_field > p {
      font-size: 1em;
      margin-inline: 0 !important;
      margin-bottom: 1rem;
      border-bottom: solid 1px var(--custom-dark-blue);
      display: flex;
      justify-content: space-between;
      strong {
        -webkit-text-stroke: 0.5px;
        letter-spacing: 0.2px;
      }
      em {
        font-style: normal;
      }
    }

    .nutrition-facts.accordion__content .metafield-rich_text_field p:last-of-type {
      border-bottom: none;
    }

    .nutrition-facts.accordion__content .metafield-rich_text_field p:nth-of-type(-n+3) {
      border-bottom: none;
    }

    .nutrition-facts.accordion__content .metafield-rich_text_field h4 {
    font-size: 24px !important;
  }

  /* Plus/Minus toggle icons */
.summary__title {
  display: flex;
  justify-content: space-between;
}
.accordion-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-toggle-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke-width: 3;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.accordion-toggle-icon .icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}

details[open] .accordion-toggle-icon .icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}

details[open] .accordion-toggle-icon .icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}


#shopify-section-main-password-header  {
      background: transparent;
    position: fixed;
    z-index: 999;
}

.card__media .media img:first-of-type {
transform: scale(1.3);
}