/* product img sizing for home page handled in featured products css */
.home-page-featured-product-img img {
	filter: grayscale(100%) brightness(110%) contrast(110%);
}
.shop-page-product-img img {
	width: 400px;
	height: auto;
	transition: transform 0.08s ease;
}
.shop-page-product-img .shop-picture-link img:hover {
	transform: scale(1.2) rotate(+2deg);
}
.shop-page-product-img {
	position: relative;
	margin-top: 0px !important;
}
.product-page-product-img img {
	width: 1000px;
	height: auto;
}
.download-page-product-img img {
	width: 400px;
	height: auto;
}
.comming-soon-text {
	position: absolute;
	bottom : 10px;
	left: -75px;
	color: #acd793;
	font-size: 3.5rem;
	text-wrap: nowrap;
	overflow-wrap: normal;
	overflow: visible;
	text-shadow: 3px 3px 1px black;
	padding: 5px;
	padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
	border-radius: 15px;
	outline-color: black;
	outline-width: 2px;
	transform: rotate(18deg);
}
