/* P10-SITE-979 category mobile CTA overlap guard */
@media (max-width: 720px) {
  body.current-product-category-page .whatsapp-contact,
  body.current-product-directory-page .whatsapp-contact {
    display: none;
  }
}
