@media screen and (min-width: 750px) {
  .collection__list_hover .sixty-height-hero {
    min-height: 600px;
  }
}
.collection__list_hover .collections-hover__actions {
  max-width: 680px;
  margin: 0 auto;
  column-gap: 35px;
  row-gap: 45px;
}

.collection__list_hover .collections-hover__actions .collection-hover__button {
  margin: 0;
  font-size: var(--size-l-desktop);
  font-weight: 400;
  text-transform: uppercase;
  color: #dcdcdc;
  opacity: 1;
}
.collection__list_hover
  .hero__content__wrapper.align--bottom-left-desktop
  .hero__content {
  bottom: -7px;
  position: absolute;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .collection__list_hover .collection_background_mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .collection__list_hover.only_show_mobile {
    .collections-hover {
      &.sixty-height-hero--mobile {
        min-height: 600px;
        .collection_background_mobile {
          height: 600px;
        }
      }

      &.five-fifty-height-hero--mobile {
        min-height: 550px;
        .collection_background_mobile {
          height: 550px;
        }
      }

      &.four-fifty-height-hero--mobile {
        min-height: 450px;
        .collection_background_mobile {
          height: 450px;
        }
      }

      &.seven-fifty-height-hero--mobile {
        min-height: 750px;
        .collection_background_mobile {
          height: 750px;
        }
      }

      &.screen-height-three-quarters--mobile {
        min-height: var(--three-quarters);
        .collection_background_mobile {
          height: var(--three-quarters);
        }
      }

      &.screen-height-one-third--mobile {
        min-height: var(--one-third);
        .collection_background_mobile {
          height: var(--one-third);
        }
      }

      &.screen-height-one-half--mobile {
        min-height: var(--one-half);
        .collection_background_mobile {
          height: var(--one-half);
        }

        &.screen-height-one-half--mobile {
          min-height: var(--full-screen);
          .collection_background_mobile {
            height: var(--full-screen);
          }
        }

        &.screen-height-one-half--mobile {
          min-height: var(--one-half);
          .collection_background_mobile {
            height: var(--one-half);
          }
        }

        &.image-height--mobile {
          min-height: 100%;
          .collection_background_mobile {
            height: 100%;
          }
        }

       
      }
    }
  }

  .collection__list_hover .collections-hover__actions {
    padding: 0;
  }
  .collection__list_hover .collections-hover__images {
    display: none;
  }
  .collection__list_hover
    .collections-hover__actions
    .collection-hover__button {
    display: inline-block;
    float: left;
  }
  .collection__list_hover .collection_background_mobile {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
  }
  .collection__list_hover .collection_background_mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .section_the__look .look__aside {
    padding: 50px 20px 50px 0;
  }
  .section_the__look .look__aside .look__content .look__title {
    margin-bottom: 30px;
  }
  .section_the__look .look__slider {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .template-index .collections-hover__actions {
    max-width: 100%;
    flex-direction: unset;
  }
}
