Martha F.
United States
- คอมเมนต์
I bought this balm for my mom and she loves it! She says that it helps her relieve any muscle pain that she might have and it smells great! I would recommend this product to anyone looking for a good balm for massages!
<!-- Inclusion de Font Awesome pour l'icône WhatsApp -->
<style>
/* Style pour positionner l'icône en bas à droite */
.whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}
.whatsapp a {
display: block;
background-color: #25D366;
color: #fff;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
line-height: 60px;
font-size: 30px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s ease;
}
.whatsapp a:hover {
background-color: #128C7E;
}
</style>
<div class="whatsapp">
<i class="fab fa-whatsapp"></i>
</a>
</div>