.product-page .wrapper .product-single {
  & .product__main__content .product__inner .product__form__link {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
  }

  & .product__headline .product__title__wrapper .product__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }

  & .product__block__icon {
    gap: 2px;
  }

  & .product__block__icon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 1px;
  }

  & .product__block__icon .icon-holder div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  & .product__block__icon .icon-holder div img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  & .product-accordion .accordion__wrapper .accordion__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }

  & .product__block__upsell .product-clip__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #506640;
  }

  & .product__block__upsell .product-clip__btn {
    border: 1px solid #506640;
    color: #506640;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
  }

  & .product__block__upsell .upsell__holder__title .upsell__holder__title__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
  }

  & .quantity__cart__button{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }

  & .product-form__buttons {
    position: absolute;
    top: 243px;
    right: 0px;
    width: calc(100% - 154px);
  }
  & .product__feature-icons-image {
    display: flex;
    align-self: center;
    justify-content: center;
  }
   & .price-without-tax-wrapper p{
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #666;
      margin-bottom: 20px;
    }

     & .product-installments {
      display: flex;
      align-items: center;
      padding-bottom: 10px;
    }
    
    & .product-installments .installement-icon{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }
    & .product-installments .installement-icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    & .product-installments .installement-icon p{
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #506640;
    }

    & .quantity-and-cart-row{
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: stretch;
    }
    & .quantity-and-cart-row .js-cart-btn-to-move{
      flex-grow: 1;
    }

    & .quantity__wrapper, .quantity__button, .quantity__input, .js-cart-btn-to-move, .btn--add-to-cart,
    .shopify-payment-button .shopify-payment-button__button {
      min-height: 58px;
    }
}



@media screen and (max-width: 767px) {
  .product-page .wrapper .product-single {
    & .product__main__content .product__inner .product__form__link {
      font-size: 32px;
      line-height: 40px;
    }

    & .product__headline .product__title__wrapper .product__title {
      font-size: 24px;
      line-height: 32px;
    }
    & .product__feature-icons-image{
      justify-content: flex-start;
      overflow-x: scroll;
      padding: 16px 24px;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE and Edge */
      
      &::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
      }

      img {
        height: 120px;
        width: auto;
        max-width: unset !important;
      }
    }
   
   
    
  }

}