#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: calc(calc(100% - var(--home-container)) / 4);
}

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

.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(--slider-font-size);
  line-height: var(--group-line-height);
  /* margin-top: 0px; */
}
a.look-slider-tag {
  background: var(--web-background);
  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% + 28px);
  width: 25px;
  height: 35px;
  width: 28px;
}
img.look-slider-arrow {
  filter: invert(1);
}

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

.cards-section {
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    gap: 30px;
}

.card {
    aspect-ratio: 331 / 201;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.card:hover .arrow {
  animation: rotate320 1s ease-in-out 0s 1 normal forwards;
}

.card:hover  {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cards-section.observer.onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.blogsSliderContainer.slick-initialized .slick-slide {
  margin: 0 10px;
}

.card .card-img {
    aspect-ratio: 331 / 201;
    object-fit: contain;
    height: 100%;
}

.card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
    -o-transition: opacity 0.4s ease, background-color 0.4s ease;
    transition: opacity 0.4s ease, background-color 0.4s ease;
}

.arrow {
    width: 43px;
    height: 43px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    fill: white;
    position: relative;
    -ms-grid-row-align: flex-end;
    -ms-grid-column-align: flex-end;
    place-self: flex-end;
}

.card-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: white;
    width: 50%;
}

.blogsSliderContainer {
  width: calc(92% + 20px);
  margin: auto;
  margin-bottom: 40px;
}

.newsletterColumn {
  border-radius: 0 !important;
}


@media (min-width: 1100px) and (max-width: 1410px) {
    .card-content {      
      padding: 20px;
    }

  .arrow {
    width: 40px;
    height: 40px;
  }
}



@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%;
  }
  .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: 50px;
  }

  .group-look-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .sliderContainer {
    margin-bottom: 40px;
  }

  .cards-section {
    flex-direction: column;
    margin-top: 25px;
    width: 90%;
    gap: 25px;
    margin-bottom: 25px;
  }

  .arrow {
    left: 10px;
    bottom: 10px
  }

  .slick-list {
  overflow: visible;
  }

  #footer .newsletterColumn {
    border-radius: 0 !important;
  }
}
