/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/products-carousel/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.product-carousel {
  overflow: hidden;
  max-width: none;
  position: relative;
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.product-carousel a:hover .sale {
  color: #fff;
}

.product-carousel * {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.product-carousel h3, .product-carousel p {
  margin: 0;
  font-size: 20px;
}

.product-carousel h3 {
  text-align: center;
  font-family: var(--wp--preset--font-family--lexend);
  font-weight: 600;
  line-height: 22px;
  min-height: 30px;
}

@media screen and (max-width: 1080px) {
  .product-carousel h3 .title-categories {
    display: none;
  }
}
.product-carousel .text-content {
  text-align: center;
  padding: 10px 15px;
}

.product-carousel .price {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-carousel .sale {
  font-size: 12px;
  padding: 5px;
  line-height: 12px;
  background: var(--wp--preset--color--main-accent);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
}

.product-carousel .old-price {
  font-size: 15px;
  text-decoration: line-through;
  color: var(--wp--preset--color--primary);
}

.product-carousel .rating {
  margin: 10px 0;
  display: flex;
  gap: 2px;
}

.product-carousel .rating svg {
  width: 15px;
}

.product-carousel .add-to-cart-btn {
  font-size: 18px;
  margin-bottom: 15px;
  width: 80%;
  padding: 10px 15px;
  font-weight: 900;
  background: var(--wp--preset--color--primary);
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.product-carousel .add-to-cart-btn:hover {
  background: var(--wp--preset--color--primary);
}

.swiper-container {
  width: 100%;
  margin: 50px auto 20px;
  padding-top: 20px;
  padding-bottom: 0;
}

.swiper-container svg {
  width: 50px;
}

.swiper-container .cls-1 {
  fill: var(--wp--preset--color--primary);
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.img-wrapper {
  height: 280px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  .product-carousel .swiper-slide .img-wrapper {
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  .product-carousel .swiper-slide .img-wrapper {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .product-carousel .swiper-slide .img-wrapper {
    height: 300px;
  }
  .swiper-button-next, .swiper-button-prev {
    opacity: 0.6;
  }
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
}
@media screen and (max-width: 400px) {
  .product-carousel .swiper-slide .img-wrapper {
    height: auto;
  }
}
.product-categories {
  position: absolute;
  top: 5px;
  right: 5px;
}
.product-categories .product-category {
  text-transform: uppercase;
}

.swiper-slide a {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-btn-wrapper {
  position: absolute;
  top: 25px;
  right: 0;
  width: 120px;
  display: flex;
  justify-content: space-between;
}

.swiper-btn {
  position: absolute;
  top: 30px;
  left: auto;
  transition: 0.3s all ease-in-out;
}
.swiper-btn:hover {
  opacity: 0.8;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px !important;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  right: 60px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important;
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  background: var(--wp--preset--color--primary-accent);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--main-accent);
}

.swiper-pagination span {
  width: 10px;
  height: 10px;
}

/*# sourceMappingURL=style-index.css.map*/