/** Shopify CDN: Minification failed

Line 143:9 Unexpected "{"

**/
/* Hero */
.collection-hero__description {
  max-width: 100%;
}

/* Footer */
.footer-block--menu {
  margin-top: 40px !important;
}
.footer h2 {
  color: #fff;
}

/* A partit de... */
.price__from,
.price-item--from {
    display: none !important;
}

/* Pestañas en Productos */

.product__description {
  text-align: justify;
}

.product__description details,
.faq details  {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5em 1em 0;
  margin-bottom: 1em;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.product__description summary,
.faq  summary  {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.5em;
}

.product__description summary::marker,
.faq  summary::marker {
  display: none;
}

.product__description summary::after,
.faq  summary::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.product__description details[open] summary::after
.faq  details[open] summary::after {
  transform: rotate(90deg);
}

/* Minis de catalogo */

.product-grid .card__inner.ratio {
  aspect-ratio: 1/1; /* Cuadrado, ajusta si quieres otra proporción */
  background-color: #ffffff; /* Fondo para espacios vacíos */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: auto !important;
}

.product-grid .card__media {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.product-grid .card__media .media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* NO se corta, se adapta */
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  color: #80286f; 
}


.hidden-by-variant {
  display: none !important;
}


/* Puntos de Venta */

.stores details {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 1em;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.stores summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.5em;
}

.stores summary::marker {
  display: none;
}

.stores summary::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.stores details[open] summary::after,
.faq details[open] summary::after {
  transform: rotate(90deg);
}

.store,  {
    margin: 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .store details summary {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .store details[open] summary {
    color: #333;
  }
  .store h4 {
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .store p {
    margin: 2px 0;
    font-size: 1.2rem;
    padding-left:12px
  }

  /* pages */
  .shopify-policy__body {
    text-align: justify;
  }

  .justice {
    text-align: justify;
  }