/* ============================================================
   Shop page — no header, so the RxStore checkout frame is the
   entire page.
   ============================================================ */

.shop-frame {
  display: block;
  height: 100vh;
}

.shop-frame__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
