/* 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;
  }
  .banner__home__top:not(:has(.main-banner-mobile .swiper-slide)) {
    display: none;
  }
}
@media (min-width: var(--min-width)) {
  .main-banner-mobile {
    display: none;
  }
  .main-banner .swiper-button {
    width: 80px;
    height: 80px;
  }
  .banner__home__top:not(:has(.main-banner .swiper-slide)) {
    display: none;
  }
}

.banner__home__top {
  position: relative;
  > i.fa-chevron-down {
    background-color: var(--white);
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    color: var(--black);
    font-size: 2em;
    z-index: 2;
    animation: bounce 2s infinite;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@media (max-width: 991px) {
  .banner__home__top > i.fa-chevron-down {
    width: 10vw;
    height: 10vw;
  }
}

/* BANNER VANTAGENS */
.hightlight__banner__home {
  margin-top: 80px;
  margin-inline: 5vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  .swiper-wrapper {
    max-width: max-content;
  }
  .swiper-slide {
    width: max-content;
  }
}

.hightlight__banner__home:not(:has(.swiper-slide-active)) {
  display: grid;
  grid-template-columns: repeat(auto-fit, 515px);
  justify-content: flex-start;
  .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1599px) {
  .hightlight__banner__home:not(:has(.swiper-slide-active)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1199px) {
  .hightlight__banner__home:not(:has(.swiper-slide-active)) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hightlight__banner__home:not(:has(.swiper-slide-active)) {
    grid-template-columns: 1fr;
  }
}

/* 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;
  }
}

/* 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;
      }
    }
  }
}
@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 {
    text-transform: uppercase;
    display: flex;
    margin: 0;
    margin-bottom: 20px;
    font-size: 80px;
    justify-content: center;
    font-weight: 400;
    width: 100%;
    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;
  }
}

.about-section {
  background: #544c4b;
  padding: clamp(48px, 8vw, 74px) 24px;
}

.about-section__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
}

.about-section__image-wrapper {
  width: 100%;
}

.about-section__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.about-section__content {
  max-width: 380px;
}

.about-section__title {
  margin: 0 0 24px;
  color: #efe0bf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-section__text {
  margin: 0;
  color: #eee4de;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* Tablet */
@media (max-width: 900px) {
  .about-section__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-section__content {
    max-width: 100%;
  }

  .about-section__image {
    aspect-ratio: 16 / 10;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .about-section {
    padding: 40px 18px;
  }

  .about-section__image {
    aspect-ratio: 4 / 5;
  }

  .about-section__title {
    margin-bottom: 18px;
    letter-spacing: 2px;
  }

  .about-section__text {
    line-height: 1.55;
    letter-spacing: 0.5px;
  }
}