Close
We can't find products matching the selection.

 

 

<style>
  .wearer-whatsapp-button-container {
    position: fixed;
    bottom: 1.25em;
    right: 1.25em;
    margin: 0;
    z-index: 999999;
    cursor: pointer;
  }
 
  .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    background-color: #25d366;
    border-radius: 2.5em;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
  }
 
  .whatsapp-button img {
    height: 2em;
    width: auto;
    margin-right: 0.3125em;
  }
 
  .close-button {
    position: absolute;
    top: -0.625em;
    right: -0.625em;
    display: block;
    background-color: red;
    color: white;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.25em;
    font-weight: bold;
    cursor: pointer;
  }
</style>
 
<div class="wearer-whatsapp-button-container">
  <a class="whatsapp-button" href="https://api.whatsapp.com/send?phone=9680160374&text=i need help%20wearer,%20I%20need%20your%20help!">
    <img src="https://https://wearer.in/" alt="WhatsApp Logo" /> WhatsApp us!
  </a>
  <div class="close-button">×</div>
</div>
 
<script>
  function hideWhatsAppButton() {
    document.querySelector('.wearer-whatsapp-button-container').style.display = 'none';
  }
 
  // Wait for the DOM to load
  document.addEventListener('DOMContentLoaded', function() {
    // Add click event listener to the close button
    document.querySelector('.close-button').addEventListener('click', hideWhatsAppButton);
  });
</script>

© 2024, wearer.in all rights Reserved