/* =========================================
   VALORA - FIX LAYOUT + PREMIUM DESIGN
   ========================================= */

:root {
    --brown: #241510;
    --brown2: #3b251b;
    --gold: #b9975b;
    --gold-light: #d6bd86;
    --cream: #faf8f4;
    --white: #ffffff;
}

/* الخلفية */
body {
    background: var(--cream) !important;
}



.services-strip {
    width: 100%;
    max-width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 15px 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    direction: rtl;
    align-items: center;
    background: #faf9f6;
    border-top: 1px solid #eeeae3;
    border-bottom: 1px solid #eeeae3;
    box-sizing: border-box;
}

.services-strip__item {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #625d54;
    font-family: inherit;
}

.services-strip__item + .services-strip__item {
    border-right: 1px solid #ebe7df;
}

.services-strip__item svg {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
    fill: none;
    stroke: #9d927d;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-strip__item strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.services-strip__item span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .services-strip {
        height: 112px;
        padding: 8px 2px;
    }

    .services-strip__item {
        height: 82px;
    }

    .services-strip__item svg {
        width: 27px;
        height: 27px;
        margin-bottom: 4px;
    }

    .services-strip__item strong {
        font-size: 10px;
        line-height: 16px;
    }

    .services-strip__item span {
        font-size: 8px;
        line-height: 14px;
    }
}

.section-container:has(.section-title) {
    --padding-top: 0px !important;
    --padding-bottom: 0px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.store-footer {
    background: #f8f3ea !important;
    color: #543829 !important;
    direction: rtl;
}

.store-footer__inner {
    padding: 55px 0 45px !important;
    background: #f8f3ea !important;
}

.store-footer__inner > .container {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 45px !important;
    align-items: start;
}

/* اسم المتجر والوصف */
.store-footer__inner > .container > div:first-child > a {
    margin-bottom: 18px !important;
}

.store-footer__inner > .container > div:first-child > a h3 {
    color: #543829 !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.store-footer__inner > .container > div:first-child > div {
    max-width: 360px;
    color: #765b49 !important;
    font-size: 14px;
    line-height: 2;
}

/* عناوين الأقسام */
.store-footer h3,
.store-footer .s-contacts-title {
    margin-bottom: 20px !important;
    color: #a87d3e !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* الروابط */
.store-footer .s-menu-footer-list {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.store-footer .s-menu-footer-list a,
.store-footer .s-contacts-item {
    color: #654837 !important;
    font-size: 14px !important;
}

.store-footer .s-menu-footer-list a:hover {
    color: #a87d3e !important;
}

/* التواصل */
.store-footer .s-contacts-item {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    direction: ltr;
}

.store-footer .s-contacts-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b68b4d;
    border-radius: 50%;
}

.store-footer .s-contacts-icon svg {
    width: 20px;
    height: 20px;
}

.store-footer .s-contacts-icon svg path {
    fill: #a87d3e !important;
}

/* بيانات السجل التجاري */
.store-footer .s-trust-badges-wrapper {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.store-footer .s-trust-badges-image {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    filter: sepia(1) saturate(.5);
}

.store-footer .s-trust-badges-label {
    margin: 0 !important;
    color: #765b49 !important;
    font-size: 12px !important;
}

.store-footer .s-trust-badges-number {
    color: #a87d3e !important;
    font-size: 14px !important;
}

/* السوشيال */
.store-footer .s-social-list {
    display: flex !important;
    gap: 8px;
}

.store-footer .s-social-list a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #543829 !important;
    border: 1px solid #c9aa79;
    border-radius: 50%;
}

.store-footer .s-social-list a:hover {
    color: #fff !important;
    background: #543829;
}

/* الجزء السفلي */
.store-footer > .md\:flex {
    max-width: 100% !important;
    padding: 20px 6% !important;
    color: #f8f3ea !important;
    background: #543829 !important;
}

.store-footer .copyright-text,
.store-footer .copyright-text p {
    color: #eadfd2 !important;
    font-size: 12px !important;
}

.store-footer .copyright-text a {
    color: #d2a866 !important;
}

.store-footer .s-payments-list {
    display: flex !important;
    gap: 8px;
}

.store-footer .s-payments-list-item {
    width: 54px !important;
    height: 34px !important;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
}

/* الموبايل */
@media (max-width: 767px) {
    .store-footer__inner {
        padding: 38px 25px !important;
    }

    .store-footer__inner > .container {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px 25px !important;
    }

    .store-footer__inner > .container > div:first-child {
        grid-column: 1 / -1;
        text-align: center;
    }

    .store-footer__inner > .container > div:first-child > div {
        max-width: 100%;
    }

    .store-footer__inner > .container > div:first-child > a {
        justify-content: center;
    }

    .store-footer .s-trust-badges-wrapper {
        justify-content: center;
    }

    .store-footer > .md\:flex {
        flex-direction: column !important;
        gap: 15px;
        text-align: center;
    }

    .store-footer .s-payments-list {
        justify-content: center;
    }
}
/* الهيدر */
.store-header {
    position: relative !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fffdf9 !important;
    direction: rtl;
    z-index: 100;
}

/* إخفاء الشريط العلوي */
.store-header .top-navbar {
    display: none !important;
}

/* الهيدر الرئيسي */
.store-header #mainnav {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 86px !important;
    min-height: 86px !important;
    background: #fffdf9 !important;
    box-shadow: 0 2px 12px rgba(84, 56, 41, .06) !important;
    border-bottom: 1px solid #eee5d9;
}

.store-header #mainnav .inner,
.store-header #mainnav .container,
.store-header #mainnav .container > div {
    position: relative !important;
    width: 100% !important;
    height: 86px !important;
    max-width: 100% !important;
}

/* الشعار في المنتصف */
.store-header .navbar-brand {
    position: absolute !important;
    top: 8px !important;
    left: 50% !important;
    right: auto !important;
    width: 100px !important;
    height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) !important;
    z-index: 20;
}

.store-header .navbar-brand img {
    width: 100px !important;
    height: 70px !important;
    object-fit: contain !important;
}

.store-header .velora-search .s-search-icon svg path {
    fill: #543829 !important;
}