body {

zoom: 85%; /* بديل لـ transform: scale(0.85) */

width: 100%;

margin: 0 auto;

}


.whatsapp-button {

position: fixed;

left: 20px;

bottom: 20px;

zoom: 100%; /* إلغاء تأثير zoom على الزر */

}













.s-products-slider-card .s-product-card-image {

position: relative;

padding-top: 100%; /* يجعل الارتفاع يساوي العرض (نسبة 1:1) */

height: 0; /* لإجبار الارتفاع على اتباع padding-top */

overflow: hidden; /* لإخفاء أي جزء من الصورة يتجاوز الحاوية */

}


.s-products-slider-card .s-product-card-image img {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

object-fit: cover; /* لتغطية المساحة مع الحفاظ على نسبة العرض إلى الارتفاع */

}






.promotion-badge.has-discount {

background-color: #6c757d !important; /* رمادي غامق */

color: #ffffff !important;

}






.store-footer {

margin-top: 0 !important; /* إلغاء تأثير margin-top من body */

background-color: #6c757d !important;

color: #fff !important;

padding: 2rem 1rem !important;

}




.text-gray-400 {

color: white !important;

}


.text-gray-400 a {

color: white !important;

text-decoration: none !important;

transition: color 0.3s ease !important;

}


.text-gray-400 a:hover {

color: #bfadc9 !important; /* يمكنك تغيير هذا اللون حسب ما تفضله */

}




header.page-header[style] {

background-color: #ffffff!important;

}



.s-products-list-wrapper .s-product-card-image {

position: relative;

height: 250px;

overflow: hidden;

display: flex;

align-items: flex-start; /* تغيير من center إلى flex-start لتبدأ من الأعلى */

justify-content: center;

background: #ffffff;

}


.s-products-list-wrapper .s-product-card-image-contain {

width: 100%;

height: auto; /* تغيير من 100% إلى auto للحفاظ على النسبة */

max-height: 100%; /* لمنع تجاوز ارتفاع الصورة للعنصر */

object-fit: contain;

object-position: top center; /* تغيير من center إلى top center */

}


.s-products-list-wrapper .s-product-card-image a {

display: flex; /* تغيير من block إلى flex */

align-items: flex-start; /* محاذاة المحتوى من الأعلى */

width: 100%;

height: 100%;

}


/* الباقي يبقى كما هو */

.s-products-list-wrapper .s-product-card-promotion-title {

position: absolute;

top: 10px;

left: 10px;

z-index: 2;

}


.s-products-list-wrapper .s-product-card-wishlist-btn {

position: absolute;

top: 10px;

right: 10px;

z-index: 2;

}







custom-salla-product-card {

display: block;

}


.s-product-card-entry {

display: grid;

grid-template-columns: 1fr;

justify-items: center;

}


.s-product-card-image {

width: 100%;

max-width: 100%; /* مهم لمنع التجاوز */

}


.s-product-card-content {

width: 90%; /* يمكن تعديل النسبة */

margin: 0 auto;

text-align: center;

}


/* للتأكد من توسيط العناصر الداخلية */

.s-product-card-content > * {

margin-left: auto;

margin-right: auto;

}