:root {
    --font-main: 'Saudi';
    --color-primary: #8cb811;
    --bg-primary: #C3C4C9; /* تم تعديل لون الخلفية الأساسية */
    --bg-secondary: #b5b6bb; /* تم تعديل الخلفية الثانوية لتكون أغمق قليلاً أو يمكنك جعلها #C3C4C9 أيضاً */
    --bg-light: #C3C4C9;
    --heading-color: #231f1e;
    --description-color: #7A798A;
    --color-primary-dark: #669200;
    --color-primary-light: #b2de37;
    --color-primary-reverse: #0d3900;
    --promo-color: rgba(255, 189, 12, 255);
}
.dark {
    --color-primary: #8cb811;
    --bg-primary: #C3C4C9; /* فرض اللون حتى في الوضع الداكن */
    --bg-secondary: #C3C4C9;
    --bg-light: #C3C4C9;
    --heading-color: #1F1F2C; /* تغيير لون النص ليكون واضحاً على الخلفية الفاتحة */
    --description-color: #333333;
}


.dark .faq-content-single-wrapper {
    --tw-bg-opacity: 1;
    background-color: #343444;
    background-color: #D2AB68;
}


.store-features-style-2-content-single.group.text-center.sal-animate {
    background-color: #d4af6f;
}


.store-features-style-2-content-single-icon-box.rotate-360 {
   
    background-color: #000;
}


.bg-\[var\(--bg-secondary\)\] {
    background-color: #f8f8f8;
    background-color: #D2AB68;
}

.bg-\[var\(--bg-light\)\].shadow-\[0px_3px_16px_0px_rgba\(47\,83\,109\,0\.12\)\].rounded-\[20px\].p-\[20px\].mb-4.\!h-full.w-full.sal-animate {
    background-color: white !important;
}

.section-heading-divider:before {
    background-color: #d2ab68;
}

.section-heading-divider {
    background-color: #d2ab68;
}

span.mb-1 {
    color: black !important;
}

.product-card-content-meta-pricing-current-discounted-percentage {
    border-color: #000000 !important;
}


.product-card-content-meta-pricing-current-discounted-meta-value {
    color: rgb(0 0 0) !important;
}


.product-card-content-meta-pricing-current-discounted-meta-regular {  
    color: rgb(0 0 0) !important;
 
}


.product-card-actions-add-to-cart {
    border-color: #000000; 
}


.product-card-actions-add-to-cart {
    border-color: #000000;
    color: #000000;
}


.product-card-actions-wishlist {
    color: #000000;
}

.s-cart-summary-count {
    background-color: #ffbd0c;
}

.dark .dark\:bg-\[\#1f1f2ceb\] {
    background-color: #000000;
}


.dark b, .dark h1, .dark h2, .dark h4, .dark small {
    color: #ffffff;
}


.border-primary {
    border-color: #ffbd0c !important;
}