.product-section .product-page .wrapper .product-single {
  & .product__headline .product__title__wrapper .product__title {
    font-weight: 400;
    line-height: 32px;
    font-family: Bree;
  }

  & .product__block__title {
    padding-bottom: 0;
    line-height: 32px;
  }

  & .product__title__wrapper {
    padding-bottom: 4px;
  }

  & .price-without-tax-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
  }

  & .price-without-tax-wrapper {
    margin-bottom: 22px;
  }

  & .product__block__price .product__price__main {
    gap: 20px;
  }

  & .product__block__price {
    line-height: 40px;
  }

  & .product__block__price .product__price--compare {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-family: Bree;
  }

  & .radio__fieldset .radio__legend .radio__legend__label,
  .radio__fieldset .radio__legend {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  & .radio__fieldset .radio__legend [data-option-value] {
    color: #cccccc;
    font-family: "Nunito", sans-serif;
  }

  & .radio__fieldset .radio__inputs .radio__button label {
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }

  & .radio__fieldset .radio__button input:checked ~ label {
    background: #434344;
  }

  & .radio__legend span:not(.radio__legend__label) {
    border: none;
    margin-inline-start: 2px;
  }

  & .icon__text {
    font-weight: 400;
  }

  & .product-accordion .accordion__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #434344;
  }

  & .product-accordion .accordion-content__inner .accordion-content__entry {
    color: #434344;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }

  & .btn--add-to-cart,
  .shopify-payment-button .shopify-payment-button__button {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
  }

  & .gratis-text-wrapper {
    font-family: Bree;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #9993c0;
    margin-bottom: 22px;
  }

  & .download-button-block {
    padding: 24px;
    font-family: Rubik;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #9993c0;
    text-align: center;
    margin: 22px 0;
    border-radius: 5px;
    cursor: pointer;
  }

  & .product__inner {
    max-width: unset;
    padding-inline-start: 48px;
  }
}

.product-section
  .product-page
  .wrapper
  .product-single
  .product__block__recommended {
  & .recommended-image {
    flex: 0 0 88px;
    width: 100%;
    border-radius: 4px;
  }

  & .recommended-image img {
    border-radius: 4px;
  }

  & .recommended-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 6px;
  }

  & .recommended-content {
    flex: 1;
  }

  & .recommended-subtitle {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #434344;
    margin-bottom: 4px;
  }

  & .recommended-title {
    font-family: Bree;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #9993c0;
    margin-bottom: 8px;
  }

  & .recommended-prod-label {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    color: #434344;
    display: flex;
    gap: 10px;
  }

  & .recommended-link {
    padding: 16px;
    background-color: #9993c0;
    border-radius: 5px;
  }

  & .download-button-block {
    margin: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .product-section .product-page .wrapper .product-single {
    & .product__headline .product__title__wrapper .product__title {
      font-size: 20px;
      line-height: 28px;
    }

    & .product__block__price .product__price span, .product__block__price .product__price--sale {
      font-size: 24px;
      line-height: 32px;
    }

    & .product__block__price .product__price--compare {
      font-size: 16px;
      line-height: 24px;
    }

    & .form__selectors {
      padding-top: 32px;
    }

    & .flickity-page-dots {
      bottom: -30px;
    }

    & .flickity-page-dots .flickity-page-dot {
      width: 5px;
      height: 5px;
      margin: 0 1px;
    }

    & .flickity-page-dot:not(.is-selected) {
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
    }

    & .gratis-text-wrapper {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 16px;
    }

    & .product__inner {
      padding-inline-start: 0;
    }
  }
}
