/* ============================= */
/* DRAPIA Luxury Elegant Theme  */
/* ============================= */

:root {
    --main: #1A1A1A;
    --main-soft: #2A2A2A;
    --gold: #C9A86A;
    --gold-light: #D8BB82;
    --gold-dark: #A8894F;
    --light: #F4EFE8;
    --white: #ffffff;

    /* لون التخفيضات */
    --sale-red: #B3262E;
    --sale-red-dark: #8E1E24;
}

/* ============================= */
/* الهيدر والقائمة */
/* ============================= */

.top-navbar {
    background-color: var(--main);
    color: var(--white);
}

#mainnav {
    background-color: var(--main);
    border-bottom: 4px solid var(--gold);
}

.main-menu a {
    color: var(--white) !important;
    font-size: 1.05rem !important;
    transition: 0.3s;
}

.main-menu a:hover {
    color: var(--gold) !important;
}

/* ============================= */
/* العناوين */
/* ============================= */

.s-block__title h2 {
    color: var(--white) !important;
    background-color: var(--main-soft);
    padding: 8px 50px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px var(--gold);
    text-align: center;
}

/* ============================= */
/* بطاقات المنتجات */
/* ============================= */

.s-product-card-entry {
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 0 0 1px rgba(201,168,106,0.4);
    transition: 0.3s;
}

.s-product-card-entry:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* ============================= */
/* التخفيضات - لون أحمر راقي */
/* ============================= */

/* شارة التخفيض */
.s-product-card-entry .sale-badge,
.s-product-card-entry .badge-sale,
.s-product-card-entry .s-badge--sale {
    background-color: var(--sale-red) !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
}

/* نسبة الخصم */
.s-product-card-entry .discount,
.s-product-card-entry .price-discount {
    color: var(--sale-red) !important;
    font-weight: bold;
}

/* السعر القديم */
.s-product-card-entry .price-before,
.s-product-card-entry .old-price {
    color: #888 !important;
    text-decoration: line-through;
}

/* ============================= */
/* الأزرار */
/* ============================= */

.s-button-element {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    border-radius: 10px !important;
    padding: 10px 14px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.s-button-element:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(201,168,106,0.35);
}

/* ============================= */
/* الأيقونات */
/* ============================ */

.sicon-shopping-bag,
.sicon-user-circle {
    color: var(--gold);
}

/* ============================= */
/* الأقسام والخلفيات */
/* ============================= */

.s-products-list-wrapper {
    background-color: var(--light);
    padding: 1rem;
}

/* ============================= */
/* الفوتر */
/* ============================= */

.store-footer,
.store-footer__inner {
    background-color: var(--main) !important;
    color: var(--white) !important;
}

.store-footer {
    border-top: 4px solid var(--gold);
}

.copyright-text > p {
    color: var(--gold) !important;
    font-weight: bold;
}

/* ============================= */
/* السلايدر */
/* ============================= */

@media(max-width: 1024px) {
    .main-menu a {
        color: black !important;
    }
}

.swiper {
    padding: 40px;
}

.s-contacts-topnav-link {
    color: var(--white) !important;
}


.s-cart-summary-total {
    color: var(--white) !important;
}