/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 45:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .btn--whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 5rem;
    text-decoration: none;
    font-size: 1.25rem;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .btn--whatsapp:hover {
    background-color: #1EBE58; /* Darker WhatsApp green on hover */
    color: #fff;
  }

  .icon-whatsapp {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    
    background-size: cover;
    background-image: url("https://cdn.shopify.com/s/files/1/0704/0991/2539/files/png-clipart-whatsapp-computer-icons-android-whatsapp-cdr-logo-thumbnail-transformed-ezgif.com-crop.webp?v=1718315917");
  }

  @media (max-width: 576px) {
    .btn--whatsapp {
      padding: 0.75rem 1.25rem;
      font-size: 1rem;
    }
  }
</style>