/* خلفية الفوتر */
footer#footer {
  background-color: #f4f0ea !important;
  color: #333333 !important;
}

/* جميع النصوص والروابط */
footer#footer p,
footer#footer span,
footer#footer a,
footer#footer li {
  color: #333333 !important;
}

/* عناوين الفوتر */
footer#footer h1,
footer#footer h2,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
  color: #b28a45 !important;
}

/* أيقونات التواصل */
footer#footer svg {
  color: #333333 !important;
  fill: currentColor !important;
}

/* الخطوط والفواصل */
footer#footer hr,
footer#footer [class*="border"] {
  border-color: rgba(178, 138, 69, 0.35) !important;
}
/* توسيط حاوية عنوان التصنيفات */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"]
.theme-container > .flex:first-child {
    justify-content: center !important;
}

/* العنوان العربي */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] h2 {
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #17131a !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

/* العنوان الإنجليزي */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] h2::before {
    content: "SHOP BY CATEGORY";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

/* الجوال */
@media (max-width: 767px) {
    [section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] h2 {
        font-size: 21px !important;
    }

    [section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }
}
.bg-secondary {
    background-color: #fcfaf6;
}

/* تنسيق عنوان الأكثر مبيعا */
[section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"]
.flex.items-center.justify-between {
    justify-content: center !important;
}

/* العنوان العربي */
[section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2 {
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #17081f !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

/* العبارة الإنجليزية */
[section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2::before {
    content: "BEST SELLERS";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي أسفل العنوان */
[section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

/* ضبطه على الجوال */
@media (max-width: 767px) {
    [section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2 {
        font-size: 21px !important;
    }

    [section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }
}

@media (max-width: 767px) {
    [section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"]
    .flex.flex-col.gap-6 {
        gap: 6px !important;
    }

    [section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"] h2 {
        margin-bottom: 0 !important;
    }

    [section-id="939e2a46-8efe-4ac2-bc32-68423fe211e5"]
    [data-grid-root="true"] {
        margin-top: 5px !important;
    }
}

/* هوامش جانبية للبنر */
[section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] {
padding: 16px 20px 0 !important;          

    box-sizing: border-box !important;
}

/* الزوايا الناعمة */
[section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] .embla {
    border-radius: 15px !important;
    overflow: hidden !important;
}

/* جعل البنر مربع */
[section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] .embla__slide {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
}

/* جعل حاوية الصورة تغطي مساحة البنر */
[section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] .embla__slide picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* إظهار الصورة كاملة بدون أي قص */
[section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] .embla__slide picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

/* هوامش وزوايا الجوال */
@media (max-width: 767px) {
    [section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] {
          padding: 12px 12px 0 !important;

    }

    [section-id="8aac701e-d22a-4abe-adb1-658694c26c45"] .embla {
        border-radius: 15px !important;
    }
}








/* توسيط حاوية عنوان قسم النيش */
[data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"]
.flex.items-center.justify-between {
    justify-content: center !important;
}

/* العنوان العربي */
[data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"] h2 {
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #17131a !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

/* العنوان الإنجليزي الصغير */
[data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"] h2::before {
    content: "THE NICHE EDIT";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي */
[data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

@media (max-width: 767px) {
    [data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"] h2 {
        font-size: 21px !important;
    }

    [data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }
}


[section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] {
    padding-inline: 20px !important;
    box-sizing: border-box !important;
}

/* الزوايا الناعمة */
[section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] .embla {
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* جعل البنر مربع */
[section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] .embla__slide {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
}

/* جعل حاوية الصورة تغطي مساحة البنر */
[section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] .embla__slide picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* إظهار الصورة كاملة بدون أي قص */
[section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] .embla__slide picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

/* هوامش وزوايا الجوال */
@media (max-width: 767px) {
    [section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] {
        padding-inline: 12px !important;
    }

    [section-id="df6c8254-dd75-44e8-8907-6fc5a9441d18"] .embla {
        border-radius: 15px !important;
    }
}







[section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] {
    padding-inline: 20px !important;
    box-sizing: border-box !important;
}

/* الزوايا الناعمة */
[section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] .embla {
    border-radius: 15px !important;
    overflow: hidden !important;
}

/* جعل البنر مربع */
[section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] .embla__slide {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
}

/* جعل حاوية الصورة تغطي مساحة البنر */
[section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] .embla__slide picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* إظهار الصورة كاملة بدون أي قص */
[section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] .embla__slide picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

/* هوامش وزوايا الجوال */
@media (max-width: 767px) {
    [section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] {
        padding-inline: 12px !important;
    }

    [section-id="a7be3b53-65ac-4c67-b771-eb540e6781f2"] .embla {
        border-radius: 15px !important;
    }
}



@media (max-width: 767px) {
    [data-grid="grid"] {
        --cols-mobile: 2 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 12px !important;
        row-gap: 24px !important;
    }
}
@media (max-width: 767px) {
    [data-products-carousel="939e2a46-8efe-4ac2-bc32-68423fe211e5"] .products-embla {
        --slide-size: calc(50% - 0.3rem) !important;
        --slide-spacing: 0.6rem !important;
    }
}
/* عرض منتجين في سلايدر هذا القسم على الجوال */
@media (max-width: 767px) {
    [data-products-carousel="830fa7d6-aad2-490c-b158-1b057afc4713"]
    .products-embla {
        --slide-size: calc(50% - 0.3rem) !important;
        --slide-spacing: 0.6rem !important;
    }
}






/* علامة الاقتباس الكبيرة فوق عنوان آراء العملاء */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"]
> .theme-container::before {
    content: "❝";
    display: block;
    height: 44px;
    margin-bottom: 4px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

/* حذف الاقتباس من داخل البطاقات */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"]
article::before {
    content: none !important;
}


/* قسم آراء العملاء */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] {
    background: #faf8f3 !important;
}

/* العنوان العربي */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] h2 {
    width: 100%;
    margin: 0 0 24px !important;
    color: #17131a !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

/* العنوان الإنجليزي */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] h2::before {
    content: "CLIENT REVIEWS";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

/* توزيع شرائح الآراء */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] .embla__container {
    display: flex !important;
    margin-inline: -6px;
}

[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] .embla__slide {
    flex: 0 0 100% !important;
    padding-inline: 6px;
    box-sizing: border-box;
}

/* بطاقة الرأي */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article {
    position: relative;
    min-height: 210px;
    padding: 54px 24px 26px !important;
    overflow: hidden;
    border: 1px solid #e5ded3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(36, 27, 20, 0.04);
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* علامة الاقتباس */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article::before {
    content: "“";
    position: absolute;
    top: 2px;
    right: 20px;
    color: rgba(167, 137, 89, 0.22);
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
}

/* نص الرأي */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article p {
    margin: 0 !important;
    color: #292929 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    text-align: center;
}

/* النجوم */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article p::before {
    content: "★★★★★";
    display: block;
    margin-bottom: 14px;
    color: #a78959;
    font-size: 15px;
    letter-spacing: 3px;
    direction: ltr;
}

/* اسم العميل */
[section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article h3 {
    margin-top: 16px !important;
    color: #77716a !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: center;
}

/* 3 آراء على الكمبيوتر */
@media (min-width: 768px) {
    [section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] .embla__slide {
        flex: 0 0 33.333% !important;
    }
}

/* ضبط الجوال */
@media (max-width: 767px) {
    [section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] h2 {
        font-size: 21px !important;
    }

    [section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }

    [section-id="c39ed14c-b2d0-47ed-bed1-34b66c1c9465"] article {
        min-height: 100px;
    }
}









/* عرض تصنيفين متساويين في الشاشة */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] .embla {
    --slide-spacing: 12px !important;
    --slide-size: calc((100% - 12px) / 2) !important;
}

/* تثبيت عرض كل تصنيف */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] .embla__slide {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    min-width: 0 !important;
}

/* ضبط صور التصنيفات */
[section-id="ae7a99cb-3afa-40b2-8829-f9986cd427a9"] .embla__slide img {
    width: 100% !important;
    aspect-ratio: 4 / 6 !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}







/* توسيط حاوية عنوان قسم العطور الرجالية */
[section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"]
.flex.items-center.justify-between {
    justify-content: center !important;
}

/* العنوان العربي */
[section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"] h2 {
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #17131a !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

/* العنوان الإنجليزي الذهبي */
[section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"] h2::before {
    content: "MEN'S FRAGRANCES";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي */
[section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

/* الجوال */
@media (max-width: 767px) {
    [section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"] h2 {
        font-size: 21px !important;
    }

    [section-id="27c0d4a2-fb24-459d-aae4-a80da751e802"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }
}



/* توسيط حاوية عنوان قسم العطور النسائية */
[section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"]
.flex.items-center.justify-between {
    justify-content: center !important;
}

/* العنوان العربي */
[section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"] h2 {
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #17131a !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

/* العنوان الإنجليزي */
[section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"] h2::before {
    content: "WOMEN'S FRAGRANCES";
    display: block;
    margin-bottom: 3px;
    color: #a78959;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    direction: ltr;
}

/* الخط الذهبي */
[section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"] h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 9px auto 0;
    background: #a78959;
}

@media (max-width: 767px) {
    [section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"] h2 {
        font-size: 21px !important;
    }

    [section-id="67ecdd5c-ed01-4c63-b84a-68f5e619e2f9"] h2::before {
        font-size: 9px;
        letter-spacing: 3px;
    }
}







/* جميع سلايدرات المنتجات: منتجان في الجوال */
@media (max-width: 767px) {
    html body [data-products-carousel] .products-embla {
        --slide-spacing: 0.75rem !important;
        --slide-size: calc(50% - 0.375rem) !important;
    }

    /* جميع أقسام المنتجات الشبكية */
    html body section.section-products [data-grid="grid"],
    html body section.section-products [data-grid-root="true"] {
        --cols-mobile: 2 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 12px !important;
        row-gap: 24px !important;
    }
}