#highlights {
  width: var(--web-container);
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 1 calc(calc(100% - var(--home-container)) / 4);
}

#headerDummy {
  height: 0;
}

#highlights figure,
#highlights img {
  object-fit: cover;
  width: 100%;
  margin-top: 5px;
  -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); */
  /* margin: 16px; */
}

#brandIndexContainer.brandBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--home-container);
  margin: 55px auto calc(calc(100% - var(--home-container)) / 2);
  overflow: hidden;
}

.brandHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.brandTitle {
  font-family: "Akzidenz-Grotesk BQ Extended";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--base);
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.brandHeader .verMarcas {
  color: var(--base);
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  padding-bottom: 2px;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.brandBox .brands {
  width: 100%;
}

.brandBox .brand {
  box-sizing: border-box;
  width: 232px;
  height: 89px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 232 / 89;
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0 18px;
  border-radius: 4px;
  transition: 0.3s all ease-out;
}

.brandBox .brand::before {
  content: "";
  position: absolute;
  inset: 0 2px;
  background: #f7f7f7;
  border-radius: 4px;
  z-index: -1;
}

.brandBox .brandLogo {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 54%;
  max-height: 64px;
  object-fit: contain;
  transition: 0.3s all ease-out;
}

.brandBox .brand:hover .brandLogo {
  opacity: 1;
}

.look-slide:not(.slick-current) {
  opacity: 0.4 !important;
}

.group-look-slider .group-look-slider-title {
  font-family: "Akzidenz-Grotesk BQ Extended";
  font-weight: 700;
  margin-top: calc(calc(100% - var(--home-container)) / 2);
  font-size: var(--slider-font-size);
  line-height: var(--group-line-height);
  /* margin-top: 0px; */
}

.group-look-slider {
  background-color: var(--newsletter-color);
}

a.look-slider-tag {
  background: var(--web-background);
  padding: 7px;
  border-radius: 4px;
  border: 0px;
}

.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);
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }

  #brandIndexContainer.brandBox {
    width: var(--web-container);
    margin: 25px auto 40px;
  }

  .brandHeader {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
  }

  .brandTitle {
    font-size: 18px;
  }

  .brandBox .brand {
    width: clamp(170px, 46vw, 232px);
    height: auto;
    padding: 0 14px;
  }

  .brandBox .brandLogo {
    max-height: 58px;
  }

  .group-look-slider .look-slider-tag-info {
    transform: unset;
    margin-left: calc((100% - var(--web-container)) / 2);
  }

  a.look-slider-tag-link {
    width: 100%;
    color: var(--base);
  }

  .highlight iframe {
    aspect-ratio: 9/16;
  }

  .group-look-slider {
    /* width: var(--web-container) !important; */
    /* margin: 10px calc((100% - var(--web-container)) / 2) auto !important; */
    float: left;
  }

  .group-look-slider .slick-dots li button:before {
    width: 30px;
    height: 5px;
    border-radius: 30px !important;
    display: none;
  }

  .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);
  }

  #highlights figure, #highlights img {
    object-fit: cover;
    width: 100%;
    margin-top: 0;
    -o-object-fit: cover;
}
}

@media screen and (max-width: 768px) {
  .group-look-slider .slick-track {
    padding-bottom: 20px !important;
  }

  .group-look-slider .group-look-slider-title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
