/** Shopify CDN: Minification failed

Line 155:0 Unexpected "}"
Line 210:0 Expected "}" to go with "{"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}


@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt { height: 30rem; }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
  word-break: break-word;
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
}

.image-with-text__heading {
  margin-bottom: 0;
}
.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}
.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__content .button {
  background-color: #000;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  font-family: 'Eckhardt Speedletter JNL', sans-serif;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.image-with-text__content .button:hover {
  background-color: #DE4527;
  color: #fff;
}

/* ─────────────────────────────
   MOBILE STYLES
────────────────────────────── */
@media screen and (max-width: 749px) {
  .image-with-text__content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

  .image-with-text__media-item,
  .image-with-text__text-item {
    /*width: 100% !important;*/
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .image-with-text__media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 auto 1rem auto !important;
  }

  .image-with-text__media img,
  .image-with-text__media .media {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
  }

  .image-with-text__text-item {
    width: 100% !important;
    padding: 0 1rem !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .image-with-text__content {
    max-width: 100% !important;
    padding: 1rem 1rem 1rem !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box;
  }

  .image-with-text__heading {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    text-align: left !important;
  }

  .image-with-text__text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* SOLO INVIERTE ORDEN EN DESKTOP */
@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse-desktop {
    flex-direction: row-reverse !important;
  }
}
.image-with-text__media {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  overflow: visible !important;
  position: relative !important;
  background: none !important;
}

.image-with-text__media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}
/* ────────────────
   DESKTOP OPTIMIZACIÓN DE ANCHO Y TEXTO
────────────────── */
@media screen and (min-width: 769px) {
  .image-with-text__text-item {
    /*max-width: 100%;*/
    padding: 0 4rem;
  }

  .image-with-text__content {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
  }

  .image-with-text__heading {
    font-size: 5rem;
  }

  .image-with-text__text {
    font-size: 4rem;
    line-height: 1.6;
  }
  
@media screen and (min-width: 769px) {
  .image-with-text__content {
    max-width: 800px; /* ← CAMBIA este número a la medida que tú quieras */
    margin: 0 auto;
    padding: 3rem 2rem;
  }
}
