/* Keep oversized gallery gutters and off-canvas panels inside the mobile page. */
@media (max-width: 989px) {
  html,
  body {
    overflow-x: hidden;
  }
  @supports (overflow: clip) {
    html,
    body {
      overflow-x: clip;
    }
  }
}
@media (max-width: 749px) {
  .product__media-wrapper slider-component[id^="GalleryViewer-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* This stylesheet is loaded only on product pages. Remove review widgets and
   their badges together, including the otherwise empty review section. */
.shopify-app-block[id*="judge_me_reviews"],
.jdgm-widget,
#judgeme_product_reviews,
a[href="#judgeme_product_reviews"],
.shopify-section:has(> .page-width:only-child > .shopify-app-block[id*="judge_me_reviews_review_widget"]:only-child) {
  display: none !important;
}
