/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 18:17 Expected identifier but found whitespace
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:67 Expected identifier but found "!"
Line 19:12 Expected identifier but found whitespace
Line 19:14 Unexpected "{"
Line 19:23 Expected ":"
Line 19:56 Expected identifier but found "!"
Line 24:12 Expected identifier but found whitespace
... and 6 more hidden warnings

**/
<style>
    body,.shopify-section section, .gradient {
      background: {{ product.metafields.custom.background_color }} !important;
      color: {{ product.metafields.custom.text_color }} !important;
    }
  
    /* También podés ajustar otros elementos */
    h1, h2, h3, p, a {
      color: {{ product.metafields.custom.text_color }};
    }
  
    .product-page-wrapper {
      background: {{ product.metafields.custom.background_color }};
    }
</style>