.swiper-container {
  width: 100%;
  height: auto;
}
.hero-section {
  background: none !important;
}
.background-wrapper {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.swiper-slide {
  position: relative;
}
.slide-1 {
  background: url("../img/homepage/hero-bg-m300_11zon.webp") center center /
    cover no-repeat !important;
}
.slide-2 {
  background: url("../img/homepage/hero-bg-m3t_11zon.webp") center center /
    cover no-repeat !important;
}
.matrice-300-slide-1 {
  background: url("../img/matrice-300-rtk-01/hero-bg-1-newme-color.webp") center
    center / cover no-repeat !important;
}
.matrice-300-slide-2 {
  background: url("../img/matrice-300-rtk-01/m300-hero-hires.webp") center
    center / cover no-repeat !important;
}
.swiper-button-next {
  margin-right: 20px;
}
.swiper-button-prev {
  margin-left: 20px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  color: transparent;
}
.arrow-container img {
  height: 50px;
  width: 50px;
  background: rgb(251, 192, 45);
  padding: 15px;
  margin-left: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.right {
  transform: rotate(180deg);
}
.hero-section {
  overflow-x: hidden !important;
}
.matrice-hero-section {
  background: none;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 600px) {
  .slide-1 {
    background: url("../img/homepage/mobile-bg-m300_11zon.webp") center center /
      cover no-repeat !important;
    width: 100% !important;
  }
  .slide-2 {
    background: url("../img/homepage/mobile-bg-m3t_11zon.webp") center center /
      cover no-repeat !important;
    width: 100% !important;
  }
  .matrice-300-slide-1 {
    background: url("../img/matrice-300-rtk-01/hero-bg-2-newme-color.webp")
      center center / cover no-repeat !important;
    width: 100% !important;
  }
  .matrice-300-slide-2 {
    background: url("../img/matrice-300-rtk-01/m300-hero-mobres.webp") center
      center / cover no-repeat !important;
    width: 100% !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.product-container {
  background-color: transparent;
}
.product-slider > .swiper-wrapper > .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  user-select: none;
}
.product-badge-top {
  width: 50%;
  height: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 195, 70);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 10px;
  min-width: 150px;
  max-width: 150px;
}
.product-content {
  max-width: 295px;
  background-color: rgb(255, 255, 255);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.product-name {
  width: 50%;
  background: rgb(251, 192, 45);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: -18px;
  font-size: 14px;
}
.points-container {
  font-size: 13px;
  padding: 10px 20px 10px 50px;
}
.points-container > li {
  list-style: none;
  margin-top: 10px;
}
.points-container > li::before {
  content: "";
  height: 20px;
  font-weight: bold;
  background-image: url("../img/check-circle.svg");
  margin-left: -30px;
  position: absolute;
  background-size: 18px;
  width: 20px;
  margin-top: 3px;
  background-repeat: no-repeat;
}
.tiny-text {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(154, 154, 154);
}
.btn-product-bottom {
  padding: 10px 15px;
  background-color: rgb(220, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: -20px;
  border-radius: 15px;
}
.btn-product-bottom:hover {
  color: rgb(255, 255, 255);
}
.arrow-container-product {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  border-radius: 50px;
}
.fourth {
  position: relative;
}
.swiper-product-button-prev {
  position: absolute;
  top: 50%;
  left: 40px;
}
.swiper-product-button-next {
  position: absolute;
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 400px) {
  .fourth {
    padding: 0px !important;
  }
  .product-slider {
    overflow: hidden;
    padding-top: 60px;
  }
  .fourth > .container {
    width: 100%;
    padding: 0px !important;
  }
}
@media screen and (max-width: 1150px) {
  .swiper-product-button-next {
    display: none;
  }
  .swiper-product-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .product-slider > .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    transform: unset !important;
  }
}
