body, 
body * {
    color: #ffffff !important;
}

a {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}
header,
.header,
.site-header {
    background-color: #45337D !important; /* اللون الأبيض */
    backdrop-filter: none !important;     /* إلغاء الضبابية */
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;                /* إزالة الشفافية */
}
.header-is-dark #mainnav {
    background-color: #45337d;
    color: var(--header-text-color);
}
html:not(.dark) #app .lm-bg-sec:not(.self-clr) {
    background-color: #0e0e1f;
}
.s-button-light-outline {
    --tw-bg-opacity: 1;
    background-color: rgb(98 67 185);
}
[type='text'], input:where(:not([type])), [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #4f3892;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
}
.main-content.blog-category {
    background-color: #0e0e1f !important;
}
.bg-white {
    /* --tw-bg-opacity: 1; */
    background-color: rgb(14 14 31)!important;
}
.text-xl {
    font-size: 2.25rem;
    line-height
Determines the block-progression dimension of the text content area of an inline box.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: 1.75rem;
}
.p-price{
  color: #EF4444 !important;  /* غيّر الهكس للون اللي تريده */
}
.total-price{
    color: #EF4444 !important;  /* غيّر الهكس للون اللي تريده */

}

/* إخفاء زر "السابق" */
.s-slider-prev[aria-label="Previous slide"] {
  display: none !important;
}

/* إخفاء عنصر العنوان/التنقل */
.s-slider-block__title-nav {
  display: none !important;
}
/* اخفاء الشريط الاعلانى */
.global-animated-ads {
    display: none;
    --ad-speed: 2000ms;
    --ad-final-speed: var(--ad-speed);
}

[dir="rtl"] .s-modal-body {
    text-align: right;
    background-color: #211a3b;
}
.s-add-product-toast.s-add-product-toast--visible {
  opacity: 1;
  transform: translateY(0);
  background-color: #8768da;
}
.s-add-product-toast.s-add-product-toast--visible {
  opacity: 1;
  transform: translateY(0);
background-color: #0e0e1f !important;}

.product-single .s-comments-product {
    background-color: #0e0e1f;
}