/* BANNER PRINCIPAL */
.main-banner {
  img {
    width: 100%;
  }
  .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;
  }
}

.bg-benefits-box {
  background-color: #10040a;
  padding-block: 60px;
}
/* BANNER VANTAGENS */
.new-benefits-box {
  overflow-y: hidden;
  margin-top: 0px !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;
  }
}

/* BANNER MEIO */
.banner-middle,
.banner-listProd {
  position: relative;
  .swiper {
    overflow: clip visible;
  }
  img {
    max-height: 720px;
    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%);
    }
    .carousel-default-swiper {
      overflow: clip visible;
      .new-product-inner {
        max-width: 250px;
      }
    }
  }
  &:not(:has(.new-product-list2 .new-product-inner__thumb)) {
    display: 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 {
    font-family: "DM Serif Display", serif;;
    text-transform: uppercase;
    display: flex;
    margin: 0;
    margin-bottom: 20px;
    font-size: 80px;
    justify-content: center;
    font-weight: 400;
    width: 100%;
    color: var(--black);
    letter-spacing: 5px;
  }
  .instagram-container a.instagram, a.swiper-slide {
    video {
      width: 100%;
    }
    video, img {
      object-fit: cover;
      aspect-ratio: 1;
      width: 100%;
    }
  }
}
@media (max-width: 991px) {
  .instagram-section .instagram-title {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width: var(--max-width)) {
  .instagram-section {
    margin-top: 30px;
}
}
@media (min-width: var(--min-width)) {
  .instagram-section .instagram {
    min-width: 380px;
  }
}
@media (min-width: 1700px) {
  .instagram-section .instagram {
    min-width: 430px;
  }
}