/* Add custom CSS styles below */ 
.s-block__title h2 {
    color: #482632;
}

.store-footer,
.store-footer * {
    color:#F3D4A8 !important;
}

.store-footer salla-button button {
    border: 1px solid #F3D4A8 !important;
}

.store-footer h3 {
    color:#F3D4A8;
}

.s-contacts-icon svg {
    fill:#482632;
}

.s-product-card-brand, .s-product-card-category {
    background-color: rgb(243 212 168);
}

.nav-header-bg {
    background-color: rgb(243 212 168);
}

.nav-header {
    background-color: #f3d4a8!important; /* اختر اللون اللي تحبه */
}


header svg {
    fill: #f3d4a8 !important;
}


header i {
    color: #f3d4a8 !important;
}

header p {
    color: #f3d4a8 !important;
}

.s-social-link a svg {
    fill: rgb(72 38 50);
}

.bg-gray-100 {
    background-color: rgb(243 212 168);
}

.faqs-list__item {
  background-color: #ffffff !important;
}

.s-cart-summary-total{
  color: #f3d4a8;
}

.store-footer .footer-list a.hover\:text-primary:hover{
    color: #f3d4a8 !important;
}

.faqs-list__item:hover .faq-item {
    color:white;
}

.bottom-header-button span,
.bottom-header-button i {
    color: #f3d4a8 !important;
}