/* BANNER PRINCIPAL */
.main-banner {
  .swiper {
    overflow: visible;
  }
  .swiper-button-prev{
    left: 20px;
  }
  .swiper-button-next{
    right: 20px;
  }
}
.main-banner-desktop .swiper-slide{
  min-height: 400px;
}
@media (max-width: var(--max-width)) {
  .main-banner-desktop {
    display: none;
  }
}
@media (min-width: var(--min-width)) {
  .main-banner-mobile {
    display: none;
  }
  .main-banner .swiper-button {
    width: 80px;
    height: 80px;
  }
}

/* BANNER VANTAGENS */
.new-benefits-box {
  overflow-y: hidden;
  margin-top: 55px !important;
  a.item {
    max-width: fit-content;
    img {
      max-height: 63px;
    }
  }
  .swiper-wrapper {
    display: flex;
  }
}
@media (max-width: var(--max-width)) {
  .new-benefits-box {
    padding: 0;
  }
}
@media (min-width: var(--min-width)) {
  .new-benefits-box {
    margin-top: 70px !important;
  }
}

/* SEÇÃO DE PROMOÇÃO */
.bg-promotion {
  width: 100%;
  min-height: fit-content;
  padding-block: 10px;
  background: url("https://static.cdnlive.com.br/uploads/812/etc/17756564587874.jpeg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  .promotion-banner {
    margin-bottom: 15px;
    .promotion-banner__title {
      display: flex;
      font-size: 32px;
      text-transform: capitalize;
      justify-content: center;
      font-weight: 600;
      width: 100%;
      color: var(--white);
      margin: 0;
      margin-bottom: 32px;
      .promotion-banner__title__text {
        font-weight: 600;
        margin: 0;
        color: var(--white) !important;
        font-size: 32px !important;
        text-transform: capitalize !important;
      }
    }
  }
  .swiper-pagination-bullet {
    background-color: var(--white);
  }
  .swiper-pagination .swiper-pagination-bullet-active-main {
    background-color: var(--white);
  }
  .autoplay-progress {
    color: var(--white);
    svg {
      stroke: var(--white);
    }
  }
}
@media (max-width: 991px) {
  .bg-promotion {
    padding-block: 5px;
    background-size: cover;
  }
  .bg-promotion .promotion-banner .promotion-banner__title .promotion-banner__title__text {
    font-weight: 500;
    font-size: 22px !important;
  }
}

/* BANNER MEIO */
.banner-middle,
.banner-listProd {
  position: relative;
  .swiper {
    overflow: clip visible;
  }
  img.img-responsive {
    max-height: 720px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    max-width: 90vw;
  }
  a.item {
    max-width: 100%;
  }
}

/* SEÇÃO DE BANNER E SEÇÃO DE PRODUTO */
.section-banner-listProd {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 30px;
  margin-block: 150px 100px;
  .banner-listProd {
    position: relative;
    width: 100%;
    overflow: clip visible;
    .swiper {
      overflow: clip visible;
    }
    img {
      max-height: 720px;
      width: 100%;
      border-radius: 5px;
      max-width: 90vw;
    }
    a.item {
      max-width: 100%;
    }
  }
  .new-product-list2 {
    .new-product-list__header {
      position: absolute;
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
    }
    .carousel-default-swiper {
      overflow: clip visible;
      .new-product-inner {
        max-width: 250px;
      }
    }
  }
}
@media (max-width: 405px) {
  .section-banner-listProd .new-product-list2 .carousel-default-swiper {
    max-width: none;
  }
}
@media (max-width: 1130px) {
  .section-banner-listProd {
    grid-template-columns: 100%;
    grid-template-rows: minmax(0, max-content) 1fr;
    gap: 60px;
    margin-block: 60px;
    .banner-middle a.item img{
      height: 100%;
    }
  }
}


/* BLOG */
.blog-home {
  padding-bottom: 50px;
  .swiper {
    overflow: clip visible;
  }
  .autoplay-progress {
    top: 100%;
  }
  .blog-home--content .recent-blog-post__container {
      width: 100%;
  }
  .blog-home--title {
    color: var(--black);
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
  }
}

/* INSTAGRAM */

.instagram-section {
  margin-top: 50px;
  margin-bottom: 110px;
  padding: 0;
  .instagram {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .instagram-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    h2 {
      text-transform: capitalize;
      display: flex;
      margin-bottom: 5px;
      margin: 0;
      font-size: 32px;
      justify-content: center;
      font-weight: 600;
      width: 100%;
      color: var(--black);
    }
    a {
      width: 100%;
      font-size: 20px;
      color: var(--color-primary);
      margin-bottom: 20px;
      text-align: center;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  .instagram-container a.instagram, a.item {
    video, img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1;
    }
  }
}
@media (max-width: 991px) {
  .instagram-section {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (min-width: var(--min-width)) {
  .instagram-section .instagram {
    min-width: 380px;
  }
}
@media (min-width: 1700px) {
  .instagram-section .instagram {
    min-width: 430px;
  }
}

.bottom-section.banner-middle--simple {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.bottom-section.banner-middle--simple .item:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.bottom-section.banner-middle--simple .item:nth-child(2),
.bottom-section.banner-middle--simple .item:nth-child(3) {
  grid-column: 2;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.bottom-section.banner-middle--simple .item img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bottom-section.banner-middle--simple .item:nth-child(2) img.img-responsive,
.bottom-section.banner-middle--simple .item:nth-child(3) img.img-responsive {
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 600px) {
  .bottom-section.banner-middle--simple {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 6px;
  }

  .bottom-section.banner-middle--simple .item:first-child {
    grid-column: 1;
    grid-row: auto;
  }

  .bottom-section.banner-middle--simple .item:nth-child(2),
  .bottom-section.banner-middle--simple .item:nth-child(3) {
    grid-column: 1;
  }

  .bottom-section.banner-middle--simple .item img.img-responsive {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

/* titulo promotion-banner */
.promotion-banner__title__text {
  div {
    justify-content: center;

    span {
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 4px;
      position: relative;

      /* texto base: "OFERTAS IMPERDÍVEIS" — outline cinza */
      color: transparent;
      -webkit-text-stroke: 2px #5e5e5e;
      text-shadow: none;
    }
  }
}

.promotion-banner__title__text div span::before {
  content: 'IMPERDÍVEIS';
  position: absolute;
  right: 0;
  top: 0;
  color: #e8184d;
  -webkit-text-stroke: 0px;
  text-shadow:
    0 0 6px #e8184d,
    0 0 18px #e8184daa,
    0 0 35px #e8184d55;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}