body .style-products .woocommerce ul.products li.product,
body .style-products .upsells.products ul.products li.product{
	text-align: left;
}
body .style-products .woocommerce ul.products li.product a{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	color: #000;
	text-align: left;
	transition: box-shadow 300ms ease;
}
body .style-products .woocommerce ul.products li.product a:hover{
	box-shadow: 0px -2px 11.3px 1.7px rgba(0, 0, 0, 0.1);
}
body .style-products .woocommerce ul.products li.product a:hover:after{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: var(--nomon-primary-color);
	position: absolute;
	top: 100%;
	left: 0;
}
body .style-products .woocommerce ul.products li.product .onsale{
	position: absolute;
	top: 16px;
	right: 16px;
	left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background: var(--nomon-primary-color);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #000;
}
body .style-products .woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail{
	margin: 0;
	border: none !important;
}
body .style-products .woocommerce ul.products li.product .brand{
	padding: 11px 15px 0;
	font-size: 15px;
	line-height: 1;
	font-weight: 300;
	color: #535353;
}
body .style-products .woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
body .style-products .woocommerce ul.products .star-rating span:before{
	color: var(--nomon-primary-color);
}
body .style-products .woocommerce ul.products li.product a .highlights{
	padding: 0 15px;
}
body .style-products .woocommerce ul.products li.product .price{
	display: flex;
	align-items: center;
	margin-top: auto;
	padding: 12px 15px;
	font-size: 15px;
	font-weight: 300;
	color: #525252;
}
body .style-products .woocommerce ul.products li.product .price ins,
body .style-products .woocommerce ul.products li.product .price > .from-wrapper{
	margin: 0 9px 0 0;
	padding: 0 11px;
	line-height: 30px;
	background: var(--nomon-primary-color);
	border-radius: 3px;
	font-size: 19px;
	font-weight: 600;
	color: #000;
}
body .style-products .woocommerce ul.products li.product .price > .from-wrapper{
	margin-right: 0;
}
body .style-products .woocommerce ul.products li.product .price > .amount{
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
body .style-products .woocommerce ul.products li.product .price del{
	order: 1;
	opacity: 1;
}
body .style-products .woocommerce ul.products li.product .stock-status{
	position: relative;
	padding: 8px 28px;
	border-top: 1px solid #f7f7f7;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
}
body .style-products .woocommerce ul.products li.product .stock-status:before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #61cf25;
	border-radius: 50%;
	position: absolute;
	top: calc( 50% - 3px );
	left: 15px;
}
body .style-products .woocommerce ul.products li.product .stock-status.outofstock:before{
	background: #f83d40;
}
body .style-products .woocommerce ul.products li.product .stock-status.onbackorder:before{
	background: #FEA922 ;
}

.star-rating-wrapper{
	display: flex;
	align-items: center;
	margin: 0 0 11px;
}
body .style-products .woocommerce ul.products li.product .star-rating{
	margin: 0 6px 0 15px;
}
.star-rating-wrapper .rating-count{
	margin: 1px 0 0;
	padding: 0 3px;
	line-height: 13px;
	border-radius: 3px;
	background: #d7d7d7;
	font-size: 10px;
	color: #525252;
}
body .style-products .woocommerce .products .count-0 .star-rating:before,
body .style-products .woocommerce .count-0 .star-rating:before{
	color: #ebebeb;
}

body .style-hero{
	--swiper-theme-color: #fff;
	--swiper-navigation-size: 26px;
}