/** Shopify CDN: Minification failed

Line 134:2 "@import" is only valid at the top level

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}
/* Evita que el header flotante tape el titulo en paginas de coleccion */
body .shopify-section-group-header-group {
  margin-bottom: 0 !important;
}

.collection-hero {
  padding-top: 2.4rem !important;
}

.collection-hero__title {
  margin-top: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
/* ===== COLECCIONES - TITULO EDITORIAL PREMIUM ===== */

.collection-hero {
  background: transparent !important;
}

.collection-hero__inner.page-width {
  padding-top: 3.8rem !important;
  padding-bottom: 3.2rem !important;
}

.collection-hero__text-wrapper {
  max-width: 100% !important;
}

.collection-hero__title {
  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&display=swap');

  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  color: #111111 !important;
  font-size: clamp(4.2rem, 4.3vw, 6.2rem) !important;
  line-height: 0.96 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

.collection-hero__title::before {
  content: "Colección";
  display: block;
  margin-bottom: 1.2rem;
  color: rgba(17, 17, 17, 0.42);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}

.collection-hero__title::after {
  content: "";
  display: block;
  width: 6.8rem;
  height: 0.1rem;
  margin-top: 1.8rem;
  background: rgba(17, 17, 17, 0.65);
  border-radius: 999px;
}

@media screen and (max-width: 749px) {
  .collection-hero__inner.page-width {
    padding-top: 2.8rem !important;
    padding-bottom: 2.6rem !important;
  }

  .collection-hero__title {
    font-size: clamp(3.4rem, 10.5vw, 4.8rem) !important;
    letter-spacing: -0.1rem !important;
  }
}
