.ss-section p,
.ss-block p {
  letter-spacing: 0;
}

.spp-main-product.section--product {
  .product-form__buy-buttons {
    margin-top: -30px;
  }

  product-meta {
    padding-bottom: 0;
    margin-bottom: 6px;
  }

  .buy-2-pack {
    margin-bottom: 14px;
    margin-top: 0;
  }

  #shopify-buyer-consent {
    margin-top: 74px;
  }

  .product-form .contetn_form_snipet {
    margin-top: 0;
  }

  @media (min-width: 600px) and (max-width: 1000px) {
    .block-swatch-list {
      justify-content: center !important; /* Override theme CSS */
    }

    .block-swatch-list .block-swatch__item {
      width: 135px;
    }

    .product__info {
      max-width: 650px;
      margin: auto;
    }
  }

  @media (min-width: 1000px) {
    .product-sticky-form__form #StickyAddToCart{
      position: static;
      transform: none;
      width: auto;
      padding: 10px 35px;
    }
  }
}

#mob-bg.spp-rev-egg {
  border-radius: 10px;
  margin-top: 50px;

  .container {
    max-width: 1440px;
  }

  #rev-es-pdp-img-text-cta .column-2 img {
    width: 100%;
    height: 100%;
  }

  @media (min-width: 900px) {
    #rev-es-pdp-img-text-cta .row {
      align-items: normal;
    }

    #rev-es-pdp-img-text-cta .column-1 {
      align-self: center;
    }
  }

  @media (min-width: 1000px) {
    margin-top: 40px;

    #rev-es-pdp-img-text-cta .column-1 h2.heading {
      margin-bottom: 60px;
      max-width: 500px;
    }

    #rev-es-pdp-img-text-cta .column-1 .richtext {
      max-width: 530px;
    }
  }

  @media (min-width: 1200px) {
    #rev-es-pdp-img-text-cta .column-1 h2.heading {
      margin-bottom: 90px;
    }
  }
}

.what-does-section {
  .container {
    max-width: 1440px;
  }

  .mm-description strong {
    font-size: 22px;
  }

  @media (max-width: 768.98px) {
    .rr-mobile.ss-shadow-panel {
      flex-direction: column-reverse;
    }

    .mm-description * {
      text-align: center;
    }
  }

  @media (min-width: 769px) and (max-width: 1200px) {
    .mm-heading * {
      font-size: 28px;
    }

    .mm-subheading * {
      font-size: 20px;
    }

    .mm-description strong {
      font-size: 18px;
    }

    .rr-mobile {
      gap: 30px;
    }
  }

  @media (min-width: 769px) {
    .mm-heading,
    .mm-description {
      max-width: 520px;
    }

    .mm-subheading {
      max-width: 430px;
    }
  }

  @media (min-width: 900px) {
    .container {
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter);
    }
  }
}

.section.spp-custom-richtext {
  margin-top: 0;
}

.spp-remineral-section.remineralizing_section_contain {
  img {
    width: 100%;
  }

  .section_block_2 {
    padding: 0;
  }

  .text_title_block_2 {
    padding: 0 20px;
  }

  @media (max-width: 1000px) {
    .image_block_2 {
      margin-bottom: 30px;
    }

    .list_text_block_2 {
      margin-top: 80px;
    }
  }

  @media (min-width: 1000px) {
    overflow: visible;

    .text_title_block_1 h2 {
      background: #fff;
      padding: 0;
      text-align: left;
      max-width: 470px;
    }

    .text_title_block_1 p {
      max-width: 470px;
      padding: 0;
    }

    > div {
      padding: 0 40px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      align-items: flex-start;
    }

    .section_block_1 > div,
    .section_block_2 > div {
      width: 50%;
    }

    .image_block_2 {
      padding-left: 0;
    }

    .image_block_1,
    .text_title_block_2 {
      position: sticky;
      top: 180px;
    }
  }
}

.spp-consumer-section {
  .container {
    max-width: 1200px;
  }

  .icon {
    max-width: 86px;
  }

  @media (max-width: 768.98px) {
    border-radius: 8px;
    .container.ss-shadow-panel {
      flex-direction: column-reverse;
    }
  }
}