#highlights {
  width: 100% !important;
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  margin-bottom: 26px;
}

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  /* object-fit: cover; */
  height: auto;
}

#highlights .slick-prev::before,
#highlights .slick-next::before{
  content: "" !important; 
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../../files/highArrowLeft.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;              
  margin: 10px 14px;
}
#highlights .slick-next::before{
  transform: rotate(180deg);
  
}
.slick-prev,
.slick-next
{
    top: 50%;
    z-index: 2;
    background: #fff !important;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    /* left: 4%; */
}
.slick-prev
{
    left: 4%;
}
.slick-next{
  right:5%;
{
.newsContainer {
  position: relative;
  width: calc(95% + 20px);
  margin: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}


.newsBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem;
}
.newsBox:nth-child(even) {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 3rem;
}
.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;
}

.group-look-slider {
  padding-top: 3rem;
}

.group-look-slider-title {
  font-size: var(--lookbook-font-size);
  letter-spacing: var(--letter-spacing);
  line-height: var(--lookbook-line-height);
}

.sliderContainer,
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.look-slider-tag-info {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  row-gap: 9px;
}

.look-slider-tag-name {
  width: 100%;
  text-transform: uppercase;
  color: var(--base);
  font-weight: var(--semibold-font-weight);
}

.look-slider-tag-price {
  color: var(--base);
}

a.look-slider-tag-link {
  width: 100%;
  margin-top: 0;
  color: var(--oldPrice);
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  width: 30px !important;
  height: 30px !important;
}

.look-slider-left-arrow {
  left: 2.8% !important;
}

.look-slider-right-arrow {
  right: 2.7% !important;
}

.look-slider-tag-old-price {
  color: var(--oldPrice);
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 4px;
}

.slick-dots li button {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
}

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

.slick-dots li.slick-active {
  border: 1px solid white;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}
.news.blogPostRegular:nth-child(3n-1) {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(205 205 205);
}
@media screen and (max-width: 768px) {

  .slick-dots li button:before
{
    font-size: 0;
    line-height: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    border: 1px solid var(--base);
    height: 11px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 100px;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    border: 1px solid black;
    border-radius: 1000px;
    background: #000;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 12px;
}



  #highlights .highlight iframe {
    aspect-ratio: 9 / 16;
  }
  #content .sliderContainer {
    width: 100%;
  }
  .sliderContainer:nth-child(4) {
    background:var(--base);
    padding: 20px;
    box-sizing: border-box;
}

  #imageGroups {
    width: 100%;
  }
#highlights {

margin-top: 22px;

margin-bottom: 20px;
}

  .group-look-slider-title {
    margin-top: 40px;
  }
  .newsAuthor {
    margin-bottom: 18px !important;
  }
  .group-look-slider .look-slider-container .slick-dots {
    bottom: 60px;
  }

  .group-look-slider .look-slider-container .slick-dots li {
    width: 14px !important;
  }

  .group-look-slider .slick-dots li button:before {
    border-radius: var(--btn-border-radius) !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--base) !important;
    opacity: 1 !important;
  }

  .group-look-slider .slick-dots li.slick-active {
    border: 1px solid var(--base) !important;
  }

  .group-look-slider .look-slider-tag-link {
    width: 100% !important;
    margin-top: 0;
    font-size: 10px;
    font-weight: 500;
  }
  .newsBox:first-child > :nth-child(3) {
    order: 1;
  }
  .newsBox:first-child > :nth-child(2) {
    order: 2;
  }
  .newsBox:first-child > :nth-child(1) {
    order: 3;
  }
}
