/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 14:45:55 */
/*main img on product page*/
.woocommerce-page img.wp-post-image{
	width: auto !important;
    height: auto !important;
	max-width:350px!important;
	min-width:150px!important;
	max-height:350px!important;
	min-height:150px!important;
}

/*small img on product page*/
.woocommerce-product-gallery__image img {
    width: auto !important;
    height: auto !important;
	max-width:50px!important;
	min-width:10px!important;
	max-height:50px!important;
	min-height:10px!important;
}
z
/*whole product card on shop page*/
.woocommerce ul.products li product,.woocommerce ul.products li {
	max-width:20%!important;
	min-width:100px!important;
	max-height:20%!important;
	min-height:200px!important;
}


/*product img*/
attachment-woocommerce_thumbnail size-woocommerce_thumbnail{
	max-width:100px!important;
	min-width:20px!important;
	max-height:200px!important;
	min-height:50px!important;
	display:center;
}


