/* Add custom CSS styles below */ 
.special-product .relative.container .grid .flex.justify-center {
	gap: 5.5rem !important;
}

.special-product .relative.container .grid .flex.justify-center img.-mt-16{
	margin-top: 0 !important;
}

@media(max-width: 767px){
	.special-product .relative.container .grid .flex.justify-center {
	gap: 8rem !important;
}

}



 .prestige-categories .container.mx-auto .flex .prestige-categories-category .relative.group .w-24.h-24.relative.group{
 	width: 10rem !important;
 	height: 10rem !important;
 }
 .prestige-slider-categories  .prestige-slider-categories-slide.swiper-slide {
		width: 6rem !important;
	}
	
	.product-single .s-add-product-button-with-apple-pay  salla-quick-buy apple-pay-button {
	display:none !important
	
}


.prestige-card-outofstock .prestige-label span {
    visibility: hidden !important;
    position: relative !important;
}

.prestige-card-outofstock .prestige-label span::after {
    content: "نفذت الكمية";
    visibility: visible !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    color: #fff !important;
    white-space: nowrap !important; 
}