/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 17:10 Unexpected "{"
Line 17:19 Expected ":"

**/
/* Rubik shopify-hosted */
@font-face {
  font-family: 'Rubik'; font-style: normal; font-weight: 300;
  src: url('{{ 'Rubik-Light.woff2'   | asset_url }}') format('woff2');
}
/* …repite para Medium, Bold, ExtraBold, Black, ExtraBoldItalic… */

.section-{{ section.id }}-padding,
.section-{{ section.id }}-padding * {
  font-family: 'Rubik', sans-serif !important;
}
/* Rubik Bold solo para títulos de producto en colección */
body.template-collection .card-product__title h3 {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700              !important;
}