.highligth-product {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  max-width: 1566px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.highligth-product__background .highligth-product__inner {
  border-radius: 28px;
  color: var(--color-white);
  position: relative;
  overflow: hidden;


  background-color: var(--color-secondary--1);
  color: var(--color-white);

}




.highligth-product__inner {
  margin: 32px 12px 20px 12px;
  display: flex;

  position: relative;

  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  position: relative;
}



.highligth-product__inner::after {
  display: block;
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url('../../images/highligth/background-shape2.svg');
  width: 1932px;
  height: 1236px;
  left: -190px;
  bottom: -610px;
}



.highligth-product__wrapper {
  display: flex;
  padding: 58px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  z-index: 1;

  max-width: 1440px;
  margin: 0 auto;
}

.highligth-product__texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.highligth-product__media {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highligth-product__video {
  position: relative;
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.highligth-product__video-text {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.highligth-product__products {
  padding: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.highligth-product__products-wrapper.swiper {
  overflow: visible;
}


.highligth-product__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}


.highligth-product .product-teaser__see-product {
  display: none;
}
.highligth-product .product-teaser__learn-more {
  display: flex;
}



@media all and (min-width:1024px) {

  .highligth-product__inner::after {
    left: -255px;
    bottom: -400px;
  }

  .highligth-product__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 96px 24px;
    gap:34px;
    align-items: center;
  }
}


@media all and (min-width:1800px) {

  .highligth-product__products {
    padding: 0 0 24px 0;
  }

  .highligth-product__products-wrapper:not(:has(.swiper-slide:nth-child(5))) .swiper-pagination {
    opacity: 0;
  }
}





