@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background-color: #ffefdc;
  line-height: 1.2;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 2560px) {
  html, body {
    margin-inline: 12vw;
  }
}

img {
  width: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.banner-mobile {
  display: none;
}
@media (max-width: 650px) {
  .banner-mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .banner-desktop {
    display: none;
  }
}

.f-s {
  justify-content: flex-start !important;
}

.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 48px;
}
.slick-dots li {
  width: 17px;
  display: inline-block;
  width: auto;
  height: 8px;
  margin: 4px;
}
.slick-dots li button {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  text-indent: -999999px;
  border-radius: 16px;
  width: 60px;
  height: 10px;
  background-color: #EAEAEA;
  padding: 2px !important;
  border: none !important;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #812BAB !important;
  opacity: 1;
  width: 60px;
  height: 10px;
  border: none !important;
}

.product-row {
  display: flex;
  justify-content: space-around;
  margin-block: 30px;
}
@media (max-width: 650px) {
  .product-row {
    flex-direction: column;
    align-items: center;
  }
}
.product-row__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
@media (max-width: 650px) {
  .product-row__card {
    width: 80%;
  }
}
.product-row__card img {
  width: 50%;
}
@media (max-width: 650px) {
  .product-row__card img {
    width: 100%;
  }
}
.product-row__card h6 {
  text-align: center;
  width: 60%;
  margin-block: 20px;
  color: #726DA3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 650px) {
  .product-row__card h6 {
    font-size: 16px;
    width: 100%;
    margin: 5px 0 50px;
  }
}

.compatibility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 650px) {
  .compatibility {
    flex-direction: column;
  }
}
.compatibility__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4vw;
}
@media (max-width: 650px) {
  .compatibility__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.compatibility__content h2 {
  color: #726DA3;
  font-size: 40px;
  width: 60%;
  font-weight: 900;
}
@media (max-width: 650px) {
  .compatibility__content h2 {
    width: 100%;
  }
}
.compatibility__content span {
  display: block;
  margin-bottom: 30px;
  color: #726DA3;
  font-size: 22px;
  font-weight: 300;
}
.compatibility__content span strong {
  font-weight: 600;
}
.compatibility__content img {
  width: 75%;
}
@media (max-width: 650px) {
  .compatibility__content img {
    width: 70%;
    margin: 0 auto;
  }
}
.compatibility__content h6 {
  margin-block: 10px;
  color: #726DA3;
  font-size: 20px;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.compatibility__gif {
  width: 50%;
}

.specs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 650px) {
  .specs {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .specs__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.specs__content h2 {
  color: #726DA3;
  font-size: 40px;
  width: 60%;
  font-weight: 900;
}
@media (max-width: 650px) {
  .specs__content h2 {
    width: 100%;
  }
}
.specs__content span {
  display: block;
  margin-bottom: 30px;
  color: #726DA3;
  font-size: 22px;
  font-weight: 300;
}
.specs__content span strong {
  font-weight: 600;
}
.specs__content img {
  width: 50%;
  margin-left: 2.5vw;
}
@media (max-width: 650px) {
  .specs__content img {
    width: 70%;
    margin: 0 auto;
  }
}
.specs__content h6 {
  margin-block: 10px;
  color: #726DA3;
  font-size: 20px;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
}
.specs__content p {
  color: #726DA3;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  margin-left: 2.5vw;
  margin-top: 20px;
}
.specs__gif {
  width: 30%;
}
@media (max-width: 650px) {
  .specs__gif {
    width: 70%;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F04E6E;
  padding-block: 40px;
  padding-inline: 20px;
}
@media (max-width: 650px) {
  .footer {
    flex-direction: column;
  }
}
.footer__text {
  width: 15%;
}
@media (max-width: 650px) {
  .footer__text {
    width: 100%;
  }
}
.footer__text p {
  color: yellow;
  font-size: 16px;
  text-align: end;
}
@media (max-width: 650px) {
  .footer__text p {
    text-align: center;
  }
}
.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer__social .social-row {
  display: flex;
  gap: 10px;
  margin-block: 20px;
}
.footer__social p {
  color: #fefefe;
}
.footer__logo {
  width: 10%;
}
@media (max-width: 650px) {
  .footer__logo {
    width: 50%;
    margin-block: 20px;
  }
}

/*# sourceMappingURL=main.min.css.map */
