/* Export shell: hides site chrome while keeping SPA behavior intact. */

body.export-no-chrome {
  padding-bottom: 0 !important;
  background: #fffdfa;
}

body.export-no-chrome .notice,
body.export-no-chrome .header,
body.export-no-chrome .footer,
body.export-no-chrome .mobile-nav {
  display: none !important;
}

body.export-no-chrome main {
  min-height: 100vh;
}

body.export-no-chrome .catalog-modern-hero {
  padding-top: 22px;
}

body.export-no-chrome .catalog-modern-shell {
  padding-top: 18px;
}

body.export-no-chrome .overlay,
body.export-no-chrome .drawer,
body.export-no-chrome .toast {
  display: none !important;
}

@media (max-width: 700px) {
  body.export-no-chrome {
    padding-bottom: 0 !important;
  }
}
