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

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* height: calc(100svh - var(--menu-height)); */
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  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;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.group-look-slider {
  margin-bottom: 100px;
}

.group-look-slider .group-look-slider-title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  border-radius: 100px;
}

.group-look-slider .look-slider-tag-info {
  display: block;
}

.group-look-slider .look-slider-tag-name {
  width: 100%;
}

.group-look-slider .look-slider-tag-old-price {
  width: fit-content;
  float: left;
  margin-right: 10px;
}

.group-look-slider .look-slider-tag-price {
  width: fit-content;
  float: left;
}


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

  .sliderContainer {
    margin-bottom: 40px;
  }

.group-look-slider {
  margin-bottom: 0px;
}
}