/** Shopify CDN: Minification failed

Line 10:20 Expected ":"

**/
.levo_promotion_carrousel {
  margin-bottom: 60px;
  --background-color: #CEE29D;
  --foreground-color: #008065;
  --background-image;
}

.levo_promotion_carrousel .wrapper {
  width: 100%;
  max-width: 1664px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

.levo_promotion_carrousel .promotion_box {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  position: relative;
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  color: var(--foreground-color);
  height: 543px;
}

.levo_promotion_carrousel .promotion_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 128, 101, 0) 0%, var(--background-color) 77.86%);
  z-index: 0;
}

.levo_promotion_carrousel .promotion_wrapper {
  position: relative;
  z-index: 1;
  padding: 42px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.levo_promotion_carrousel .promotion_illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 296px;
  width: fit-content;
}

.levo_promotion_carrousel .promotion_illustration img {
  max-width: 100%;
}

.levo_promotion_carrousel .promotion_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.levo_promotion_carrousel .promotion_title {
  color: var(--foreground-color);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.levo_promotion_carrousel .promotion_description {
  color: var(--foreground-color);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 20rem;
}

.levo_promotion_carrousel .promotion_link {
  color: var(--foreground-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  text-decoration-line: underline;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
  display: inline-block;
  pointer-events: auto;
}

.levo_promotion_carrousel .product-card__title {
  min-height: 46px;
}

.levo_promotion_carrousel .feature__product {
  padding: 0 40px;
}

.levo_promotion_carrousel .feature__products {
  width: 100%;
}

@media (min-width: 1025px) {
  .levo_promotion_carrousel .feature__product::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #C6C6C6;
    transition: opacity 0.3s ease;
    opacity: 1;
  }

  .levo_promotion_carrousel .feature__product.is-last-visible::after {
    opacity: 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: none !important;
  color: #008065 !important;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: none !important;
  font-size: 26px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #008065 !important;
  font-size: 28px;
  font-weight: 700;
}

.swiper-button-prev {
  left: 8px;
}

.swiper-button-next {
  right: 8px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .levo_promotion_carrousel .wrapper {
    max-width: 95%;
    margin: 0 auto 50px;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }

  .levo_promotion_carrousel .promotion_box {
    max-width: 360px;
    height: 480px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
  }

  .levo_promotion_carrousel .promotion_wrapper {
    padding: 36px 14px;
    gap: 24px;
  }

  .levo_promotion_carrousel .promotion_illustration {
    height: 220px;
  }

  .levo_promotion_carrousel .promotion_caption {
    gap: 16px;
  }

  .levo_promotion_carrousel .promotion_title {
    font-size: 22px;
    line-height: 1.2;
  }

  .levo_promotion_carrousel .promotion_description {
    font-size: 15px;
    line-height: 20px;
  }

  .levo_promotion_carrousel .promotion_link {
    font-size: 15px;
    line-height: 26px;
  }

  .levo_promotion_carrousel .feature__products {
    width: 100%;
  }

  .levo_promotion_carrousel .feature__product {
    padding: 0 24px;
    border-right: 1px solid #C6C6C6;
  }

  .levo_promotion_carrousel .feature__product:last-child {
    border-right: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .levo_promotion_carrousel .wrapper {
    gap: 16px;
    padding: 0 16px;
    flex-direction: column;
  }

  .levo_promotion_carrousel .promotion_illustration {
    height: 150px;
  }

  .levo_promotion_carrousel .promotion_illustration img {
    height: 100%;
  }

  .levo_promotion_carrousel .promotion_box {
    height: unset;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: none !important;
    color: #008065 !important;
    top: 45%;
    transform: translateY(-50%);
    box-shadow: none !important;
    font-size: 26px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    color: #008065 !important;
    font-size: 28px;
    font-weight: 700;
  }

  .swiper-button-prev {
    left: 8px;
  }

  .swiper-button-next {
    right: 8px;
  }

  .levo_promotion_carrousel .feature__product {
    border-right: none !important;
  }
}
