#allProduct {

  .brand {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 8px;

    #richeese-tab {
      min-width: 260px;
    }

    .nav-link {
      height: 52px;
      min-width: 160px;
      font-size: 18px; 
      line-height: 28px; 
      font-weight: 400;
      color: #D32323FF;
      background: #ffffff;
      border: 1px solid #D32323FF;
      transition: all 0.3s;

      &:hover {
        color: #FFFFFFFF;
        background: #D32323FF;
      }
    }

    .active {
      color: #FFFFFFFF;
      background: #D32323FF;
    }
  }

  .tab-content {
    margin: 40px auto;

    @media (min-width: 992px) {
      margin: 91px auto;
    }

    .tab-pane {
      min-height: 400px;
      width: 100%;

      @media (min-width: 992px) {
        min-height: 489px;
      }

      .wrapper-desc-prod {
        height: 100%;
        min-height: 390px;
        background: #FFFFFFFF;
        border-radius: 16px;
        border-width: 1px; 
        border-color: #FDF2F2FF;
        border-style: solid; 
        box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;
        margin-bottom: 16px;
        background-image: none;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-position: 50% -160%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;

        @media (min-width: 768px) {
          background-image: url('../../assets/icons/ic-oval.png');
          min-height: 440px;
          margin-bottom: 40px;
          background-position: 50% -245%;
          padding-top: 30px;
          padding-left: 30px;
          padding-right: 30px;
        }

        @media (min-width: 1246px) {
          background-image: url('../../assets/icons/ic-oval.png');
          background-position: 50% -250%;
          padding-top: 48px;
          padding-left: 56px;
          padding-right: 56px;
        }

        .height-wrapper {
          min-height: 370px;

          @media (min-width: 992px) {
            min-height: 400px;
          }
        }
      }

      .product-section {
        border-radius: 10px;
        text-align: left;

        h2 {
          font-size: 24px;
          line-height: normal; 
          font-weight: 700; 
          color: #171A1FFF;

          @media (min-width: 992px) {
            font-size: 30px;
            line-height: 56px; 
          }
        }

        p {
          font-size: 16px; 
          line-height: 28px;
          font-weight: 400; 
          color: #9095A1FF;

          @media (min-width: 992px) {
            font-size: 20px;
            line-height: 36px;
          }
        }
      }

      .slider-container {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 30px;
        width: 100%;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        margin-top: auto;

        @media (min-width: 992px) {
          margin-top: auto;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 40px;
          padding-right: 40px;
        }

        .product-slider {
          .slick-next {
            right: -10%;
            background-color: #ffffff;
            border-radius: 50%;
            width: 30px;
            height: 30px;

            @media (min-width: 992px) {
              right: -5%;
            }
  
            &::before {
              content: none;
            }
          }
  
          .slick-prev {
            left: -6%;
            background-color: #ffffff;
            border-radius: 50%;
            width: 30px;
            height: 30px;
  
            img {
              transform: rotate(180deg);
            }
  
            &::before {
              content: none;
            }
          }

          .slick-slide {
            img {
              max-width: 90%;
            }
          }
  
          .slick-slide.slick-current.slick-active {
            background-image: url('../../assets/icons/ic-shadow-yellow.png');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 58px;
            display: flex;

            @media (min-width: 992px) {
              height: 158px;
            }
  
            img {
              align-items: center;
              align-self: center;
              text-align: center;
              max-width: 105%;
              margin-right: 10px;
            }
          }
        }
      }
    }
  }

  .slider-for img {
    transform: rotate(10deg);
  }

  .product-item {
    background: #FFFFFFFF;
    border-radius: 16px;
    border-width: 1px; 
    border-color: #FDF2F2FF;
    border-style: solid; 
    box-shadow: 0px 4px 9px #171a1f1C, 0px 0px 2px #171a1f1F;

    .bg-rounded-bottom {
      background: #D32323FF;
      position: absolute;
      border-radius: 50%;
      width: 100%;
      height: 300px;
      left: 0;
      bottom: 10%;
    }
  }

  .slick-track {
    display: flex;
    align-items: center;
  }

  .slider-preview {
    .slick-slide {
      min-height: 235px;
      display: flex;
      justify-content: center;
    }
  }

  /* .slick-slide {
    margin: 0 10px;
  } */

  .slider-for img {
    max-width: 128px;
    margin: auto;
  }

  .slick-slide.slick-current.slick-active {
    img {
      max-width: 178px;
    }
  }

  .slick-prev::before, .slick-next::before {
    font-size: 35px;
    opacity: 1;
  }
}
