/* =========================================================
   SS DECO - PRODUCTO / FASE 1 - GALERIA
   ========================================================= */

html[data-ss-theme] body.single-product .woocommerce-product-gallery {
	background: transparent !important;
}

html[data-ss-theme] body.single-product .woocommerce-product-gallery__wrapper,
html[data-ss-theme] body.single-product .woocommerce-product-gallery__image {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html[data-ss-theme] body.single-product .woocommerce-product-gallery__image > a {
	display: block;
	overflow: hidden;
	background: transparent;
}

html[data-ss-theme] body.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html[data-ss-theme] body.single-product .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px !important;
}

html[data-ss-theme] body.single-product .flex-control-thumbs li {
	width: auto !important;
	margin: 0 !important;
}

html[data-ss-theme] body.single-product .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid transparent !important;
	opacity: 0.72;
	transition:
		opacity 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

html[data-ss-theme] body.single-product .flex-control-thumbs img:hover {
	opacity: 1;
	transform: translateY(-1px);
}

html[data-ss-theme] body.single-product .flex-control-thumbs img.flex-active {
	opacity: 1;
	border-color: var(--ss-accent) !important;
}
