/* P10-SITE-1037 short-viewport reflow guard.
   At 200% zoom, a desktop viewport commonly becomes a short, medium-width
   layout. Keep fixed conversion controls from obscuring primary actions,
   navigation items, and long product headings in that state. */
@media (max-width: 1024px) and (max-height: 600px) {
  .whatsapp-contact,
  .premium-sticky-cta,
  .product-page-premium .premium-sticky-cta {
    display: none !important;
  }

  .has-product-sticky-cta,
  .product-page-premium {
    padding-bottom: 0;
  }
}
