.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.swiper-slide {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  /* min-width: 204px; */
}

.swiper--fullSlider picture {
  width: 100%;
}

.swiper--fullSlider .swiper-button-next,
.swiper--fullSlider .swiper-button-prev {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (min-width:768px) {

  .swiper--fullSlider:hover .swiper-button-next,
  .swiper--fullSlider:hover .swiper-button-prev {
    /* display: flex; */
    visibility: visible;
    opacity: 1;
    transition: 0.3s;

  }

  .swiper--fullSlider .swiper-button-next,
  .swiper--fullSlider .swiper-button-prev {
    top: unset;
    right: 40px;
    bottom: 40px;
  }

  .swiper--fullSlider .swiper-button-next {
    right: 87px;
  }
}


.swiper--offer {
  height: 310px;
}

.swiper--related .swiper-slide {
  display: initial;
  justify-content: unset;
  text-align: unset;
  width: auto;
}

.swiper--offer .swiper-slide {
  height: calc(100% / 2) !important;
  border: 1px solid #f4f4f4;
}

.swiper--bestSeller {
  height: 298px;
  padding: 0 1rem 0.5rem;
}

.swiper--bestSeller .swiper-slide {
  height: calc(100% / 3) !important;
  margin-top: 0 !important;
}

.swiper--Incredibles .swiper-slide {
  display: initial;
  justify-content: unset;
  text-align: unset;
  width: auto;
  background-color: white;
}

.swiper--Incredibles .swiper-slide {
  width: 182px;
}

.swiper--Incredibles .swiper-slide img {
  height: 150px;
  width: auto;
}

.swiper--Incredibles .swiper-slide:first-child {
  background: none;
  width: 160px;
}

.swiper--Incredibles .swiper-slide:first-child img {
  height: 246px;
  width: auto;
}

.swiper--Incredibles .swiper-slide:nth-child(2) {
  border-radius: 0 var(--border-radius-1) var(--border-radius-1) 0;
}

.swiper--Incredibles .swiper-slide:last-child {
  border-radius: var(--border-radius-1) 0 0 var(--border-radius-1);
}

.swiper--Incredibles .swiper-slide:last-child .product {
  border-left: none;
}

.swiper--Incredibles .swiper-slide:last-child {
  background: white;
  width: 182px;
  overflow: hidden;
}

.swiper--Incredibles .swiper-slide:last-child img {
  height: 246px;
  width: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  display: none;
}

@media screen and (min-width: 768px) {
  /* .swiper-wrapper {
    width: 100% !important;
  } */
}

.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-main,
.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-next-next {
  transform: scale(0.8) !important;
  background: var(--color-neutral-900);
  opacity: 0.5;
  border-radius: 5px;

}

.swiper-pagination-bullet-active-main {
  width: 18px;
  border-radius: 8px;
  background: white;
  opacity: 1;
  transform: scale(1) !important;

}