.header, .footer, .content-text {
  text-align: center;
}
.right-side {
  margin-left: auto;
  margin-right: auto;
}



.swiper-wrapper {
  justify-content: center !important; /* توسيط العناصر داخل السلايدر */
}

/* تغيير لون بادج عرض الشتاء */
.s-product-card-promotion-title {
    background-color: #104379 !important;
    border-color: #104379 !important;
    color: #ffffff !important; /* إبقاء النص أبيض وواضح */
}
/* تغيير لون البادج (عرض الشتاء 10%) داخل صفحة المنتج */
.promotion-title {
    background-color: #104379 !important;
    border-color: #104379 !important;
    color: #ffffff !important;
}