.widthContainer {
  width: 100%;
}

#highlights {
  width: 98%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 1% 1% 0% 1%;
}

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

#highlights .slick-dots {
  bottom: 10px;
}

#highlights .slick-dots li button:before {
  border-radius: var(--btn-border-radius);
  width: 9px;
  height: 9px;
  margin: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -6px;
  left: -6px;
}

#highlights .slick-dots li {
  width: 17px;
  height: 17px;
  margin: 6px;
}

#highlights .slick-dots li.slick-active {
  width: 17px;
  height: 17px;
  padding: 0;
  border: 1px solid var(--base);
  background: var(--base);
  border-radius: 50%;
}

#highlights .slick-dots li.slick-active button:before {
  opacity: 1;
}

#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);
}

/* .categoriasDestacadas {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: auto;
  align-items: center;
}

.categoriasDestacadas h2 {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
  color: black;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

.categoriasDestacadas .sliderArrowsContainer {
  margin-top: 30px;
}

.categoriesSlider {
  background: #fff;
  width: var(--web-container);
  padding: 6% 4%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 70px;
}

.categoriesSlider .category {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.categoriesSlider .category:hover .categoryImg {
  transform: scale(1.1);
}

figure.categoryImg {
  background: #004c941a;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  transition: all 0.2s;
}

.categoryImg img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.categoryImg img:hover {
  opacity: 1;
}

.categoriesSlider .categoryName {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  position: relative;
  width: fit-content;
  color: #272525;
}

.categoriesSlider .category:hover .categoryName {
  font-weight: 600;
} */


.sliderTitleContainer {
  text-align: center;
  margin-bottom: 25px;
  color: black;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  /* text-transform: capitalize; */
}

.widthContainer {
  width: 100%;
}

.categoriasDestacadas {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: auto;
  align-items: center;
}

.destacadasContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.categoriasDestacadas h2 {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
  color: black;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

.categoriaDestacada {
  width: 19%;
  margin: 0px 5px;
}

.categoriaDestacada img {
  width: 100%;
  aspect-ratio: 8/11;
  object-fit: cover;
}

.destacadaTitle {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  height: auto;
  line-height: 25px;
}

.categoriaDestacada:hover .destacadaTitle {
  font-weight: 600;
}

.sliderArrowsContainer {
  position: absolute;
  right: 1.1%;
  /* top: 0; */
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: 26px;
}

.sliderArrowsContainerProduct {
  position: absolute;
  right: 1.1%;
  top: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  /* margin-top: 31px; */
}

.productViewContainer {
  border-right: 1px solid #00000050 !important;
  /* border: unset !important; */
}

.productViewContainer {
    /* border-right: unset !important; */
}

@media screen and (max-width: 768px) {
  #highlights {
    /* margin-bottom: 27px; */
  }

  #highlights .highlight iframe {
    aspect-ratio: 9 / 16;
  }

  #imageGroups {
    width: 100%;
  }

  .group-look-slider-title {
    margin-top: 40px;
  }

  .group-look-slider .look-slider-tag-link {
    width: 100% !important;
    margin-top: 0;
    font-size: 10px;
    font-weight: 500;
  }

  #imageGroups {
    width: 100%;
  }

  .sliderContainer {
    margin-bottom: 40px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .group-look-slider-title {
    margin-top: 40px;
  }
/* 
  .categoriesSlider {
    width: 100%;
    padding: 0;
    padding: 30px 0;
    margin-bottom: 0px !important;
  }

  .category.slick-slide {
    margin: 10px;
  }

  .categoryImg img {
    opacity: 1;
  } */

  .categoriasDestacadas {
    margin-bottom: 50px;
}

.categoriaDestacada img {
    height: 380px;
    object-fit: cover;
}

.categoriasDestacadas h2 {
    width: 85%;
    margin-bottom: 0px;
    /* margin-top: 30px; */
}

  .sliderArrowsContainer {
    position: relative;
    right: unset;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    gap: 5px;
  }
}