/* Ryan Studios - camada final compacta.
   A regra visual principal esta em ryan-clean-visual-fix.css. */

html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#productModal:not(.open),
#productModal[aria-hidden="true"] {
  display: none !important;
  pointer-events: none !important;
}

@media (max-width: 768px) {
  body,
  main,
  .shell,
  .section,
  .header,
  .footer,
  .hero,
  .topbar,
  .mobile-checkout {
    max-width: 100% !important;
    transform: none !important;
  }
}
