header .container {
    padding-top: 15px !important;
}
/* تسويد خلفية الموقع بالكامل */
html,
body,
#app,
.store-layout,
.main-content,
.page-wrapper {
    background-color: #000 !important;
}


/* الهيدر أسود شفاف مع ظل أبيض */
.store-header,
.main-header,
header,
header .container,
header .header-wrapper,
header .top-header,
header .main-nav-container {
    background: rgba(0, 0, 0, 0.85) !important;
}

/* إزالة الخلفيات الداخلية */
.store-header *,
.main-header * {
    background-color: transparent !important;
}

/* تلوين النصوص والأيقونات بالأبيض */
.store-header,
.store-header a,
.store-header i,
.store-header svg {
    color: #fff !important;
    fill: #fff !important;
}


/* كود تخصيص البطاقة الى الابيض */
.text-xl {
    font-size: x-large;
    line-height: 1.75rem;
    color: white;
}

b, strong {
    font-weight: 700;
    color: white;
    font-size: large;
}غ

    font-size: x-large;
    line-height: 1.75rem;

}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
}
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
}

.s-slider-block__title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
    color: white;
}

/* استهداف الوصف فقط */
.product__description p,
.product__description p {
  margin: 0 !important;
  display: block;
}

/* صندوق أبيض للوصف فقط */
.product__description,
.product__description {
  background: #fff !important;
  padding: 10px 12px !important;
  margin-top: 10px !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}