h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-body-family);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
  font-style: normal;
  color: rgb(var(--color-foreground));
}

.group-block__card .spacer-block--edge-to-edge {
  margin: 0 -24px;
  width: calc(100% + 48px);
}

.product-reviews .slider-mobile-negative-margin {
  margin: 0 !important;
}

.product:not(.featured-product) {
  .content-badge+.product__title {
    margin-top: 0;
  }

  .gallery-flavor-badge {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    font-family: var(--font-body-family);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.4;
    font-style: normal;
    color: rgb(var(--color-foreground));
  }

  .accordion__title {
    font-weight: 700;
  }

  .product-media-container {
    --aspect-ratio: 0.84;
  }

  .product__title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .product__title h1 {
    font-family: var(--font-body-family) !important;
    font-style: normal !important;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
  }

  .product__title+.product__text {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 600;
  }


  .price {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
  }

  .product-badge-wrapper {
    width: 100%;
    margin-top: 8px;
  }

  .product__text+.product-badge-wrapper {
    margin-top: 0;
  }

  .product-badge-wrapper+.selling_plan_app_container {
    margin-top: 16px;
  }

  .content-badge {
    color: white;
    letter-spacing: normal;
    padding: 5px 14px 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
  }

  :is(variant-selects, .selling_plan_app_container)+.product-reviews,
  product-upsells {
    margin-top: 24px;
    border-top: 1px solid rgba(var(--color-foreground), 0.1);
  }

  .icon-with-text__wrapper+product-upsells {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .content-badge:has(.content-badge__icon) {
    min-height: unset;
  }

  .content-badge__icon {
    margin-right: 8px;
  }

  .icon-with-text--vertical img {
    width: 20px;
    height: 20px;
  }

  .icon-with-text__wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .icon-with-text__title {
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family) !important;
    font-size: 3.6rem;
    font-style: normal !important;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.04em;
    margin-bottom: 24px;
  }

  @media screen and (max-width: 749px) {
    .icon-with-text__title {
      font-size: 26px;
      line-height: 1.15;
    }
  }

  .product__text {
    margin: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 1.4rem;
    letter-spacing: -.02em;
    line-height: 1.4;

    p:first-child {
      margin-top: 0;
    }

    p:last-child {
      margin-bottom: 0;
    }
  }

  .product-form__submit {
    --color-button: var(--light-orange, #FF765B);
    background-color: var(--light-orange, #FF765B);
    color: var(--color-foreground);
    font-weight: 700;
    gap: 4px;
    align-items: center;
    vertical-align: middle;

    .price {
      font-size: inherit;
      line-height: 1.5;

      &:before {
        content: ' - ';
      }
    }
  }

  .product-form__submit .price__container {
    margin-bottom: 0;
  }

  .product-form__submit :is(.price, .price-item) {
    color: inherit;
  }

  .fixed-atc-button .button {
    gap: 4px;
  }

  .fixed-atc-button+.icon-with-text__wrapper {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .product-form__submit .price--on-sale .price__regular {
    display: none !important;
  }

  @media (max-width: 749px) {
    .product-media-container .media {
      --ratio-percent: 118.75% !important;
    }

    .product__title {
      margin-bottom: 0;
      margin-top: 0;
    }

    .product__title h1 {
      font-size: 2.6rem;
      line-height: 1.15;
      letter-spacing: -.02em;
      font-weight: 700;
    }

    .product-gallery-main {
      margin-left: -24px;
      margin-right: -24px;
      width: calc(100% + 48px);

      .product__media img {
        border-radius: 24px;
        overflow: hidden;
      }
    }

    .product__description {
      font-weight: 500;
      letter-spacing: normal;
      margin-bottom: 9px;
    }

    .content-badge {
      margin-top: 8px;
    }
  }
}

.gallery-style-style-2 {

  .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {

  .gallery-style-style-2 .product-gallery-main .swiper-button-prev,
  .gallery-style-style-2 .product-gallery-main .swiper-button-next {
    display: flex !important;
  }
}

@media screen and (max-width: 749px) {
  .gallery-style-style-2 .swiper-pagination {
    display: none;
  }
}

.multicolumn .title-wrapper-with-link {
  margin-bottom: 24px !important;
}