@media (max-width: 767px) {
  /* Conserva el breadcrumb en el HTML y lo oculta solo en la vista móvil. */
  body.page-product #wrapper .breadcrumb {
    display: none !important;
  }

  /* Mantiene el CTA por encima del contenido y libre de superposiciones. */
  body.page-product .vpr-sticky {
    z-index: 10010 !important;
  }

  /* Evita que WhatsApp cubra el botón de compra inferior. */
  body.page-product .float.whatsapp_1.float-bottom-right,
  body.page-product .whatsappchat.label-container-bottom-right {
    bottom: calc(112px + env(safe-area-inset-bottom)) !important;
  }
}
