/** Shopify CDN: Minification failed

Line 145:0 Unexpected "<"
Line 146:2 Comments in CSS use "/* ... */" instead of "//"
Line 148:9 Expected ":"
Line 149:10 Expected ":"
Line 150:10 Expected ":"
Line 151:18 Unexpected "="
Line 152:6 Expected identifier but found "cssVars("
Line 155:12 Expected ":"
Line 157:0 Unexpected "<"

**/
@font-face {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  src: url("//www.elnucli.es/cdn/fonts/roboto_slab/robotoslab_n4.a7a5e34524361944b6c4bd1ad75572c099737d1d.woff2?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=4a41825f10d6e31c0891de1cb8fea956147b0023a097875861bc1003d5b0a094") format("woff2"),
       url("//www.elnucli.es/cdn/fonts/roboto_slab/robotoslab_n4.cc6dd5c63e3c2a3aa2f7c8e66333895206673046.woff?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=bf0234a0f20be504cae70d5d6eeff4272869be9e30194accda34850c4f86bdb8") format("woff");
}

@font-face {
  font-family: Assistant;
  font-weight: 400;
  font-style: normal;
  src: url("//www.elnucli.es/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3bd199cd32a0d56812e932055feb96d0b2c12a1a4a85281762560d7e770d9b4e") format("woff2"),
       url("//www.elnucli.es/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ad30b9e617eee3e1f076929f5c23ad21338f5a1f5235df3efb0b88a08ef83857") format("woff");
}

@font-face {
  font-family: Assistant;
  font-weight: 700;
  font-style: normal;
  src: url("//www.elnucli.es/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=600037967d0e4fc0b2587981839bfbb8e6f9687ec87747ae98d99b14f34e0c06") format("woff2"),
       url("//www.elnucli.es/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=ZWxudWNsaS5lcw&h2=ZWxudWNsaTIwMjIuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=c46b49e17e5b33345387226294be277d6f61327c459c9bb81b3f02f444bf2402") format("woff");
}




/* Typography */

body
{
  font-family: Assistant;
  color:var(--text-color);
  font-size:var(--text-size);
}

p, a, button, input, select
{
  color:inherit;
  font-family: Assistant;
}

h1,h2,h3,h4,h5,h6
{
  font-family: "Roboto Slab";
  margin-bottom: 16px;
}

/* General Variables */

:root {

    /* Borders */

    --border-radius: 5px;
    --border-color: #BDBDBD;
    --header-border-color: rgba(30, 52, 93, 0.3);

    /* Text */

    --text-size: 14px;
    --text-color: #5F5F5F;
    --text-font-weight: 400;
    --default-text-font-size: 15px;
    --base-text-font-size: 16px;
    --text-font-bolder-weight: 600;

    /* Typography */

    --base-font: Assistant;
    --header-font: "Roboto Slab";

    /* Colors */
    --input-background: #fff;
    --color-gradient: linear-gradient(103.4deg, #000000 2.77%, #000000 84.58%);
    --color-gradient-secondary: linear-gradient(103.4deg,#000000 2.77%,#000000 84.58%);
    --color-primary: #000000;
    --color-secondary: #000000;
    --color-page-background: #ffffff;
    --brand-secondary: #000000;
    --button-bg-color: #000000;
    --button-text-color:  #fff;
    --button-bg-hover-color: #000000;
    --button-text-hover-color: #fff;

    /* Padding */

    --page-padding-y: 24px;
    --page-padding-x: 40px;
    --mobile-container-gutter: 20px;
    --desktop-container-gutter: 40px;
    
  /* Product */--text-color-rgb                   :  62, 62, 62;
    --product-on-sale-accent           : #c50040;
    --product-on-sale-accent-rgb       : 197, 0, 64;
    --product-on-sale-color            : #ffffff;
    --product-in-stock-color           : #000000;
    --product-low-stock-color          : #292929;
    --product-sold-out-color           : #8a9297;
    --product-custom-label-1-background: #c50040;
    --product-custom-label-1-color     : #ffffff;
    --product-custom-label-2-background: #c50040;
    --product-custom-label-2-color     : #ffffff;
    --product-review-star-color        : #c50040;

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}





<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>

