.s-product-card-image, .s-product-card-image img {
    background: transparent !important;
}

.s-product-card-wishlist-btn {
    display: none !important;
}

.mm-spn.mm-spn--light {
	background-color: #fff !important;
}


.s-product-card-entry {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 420px;
	background: #fff;
	border-radius: 8px;
	padding: 1px;
	box-sizing: border-box;
}

.s-product-card-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}

.s-product-card-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.s-product-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding-top: 12px;
}

.s-product-card-content-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.6rem;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 600;
}

.s-product-card-content-sub {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	margin-bottom: 8px;
}

.s-product-card-content-footer {
	position: relative !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	padding: 0 !important;
	width: 100%;
}

.promotion-title {
	background-color: var(--color-promotion-title-card);
	color: #fff;
}
	
	@media(max-width: 768px){
		#mainnav > div > div.top-navbar.sand-top-navbar.w-full > div > div > div.flex.justify-center,#mainnav > div > div.top-navbar.sand-top-navbar.w-full > div > div > div.flex.items-center.gap-4{
		width: auto !important;
		    gap: 0.2rem !important;
	}
#mainnav > div > div.top-navbar.sand-top-navbar.w-full > div > div{
	    padding-left: 0.9rem !important;
    padding-right: 0.1rem !important;
    gap: 0.2rem !important;
	}
	
	.s-user-menu-trigger{
		    padding: 0.1rem .4rem !important;
	}
			#mainnav{
		height: 15px !important;
	}
	
	}
	
	

.product-index #main-content > div > div > div > div.flex.min-h-screen{
	min-height: 50vh !important;
}
