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

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100dvh - 30px) !important;
}
div#textHighligtContainer {
  position: absolute;
  top: 50vh;
  color: var(--white);
  margin: auto;
  width: var(--web-container);
  margin-left: 4%;
  transform: translateY(-50%);
}

.textHighlight {
  display: flex;
  font-family: var(--secondary-font-family);
  font-size: 77px;
}
div#moodboardsContainer {
  margin: 70px auto;
  display: flex;
  gap: 20px;
  width: var(--web-container);
}

div#moodboardsContainer .leftImage {
  width: 43vw;
  border-radius: 20px;
  /* height: 100%; */
  overflow: hidden;
  opacity: 0;
}

div#moodboardsContainer .leftImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-look-slider img.look-slide-img {
  border-radius: 10px;
}
div#moodboardsContainer .rightContainer {
  width: calc(92vw - 43vw - 20px);
  display: flex;
  gap: 29px;
  flex-direction: column;
  justify-content: space-between;
}

.rightContainer .topImages {
  display: grid;
  opacity: 0;
  height: 55%;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.rightContainer .topImages img {
  width: 100%;
  /* aspect-ratio: 1/1; */
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.rightBottom {
  display: flex;
  color: var(--base);
  opacity: 0;
  align-items: flex-end;
  gap: 26px;
}

.rightBottom .bottomLeft {
  display: flex;
  flex-direction: column;
  min-width: max-content;
  gap: 15px;
  margin-left: 30px;
}

.bottomRight.desktopElement p {
  margin: 0px;
}
.leftImage.observer.onViewport {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.topImages.observer.onViewport {
    -webkit-animation: fade-in-left 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;
}

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

.bottomLeft .fontCotton {
  font-size: 45px;
  line-height: 55px;
  margin: 0px;
  font-family: "DreamCottage";
}

.creaTuMoodboardButton {
  display: flex;
  gap: 30px;
  border: 1px solid var(--base);
  border-radius: 100px;
  cursor: pointer;
  padding: 16px 20px;
  transition: all 0.5s;
  justify-content: space-between;
}

.creaTuMoodboardButton p {
  margin: 0px;
}

.creaTuMoodboardButton:hover {
  background: var(--base);
  color: var(--white);
}

.bottomRight.desktopElement {
  font-size: 17px;
  line-height: 21px;
  display: flex !important;
}

.creaTuMoodboardButton:hover img {
  filter: brightness(10);
}

p.moodboardTextMobile.mobileElement {
  display: none !important;
}

p.fontCotton br {
  display: block !important;
}
.textHighlight p {
  min-width: fit-content;
  margin: 0px;
}

.textHighlightSlider {
  color: var(--crema);
  margin-left: 14px;
  min-width: fit-content;
}
.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto !important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
}

#headerDummy {
  height: 29px;
}
.veinteMil {
  font-size: 26px;
  margin: 10px 0px;
}

.brandsSliderContainer {
  width: 100%;
  padding: 90px 0px 60px;
  float: left;
  margin-top: 40px;
  background: var(--gris);
}

.brand img {
  text-align: center;
  vertical-align: middle;
  text-align: center;
}

.masMarcas {
  border: 1px solid var(--base);
  width: fit-content;
  padding: 16px 23px;
  border-radius: 40px;
  align-items: center;
  margin: auto;
  margin-top: 70px;
  transition: all 0.2s;
  display: flex;
  cursor: pointer;
  color: var(--base);
  gap: 17px;
}

.brand img {
  /* width: 100%; */
  height: 23px;
}

.brand {
  margin: 0px 40px;
  height: fit-content !important;
}

.masMarcas:hover {
  background: var(--base);
  color: var(--white);
}

.masMarcas:hover img {
  filter: brightness(10);
}

p.masMarcas img {
  width: 40px;
}
.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;
}

.trendingMoodboardsContainer {
  background: var(--gris);
  color: var(--base);
  padding: 40px 0px;
}

.trendingMoodboardsTitle {
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 60px;
  text-transform: lowercase;
  font-weight: 400;
  margin-bottom: 50px;
}

.mood {
  background: var(--white);
  /* width: fit-content; */
  padding: 15px 40px 15px 15px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  margin: 0px 7px;
}

.mood img {
  width: 50%;
  float: left;
}

.moodTitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}

.moodAuthor {
  margin: 3px 0px 0px;
  /* min-width: fit-content; */
}
.sliderIndex {
  float: left;
  background-color: #f8f8f8;
  padding: 20px 4vw;
  width: 100%;
  box-sizing: border-box;
}

.sliderIndex > p {
  text-align: center;
  color: black;
  width: fit-content;
  margin: 30px auto;
  font-size: 18px;
  font-weight: 400;
}

.sliderMarcas {
  margin: 40px 0px;
}

.sliderIndex .slide {
  margin: 0px 20px;
}

.sliderIndex .slide img {
  width: 100%;
}
.sliderIndex .c-button.transparent {
  margin: auto;
  background: transparent;
  border: 1px solid var(--base);
  color: var(--base);
  width: 100px;
  border-radius: 5px;
}

.sliderIndex .c-button.transparent .c-button_label:not(.-hidden) {
  color: var(--base);
}

