#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: calc(calc(100% - var(--home-container)) / 4);
}

#highlights figure,
#highlights img {
  object-fit: cover;
  width: 100%;
  -o-object-fit: cover;
}
.highlight iframe {
  pointer-events: none;
}
#highlights .highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}
img.look-slide-img {
    border-radius: var(--border-radius);
}

.look-slide:not(.slick-current) {
    opacity: 0.4 !important;
}
.group-look-slider .group-look-slider-title {
  margin-top: calc(calc(100% - var(--home-container)) / 2 );
  font-size: var(--slider-font-size);
  line-height: var(--group-line-height);
  /* margin-top: 0px; */
}
a.look-slider-tag {
  background: var(--web-background);
  padding: 7px;
}
.look-slider-right-arrow.slick-arrow,
.look-slider-left-arrow.slick-arrow {
  top: calc(41% + calc(calc(100% - var(--web-container)) / 1) + 0px);
  background: var(--base-aux);
  top: calc(50% + 28px);
  width: 25px;
  height: 35px;
  width: 28px;
}
img.look-slider-arrow {
  filter: invert(1) var(--icons-invert);
}

.group-look-slider .look-slider-tag-info {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  /* -webkit-transform: scale(0.75); */
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  margin-left: 0px;
}

.group-look-slider .look-slider-tag-price,
.group-look-slider .look-slider-tag-old-price {
  width: fit-content;
  font-weight: 600;
  font-size: var(--base-font-size);
  color: var(--base);
}

.group-look-slider .look-slider-tag-name {
  width: 100%;
  color: var(--base);
  font-size: var(--base-font-size);
  margin-bottom: 3px;
}

.group-look-slider .look-slider-tag-old-price {
  opacity: 30%;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li,
.group-look-slider .slick-dots li {
  width: 14px !important;
  height: 14px;
  margin: 4px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid transparent;
}

.slick-dots li button:before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -8px;
  left: -8px;
}

.slick-dots li.slick-active {
  border: 1px solid white;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--white);
}

div#brandIndexContainer {
    padding: 60px 0;
    float: left;
    width: 95%;
    margin-left: 2.5%;
}

.titleAndBrand {
    width: 99%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin: 0 auto 30px;
}

.brandsLogoContainer .slick-slide {
  height: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

a.verMarcas {
  padding: 10px 20px;
  transition: all 0.2s;
  border: 1px solid;
  margin: 60px auto 0px;
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}

img.brandLogo {
  width: 95%;
  object-fit: contain;
  height: 100%;
}

a.viewAll.lineEffectCenter {
    display: none;
}

.brandIndexTitle {
  font-weight: 500;
  font-size: 24px;
  color: #1D1D1B;
}

.sliderArrowsContainerBrand {
    /* position: absolute; */
    right: 3%;
    top: 45px;
    display: flex;
    align-items: center;
    gap: 6px;
}
@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  .group-look-slider .look-slider-tag-info {
    transform: unset;
    margin-left: 20px;
  }

  .brand {
    max-width: unset !important;
  }

  img.brandLogo {
    height: 27px !important;
  }

  img.brandLogo.indexLogo {
    height: auto !important;
  }
a.look-slider-tag-link {
        width: 100%;
        color: var(--base);
    }
  .highlight iframe {
    aspect-ratio: 9/16;
  }
  .group-look-slider {
    width: calc(100% - 40px) !important;
    margin: 10px 20px auto !important;
    float: left;
  }

  .group-look-slider .slick-dots li button:before {
    width: 30px;
    height: 5px;
    border-radius: 30px !important;
  }

  .group-look-slider .slick-dots li.slick-active button:before {
    background: var(--base);
  }
  .group-look-slider .slick-dots li.slick-active button:before {
    background-color: var(--base) !important;
  }

  .group-look-slider ul.slick-dots {
    bottom: 50px;
  }

  .group-look-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .sliderContainer {
    margin-bottom: 40px;
  }
  #content
  .look-slider-tag{
    background: var(--web-background);
  }

  div#brandIndexContainer {
    width: 100%;
    margin-left: 0;
    padding: 50px 0 40px;
  }

  .titleAndBrand {
    justify-content: center;
  }

  .brandIndexTitle {
    font-size: 22px;
  }

  .noStockBadgeFile, .saleBadge, .preorderBadge{
    max-height: 27px !important;
  }

  .badgeFile, .preorderBadge {
    width: 73px !important;
  }
}
