#content {
  border-bottom: 1px solid var(--base);
}

#content #highlights {
  width: var(--home-container);
  margin: 0 auto;
  border-radius: var(--border-radius);
}

#highlights figure,
#highlights img {
  object-fit: cover;
  width: 100%;
   border-radius: var(--border-radius);
}
.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);
}

.look-slide:not(.slick-current) {
  opacity: 0.4 !important;
}
.group-look-slider .group-look-slider-title {
  margin-top: calc(calc(100% - var(--home-container)) / 2);
  font-size: var(--font-size-xl);
  line-height: var(--group-line-height);
  font-weight: var(--base-font-weight);
  color: var(--base-aux);
}
a.look-slider-tag {
  padding: 7px;
}
.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% + 60px);
  height: 60px;
  width: 60px;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

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

.group-look-slider .look-slider-tag-name {
  width: 100%;
  color: var(--base-aux);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin-bottom: 3px;
}

.group-look-slider .look-slider-tag-old-price {
  opacity: 30%;
}
#content .group-look-slider {
  background: var(--base);
}
#highlights
.slick-dots {
  bottom: 20px;
}

#highlights
.slick-dots li,
.group-look-slider .slick-dots li {
  width: 20px !important;
  height: 20px;
  margin: 4px;
}

#highlights
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0px;
  border: 1px solid transparent;
}
#highlights
.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: -5px;
  left: -5px;
}
#highlights
.slick-dots li.slick-active {
  border: 1px solid white;
  border-radius: 50%;
}

.look-slider-tag-img img {
  max-height: 100%;
  object-fit: contain;
}
@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%;
    color: var(--base-aux);
  }
  #content
  .highlight iframe {
    aspect-ratio: 9/16;
  }

  .group-look-slider .slick-dots li button:before {
    border-radius: 30px !important;
    background-color: var(--web-background) !important;
  }

  .group-look-slider .slick-dots li.slick-active button:before {
    background-color: var(--web-background) !important;
  }

  .group-look-slider ul.slick-dots {
    bottom: 40px;
  }

  .group-look-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
    width: var(--web-container);
  }
  .sliderContainer {
    margin-bottom: 40px;
  }
  #content
    .group-look-slider .slick-track {
        padding-top: 0;
        padding-bottom: 75px;
    }
  .group-look-slider .group-look-slider-title {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .slick-current .look-slider-background {
    border-radius: var(--border-radius);
  }
}
@media screen and (min-width: 1100px) {
  .look-slider-right-arrow:hover,
  .look-slider-left-arrow:hover {
    opacity: 0.8;
  }
}
