#highlights {
  margin-bottom: 0
}

#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%
}

.group-look-slider .look-slider-tag-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.group-look-slider .look-slider-tag-name {
  font-size: 13px;
}

.group-look-slider .look-slider-tag-old-price, .group-look-slider .look-slider-tag-price {
  font-weight: 500;
  font-size: 11px;
  text-decoration: none;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center
}

#highlights .slick-dots, .group-look-slider .slick-dot {
  bottom: 20px
}

#highlights .slick-dots li button:before, .group-look-slider .slick-dots li button:before {
  border-radius: 50px!important;
  width: 12px!important;
  height: 12px!important;
  background-color: transparent!important;
  color: transparent;
  opacity: 0;
  font-size: 0;
  top: -3px;
  left: -3px;
}

body #highlights .slick-dots li,body .group-look-slider .slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 9px;
  background-color: var(--secondary);
  border-radius: 10px;
}

body .group-look-slider .slick-dots li {
  /* width: 10px!important; */
}

.group-look-slider-title {
  text-transform: uppercase;
  font-size: var(--slider-font-size)
}

.look-slider-tag-name {
  text-transform: uppercase
}

#highlights .slick-dots li button, .group-look-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.group-look-slider .look-slider-left-arrow,.group-look-slider .look-slider-right-arrow {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px)
}

#highlights .slick-dots li.slick-active button:before, .group-look-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--secondary)
}

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

  .group-look-slider .slick-track {
      padding-bottom: 10px!important
  }

  .sliderContainer {
      margin-bottom: 40px
  }

  #highlights img {
      /* height: calc(100vh - 25px); */
  }
.group-look-slider .slick-dots {
    bottom: 30px !important;
}
  .group-look-slider-title {
      text-transform: uppercase;
      font-weight: 700!important;
      margin-top: 50px!important;
      margin-bottom: 30px!important;
      font-size: 20px!important;
      color: black;
  }
}
