@import url(https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css);

.dark .s-block--banners .banner-square h3, .s-block--banners .banner-square h3  {
    color: #757575;
    font-size: 1.3rem;
    line-height: 1.2rem;
}

@media (max-width: 480px){
.dark .s-block--banners .banner-square h3, .s-block--banners .banner-square h3 {
    font-size: 1rem;
}
}

.dark .s-product-card-content-subtitle , .s-product-card-content-subtitle {
    display: none;
}


/* whatsapp */
#whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
border-radius: 50%;
background-color: #25d366;
color: white;
text-align: center;
line-height: 59px;
font-size: 20px;
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 32.5px;
font-size: 32px;
box-shadow: #0000006b 2px 2px 8px;
transform: rotate(360);
transition: all .2s ease-in-out;
z-index: 99;

}