#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 6px;
}

#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;
}
.look-slide.slick-slide {
  margin: 0px 3px;
}
.widthContainer {
  width: 100%;
}

.look-slide.slick-slide:not(.slick-current) {
  opacity: 0.5;
}
#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}
a.look-slider-tag {
  background-color: var(--web-background);
}
.group-look-slider .group-look-slider-title {
  margin-top: 35px;
  font-size: var(--slider-font-size);
  line-height: var(--group-line-height);
  /* margin-top: 0px; */
}

.look-slider-right-arrow.slick-arrow,
.look-slider-left-arrow.slick-arrow {
  background: var(--base-aux);
  top: calc(50% + 18px);
  width: 28px;
  height: 35px;
}
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);
}
.group-look-slider
.look-slider-tag{
  background: var(--web-background);
}
@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  .group-look-slider .look-slider-tag-info {
    transform: unset;
    margin-left: 20px;
  }
  a.look-slider-tag-link {
    width: 100%;
  }
  .group-look-slider .group-look-slider-title {
    margin-top: 10px;
  }
  .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);
    /* opacity: 30%; */
  }
  .group-look-slider .slick-dots li.slick-active button:before {
    background-color: var(--base) !important;
  }

  .group-look-slider ul.slick-dots {
    bottom: 11px;
  }
  .group-look-slider .slick-track {
    padding-bottom: 60px !important;
  }
  .group-look-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .sliderContainer {
    margin-bottom: 40px;
  }
    .group-look-slider
  .slick-dots li.slick-active {
    border: none;
    border-radius: 50%;
}
}
