
.shopify-section.products-slider-cc {
  padding-left: clamp(16px, 3vw, 60px);
  .title, .description{
    margin: 0;
    font-family: Century Gothic;
    line-height: 100%;
  }

  .section-container {
    margin: auto;
    display: grid;
  }
  .text {
    max-width: 1440px;
    text-align: center;
    padding-left: clamp(0px, 3vw, 100px);
    padding-right: clamp(0px, 3vw, 100px);
    display:grid;
    gap:clamp(16px, 3vw, 40px);
    margin-bottom: 20px;
    margin:auto;
  }
  .title {
    font-weight: 700;
    font-size: clamp(30px, 5vw, 60px);
    color: #006286;
  }
  .description {
    font-weight: 400;
    font-size: clamp(23px, 3vw, 45px);
    color: #0B264E;
  }
  .swiper-wrapper {
    max-width: 100%;
  }

  .product-slider.swiper {
    max-width: 100%;
    margin-top: clamp(20px, 4vw, 50px);
  }
  .slide{
    height: 100%;
    display: grid;
  }
  .slide-img img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }
  .slide-img a {
    position: relative;
    display: grid;
    justify-content:center;
  }
  .slide-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #006286;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .slide-text {
    text-align: center;
    padding: 0 30px;
    display: flex;
    gap: 15px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .slide-title, .slide-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
  }
  .slide-text {
  }
  .color-variant {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .color{
    width:40px;
    height:40px;
  }
  .btn {
    padding-left:0px;
    padding-right:0px;
    a {
      background: #006286;
      color: white;
      padding: clamp(10px, 3vw, 15px) clamp(10px, 3.5vw, 30px);
      text-decoration: none;
    }
  }
  .product__badge__deliver {
    display: none !important;
  }
  .custom-next, .custom-prev {
    width: 40px;
    background:white;
  }
  .custom-prev::after,
  .custom-next::after {
    content: '';
  }
  .custom-prev::before {
    content: var(--ICON-ARROW-RIGHT);
    transform:rotate(180deg);
  }
  .custom-next::before {
    content: var(--ICON-ARROW-RIGHT);
  }

  .slide-review{
    .yotpo-icon {
      font-size: 30px !important;
    }
    .yotpo-bottomline {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .text-m {
      color: black !important;
      font-size: 16px !important;
      font-weight: 900 !important;
      margin-top: 8px;
    }
  }
}
