/** Shopify CDN: Minification failed

Line 211:2 Unexpected "{"
Line 211:3 Expected identifier but found "%"
Line 211:32 Unexpected "{"
Line 211:33 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-collections (INDEX:49) */
.featured-collections {
  background-color: var(--fcs-bg, #ffffff);
  padding-top: var(--fcs-padding-top, 64px);
  padding-bottom: var(--fcs-padding-bottom, 64px);
}

.featured-collections__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--fcs-title-margin-bottom, 64px);
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 16px;
}

.featured-collections__title {
  font-family: var(--font-heading-family, 'Cardinal Fruit', serif);
  font-size: var(--fcs-title-size, 32px);
  font-weight: var(--fcs-title-weight, 500);
  color: var(--fcs-title-color, #3a3a3a);
  letter-spacing: var(--fcs-title-letter-spacing, -0.028em);
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

.featured-collections__title.text-left {
  text-align: left;
}

.featured-collections__title.text-center {
  text-align: center;
}

.featured-collections__title.text-right {
  text-align: right;
}

.featured-collections__grid {
  display: grid;
  grid-template-columns: repeat(var(--fcs-columns, 4), 1fr);
  gap: var(--fcs-row-gap, 36px) var(--fcs-gap, 36px);
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-collections__item {
  list-style: none;
}

.featured-collections__empty {
  text-align: center;
  color: #666;
  font-size: 16px;
  padding: 40px 20px;
}

@media screen and (max-width: 749px) {
  .featured-collections {
    padding-top: var(--fcs-padding-top-mobile, 36px);
    padding-bottom: var(--fcs-padding-bottom-mobile, 36px);
  }

  .featured-collections__wrapper {
    gap: var(--fcs-title-margin-bottom-mobile, 36px);
  }

  .featured-collections__title {
    font-size: var(--fcs-title-size-mobile, 28px);
  }

  .featured-collections__grid {
    grid-template-columns: repeat(var(--fcs-columns-mobile, 2), 1fr);
    gap: var(--fcs-row-gap-mobile, 12px) var(--fcs-gap-mobile, 12px);
  }
}
/* END_SECTION:featured-collections */

/* START_SECTION:two-column-split (INDEX:265) */
.two-column-split {
    background-color: var(--bg-color, transparent);
    padding-top: var(--padding-top-desktop, 60px);
    padding-bottom: var(--padding-bottom-desktop, 60px);
  }

  .two-column-split__container {
    max-width: var(--container-max-width, 1400px);
    margin: 0 auto;
    padding: 0 var(--container-padding, 20px);
  }

  .two-column-split__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-desktop, 40px);
    align-items: var(--alignment-desktop, center);
  }

  /* Wrapper mode - bordered container around columns */
  .two-column-split--wrapped .two-column-split__columns {
    background-color: var(--wrapper-bg-color, transparent);
    border: var(--wrapper-border-width, 1px) solid var(--wrapper-border-color, #F3EFE8);
    border-radius: var(--wrapper-border-radius, 16px);
    overflow: hidden;
    gap: 0;
  }

  /* Image stretch mode - image fills the height of content */
  .two-column-split--stretch .two-column-split__columns {
    align-items: stretch;
  }

  .two-column-split--stretch .column-block {
    display: flex;
    flex-direction: column;
  }

  .two-column-split--stretch .column-block__content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  /* Make images in stretch mode fill the column */
  .two-column-split--stretch .column-block__content .content-image,
  .two-column-split--stretch .column-block__content > figure,
  .two-column-split--stretch .column-block__content > .image-wrapper {
    flex: 1;
    min-height: 0;
    width: 100%;
  }

  .two-column-split--stretch .content-image__wrapper {
    height: 100%;
  }

  .two-column-split--stretch .content-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .two-column-split {
      padding-top: var(--padding-top-mobile, 40px);
      padding-bottom: var(--padding-bottom-mobile, 40px);
    }

    .two-column-split__columns {
      grid-template-columns: 1fr;
      gap: var(--gap-mobile, 24px);
      align-items: var(--alignment-mobile, center);
    }

    /* Wrapper mode on mobile */
    .two-column-split--wrapped .two-column-split__columns {
      border-radius: var(--wrapper-border-radius-mobile, 16px);
    }

    /* Image stretch mode on mobile - constrain image height */
    .two-column-split--stretch .column-block__content .content-image,
    .two-column-split--stretch .column-block__content > figure,
    .two-column-split--stretch .column-block__content > .image-wrapper {
      flex: none;
      max-height: var(--mobile-image-height, 200px);
    }

    .two-column-split--stretch .content-image__wrapper {
      height: auto;
      max-height: var(--mobile-image-height, 200px);
    }
  }
/* END_SECTION:two-column-split */

/* CSS from block stylesheet tags */
/* START_BLOCK:_menu-button (INDEX:276) */
.menu-button {
  display: flex;
  justify-content: center;
  margin-top: var(--btn-margin-top-desktop, 0px);
  margin-bottom: var(--btn-margin-bottom-desktop, 0px);
  order: 2;
  width: 100%;
}

.menu-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--btn-padding-y-desktop, 8px) var(--btn-padding-x-desktop, 24px);
  background-color: var(--btn-bg, #f3efe8);
  color: var(--btn-color, #3a3a3a);
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: var(--btn-font-size-desktop, 16px);
  {% comment %}font-weight: 600;{% endcomment %}
  border-radius: var(--btn-border-radius, 8px);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.menu-button__link:hover {
  background-color: var(--btn-hover-bg, #e5e1d8);
  color: var(--btn-hover-color, #3a3a3a);
}

/* Visibility overrides to preserve flex display */
@media (min-width: 750px) {
  .menu-button.hide-mobile {
    display: flex !important;
  }
}

@media (min-width: 990px) {
  .menu-button.hide-tablet {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .menu-button {
    margin-top: var(--btn-margin-top-mobile, 0px);
    margin-bottom: var(--btn-margin-bottom-mobile, 0px);
  }
  
  .menu-button__link {
    padding: var(--btn-padding-y-mobile, 8px) var(--btn-padding-x-mobile, 24px);
    font-size: var(--btn-font-size-mobile, 14px);
  }
}
/* END_BLOCK:_menu-button */

/* START_BLOCK:_menu-featured-card (INDEX:277) */
.menu-featured-card {
  display: grid;
  grid-template-columns: var(--image-width-desktop, 45%) 1fr;
  background-color: var(--card-bg, #f3efe8);
  border-radius: var(--card-radius, 8px);
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  position: relative;
}

/* Visibility overrides to preserve grid display */
@media (min-width: 750px) {
  .menu-featured-card.hide-mobile {
    display: grid !important;
  }
}

@media (min-width: 990px) {
  .menu-featured-card.hide-tablet {
    display: grid !important;
  }
}

.menu-featured-card--left {
  order: -1;
}

.menu-featured-card--right {
  order: 1;
}

.menu-featured-card__image {
  width: 100%;
  height: 100%;
  min-width: var(--min-image-width-desktop, auto);
  min-height: var(--min-image-height-desktop, auto);
  overflow: hidden;
  border-radius: var(--image-border-radius, 0px);
}

.menu-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: var(--image-fit, cover);
  display: block;
}

.menu-featured-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--content-padding, 16px);
  justify-content: var(--content-align-vertical-desktop, flex-start);
  align-items: var(--content-align-horizontal-desktop, flex-start);
  text-align: var(--content-align-horizontal-desktop, left);
}

.menu-featured-card__tag {
  font-family: var(--tag-font, 'Brandon Grotesque', sans-serif);
  color: var(--tag-color, #3a3a3a);
  font-size: var(--tag-size-desktop, 14px);
  font-weight: var(--tag-weight, 500);
  letter-spacing: var(--tag-spacing, 0px);
  margin: 0;
}

.menu-featured-card__tag--uppercase {
  text-transform: uppercase;
}

.menu-featured-card__tag--capitalize {
  text-transform: capitalize;
}

.menu-featured-card__tag--lowercase {
  text-transform: lowercase;
}

.menu-featured-card__title {
  font-family: var(--title-font, 'Cardinal Fruit', sans-serif);
  color: var(--title-color, #3a3a3a);
  font-size: var(--title-size-desktop, 24px);
  font-weight: var(--title-weight, 500);
  line-height: var(--title-line-height, 1.08);
  letter-spacing: var(--title-spacing, 0px);
  margin: 0;
}

.menu-featured-card__title--uppercase {
  text-transform: uppercase;
}

.menu-featured-card__title--capitalize {
  text-transform: capitalize;
}

.menu-featured-card__title--lowercase {
  text-transform: lowercase;
}

.menu-featured-card__description {
  font-family: var(--desc-font, 'Brandon Grotesque', sans-serif);
  color: var(--desc-color, #3a3a3a);
  font-size: var(--desc-size-desktop, 14px);
  font-weight: var(--desc-weight, 400);
  margin: 0;
}

.menu-featured-card__description--uppercase {
  text-transform: uppercase;
}

.menu-featured-card__description--capitalize {
  text-transform: capitalize;
}

.menu-featured-card__description--lowercase {
  text-transform: lowercase;
}

.menu-featured-card__button-wrapper {
  margin-top: 8px;
}

.menu-featured-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--btn-padding-y, 8px) var(--btn-padding-x, 24px);
  background-color: var(--btn-bg, #f3efe8);
  color: var(--btn-color, #3a3a3a);
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: var(--btn-font-size, 16px);
  font-weight: 600;
  border-radius: var(--btn-radius, 50px);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.menu-featured-card__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopify-design-mode .menu-featured-card__button:before {
  display: none;
}

.menu-featured-card__button:hover {
  background-color: var(--btn-hover-bg, #e5e1d8);
  color: var(--btn-hover-color, #3a3a3a);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .menu-featured-card {
    grid-template-columns: var(--image-width-mobile, 50%) 1fr;
    max-width: 100%;
  }

  .menu-featured-card__image {
    min-width: var(--min-image-width-mobile, auto);
    min-height: var(--min-image-height-mobile, auto);
    max-height: var(--image-height-mobile, 150px);
  }
  
  .menu-featured-card__content {
    padding: var(--content-padding-mobile, 16px);
    justify-content: var(--content-align-vertical-mobile, flex-start);
    align-items: var(--content-align-horizontal-mobile, flex-start);
    text-align: var(--content-align-horizontal-mobile, left);
  }

  .menu-featured-card__button {
    font-size: var(--btn-font-size-mobile, 14px);
  }

  .menu-featured-card__tag {
    font-size: var(--tag-size-mobile, 12px);
  }

  .menu-featured-card__title {
    font-size: var(--title-size-mobile, 20px);
  }

  .menu-featured-card__description {
    font-size: var(--desc-size-mobile, 12px);
  }
}

/* Featured card in mobile menu */
@media (max-width: 749px) {
  .header__nav.is-open .menu-featured-card {
    /* Featured card should not have bottom border like nav items */
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }

  /* Reduce margin between consecutive featured cards */
  .header__nav.is-open .header__nav-item:has(.menu-featured-card) + .header__nav-item:has(.menu-featured-card) {
    margin-top: -8px; /* Compensate for 24px gap to make it 16px */
  }
}
/* END_BLOCK:_menu-featured-card */

/* START_BLOCK:_menu-goal-item (INDEX:278) */
.menu-goal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  border: var(--item-border-width, 0.5px) solid var(--item-border-color, #acacac);
  border-radius: var(--item-border-radius, 8px);
  padding-inline: var(--card-padding-inline, 0px);
  padding-block: var(--card-padding-block, 0px);
  transition: opacity 0.2s;
  overflow: hidden;
  gap: var(--content-gap, 0px);
  min-height: 110px;
  justify-content: center;
}

.menu-goal-item:hover {
  opacity: 0.85;
}

/* Visibility overrides to preserve flex display */
@media (min-width: 750px) {
  .menu-goal-item.hide-mobile {
    display: flex !important;
  }
}

@media (min-width: 990px) {
  .menu-goal-item.hide-tablet {
    display: flex !important;
  }
}

.menu-goal-item__icon-container {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: var(--icon-align, center);
  overflow: hidden;
  flex-shrink: 0;
}

.menu-goal-item__icon {
  width: auto;
  height: auto;
  max-width: var(--icon-max-width-desktop, 42px);
  max-height: var(--icon-max-height-desktop, 34px);
  object-fit: contain;
  display: block;
}

.menu-goal-item__text-container  > *,
.menu-goal-item__text-container {
  font-family: var(--text-font, 'Brandon Grotesque', sans-serif);
  font-weight: var(--text-weight, 400);
  color: var(--text-color, #3a3a3a);
  font-size: var(--text-size-desktop, 16px);
  line-height: 1.625;
  text-align: var(--text-align, center);
  text-transform: var(--text-transform, none);
  width: 100%;
  align-items: var(--text-container-align, center);
}

@media (max-width: 768px) {
  .menu-goal-item {
    padding-inline: var(--card-padding-inline-mobile, 0px);
    padding-block: var(--card-padding-block-mobile, 0px);
  }

  .menu-goal-item__icon-container {
    width: 100%;
    height: 50px;
  }

  .menu-goal-item__icon {
    max-width: var(--icon-max-width-mobile, 42px);
    max-height: var(--icon-max-height-mobile, 34px);
  }

  .menu-goal-item__text-container {
    width: 100%;
  }

  .menu-goal-item__text {
    font-size: var(--text-size-mobile, 16px);
  }
}
/* END_BLOCK:_menu-goal-item */

/* START_BLOCK:_menu-learn (INDEX:280) */
.menu-learn {
  display: none;
}

/* Desktop only - show at > 768px */
@media (min-width: 769px) {
  .menu-learn {
    display: block;
  }
}

/* Visibility overrides to preserve block display */
@media (min-width: 750px) {
  .menu-learn.hide-mobile {
    display: block !important;
  }
}

@media (min-width: 990px) {
  .menu-learn.hide-tablet {
    display: block !important;
  }
}

.menu-learn__content {
  display: flex;
  gap: var(--column-gap, 32px);
  align-items: flex-start;
}

.menu-learn__columns {
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), 1fr);
  gap: var(--column-gap, 32px);
  flex: 1;
}

.menu-learn__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.menu-learn__heading {
  font-family: var(--heading-font, 'Cardinal Fruit', sans-serif);
  font-size: var(--heading-size, 18px);
  letter-spacing: var(--heading-spacing, 0px);
  color: var(--heading-color, #3a3a3a);
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.menu-learn__heading:hover {
  color: var(--link-hover-color, #3a3a3a);
}

.menu-learn__heading--no-link {
  cursor: default;
}

.menu-learn__heading--no-link:hover {
  color: var(--heading-color, #3a3a3a);
}

.menu-learn__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-learn__list-item {
  margin: 0;
  padding: 0;
}

.menu-learn__link {
  font-family: var(--link-font, 'Brandon Grotesque', sans-serif);
  font-size: var(--link-size, 14px);
  letter-spacing: var(--link-spacing, 0px);
  color: var(--link-color, #3a3a3a);
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.menu-learn__link:hover {
  color: var(--link-hover-color, #3a3a3a);
}

.menu-learn__featured {
  display: flex;
  gap: 16px;
}
/* END_BLOCK:_menu-learn */

/* START_BLOCK:_menu-product-item (INDEX:281) */
.menu-product-item {
  display: flex;
  text-decoration: none;
  border: var(--item-border-width, 1px) solid var(--item-border-color, transparent);
  border-radius: var(--item-border-radius, 0px);
  transition: opacity 0.2s;
  overflow: hidden;
}

/* Visibility overrides to preserve flex display */
@media (min-width: 750px) {
  .menu-product-item.hide-mobile {
    display: flex !important;
  }
}

@media (min-width: 990px) {
  .menu-product-item.hide-tablet {
    display: flex !important;
  }
}

.menu-product-item:hover {
  opacity: 0.85;
}

/* Desktop layout directions */
.menu-product-item--desktop-horizontal {
  flex-direction: row;
  align-items: center;
  min-height: var(--min-image-height-desktop, 80px);
}

.menu-product-item--desktop-vertical {
  flex-direction: column;
  align-items: stretch;
}

.menu-product-item__image {
  width: var(--image-width-desktop, 100px);
  min-width: var(--min-image-width-desktop, 80px);
  overflow: hidden;
  border-radius: var(--image-border-radius, 0px);
  flex-shrink: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* For horizontal desktop layout, image height stretches to match content */
.menu-product-item--desktop-horizontal .menu-product-item__image {
  height: 100%;
  min-height: var(--min-image-height-desktop, 80px);
}

/* For vertical desktop layout, image has fixed height */
.menu-product-item--desktop-vertical .menu-product-item__image {
  height: var(--image-height-desktop, 100px);
  min-height: var(--min-image-height-desktop, 80px);
}

.menu-product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: var(--image-fit, cover);
  display: block;
}

.menu-product-item__content {
  padding: var(--content-padding, 0px);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  justify-content: var(--content-align-vertical-desktop, flex-start);
  align-items: var(--content-align-horizontal-desktop, flex-start);
  text-align: var(--content-align-horizontal-desktop, left);
}

.menu-product-item__title {
  font-family: var(--title-font, 'Cardinal Fruit', sans-serif);
  color: var(--title-color, #3a3a3a);
  font-size: var(--title-size-desktop, 16px);
  font-weight: var(--title-weight, 600);
  display: block;
}

.menu-product-item__title--uppercase {
  text-transform: uppercase;
}

.menu-product-item__title--capitalize {
  text-transform: capitalize;
}

.menu-product-item__title--lowercase {
  text-transform: lowercase;
}

.menu-product-item__description {
  font-family: var(--desc-font, 'Brandon Grotesque', sans-serif);
  color: var(--desc-color, #666666);
  font-size: var(--desc-size-desktop, 14px);
  font-weight: var(--desc-weight, 400);
  display: block;
}

.menu-product-item__description--uppercase {
  text-transform: uppercase;
}

.menu-product-item__description--capitalize {
  text-transform: capitalize;
}

.menu-product-item__description--lowercase {
  text-transform: lowercase;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  /* Mobile layout directions override desktop */
  .menu-product-item--mobile-horizontal {
    flex-direction: row !important;
    align-items: center !important;
    min-height: var(--min-image-height-mobile, 60px);
  }

  .menu-product-item--mobile-vertical {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  /* Mobile image sizing */
  .menu-product-item__image {
    width: var(--image-width-mobile, 80px);
    min-width: var(--min-image-width-mobile, 60px);
  }

  /* For horizontal mobile layout, image height stretches to match content */
  .menu-product-item--mobile-horizontal .menu-product-item__image {
    height: 100%;
    min-height: var(--min-image-height-mobile, 60px);
  }

  /* For vertical mobile layout, image has fixed height */
  .menu-product-item--mobile-vertical .menu-product-item__image {
    width: 100%;
    height: var(--image-height-mobile, 80px);
    min-height: var(--min-image-height-mobile, 60px);
  }

  .menu-product-item__title {
    font-size: var(--title-size-mobile, 14px);
  }

  .menu-product-item__description {
    font-size: var(--desc-size-mobile, 12px);
  }

  .menu-product-item__content {
    justify-content: var(--content-align-vertical-mobile, flex-start);
    align-items: var(--content-align-horizontal-mobile, flex-start);
    text-align: var(--content-align-horizontal-mobile, left);
  }
}
/* END_BLOCK:_menu-product-item */

/* START_BLOCK:_menu-product-wrapper (INDEX:282) */
.mega-menu__products {
  display: grid;
  grid-template-columns: repeat(var(--columns, 2), 1fr);
  column-gap: var(--column-gap, 16px);
  row-gap: var(--row-gap, 16px);
}

/* Visibility overrides to preserve grid display */
@media (min-width: 750px) {
  .mega-menu__products.hide-mobile {
    display: grid !important;
  }
}

@media (min-width: 990px) {
  .mega-menu__products.hide-tablet {
    display: grid !important;
  }
}

@media (max-width: 768px) {
  .mega-menu__products {
    grid-template-columns: repeat(var(--columns-mobile, 2), 1fr);
    width: 100%;
  }
}
/* END_BLOCK:_menu-product-wrapper */

/* START_BLOCK:banner-center (INDEX:299) */
.banner-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
    max-width: 800px;
    text-align: center;
    padding: var(--bc-pad-y-d) var(--bc-pad-x-d);
    background-color: var(--bc-bg);
    border-radius: var(--bc-radius);
  }

  .banner-center__heading {
    margin: 0 0 var(--bc-head-mb-d);
    line-height: 1.2;
    color: var(--bc-heading-color);
    font-family: var(--bc-heading-font);
    font-weight: var(--bc-heading-weight);
    font-size: var(--bc-heading-size-d);
    word-break: break-word;
    letter-spacing: -1px;
  }

  .banner-center__text {
    margin: 0 0 var(--bc-sub-mb-d);
    width: 100%;
    max-width: var(--bc-sub-max-width);
    margin-left: auto;
    margin-right: auto;
    line-height: var(--bc-sub-line-height-d);
    color: var(--bc-sub-color);
    font-family: var(--bc-sub-font);
    font-weight: var(--bc-sub-weight);
    font-size: var(--bc-sub-size-d);
  }

  .banner-center__text p { margin: 0; line-height: inherit; }
  .banner-center__text p:not(:last-child) { margin-bottom: 10px; }

  .banner-center__btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1.2;
    background-color: var(--bc-btn-bg);
    color: var(--bc-btn-text);
    border: var(--bc-btn-border-width) solid var(--bc-btn-border-color);
    border-radius: var(--bc-btn-radius);
    font-family: var(--font-body-family);
    font-size: var(--bc-btn-size-d);
    padding: var(--bc-btn-pad-y) var(--bc-btn-pad-x);
  }

  .banner-center__btn:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 768px) {
    .banner-center {
      width: 95%;
      max-width: 90%;
      padding: var(--bc-pad-y-m) var(--bc-pad-x-m);
    }

    .banner-center__heading {
      font-size: var(--bc-heading-size-m);
      margin-bottom: var(--bc-head-mb-m);
    }

    .banner-center__text {
      font-size: var(--bc-sub-size-m);
      line-height: var(--bc-sub-line-height-m);
      margin-bottom: var(--bc-sub-mb-m);
    }

    .banner-center__btn {
      font-size: var(--bc-btn-size-m);
      padding: var(--bc-btn-pad-y-m) var(--bc-btn-pad-x-m);
    }
  }
/* END_BLOCK:banner-center */

/* START_BLOCK:banner-column (INDEX:300) */
.banner-column {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 400px;
width: 100%;
}

.banner-column__clickable-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4; /* Sits above media and overlay, but below buttons if handled correctly */
}

.banner-column--justify-d-top { justify-content: flex-start; }
.banner-column--justify-d-center { justify-content: center; }
.banner-column--justify-d-bottom { justify-content: flex-end; }

.banner-column__media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.banner-column__media-wrapper {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.banner-column__media-wrapper--desktop { display: block; }
.banner-column__media-wrapper--mobile { display: none; }

.banner-column__media-item {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.banner-column__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}

.banner-column__content {
position: relative;
z-index: 3;
width: 100%;
max-width: var(--bc-content-max-width-d, 600px);
padding: var(--bc-pad-y-d) var(--bc-pad-x-d);
}

/* Content Position Desktop */
.banner-column__content--position-d-left { margin-right: auto; margin-left: 0; }
.banner-column__content--position-d-center { margin-left: auto; margin-right: auto; }
.banner-column__content--position-d-right { margin-left: auto; margin-right: 0; }

/* Text Alignment Desktop */
.banner-column__content--text-d-left { text-align: left; }
.banner-column__content--text-d-center { text-align: center; }
.banner-column__content--text-d-right { text-align: right; }

/* Fallback content styles */
.banner-column__heading {
margin: 0 0 var(--bc-head-mb-d);
line-height: 1.2;
color: var(--bc-heading-color);
font-family: var(--bc-heading-font);
font-weight: var(--bc-heading-weight);
font-size: var(--bc-heading-size-d);
word-break: break-word;
letter-spacing: -1px;
}

.banner-column__text {
margin: 0 0 var(--bc-sub-mb-d);
width: 100%;
max-width: var(--bc-sub-max-width);
line-height: var(--bc-sub-line-height-d);
color: var(--bc-sub-color);
font-family: var(--bc-sub-font);
font-weight: var(--bc-sub-weight);
font-size: var(--bc-sub-size-d);
}

.banner-column__text p { margin: 0; line-height: inherit; }
.banner-column__text p:not(:last-child) { margin-bottom: 10px; }

.banner-column__btn {
display: inline-block;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
line-height: 1.2;
background-color: var(--bc-btn-bg);
color: var(--bc-btn-text);
border: var(--bc-btn-border-width) solid var(--bc-btn-border-color);
border-radius: var(--bc-btn-radius);
font-family: var(--font-body-family);
font-size: var(--bc-btn-size-d);
padding: var(--bc-btn-pad-y) var(--bc-btn-pad-x);
}

.banner-column__btn:hover {
opacity: 0.85;
}

.banner-column__btn,
.banner-column__content a:not(.banner-column__clickable-overlay) {
position: relative;
z-index: 5;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
.banner-column--hide-mobile {
display: none !important;
}

.banner-column--justify-m-top { justify-content: flex-start; }
.banner-column--justify-m-center { justify-content: center; }
.banner-column--justify-m-bottom { justify-content: flex-end; }

.banner-column__media--has-mobile .banner-column__media-wrapper--desktop { display: none; }
.banner-column__media--has-mobile .banner-column__media-wrapper--mobile { display: block; }

.banner-column__content {
padding: var(--bc-pad-y-m) var(--bc-pad-x-m);
max-width: var(--bc-content-max-width-m, var(--bc-content-max-width-d, 600px));
}

/* Content Position Mobile */
.banner-column__content--position-m-left { margin-right: auto; margin-left: 0; }
.banner-column__content--position-m-center { margin-left: auto; margin-right: auto; }
.banner-column__content--position-m-right { margin-left: auto; margin-right: 0; }

/* Text Alignment Mobile */
.banner-column__content--text-m-left { text-align: left; }
.banner-column__content--text-m-center { text-align: center; }
.banner-column__content--text-m-right { text-align: right; }

.banner-column__heading {
font-size: var(--bc-heading-size-m);
margin-bottom: var(--bc-head-mb-m);
}

.banner-column__text {
font-size: var(--bc-sub-size-m);
line-height: var(--bc-sub-line-height-m);
margin-bottom: var(--bc-sub-mb-m);
}

.banner-column__btn {
font-size: var(--bc-btn-size-m);
padding: var(--bc-btn-pad-y-m) var(--bc-btn-pad-x-m);
}
}
/* END_BLOCK:banner-column */

/* START_BLOCK:banner-tag (INDEX:301) */
.banner-tag {
    display: inline-block;
    color: var(--tag-text-color, #000000);
    background-color: var(--tag-bg-color, transparent);
    border: var(--tag-border-width, 1px) solid var(--tag-border-color, #000000);
    font-size: var(--tag-font-size-desktop, 12px);
    font-weight: var(--tag-font-weight, 600);
    letter-spacing: var(--tag-letter-spacing, 1px);
    text-transform: uppercase;
    padding: var(--tag-padding-y-desktop, 8px) var(--tag-padding-x-desktop, 16px);
    border-radius: var(--tag-border-radius, 0);
    margin-bottom: var(--tag-margin-bottom-desktop, 16px);
    line-height: 1.2;
  }

  @media (max-width: 768px) {
    .banner-tag {
      font-size: var(--tag-font-size-mobile, 10px);
      padding: var(--tag-padding-y-mobile, 6px) var(--tag-padding-x-mobile, 12px);
      margin-bottom: var(--tag-margin-bottom-mobile, 12px);
    }
  }
/* END_BLOCK:banner-tag */

/* START_BLOCK:collection-card (INDEX:306) */
.collection-card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--cc-card-bg, #ffffff);
  border: var(--cc-border-width, 1px) solid var(--cc-border-color, #f3efe8);
  border-radius: var(--cc-border-radius, 16px);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.collection-card:focus {
  outline: 2px solid var(--color-focus, #3a3a3a);
  outline-offset: 2px;
}

.collection-card:focus:not(:focus-visible) {
  outline: none;
}

.collection-card:focus-visible {
  outline: 2px solid var(--color-focus, #3a3a3a);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (forced-colors: active) {
  .collection-card:focus-visible {
    outline: 3px solid CanvasText;
  }
}

.collection-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: var(--cc-image-height, 73%);
  overflow: hidden;
}

.collection-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-card:hover .collection-card__image,
.collection-card:focus-visible .collection-card__image {
  transform: scale(1.03);
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .collection-card {
    transition: none;
  }

  .collection-card__image {
    transition: none;
  }

  .collection-card:hover .collection-card__image,
  .collection-card:focus-visible .collection-card__image {
    transform: none;
  }

  .collection-card:hover {
    transform: none;
  }
}

.collection-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.collection-card__placeholder-svg {
  width: 60%;
  height: 60%;
  opacity: 0.5;
}

.collection-card__title-wrapper {
  padding: var(--cc-title-padding-y, 16px) var(--cc-title-padding-x, 24px);
  background-color: var(--cc-title-bg, transparent);
}

.collection-card__title {
  display: block;
  font-family: var(--font-heading-family, 'Cardinal Fruit', serif);
  font-size: var(--cc-title-size, 28px);
  font-weight: var(--cc-title-weight, 500);
  color: var(--cc-title-color, #3a3a3a);
  letter-spacing: var(--cc-title-letter-spacing, -0.028em);
  line-height: 1.2;
}

.collection-card__arrow {
  display: inline;
}

@media screen and (max-width: 749px) {
  .collection-card {
    border-width: var(--cc-border-width-mobile, 1px);
    border-radius: var(--cc-border-radius-mobile, 8px);
  }

  .collection-card__image-wrapper {
    padding-top: var(--cc-image-height-mobile, 76%);
  }

  .collection-card__title-wrapper {
    padding: var(--cc-title-padding-y-mobile, 12px) var(--cc-title-padding-x-mobile, 15px);
  }

  .collection-card__title {
    font-size: var(--cc-title-size-mobile, 20px);
  }
}
/* END_BLOCK:collection-card */

/* START_BLOCK:column (INDEX:307) */
.column-block {
    padding: var(--column-padding-y-desktop, 20px) var(--column-padding-x-desktop, 20px);
  }

  .column-block__content {
    display: flex;
    flex-direction: column;
    gap: var(--column-gap-desktop, 20px);
    align-items: var(--column-alignment-desktop, flex-start);
    width: 100%;
  }

  /* Alignment modifiers for desktop */
  .column-block__content > * {
    text-align: var(--column-alignment-desktop, left);
  }

  @media (max-width: 768px) {
    .column-block {
      padding: var(--column-padding-y-mobile, 16px) var(--column-padding-x-mobile, 16px);
    }

    .column-block__content {
      gap: var(--column-gap-mobile, 16px);
      align-items: var(--column-alignment-mobile, center);
    }

    .column-block__content > * {
      text-align: var(--column-alignment-mobile, center);
    }

    /* Force this column to appear first on mobile */
    .column-block--mobile-first {
      order: -1;
    }
  }
/* END_BLOCK:column */

/* START_BLOCK:content-button (INDEX:308) */
.content-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: var(--button-bg, #000000);
    color: var(--button-text, #ffffff);
    border: var(--button-border-width, 0) solid var(--button-border-color, transparent);
    border-radius: var(--button-border-radius, 4px);
    padding: var(--button-padding-y-desktop, 12px) var(--button-padding-x-desktop, 24px);
    font-size: var(--button-font-size-desktop, 16px);
    font-weight: var(--button-font-weight, 500);
    line-height: 1.2;
  }

  .content-button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

  .content-button:active {
    transform: translateY(0);
  }

  /* Styles */
  .content-button--outline {
    background-color: transparent;
    border-color: var(--button-bg, #000000);
    color: var(--button-bg, #000000);
  }

  .content-button--outline:hover {
    background-color: var(--button-bg, #000000);
    color: var(--button-text, #ffffff);
  }

  .content-button--text {
    background-color: transparent;
    border-color: transparent;
    color: var(--button-bg, #000000);
  }

  .content-button--text:hover {
    opacity: 0.7;
    transform: none;
  }

  /* Full width modifier */
  .content-button--full-width {
    width: 100%;
  }

  @media (max-width: 768px) {
    .content-button {
      padding: var(--button-padding-y-mobile, 10px) var(--button-padding-x-mobile, 20px);
      font-size: var(--button-font-size-mobile, 14px);
    }

    .content-button--full-width-mobile {
      width: 100%;
    }
  }
/* END_BLOCK:content-button */

/* START_BLOCK:content-description (INDEX:309) */
.content-description {
    color: var(--description-color, #666666);
    font-size: var(--description-font-size-desktop, 16px);
    font-weight: var(--description-font-weight, 400);
    line-height: var(--description-line-height-desktop, 1.6);
    letter-spacing: var(--description-letter-spacing, 0px);
    margin: 0 0 var(--description-margin-bottom-desktop, 24px) 0;
    width: 100%;
    max-width: var(--description-max-width, none);
  }

  .content-description p:first-child {
    margin-top: 0;
  }

  .content-description p:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 768px) {
    .content-description {
      font-size: var(--description-font-size-mobile, 14px);
      line-height: var(--description-line-height-mobile, 1.6);
      margin-bottom: var(--description-margin-bottom-mobile, 16px);
    }
  }
/* END_BLOCK:content-description */

/* START_BLOCK:content-image (INDEX:310) */
.content-image {
    width: var(--image-width-desktop, 100%);
    max-width: 100%;
  }

  .content-image__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--image-border-radius, 0px);
    border: var(--image-border-width, 0px) solid var(--image-border-color, transparent);
  }

  .content-image__img {
    width: 100%;
    height: var(--image-height-desktop, auto);
    object-fit: var(--image-object-fit, cover);
    display: block;
  }

  /* Aspect ratio variants */
  .content-image--square .content-image__wrapper {
    aspect-ratio: 1 / 1;
  }

  .content-image--portrait .content-image__wrapper {
    aspect-ratio: 3 / 4;
  }

  .content-image--landscape .content-image__wrapper {
    aspect-ratio: 4 / 3;
  }

  .content-image--wide .content-image__wrapper {
    aspect-ratio: 16 / 9;
  }

  .content-image--square .content-image__img,
  .content-image--portrait .content-image__img,
  .content-image--landscape .content-image__img,
  .content-image--wide .content-image__img {
    height: 100%;
  }

  @media (max-width: 768px) {
    .content-image {
      width: var(--image-width-mobile, 100%);
    }

    .content-image__img {
      height: var(--image-height-mobile, auto);
    }
  }
/* END_BLOCK:content-image */

/* START_BLOCK:content-list (INDEX:311) */
.content-list {
    width: 100%;
    color: var(--list-text-color, #333333);
    font-size: var(--list-font-size-desktop, 16px);
  }

  /* Target all ul/ol inside content-list */
  .content-list ul,
  .content-list ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(var(--list-columns-desktop, 1), 1fr);
    gap: var(--list-gap, 12px);
    column-gap: 24px;
  }

  .content-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-left: calc(var(--list-icon-size, 20px) + 12px);
    line-height: 1.5;
  }

  .content-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: var(--list-icon-size, 20px);
    height: var(--list-icon-size, 20px);
    flex-shrink: 0;
    color: var(--list-icon-color, #000000);
  }

  /* Bullet (default) */
  .content-list--bullet li::before {
    content: '•';
    font-size: 1.5em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    top: 0;
  }

  /* Check mark */
  .content-list--check li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) opacity(1);
  }

  /* Arrow */
  .content-list--arrow li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Star */
  .content-list--star li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Circle */
  .content-list--circle li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Custom icon */
  .content-list--custom li::before {
    content: '';
    background-image: var(--list-icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Nested lists */
  .content-list ul ul,
  .content-list ul ol,
  .content-list ol ul,
  .content-list ol ol {
    margin-top: var(--list-gap, 12px);
    grid-template-columns: 1fr;
  }

  @media (max-width: 768px) {
    .content-list {
      font-size: var(--list-font-size-mobile, 14px);
    }

    .content-list ul,
    .content-list ol {
      grid-template-columns: repeat(var(--list-columns-mobile, 1), 1fr);
    }
  }
/* END_BLOCK:content-list */

/* START_BLOCK:content-title (INDEX:312) */
.content-title {
    color: var(--title-color, #000000);
    font-size: var(--title-font-size-desktop, 32px);
    font-weight: var(--title-font-weight, 600);
    line-height: var(--title-line-height-desktop, 1.2);
    letter-spacing: var(--title-letter-spacing, 0px);
    margin: 0 0 var(--title-margin-bottom-desktop, 16px) 0;
    width: 100%;
  }

  @media (max-width: 768px) {
    .content-title {
      font-size: var(--title-font-size-mobile, 24px);
      line-height: var(--title-line-height-mobile, 1.2);
      margin-bottom: var(--title-margin-bottom-mobile, 12px);
    }
  }
/* END_BLOCK:content-title */

/* START_BLOCK:content-video (INDEX:313) */
.content-video {
    width: var(--video-width-desktop, 100%);
    max-width: 100%;
  }

  .content-video__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--video-border-radius, 0px);
    border: var(--video-border-width, 0px) solid var(--video-border-color, transparent);
    background-color: #000;
  }

  .content-video__element,
  .content-video__iframe {
    width: 100%;
    height: var(--video-height-desktop, auto);
    object-fit: var(--video-object-fit, cover);
    display: block;
  }

  .content-video__iframe {
    aspect-ratio: 16 / 9;
  }

  /* Poster overlay (for iframes on mobile) */
  .content-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 1;
  }

  .content-video__poster img {
    width: 100%;
    height: 100%;
    object-fit: var(--video-object-fit, cover);
  }

  .content-video__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 0;
  }

  .content-video__play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .content-video__poster--mobile {
    display: none;
  }

  @media (max-width: 768px) {
    .content-video__poster--mobile {
      display: block;
    }

    /* Hide poster when video is playing */
    .content-video--playing .content-video__poster {
      display: none;
    }
  }

  /* Aspect ratio variants */
  .content-video--square .content-video__wrapper {
    aspect-ratio: 1 / 1;
  }

  .content-video--portrait .content-video__wrapper {
    aspect-ratio: 3 / 4;
  }

  .content-video--landscape .content-video__wrapper {
    aspect-ratio: 4 / 3;
  }

  .content-video--wide .content-video__wrapper {
    aspect-ratio: 16 / 9;
  }

  .content-video--square .content-video__element,
  .content-video--portrait .content-video__element,
  .content-video--landscape .content-video__element,
  .content-video--wide .content-video__element,
  .content-video--square .content-video__iframe,
  .content-video--portrait .content-video__iframe,
  .content-video--landscape .content-video__iframe,
  .content-video--wide .content-video__iframe {
    height: 100%;
  }

  @media (max-width: 768px) {
    .content-video {
      width: var(--video-width-mobile, 100%);
    }

    .content-video__element,
    .content-video__iframe {
      height: var(--video-height-mobile, auto);
    }
  }
/* END_BLOCK:content-video */

/* START_BLOCK:fda-disclaimer (INDEX:315) */
.fda-disclaimer {
    background-color: var(--fda-bg-color, #6b3a5b);
    border: var(--fda-border-width, 1px) solid var(--fda-border-color, rgba(255, 255, 255, 0.3));
    border-radius: var(--fda-border-radius, 0);
    padding: var(--fda-padding-top-desktop, 24px) var(--fda-padding-right-desktop, 32px) var(--fda-padding-bottom-desktop, 24px)
      var(--fda-padding-left-desktop, 32px);
    margin-top: var(--fda-margin-top-desktop, 0);
    margin-bottom: var(--fda-margin-bottom-desktop, 0);
    box-sizing: border-box;
  }

  .fda-disclaimer__text {
    color: var(--fda-text-color, #ffffff);
    font-size: var(--fda-font-size-desktop, 14px);
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }

  @media (max-width: 768px) {
    .fda-disclaimer {
      padding: var(--fda-padding-top-mobile, 16px) var(--fda-padding-right-mobile, 16px) var(--fda-padding-bottom-mobile, 16px)
        var(--fda-padding-left-mobile, 16px);
      margin-top: var(--fda-margin-top-mobile, 0);
      margin-bottom: var(--fda-margin-bottom-mobile, 0);
    }

    .fda-disclaimer__text {
      font-size: var(--fda-font-size-mobile, 12px);
    }
  }
/* END_BLOCK:fda-disclaimer */

/* START_BLOCK:group (INDEX:318) */
.group-block {
    position: relative;
  }

  .group-block__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  /* Layout variations */
  .group-block--layout-row .group-block__content {
    flex-direction: row;
    align-items: flex-start;
  }

  .group-block--layout-column .group-block__content {
    flex-direction: column;
  }

  /* Gap size variations */
  .group-block--gap-small .group-block__content {
    gap: 0.5rem;
  }

  .group-block--gap-medium .group-block__content {
    gap: 1rem;
  }

  .group-block--gap-large .group-block__content {
    gap: 2rem;
  }

  /* Responsive adjustments */
  @media screen and (max-width: 768px) {
    .group-block--layout-row .group-block__content {
      flex-direction: column;
    }
  }
/* END_BLOCK:group */

/* START_BLOCK:icon-list (INDEX:320) */
.icon-list {
    width: 100%;
  }

  .icon-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(var(--icon-list-columns-desktop, 2), 1fr);
    column-gap: var(--icon-list-gap-x-desktop, 40px);
    row-gap: var(--icon-list-gap-y-desktop, 24px);
  }

  /* Last item spans full width when enabled */
  .icon-list--last-full .icon-list__items > .icon-list-item:last-child {
    grid-column: 1 / -1;
  }

  /* Item styling */
  .icon-list-item {
    display: flex;
    align-items: var(--icon-list-icon-align, flex-start);
    gap: var(--icon-list-icon-gap, 12px);
    color: var(--icon-list-text-color, #3A3A3A);
    font-size: var(--icon-list-font-size-desktop, 20px);
    font-family: var(--icon-list-font-family, 'Brandon Grotesque', sans-serif);
    line-height: var(--icon-list-line-height, 1.4);
  }

  .icon-list-item__icon {
    flex-shrink: 0;
    width: var(--icon-list-icon-size-desktop, 24px);
    height: var(--icon-list-icon-size-desktop, 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-list-icon-color, #3A3A3A);
  }

  .icon-list-item__icon img,
  .icon-list-item__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .icon-list-item__text {
    flex: 1;
  }

  @media (max-width: 768px) {
    .icon-list__items {
      grid-template-columns: repeat(var(--icon-list-columns-mobile, 1), 1fr);
      column-gap: var(--icon-list-gap-x-mobile, 16px);
      row-gap: var(--icon-list-gap-y-mobile, 16px);
    }

    .icon-list-item {
      font-size: var(--icon-list-font-size-mobile, 16px);
    }

    .icon-list-item__icon {
      width: var(--icon-list-icon-size-mobile, 20px);
      height: var(--icon-list-icon-size-mobile, 20px);
    }

    /* Last item full width on mobile too */
    .icon-list--last-full .icon-list__items > .icon-list-item:last-child {
      grid-column: 1 / -1;
    }
  }
/* END_BLOCK:icon-list */

/* START_BLOCK:variant_selector (INDEX:360) */
.variant-selector {
  display: none;
}

.variant-selector.active {
  display: flex;
}

.variant-selector__header {
  margin-bottom: var(--section-title-margin-bottom);
}

.variant-selector__title {
  font-size: var(--section-title-font-size);
  font-weight: var(--section-title-font-weight);
  color: var(--section-title-text-color);
  margin: 0;
}

.variant-options__list {
  display: flex;
  flex-direction: column;
  gap: var(--options-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

.variant-option {
  position: relative;
  display: flex;
  flex-direction: column;
  border: var(--option-border-width) solid var(--option-border-color);
  border-radius: var(--option-border-radius);
  background: var(--option-bg-color);
  padding: var(--option-padding);
  cursor: pointer;
  transition: all 0.2s ease;
}

.variant-option:hover {
  border-color: var(--option-active-border-color);
}

.variant-option--selected {
  border-color: var(--option-active-border-color);
  background: var(--option-active-bg-color);
}

.variant-option__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.variant-option__badge {
  position: absolute;
  top: -8px;
  left: 16px;
  background: var(--badge-bg-color);
  color: var(--badge-text-color);
  border: var(--badge-border-width) solid var(--badge-border-color);
  border-radius: var(--badge-border-radius);
  padding: var(--badge-padding-v) var(--badge-padding-h);
  font-size: var(--badge-font-size);
  font-weight: 600;
  z-index: 1;
}

.variant-option--selected .variant-option__badge {
  background: var(--badge-active-bg-color);
  color: var(--badge-active-text-color);
  border-color: var(--badge-active-border-color);
}

.variant-option__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.variant-option__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.variant-option__title {
  font-size: var(--option-title-font-size);
  font-weight: var(--option-title-font-weight);
  color: var(--option-title-text-color);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.variant-option__title {
  font-size: var(--option-title-font-size);
  font-weight: var(--option-title-font-weight);
  color: var(--option-title-text-color);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.variant-option__description {
  font-size: var(--option-desc-font-size);
  font-weight: var(--option-desc-font-weight);
  color: var(--option-desc-text-color);
}

.variant-option__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.variant-option__price {
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
  color: var(--price-text-color);
}

.variant-option__original-price {
  font-size: calc(var(--price-font-size) * 0.85);
  color: var(--original-price-color);
  text-decoration: line-through;
}

.variant-option__savings-badge {
  display: inline-block;
  background: var(--badge-bg-color);
  color: var(--badge-text-color);
  border-radius: var(--badge-border-radius);
  padding: var(--badge-padding-v) var(--badge-padding-h);
  font-size: var(--badge-font-size);
  font-weight: 600;
}

.variant-option__savings-badge--mobile {
  display: none;
}

@media (max-width: 768px) {
  .variant-selector__header {
    margin-bottom: var(--section-title-margin-bottom-mobile);
  }

  .variant-selector__title {
    font-size: var(--section-title-font-size-mobile);
  }

  .variant-options__list {
    gap: var(--options-gap-mobile);
  }

  .variant-option {
    padding: var(--option-padding-mobile);
  }

  .variant-option__title {
    font-size: var(--option-title-font-size-mobile);
  }

  .variant-option__description {
    font-size: var(--option-desc-font-size-mobile);
  }

  .variant-option__price {
    font-size: var(--price-font-size-mobile);
  }

  .variant-option__savings-badge {
    font-size: var(--badge-font-size-mobile);
  }

  .variant-option__savings-badge--desktop {
    display: none;
  }

  .variant-option__savings-badge--mobile {
    display: inline-block;
  }
}
/* END_BLOCK:variant_selector */

/* START_BLOCK:wrapper (INDEX:361) */
.fda-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-inline: var(--fda-wrapper-padding-inline-mobile, 16px);
  }

  .fda-wrapper__inner {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
  }

  @media (min-width: 750px) {
    .fda-wrapper {
      padding-inline: var(--fda-wrapper-padding-inline-desktop, 32px);
    }

    .fda-wrapper__inner {
      max-width: var(--fda-wrapper-max-width-desktop, 1325px);
    }
  }
/* END_BLOCK:wrapper */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:group (INDEX:429) */
.group-block__link {
position: absolute;
inset: 0;
}

.group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
pointer-events: none;

:is(a, button, input, textarea, select) {
pointer-events: auto;
}
}

/* Needs the .group-block__link ~ to be specific enough to take effect. */
.group-block__link ~ .group-block-content--design-mode {
pointer-events: auto;
}
/* END_SNIPPET:group */