.sliderIndex .slide p {
  color: black;
  font-size: var(--base-font-size);
  text-align: center;
  margin-top: 30px;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li button:before {
  content: "" !important;
  border-radius: 10px !important;
  width: 10px !important;
  height: 10px !important;
  margin: 10px !important;
  background-color: #fff !important;
  color: transparent !important;
  opacity: 1 !important;
  font-size: 0 !important;
  top: -7px !important;
  left: -7px !important;
}

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

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

.slick-dots li.slick-active {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  border: 1px solid white !important;
  border-radius: 50% !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  border: 1px solid white !important;
}

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

.group-look-slider .group-look-slider-title {
  font-size: 45px;
  line-height: 65px;
  font-weight: 100;
  font-family: "DreamCottage";
  color: var(--base);
}

.look-slider-tag-info {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 65%;
  align-items: center;
}
.group-look-slider .look-slider-tag-info {
    gap: 0px;
    color: var(--base);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}
.look-slider-tag-name {
  grid-row: 1;
  grid-column: 1 / span 2;
}

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

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

a.look-slider-tag.left-card.show {
  border-radius: 6px;
  color: var(--base);
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  width: 56px !important;
  top: 59% !important;
  height: 34px !important;
  background: white !important;
  filter: unset !important;
  border-radius: 100px;
}

.look-slider-left-arrow {
  filter: invert(1);
  left: calc(17.5% + 17px) !important;
}

.look-slider-right-arrow {
  right: calc(17.5% + 18px) !important;
  /* filter: invert(1); */
}

.look-slider-tag-info > div:nth-child(2) {
  grid-column: 1;
  color: var(--oldPrice);
}
.look-slider-left-arrow img,
.look-slider-right-arrow img {
  width: 25px;
}

img.look-slider-arrow {
}

.look-slider-left-arrow.slick-arrow img {
  transform: rotate(180deg);
}

/* New group */

.newImageGroupContainer {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  gap: 0px;
  margin: 50px 4vw;
  float: left;
}

.newImageGroupItem {
  /* flex: 1; */
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: flex 0.3s ease, width 0.3s ease;
  height: 60dvh;
  width: calc(100% / 4);
}

.newImageGroupItem img {
  width: 100%;
  height: 100%;
  /* transition: all 0.2s; */
  object-fit: cover;
  object-position: center;
  /* border-radius: 10px; */
}

.newImageGroupItem:hover {
  width: 35%;
}

figure.newImageGroupItem .c-button .c-button_label {
  color: black;
  font-size: 11px;
}

figure.newImageGroupItem .c-button .c-button_label.-hidden {
  color: white;
}
figure.newImageGroupItem a,
figure.newImageGroupItem figure {
  height: 100%;
}

figure.newImageGroupItem .c-button {
  background: white;
  width: 110px;
  height: 40px;
  padding: 0px;
  border-radius: 5px;
}

/* Optional: just for visual purposes */
.newTextGroupContainer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  /* background: rgba(0, 0, 0, 0.5); */
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.newGroupItemTitle {
  margin: 0;
}
/*  */
@media screen and (min-width: 1500px) {
  .look-slider-left-arrow {
    filter: invert(1);
    left: calc(15% + 9px) !important;
  }

  .look-slider-right-arrow {
    right: calc(15% + 9px) !important;
    filter: invert(1);
  }
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }
  .headerIndex #headerLogo {
    filter: brightness(10);
  }
  a.look-slider-tag-link {
    display: none !important;
}
  p.fontCotton br {
    display: none !important;
  }
  div#moodboardsContainer {
    flex-direction: column;
    margin: 20px auto 50px;
    gap: 10px;
  }

  div#moodboardsContainer .leftImage {
    width: 100%;
  }

  div#moodboardsContainer .rightContainer {
    width: 100%;
    gap: 10px;
  }

  .rightBottom .bottomLeft {
    width: 100%;
    margin-left: 0px;
    min-width: unset;
    margin-top: 11px;
  }

  .bottomLeft .fontCotton {
    font-size: 30px;
  }

  .bottomRight.desktopElement {
    display: none !important;
  }

  .creaTuMoodboardButton {
    font-size: 14px;
  }
  p.moodboardTextMobile.mobileElement {
    display: block !important;
    margin: 0px 0px 10px;
    line-height: 20px;
  }
  .headerIndex #headerMobileIcons img {
    filter: brightness(10);
  }
  .mood img {
    width: 50% !important;
  }
  p.masMarcas {
    width: 76%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 40px;
  }

  .brandsSliderContainer {
    padding: 30px 0px 30px;
  }

  .trendingMoodboardsTitle {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .trendingMoodboardsContainer {
    padding: 30px 0px;
    margin-bottom: 30px;
  }

  #header.headerIndex ~ #headerMobileMenuIcon span {
    background: var(--white);
  }

  .sliderContainer {
    margin-bottom: 40px;
  }
  .look-slider-tag-name {
    font-size: 13px !important;
  }
  #highlights figure,
  #highlights img {
    height: unset;
  }

  figure.newImageGroupItem {
    width: 100% !important;
  }

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

  .group-look-slider-title {
    margin-top: 0px !important;
    font-size: 39px !important;
  }

  .group-look-slider .slick-dots li button:before {
    border-radius: 100px !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--base) !important;
    opacity: 1 !important;
    top: -9px !important;
    left: -9px !important;
  }
  .group-look-slider .slick-track {
    padding-bottom: 70px !important;
  }

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

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

  .group-look-slider .look-slider-container .slick-dots {
    bottom: 60px;
  }
  .group-look-slider {
    width: 91% !important;
    margin: auto;
    padding-top: 0px;
  }
  #highlights .highlight iframe {
    aspect-ratio: 9 / 16;
  }
}
