/**
 * Single-product media window.
 *
 * Scope requires both the effective feature body class and the gallery marker
 * emitted by the PHP owner. Related products, loops, Quick View, and archives
 * cannot match these selectors.
 */
body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window {
  box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper,
body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image,
body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image
  > a,
body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image
  img {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image
  > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.single-product.pcnyc-v23-feature--single_product_media
  .woocommerce-product-gallery.pcnyc-single-product-media-window
  > .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image
  > a
  > img:not(.zoomImg) {
  display: block !important;
  inline-size: auto !important;
  width: auto !important;
  max-inline-size: 100% !important;
  max-width: 100% !important;
  block-size: auto !important;
  height: auto !important;
  max-block-size: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-inline: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
