.cr-product-slider {
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 40px 25px;
    border-radius: 25px;
    transition: all 0.3s;
    overflow: hidden;
}
.style-1.cr-product-slider.swiper-initialized {
    overflow: visible;
}
@media screen and (max-width: 992px) {
  .cr-product-slider {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
.cr-product-slider {
    max-width: 100%;
  }
}

.cr-product-slider__item {
  display: flex;
  align-items: center;
  gap: 55px;
}

.style-1 .cr-product-slider__item {
  transform: translateX(-80px);
}

@media screen and (max-width: 880px) {
  .cr-product-slider__item {
    flex-direction: column;
  }
    .cr-product-slider__item {
        gap: 40px;
    }
    .style-1 .cr-product-slider__item {
      transform: none;
    }
}
.swiper-slide-active .cr-product-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.swiper-slide-active .cr-product-slider__content > * {
  opacity: 1;
  transform: none;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.swiper-slide-active .cr-product-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.cr-product-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: auto;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 4px 13px 20px 2px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}

.color-grad-orange2 .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(253 56 56, 0.2);
}
.color-grad-orange2 .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(253, 56, 56, 0.4);
}
.color-grad-orange2 .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #fd3838;
    box-shadow: 0px 0px 20px rgba(253, 56, 56, 0.3);
}

.color-grad-blue .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(0, 98, 255, 0.2);
}
.color-grad-blue .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(0, 98, 255, 0.4);
}
.color-grad-blue .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #0062ff;
    box-shadow: 0px 0px 20px rgba(0, 98, 255, 0.3);
}

.color-grad-green .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(0, 255, 136, 0.2);
}
.color-grad-green .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(0, 255, 136, 0.4);
}
.color-grad-green .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #00ff88;
    box-shadow: 0px 0px 20px rgba(0, 255, 136, 0.3);
}

.color-grad-purple .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(56, 44, 104, 0.2);
}
.color-grad-purple .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(56, 44, 104, 0.4);
}
.color-grad-purple .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #382c68;
    box-shadow: 0px 0px 20px rgba(56, 44, 104, 0.3);
}

.color-grad-red .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(224, 31, 44, 0.2);
}
.color-grad-red .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(224, 31, 44, 0.4);
}
.color-grad-red .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #e01f2c;
    box-shadow: 0px 0px 20px rgba(224, 31, 44, 0.3);
}

.color-grad-dark .cr-product-slider__img {
    box-shadow: 4px 13px 20px 2px rgba(0, 0, 0, 0.2);
}
.color-grad-dark .cr-product-slider__button a {
    box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.4);
}
.color-grad-dark .cr-product-slider__pagination .swiper-pagination-bullet-active {
    background: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.cr-product-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 880px) {
  .style-1 .cr-product-slider__img {
    width: 100%;
    height: auto;
  }
    .style-1 .cr-product-slider__img {
        transform: none;
    }
}
@media screen and (max-width: 576px) {
  .style-1 .cr-product-slider__img {
    width: 95%;
  }
}

.cr-product-slider__content {
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 880px) {
  .cr-product-slider__content {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .cr-product-slider__content {
    padding: 0;
  }
}

.cr-product-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.cr-product-slider__content .ninetheme-product-rating {
    margin-bottom: 10px;
}
.cr-product-slider__content span.in-stock {
    font-size: 9px;
    padding: 6px 12px;
    letter-spacing: 0.5px;
    background: var(--ninetheme-success-bg);
    border: 1px solid var(--ninetheme-success-border);
    color: var(--ninetheme-success);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1;
}
.cr-product-slider__title {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--ninetheme-dark);
}
.cr-product-slider__price {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    color: var(--ninetheme-red-dark);
}
.cr-product-slider__price .del {
    font-size: 14px;
    text-decoration: line-through;
}
.cr-product-slider__data {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1;
}
.cr-product-slider__data .ninetheme-stock-status,
.cr-product-slider__data .ninetheme-stock-status,
.cr-product-slider__data .star-rating,
.cr-product-slider__data .star-rating>span::before,
.cr-product-slider__data .available {
    font-size: 11px;
}
.cr-product-slider__data .available {
    display: inline-flex;
}
.cr-product-slider__data .instock {
    color: var(--ninetheme-green-soft);
}
.cr-product-slider__data .outofstock,
.cr-product-slider__data .status-value {
    color: var(--ninetheme-red);
}
.cr-product-slider__data .status-value {
    font-weight: 500;
}
.cr-product-slider__text {
  color: #4e4a67;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.cr-product-slider__text ul.dot-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding:0;
}
.cr-product-slider__text .dot-list li {
    list-style: none;
    margin: 0;
    display: inline-flex;
}
.cr-product-slider__text .dot-list li:before {
  content: '\2713';
  display: inline-block;
  color: var(--ninetheme-green-soft);
  margin-right: 5px;
}
.cr-product-slider__button a {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.cr-product-slider__button .added {
    background-image: linear-gradient(147deg, #20a346 0%, #127a0c 74%);
}

@media screen and (max-width: 576px) {
  .cr-product-slider__button {
    width: 100%;
  }
  .cr-product-slider__title {
      font-size: 17.6px;
      font-weight: 500;
      color: var(--ninetheme-dark);
    }
}
.cr-product-slider .swiper-container-horizontal > .swiper-pagination-bullets, .cr-product-slider .swiper-pagination-custom, .cr-product-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.cr-product-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px !important;
    width: 11px !important;
    text-align: center;
    left: 95% !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
.cr-product-slider__pagination {
    transform: none;
    left: auto!important;
    top: auto!important;
    bottom: auto!important;
    right: auto!important;
    width: 100%!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
}
.cr-product-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 880px) {
  .cr-product-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.cr-product-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.cr-product-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 880px) {
  .cr-product-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.cr-product-slider.style-3 {
    padding: 30px;
}
.style-3 .cr-product-slider__item {
  flex-wrap: wrap;
  gap: 30px;
}

.style-3 .cr-product-slider__img {
    width: 100%;
}
