/* Shop: no outer scroll — only the embedded app scrolls inside the iframe */
html:has(body.shop-page) {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

body.geysier-design.shop-page {
  background: #fff !important;
}

body.shop-page {
  height: 100%;
  overflow: hidden;
}

body.shop-page .main-wrapper {
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  padding-top: 80px !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

body.shop-page .shop-embed {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  background: #fff;
}

body.shop-page .shop-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  body.shop-page .main-wrapper {
    padding-top: 64px !important;
  }
}
