/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
<script type="text/javascript">
  window.__miu_cid = "88e184d9-3a2a-4c22-97bb-3bac20b04595";
  (function() {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.async = true;
    script.src = 'https://app.miu.ai/assets/script.js';
    script.id = '__miu';
    document.getElementsByTagName('body')[0].appendChild(script);
  })();
</script>




<script type="text/javascript">

document.querySelector('.klaviyo_form_trigger').addEventListener('click', function (){

window._klOnsite = window._klOnsite || [];

window._klOnsite.push(['openForm', 'RiaQ2B']);
});
</script>

  .custom-subscribe-btn:hover {
    background-color: #444444 !important; /* Dark grey background */
    color: #ffffff !important; /* White text so it's readable */
    border-color: #444444 !important; /* Dark grey border */
  }

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}