.product-carousel{
	
}
.splide__arrow{
	display:grid;
	justify-content:center;
	align-items:center;
	background-color:#D8DADC;
	width:60px;
	height:90px;
	border-radius:10px;
	opacity:1;
}
.splide__arrow:hover{
	background-color:#386d3a;
	opacity:1;
}
.splide__arrow svg{
	fill:#F0F2F5;
}
@media screen and (min-width: 1221px) {
	.splide__arrow--next{
		right:-35px;
	}
	.splide__arrow--prev{
		left:-35px;
	}
}
@media screen and (max-width: 1220px) {
	.splide__arrow--next{
		right:0px;
	}
	.splide__arrow--prev{
		left:0px;
	}
}

.product-carousel ul.products li{
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: space-between;
}
.product-carousel ul.products li a {
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
}
.product-carousel .loop-product-image-wrapper{
	position: relative;
}
.product-carousel .loop-product-image-wrapper .onsale{
	position: absolute;
	left:10px;
	bottom:10px;
	color: #FFF;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #1D6EC1;
	padding: 5px 10px;
	border-radius: 5px;
}

.product-carousel ul.products li a img.attachment-woocommerce_thumbnail{
	border-radius:10px;
	display: grid;
}

.product-carousel .loop-price-container{
	display:grid;
	margin-top:0;
	transition: margin-top 0.3s ease;
	background-color: #ffffff!important;
	z-index: 10;
	position: relative;
	padding-top: 10px;
}
.product-carousel ul.products li .loop-price-container .price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    justify-content: center;
    margin: auto;
    gap: 10px;
}
.product-carousel ul.products li .price{
	display: flex;
	color: #3E4956;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.product-carousel ul.products li .price:has(ins){
	flex-direction:row-reverse;
	justify-content: flex-end;
	gap: 5px;
}
.product-carousel ul.products li .price ins{
	text-decoration: none;
	background-color:transparent;
	color: #CA232C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.product-carousel ul.products li .price del{
	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-decoration-line: line-through;
}
.product-carousel .woocommerce-loop-product__title{
	color: #232F3E;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none!important;
	margin: 0 0 10px 0;
}

.product-carousel .button.add_to_cart_button{
	background-color:#175d3b;
	border-radius:10px;
	display: flex;
    justify-content: center !important;
    flex-direction: row !important;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 13px 0;
    height: auto;
    transition: height 0.3s ease;
}
.product-carousel .button.add_to_cart_button:hover{
	opacity: 0.7;
}


/*
.loop-product-image-wrapper img{
	border-radius:10px;
}
li.splide__slide.product{
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: space-between;
}
li.splide__slide.product a {
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
}
.splide__slide a{
	text-decoration:none;
}*/
/*
.splide__slide .loop-price-container{
	background-color: transparent!important;
}
.splide__slide .loop-price-container .price *,
.splide__slide .loop-price-container .price .woocommerce-Price-amount.amount,
.splide__slide .loop-price-container .price .woocommerce-Price-amount.amount bdi{
	font-size: 22px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 30px!important;
    letter-spacing: -0.5px!important;
	text-decoration:none;
}*/
/*
.woocommerce-page .container ul.products li .loop-price-container .price{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;	
	justify-content:center;
	margin:auto;
	gap:10px;
}
 .loop-price-container .price .woocommerce-Price-amount.amount{
	display:flex;
	font-size:24px;
	font-weight: 500;
	color:#232F3E;
}
.splide__slide .woocommerce-loop-product__title{
	color: #232F3E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none !important;
    margin: 0 0 10px 0;
}
.splide__slide .button.add_to_cart_button{
	color:#ffffff!important;
}
*/