/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 20:25 Unexpected "{"
Line 20:26 Unexpected "{"
Line 20:32 Expected ":"
Line 20:39 Unexpected "{"
Line 20:40 Unexpected "{"
Line 20:49 Expected ":"
Line 20:56 Unexpected "{"
Line 20:57 Expected identifier but found "%"
... and 8 more hidden warnings

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
{% capture product_url %}{{ shop.url }}{{ product.url }}{% endcapture %} {% capture product_name %}{{ product.title | url_escape }}{% endcapture %} <a href="https://wa.me/+4400000?text=Hello,%20I%20would%20like%20to%20buy%20this%20product:%20{{%20product_name%20}}%20{{%20product_url%20}}" class="btn btn--buy-on-whatsapp" target="_blank">Order on WhatsApp</a>

/*---------------- 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){
  
}