/** Shopify CDN: Minification failed

Line 11:30 Unexpected "-->"
Line 35:0 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
<!-- WhatsApp Floating Button -->
<a id="whatsapp-float" href="https://wa.me/212618121175?text=Salam%20%2C%20baghi%20info%20%F0%9F%92%AC" target="_blank" rel="noopener">
  <svg width="22" height="22" viewbox="0 0 24 24" fill="none">
    <path d="M20.52 3.48C18.18 1.14 15.03 0 11.67 0 5.24 0 .06 5.18.06 11.61c0 2.05.54 4.05 1.57 5.82L0 24l6.7-1.75c1.7.95 3.63 1.45 5.62 1.45 6.43 0 11.61-5.18 11.61-11.61 0-3.36-1.14-6.51-3.08-8.61z" fill="#25D366"></path>
    <path d="M17.2 14.08c-.28-.14-1.65-.82-1.9-.91-.25-.09-.43-.14-.61.14-.18.28-.71.91-.87 1.1-.16.18-.32.2-.6.07-.28-.14-1.18-.43-2.24-1.37-.83-.74-1.39-1.66-1.55-1.94-.16-.28-.02-.43.12-.57.12-.12.28-.32.42-.48.14-.16.18-.28.28-.47.09-.18 0-.34-.04-.48-.04-.14-.61-1.47-.84-2.01-.22-.53-.45-.46-.61-.47l-.52-.01c-.18 0-.48.07-.73.34-.25.27-.95.93-.95 2.27s.97 2.64 1.11 2.82c.14.18 1.92 2.95 4.65 4.24 3.24 1.53 3.24 1.02 3.82.96.58-.06 1.9-.77 2.17-1.52.27-.75.27-1.39.19-1.52-.09-.12-.28-.18-.6-.32z" fill="#fff"></path>
  </svg>
</a>

<style>
  #whatsapp-float{
    position: fixed;
    right: 18px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg,#25D366,#1DA851);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
</style>

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