/* Vertical Slider Style */
@media screen and (min-width: 750px) {
  .main__product-section .page-width {
    padding: 0 60px;
  }
}
@media screen and (min-width: 990px) {
  .main__product-section .page-width {
    max-width: 1400px;
  }
  .product__media-gallery-custom {
    display: grid !important;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 10px;
  }
  .product__media-gallery-custom .product__media-list {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .product__media-gallery-custom
    .product__media-list
    > .product__media-item:not(:last-child) {
    margin: 0 0 20px;
  }
  .product__media-gallery-custom .thumbnail-slider {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .product__media-gallery-custom
    .thumbnail-slider
    .thumbnail-list.slider--tablet-up {
    flex-direction: column;
    height: 100%;
  }
  .product--thumbnail_slider
    .product__media-gallery-custom
    .product__media-item {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
  .product--thumbnail_slider
    .product__media-gallery-custom
    .product__media-item
    .product-media-container {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
  .product--thumbnail_slider
    .product__media-gallery-custom
    .product__media-item
    .product-media-container
    .product__media {
    padding: 0;
  }
  .product--thumbnail_slider
    .product__media-gallery-custom
    .product__media-item
    .product-media-container
    .product__media
    img {
    position: static;
  }
  .product__media-gallery-custom .hide-slider-button {
    display: none !important;
  }

  .product__media-gallery-custom
    .thumbnail-slider
    .slider-button.slider-button--prev {
    display: none;
  }
  .product__media-gallery-custom
    .thumbnail-slider
    .slider-button.slider-button--next {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .product__media-gallery-custom .thumbnail-list__item.slider__slide {
    width: 100% !important;
    aspect-ratio: 3/4;
  }
}

/* Vertical Slider Style */

/* Product Media-Mobile */
@media screen and (max-width: 749px) {
  .main__product-section {
    padding-top: 0;
    .product__media-gallery-custom {
      position: relative;
      .slider.slider--mobile.product__media-list {
        scroll-padding-left: 0;
        .product__media-item {
          margin: 0;
          padding: 0;
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          .product-media-container {
            width: 100%;
            max-width: 100%;
            height: 100%;
            .product__modal-opener {
              width: 100%;
              height: 100%;
              .media.product__media {
                padding: 0 !important;
                height: 100%;
                img {
                  position: static;
                  display: block;
                  max-width: 100%;
                  height: 100%;
                  width: 100%;
                }
              }
            }
          }
        }
      }
      .thumbnail-slider.thumbnail-slider-custom {
        position: absolute;
        width: 100%;
        bottom: 28px;
        left: 54%;
        transform: translateX(-50%);
        .slider-button {
          display: none;
        }
        .thumbnail-list {
          align-items: center;
          justify-content: center;
          padding: 0;
          margin: 0;
          .thumbnail-list__item.slider__slide {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            .thumbnail {
              border-radius: 50%;
              box-shadow: none;
              border: none;
              background-color: #ffffff;
              &[aria-current] {
                background-color: #312706;
              }
              img {
                display: none;
              }
            }
          }
        }
      }
    }
  }
}
/* Product Media-Mobile */

/* Product Info Section */
.product__info-container {
  .product__sku {
    font-family: "NectoMono";
    font-size: 18px;
    line-height: 27px;
    color: #e43d25;
    margin-bottom: -4px;
    @media screen and (max-width: 768px) {
      margin-top: 7px;
    }
  }
  .product__title {
    h1 {
      font-size: 44px;
      line-height: 48px;
      color: #312706;
    }
  }
  .free__shipping-text {
    display: flex;
    align-items: center;
    gap: 12px;
    img {
      display: block;
      max-width: 18px;
      height: auto;
    }
    p {
      font-family: "NectoMono";
      font-size: 13px;
      line-height: 18px;
      color: #312706;
      margin: 0;
    }
  }
  .text-icons {
    > p {
      font-size: 16px;
      line-height: 25px;
      color: #312706;
      margin: 0 0 25px;
    }
    .text-icons-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 32px 24px;
      .text-icon-item {
        display: flex;
        align-items: center;
        gap: 12px;
        img {
          width: 26px;
          height: 26px;
        }
        p {
          font-family: "NectoMono";
          font-size: 11px;
          line-height: 13px;
          color: #312706;
          margin: 0;
        }
      }
    }
  }
  .price__section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
    .selected__variant {
      font-family: "NectoMono";
      font-size: 13px;
      line-height: 18px;
      color: #312706;
    }
  }
  .price {
    font-family: "NectoMono";
    font-size: 18px;
    line-height: 27px;
    color: #312706;
    .price-item.price-item--regular {
      font-family: "NectoMono";
      font-size: 18px;
      line-height: 27px;
      color: #312706;
      opacity: 0.5;
    }
  }
  .product-form__buttons {
    max-width: 100%;
  }
  .atc__quantity-btns {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    .product-form__input {
      flex: unset;
      max-width: 100%;
      margin: 0;
      quantity-input {
        width: 100%;
        min-height: 60px;
        border: 1px solid #312706;
        .quantity__input {
          width: 50px;
        }
        &:before,
        &:after {
          content: none;
        }
      }
    }
    .product-form__submit {
      margin: 0;
      min-height: 60px;
      font-family: "NectoMono";
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase;
      color: #fff;
      background-color: #e43d25;
      &:after,
      &:before {
        content: none;
      }
    }
  }
}

@media screen and (min-width: 990px){
  .slider-buttons{
    display: none !important;
  }
}
@media screen and (max-width: 989px){
  .slider-buttons{
    .slider-button{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #FFF;
      z-index: 9;
      height: 40px;
      width: 40px;
      .svg-wrapper{
        width: 16px;
        height: 16px;
        svg{
          height: auto;
        }
      }
      &.slider-button--prev{
        left: 16px;
      }
      &.slider-button--next{
        right: 20px;
      }
    }
   .slider-counter{
      display: none;
    }
  }
}
/* Product Info Section */
