/*------ تنسيق البطاقة بالكامل ------------*/

.s-reviews-testimonial {

background: #fff2f5 !important; /* خلفية وردية فاتحة */

border-radius: 10px !important; /* زوايا دائرية ناعمة */

border-bottom: 3px solid #ea6c5f!important; /* حد سفلي برتقالي */

box-shadow: 2px 2px 0px 0px #ea6c5f!important;

color: #000;

font-weight: 700;

margin: 0 12px 18px 12px;

padding: 26px 22px 20px 22px;

min-height: 120px;

display: flex;

flex-direction: column;

justify-content: flex-start;

text-align: center;

}


.s-reviews-testimonial__avatar{

display: none !important;

}

.s-reviews-testimonial__icon{

display: none !important

}


/*----------------*/

.s-reviews-testimonial__text {

display: flex;

flex-direction: column;

}


/* الاسم دائمًا في الأعلى */

.s-reviews-testimonial__name_wrapper {

order: 1;

margin-bottom: 15px;

font-weight: bold;

font-size: 1.09em;

color: #1a1a1a;

text-align: center;

}


/* نص التقييم أسفل الاسم */

.s-reviews-testimonial__text > p {

order: 2;

margin-top: 0;

margin-bottom: 2px;

font-size: 1.05em;

color: #333;

text-align: center;

}

/*----------------*/






/*----------إضافة أيقونة التوثيق SBC-----------*/

.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20::after {

content: "";

display: inline-block;

width: 110px;

height: 110px;

background: url('https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=58,height=58,onerror=redirect,format=auto/images/sbc.png') no-repeat center/contain;

vertical-align: middle;

margin-right: 90px; /* تحريك لليسار */

margin-top: 35px; /* تحريك للأسفل */

}

/*----------------------------------------------*/

/* البطاقة الأساسية للمنتج */

.s-product-card-entry {

background: #fff;

border-radius: 17px;

box-shadow: 0 4px 18px rgba(30, 136, 229, 0.10);

padding: 13px 7px 17px 7px;

transition: transform 0.19s, box-shadow 0.19s;

border: 1px solid #ecf2fa;

overflow: hidden;

position: relative;

margin-bottom: 20px;

}


/* حركة تفاعلية عند المرور */

.s-product-card-entry:hover {

transform: translateY(-8px) scale(1.035);

box-shadow: 0 10px 32px rgba(30, 136, 229, 0.18);

border-color: #a4d8ff;

}


/* صورة المنتج داخل البطاقة */

.s-product-card-image-cover {

border-radius: 13px;

transition: transform 0.18s, box-shadow 0.18s;

box-shadow: 0 2px 8px rgba(30,136,229,0.09);

width: 100%;

object-fit: cover;

}


/* تكبير الصورة عند المرور */

.s-product-card-entry:hover .s-product-card-image-cover {

transform: scale(1.07) rotate(-1.5deg);

box-shadow: 0 8px 30px rgba(30,136,229,0.18);

}


/* ترويج المنتج أو العرض */

.s-product-card-promotion-title {

top: 55px;

background: linear-gradient(90deg, #1877f2 0%, #6c47d8 40%, #b83292 75%, #e84545 100%);

}



/* المسافة بين البطاقات */

.s-products-list-vertical-cards {

gap: 22px !important;

row-gap: 22px !important;

}


/* دعم الشاشات الصغيرة */

@media (max-width: 600px) {

.s-product-card-promotion-title {

font-size: 0.60em;

padding: 3px 8px;

top: 4px;


}

/*----------------------------------------------*/