/* R3-FINAL-FIX-8D: PDP gallery lightbox caption cleanup */
body.single-product .pswp__caption,
body.single-product .pswp__caption--empty,
body.single-product .pswp__caption__center,
body.single-product .pswp__caption * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body.single-product .pswp__caption {
  inset: auto 0 0 0 !important;
  background: transparent !important;
}
