@media (min-width: 783px) and (hover: hover) and (pointer: fine) {
	.product_imagery {
		overflow: visible;
	}

	.product_imagery:hover,
	.dimentions:hover,
	.full_dimentions:hover {
		z-index: 20;
	}

	.dimentions,
	.full_dimentions {
		overflow: visible;
	}

	.dimentions img,
	.full_dimentions img {
		position: relative;
		z-index: 1;
		transform: scale(1);
		transform-origin: center center;
		transition: transform 180ms ease-out;
		will-change: transform;
	}

	.dimentions:hover img,
	.full_dimentions:hover img {
		background-color: #fff;
		z-index: 21;
		transform: scale(var(--akpdhz-scale, 1.5));
	}
}

@media (min-width: 783px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce) {
	.dimentions img,
	.full_dimentions img {
		transition: none;
	}
}
