/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* PDP gallery: inline <a> collapsed to a 16px-tall input-like focus box
   across the photo. Make the link the image box and kill the focus chrome. */
.single-product .woocommerce-product-gallery__image > a {
	display: block !important;
	line-height: 0 !important;
	width: auto;
	max-width: 100%;
}
.single-product .woocommerce-product-gallery__image > a img {
	display: block !important;
}
.single-product .woocommerce-product-gallery__image > a:focus,
.single-product .woocommerce-product-gallery__image > a:focus-visible,
.single-product .woocommerce-product-gallery__image > a:active {
	outline: 0 !important;
	outline-width: 0 !important;
	outline-style: none !important;
	box-shadow: none !important;
	border: 0 !important;
}