#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  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;
}
#timer{
  height: 27px;
  width: 100%;
  margin-bottom: 2.5%;
 
}
#countdown{
  width: 100%;
  color: #fff;
  background-color: rgb(73, 75, 48);
  display: none;
  align-items: center;
  justify-content: center;
}
.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-radius: 100px;
  width: 8px;
  height: 8px;
  background-color: white;
  color: white;
  opacity: 1;
  font-size: 0;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 15px;
}

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

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--base);
  width: 14px;
  height: 14px;
  top: -3px;
}

.group-look-slider-title {
  font-weight: var(--h1-font-weight) !important;
  letter-spacing: 1px;
  margin-top: 80px
}

.look-slider-tag-info {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 65%;
  align-items: center;
}

.look-slider-tag-name {
  grid-row: 1;
  grid-column: 1 / span 2;
  text-transform: uppercase;
}

.look-slider-tag-old-price {
  grid-row: 2;
  grid-column: 1;
}

.look-slider-tag-price {
  grid-row: 2;
  grid-column: 2;
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  background: var(--base) !important;
  border-radius: 100%;
}

.look-slider-right-arrow {
  right: 3%;
}

.look-slider-tag-info > div:nth-child(2) {
  grid-column: 1;
}

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

  .sliderContainer {
    margin-bottom: 40px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .group-look-slider-title {
    margin-top: 40px;
}
#highlights .highlight iframe{
  aspect-ratio: 9 / 16;
}
}