/* Add custom CSS styles below */ 
.s-product-card-content-pie{
  display:none;
}
@media (max-width: 768px) {
	.carousel-slider .swiper-wrapper > div {
	width: 33.33%;
	}
	}
	@media (max-width: 576px) {
    .carousel-slider .swiper-wrapper > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 50%;
    }
}
	@media (max-width: 450px) {
	.carousel-slider .swiper-wrapper > div {
	width: 60%;
	}
	}
	.shorts-cards:last-child{
	.short-card-content {
	flex-direction: row-reverse;
	}
	align-items: end !important;
	}