/** Shopify CDN: Minification failed

Line 18:3 Unexpected "="

**/
/* ===/* =========================================
   ECOOMBÚ | TIPOGRAFÍA UNBOUNDED
   ========================================= */

@font-face {
  font-family: 'Unbounded';
  src: url('/cdn/shop/files/Unbounded-SemiBold.ttf?v=1789403934') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

   ========================================= */

/* TÍTULOS */
/* TÍTULO COLECCIÓN UPCYCLING */
.category-page-title > h1 {
  font-family: "Unbounded", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #4D6E60 !important;
}
/* TEXTO DESCRIPTIVO */
.category-page-title p {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #333333 !important;
}

/* DESTACADOS */
.category-page-title strong {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* VERSIÓN MÓVIL */
@media screen and (max-width: 749px) {
.category-page-title h2 {
    font-size: 20px !important;
  }

.category-page-title p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}