/* Hide the magnifier trigger icon. */
.single-product .woocommerce-product-gallery__trigger {
	display: none !important;
}

/* Keep black background, but make it lighter via opacity. */
.pswp__bg {
	background: #000 !important;
	opacity: 0.45 !important;
}

/* Hide product meta block until category archive pages are ready. */
.single-product .product_meta {
	display: none !important;
}
