.s-product-card-promotion-title {
    background-color: #4D9CC5 !important; /* لون الخلفية من اللوجو */
    color: #ffffff !important; /* النص يبقى أبيض */
}
.s-product-card-sale-price h4 {
    color: #4D9CC5 !important;
}
/* تغيير الخلفية أو النص حسب رغبتك */
.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *) {
    background-color: #4D9CC5 !important; /* لون الخلفية */
    color: #ffffff !important; /* لون النص */
}
.main-menu > li > a[href*=offer] {
    color: #4D9CC5 !important;
}

.promotion-title {
    background-color: #4D9CC5 !important; /* خلفية زرقاء من اللوجو */
    color: #ffffff !important; /* نص أبيض */
}
.text-red-800 {
    color: #4D9CC5 !important;
}
.\!text-red-800 {
    color: #4D9CC5 !important;
}
.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: #ffffff;
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity
1
: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(31 50 56);
}
.footer-is-light .store-footer .store-footer__inner {
  color: white !important;
}
:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary: #3ab3fe;
    --color-primary-dark: #148dd8;
    --color-primary-light: #60d9ff;
    --color-primary-reverse: #1b2d34;
}
.footer-is-light .store-footer {
  color: white !important;
  background-color: rgb(0, 159, 198) !important;
}
.copyright-text p {
  color: white;
}

.s-button-primary-outline {
    fill: #192d32;
    fill: #019fc6;
    color: #192d32;
    color: #019fc6;
}
.btn--outline-primary {
    border-width: 1px;
    border-color: #192d30;
    border-color: #009ec6;
    color: #192d33;
    color: #009fc5;
}
.offer-box {
  background-color: #1b2d34;
  color: #ffffff;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}