/*
 * مبرمج متاجر 2 سلة
 * ملف CSS شامل لتخصيص واجهة متاجر سلة
 * تم حذف قسم الهيدر بناءً على الطلب.
 * تاريخ آخر تحديث: 04-08-2025
 */

/* ========================================================== */
/* ====== إعدادات الخطوط والصفحة الأساسية ====== */
/* ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600&display=swap');

body {
    background-color: #E0EFFF !important;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* ترويسة الموقع */
header .bg-white {
    background: #f7f9fa;
        box-shadow: none;
    }
   .index .main-nav-container {
        min-height: 60px;
        max-height: 0px;
    }
    .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
    .sicon-menu:before {
        color: #0e3c55;
        margin-right: 0;
        font-size: 20px;
        padding: 7px;
        content: "\e928";

    }
    .sicon-shopping-bag:before {
        color: #0e3c55;
        font-size: 20px;
        padding: 7px;
        content: "\e906";

    }

    .sicon-user-circle:before {
           color: #0e3c55;
        font-size: 20px;
        padding: 7px;
        content: "\f078";

    }

    .header-btn__icon {
        border-width: 0
    }

    .s-cart-summary-content {
        display: none
    }

    .rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
        margin-right: 0
    }

    .s-cart-summary-count {
        background-color: #0e3c55;
        color #fff;
    }
    .top-navbar .s-search-input {
        background-color: transparent;
        border: 1px groove #c7c1e0;
    }
    .s-search-icon svg {
        fill: #856db0;
    }

    .s-search-input-wrapper > input[type=search]::placeholder{
        color: #856db0;
    }
    salla-search  div.s-search-input-wrapper > input{
            border-radius: 5px !important ;
    }

.header-buttons {
    background-color: transparent;
     border: 1px groove #c7c1e0;
     border-radius: 5px !important ;

}
.header-buttons span {
    color: #856db0;
}
.header-buttons .btn--rounded-gray {
    background-color: transparent;
}

    /* تنسيقات عامة */
    body, .bg-gray-100 {
        background-color: #f7f9fa;
    }


/* ========================================================== */
/* ====== الأقسام الرئيسية (Sections) ====== */
/* ========================================================== */

/* تخصيص الروابط في القائمة الرئيسية */
.main-menu > li > a[href*=offer] {
    color: #1053a2;
}

/* إزالة الهوامش العلوية لأول قسمين من البانرات */
.s-block.s-block--fixed-banner:first-of-type,
.s-block--fixed-banner + .s-block--fixed-banner:nth-of-type(2) {
    margin-top: 0;
}

/* توسيط عنوان البانرات وإضافة حشوة علوية */
section.s-block.s-block--banners .s-block__title {
    justify-content: center;
    padding-top: 2rem;
}

/* إزالة الحشوة من حاوية البانرات الثابتة */
section.s-block.s-block--fixed-banner .container {
    padding: 0;
}

/* إزالة حواف وخلفية صور البانرات الثابتة */
section.s-block.s-block--fixed-banner .banner--fixed img {
    border-radius: 0;
    background: transparent;
}

/* إزالة الحشوة اليسرى في وضع RTL */
.s-block__title .right-side:where([dir=rtl], [dir=rtl] *) {
    padding-left: 0 !important;
}

/* توسيط عنوان البانرات */
section.s-block.s-block--banners .s-block__title {
    justify-content: center;
}

/* حجم ووزن خط عنوان البانرات */
section.s-block.s-block--banners .s-block__title h2,
.s-slider-block__title h2 {
    font-size: 3rem;
    font-weight: 600;
}

/* توسيط شبكة البانرات وإزالة الحشوة */
.s-block--banners:nth-of-type(21) .grid {
    justify-content: center;
}

.s-block--banners:nth-of-type(21) .banner-entry {
    padding: 0 2rem !important;
}

/* خصائص البانرات القابلة للتمرير أفقيًا */
.s-block.s-block--banners .grid {
    gap: 10px !important;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 55rem;
    margin: 0 auto;
    padding: 10px 15px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* إخفاء شريط التمرير */
::-webkit-scrollbar {
    display: none;
}

/* خصائص كل عنصر بانر في الشبكة */
section.s-block.s-block--banners .grid .banner-entry {
    background-color: transparent;
    transition: all .5s ease;
    height: auto;
    padding: 0;
    flex: 0 0 25%;
}

/* خصائص حاوية البانر (للحفاظ على نسبة العرض إلى الارتفاع) */
section.s-block.s-block--banners .grid .banner-entry div {
    position: relative;
    padding-top: 100%;
}

/* تأثير لمعان (Shine) عند التمرير على البانرات */
section.s-block.s-block--banners .grid .banner-entry div::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

section.s-block.s-block--banners .grid .banner-entry div:hover::before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ========================================================== */
/* ====== التخصيص حسب اللغة (English/Arabic) ====== */
/* ========================================================== */

/* إخفاء أقسام معينة في اللغة العربية */
body:lang(ar) #best-offers-7-slider,
body:lang(ar) #best-offers-11-slider,
body:lang(ar) #best-offers-15-slider,
body:lang(ar) #best-offers-19-slider {
    display: none;
}

/* إخفاء أقسام معينة في اللغة الإنجليزية */
body:lang(en) #best-offers-6-slider,
body:lang(en) #best-offers-10-slider,
body:lang(en) #best-offers-14-slider,
body:lang(en) #best-offers-18-slider {
    display: none;
}

/* إزالة الحشوة اليمنى في وضع LTR (اللغة الإنجليزية) */
.s-slider-block__title h2:where([dir="ltr"], [dir="ltr"] *),
.s-slider-block__title-right:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0;
}

/* ========================================================== */
/* ====== أقسام المنتجات (Best Offers) & الألوان ====== */
/* ========================================================== */

/* ألوان الخلفية لأقسام معينة */
#best-offers-6-slider, #best-offers-7-slider {
    background: #E0EFFF;
}

.s-block.s-block--best-offers {
    margin-top: 0;
}

/* توسيط المنتجات في الأقسام */
.s-block.s-block--best-offers .swiper-wrapper {
    justify-content: center;
}

#best-offers-10-slider, #best-offers-11-slider {
    background: #21679D;
}

/* لون زر "أضف للسلة" في أقسام محددة */
#best-offers-10-slider .s-product-card-content-footer .s-button-primary-outline,
#best-offers-11-slider .s-product-card-content-footer .s-button-primary-outline {
    background: #E0EFFF;
}

#best-offers-14-slider, #best-offers-15-slider {
    background: #F2CC6C;
}

#best-offers-18-slider, #best-offers-19-slider {
    background: #E0EFFF;
}

/* لون خط عناوين المنتجات والأسعار في أقسام محددة */
#best-offers-10-slider .s-product-card-price,
#best-offers-10-slider .s-product-card-content-title a,
#best-offers-10-slider .s-slider-block__title,
#best-offers-11-slider .s-product-card-price,
#best-offers-11-slider .s-product-card-content-title a,
#best-offers-11-slider .s-slider-block__title {
    color: #E0EFFF;
}

/* ========================================================== */
/* ====== بطاقة المنتج (Product Card) ====== */
/* ========================================================== */

/* إخفاء زر "عرض الكل" */
.s-slider-block__title-left {
    display: none;
}

/* توسيط وحجم خط عنوان المنتج وسعره */
.s-product-card-content-title a,
.s-product-card-price {
    text-align: center;
    font-size: 1.5rem;
}

/* توسيط المحتوى الفرعي لبطاقة المنتج */
.s-product-card-content-sub,
.s-product-card-content-subtitle {
    justify-content: center;
    text-align: center;
}

/* تخصيص زر "أضف للسلة" */
.s-product-card-content-footer .s-button-primary-outline {
    background: #21679D;
    border: none;
    color: #fff;
}

/* إخفاء أيقونة العربة الافتراضية في الزر */
.s-product-card-content-footer .s-button-primary-outline .s-button-text i {
    display: none;
}

/* إضافة أيقونة عربة مخصصة */
.s-product-card-content-footer .s-button-primary-outline:before {
    margin-inline: 5px;
    content: "";
    background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/b27d7917-b612-41a1-807f-496377b9fea5.svg) no-repeat center / cover;
    width: 20px;
    height: 20px;
}

/* خلفية شفافة لبطاقة المنتج وصورته */
.s-product-card-entry,
.s-product-card-image {
    background-color: transparent;
}

/* إزالة الحشوة اليسرى لعناوين أقسام المنتجات */
.s-slider-block__title h2,
.s-slider-block__title-right,
.s-block__title .right-side {
    padding-left: 0 !important;
}

/* تعديل حشوة السلايدر */
.s-block--best-offers .carousel-slider .swiper {
    padding: 1.5rem 3rem;
}

/* تخطيط عنوان السلايدر */
.s-slider-block__title {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 1rem;
}

/* ========================================================== */
/* ====== الأكورديون (Accordion) ====== */
/* ========================================================== */

/* خصائص قسم الأكورديون في الصفحة الرئيسية */
.index .accordion-section {
    margin: 2rem auto;
    padding: 10px 15px;
    max-width: 60rem;
}

/* حجم ووزن خط العنوان والوصف */
.section-title,
.s-reviews-header {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.section-sub {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}

/* اتجاه الأكورديون والحشوة */
.accordion {
    direction: rtl;
    padding-top: 10px;
}

/* خصائص زر الأكورديون */
.accordion-button {
    cursor: pointer;
    width: 100%;
    text-align: right;
    transition: background-color 0.3s, color 0.3s;
    color: #252122;
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}

/* اتجاه محتوى الأكورديون للغة الإنجليزية */
body:lang(en) .accordion-button,
body:lang(en) .accordion-content p {
    direction: ltr;
}

/* تخصيص زر الأكورديون في الصفحة الرئيسية */
.index .accordion-button {
    padding: 10px 15px;
    background: #1053a2;
    margin-bottom: 10px;
    border-radius: 15px;
    color: #fff;
}

.accordion-button.active {
    opacity: 0.75;
}

.accordion-button .icon {
    font-size: 20px;
    margin-left: 10px;
}

/* محتوى الأكورديون */
.accordion-content {
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    padding-left: 18px;
    padding-right: 18px;
}

.accordion-content p {
    margin: 10px 0 18px;
}

/* الأكورديون في صفحة المنتج */
.product-single .accordion-button {
    border-bottom: 1px solid #E0EFFF;
    padding: 8px 15px;
    font-weight: 500;
}

.product-single .accordion-section {
    margin-bottom: 1rem;
}

/* ========================================================== */
/* ====== آراء العملاء (Testimonial) ====== */
/* ========================================================== */

/* توسيط حاوية آراء العملاء */
.s-reviews-header-wrapper {
    justify-content: center;
}

/* إخفاء الأيقونات والصور الرمزية الافتراضية */
.s-reviews-testimonial__icon,
.s-reviews-testimonial__avatar {
    display: none;
}

/* خلفية شفافة لقسم آراء العملاء */
.s-reviews-testimonial {
    background-color: #E0EFFF !important;
}

/* توسيط نص التقييم */
.s-reviews-testimonial__text p {
    text-align: center;
}

/* ترتيب عناصر نص التقييم */
.s-reviews-testimonial__text {
    flex-direction: column-reverse;
}

/* ترتيب وتوسيط التقييم بالنجوم */
.s-reviews-testimonial__rating {
    margin-left: 0;
    order: -1;
}

/* ========================================================== */
/* ====== الفوتر (Footer) ====== */
/* ========================================================== */

/* تخصيص الفوتر العام */
.footer-is-light .store-footer {
    background-color: #3981C0;
    margin-left: 13px;
    margin-right: 13px;
    border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #3981C0;
    color: #fff;
    border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
}

/* تخصيص شعار الفوتر */
footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    content: "";
    background: url() center / contain no-repeat;
    display: block;
    max-width: 10rem;
    height: 5rem;
}

/* إخفاء عناوين الروابط والأيقونات النصية */
.store-footer a.flex.items-center.m-0 h3,
.store-footer a .unicode {
    display: none;
}

/* تخصيص أيقونات التواصل الاجتماعي */
.s-contacts-icon:where([dir=rtl], [dir=rtl] *) {
    margin-left: 0;
}

.footer-is-light .store-footer .contact-social {
    margin: 0;
    border: none;
}

.store-footer__inner .s-contacts-list {
    display: flex;
    align-items: center;
    border: none;
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div h3 {
    display: none;
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a {
    margin-bottom: 0;
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div:first-of-type a i,
.store-footer__inner .container:first-of-type div:nth-of-type(3) div a i {
    color: #fff;
    transition: all .3s ease;
    font-size: 18px;
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a,
.s-contacts-icon {
    border: none;
}

.store-footer__inner .container:first-of-type div:nth-of-type(3) div a:hover {
    opacity: .6;
}

/* تخصيص نص الفوتر */
.store-footer p.max-w-sm.leading-6.mb-6 {
    padding-top: 1rem;
    max-width: 100%;
}

/* لون عناوين الفوتر والشعار */
.store-footer h3,
footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    color: #E0EFFF;
}

/* حجم ولون أيقونات السوشيال ميديا */
.s-contacts-icon svg,
.s-social-link a svg {
    height: 1.2rem;
    width: 1.2rem;
    fill: #fff;
}

.s-contacts-icon,
footer .s-social-link a {
    height: 100%;
    width: 100%;
    padding: 10px;
}

/* ========================================================== */
/* ====== صفحة المنتج (Product Page) ====== */
/* ========================================================== */

/* إخفاء زر "عرض المزيد" */
#btn-show-more {
    display: none;
}

/* إزالة الهامش السفلي لعنوان المنتج */
.product-single h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    margin-bottom: 0;
}

/* حشوة وصف المنتج */
.product-single .description-div {
    padding-bottom: 20px;
}

.product-single .product__description {
    padding: 0;
}

/* تخطيط المحتوى الرئيسي */
.main-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* توسيط المحتوى في بطاقة المنتج */
.s-product-card-content-sub,
.s-product-card-content-subtitle {
    justify-content: center;
    text-align: center;
}

/* تخصيص قسم التعليقات */
.s-comments-product {
    background: #fff;
}

.s-comments-item {
    background: #ebe9de;
    padding: 15px !important;
}

.click {
    font-weight: 600;
    color: #21679D;
}

/* ========================================================== */
/* ====== تخصيصات البانرات (Proximity & Interaction) ====== */
/* ========================================================== */

/* تخطيط البانرات على الشاشات الكبيرة (3 أعمدة) */
.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr 1fr;
}

/* الحفاظ على نسبة العرض إلى الارتفاع للبانرات */
.s-block.s-block--banners > .grid .banner-entry {
    height: unset;
    padding-top: 113%;
}

/* إزالة الهوامش والخلفية للبانرات الثابتة */
section:nth-of-type(1).s-block.s-block--photos-slider,
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
    background: 0 0;
}

/* إزالة الحشوة والهوامش للبانرات الثابتة على الشاشات الكبيرة */
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

/* تأثير تحريك البانر عند التمرير عليه */
section.s-block.s-block--fixed-banner.wide-placeholder .container:hover {
    transform: translateY(-8px);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    transition: transform .3s, box-shadow .3s;
}

.banner-entry,
.grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    background-color: transparent;
}

/* إخفاء عناصر معينة في البانر */
.banner-entry article,
.has-overlay:after {
    padding: 0;
    display: none;
}

/* تأثير التحريك العام للبانرات في الصفحة الرئيسية */
body.index div.app-inner.flex.flex-col.min-h-full > section.s-block--banners:nth-child(n) div div:hover {
    transform: translateY(-8px);
}

body.index div.app-inner.flex.flex-col.min-h-full > section.s-block--banners:nth-child(n) div {
    transition: transform .3s, box-shadow .3s;
}

/* ========================================================== */
/* ====== الشعارات (Logo) ====== */
/* ========================================================== */

.navbar-brand img {
    max-height: 10rem;
    width: auto;
}

/* إخفاء أيقونة العلم */
.sicon-flag,
.icon-country-flag {
    display: none !important;
}

/* ========================================================== */
/* ====== تعديلات الشاشات الصغيرة (Media Queries) ====== */
/* ========================================================== */

@media (max-width: 991px) {
    /* تعديلات البانرات الثابتة على الشاشات الصغيرة */
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }

    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .s-block.s-block--banners > .grid .banner-entry {
        padding-top: 113%;
    }
}

@media(max-width: 768px) {
    /* تعديل الهامش لعنوان البانر */
    .s-block--banners:nth-of-type(21) .s-block__title {
        margin: 0;
    }

    /* حجم بطاقة المنتج في السلايدر */
    .s-products-slider-card {
        max-width: 50%;
    }

    /* حشوة السلايدر على الجوال */
    .s-block--best-offers .carousel-slider .swiper {
        padding: 1.5rem 1rem;
    }

    /* حشوة محتوى بطاقة المنتج */
    .s-product-card-content {
        padding: 0.75rem 0;
    }

    /* توسيط المحتوى في صفحة المنتج */
    .product-single .main-content small,
    .product-single .main-content h1,
    .product-single .main-content > h2,
    .product-single .main-content > .flex.whitespace-nowrap.gap-4.items-center {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    /* حجم الشعار على الجوال */
    .navbar-brand img {
        max-height: 3.5rem;
    }

    /* حجم البانرات في الشبكة */
    .s-block.s-block--banners .grid .banner-entry {
        flex: 0 0 50% !important;
    }

    /* إزالة الحشوة من السوشيال ميديا في الفوتر */
    .store-footer .contact-social {
        padding: 0;
    }

    /* توسيط قائمة أيقونات التواصل الاجتماعي */
    .store-footer__inner .s-contacts-list {
        justify-content: center;
    }

    /* أحجام الخطوط على الجوال */
    .store-footer h3,
    footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before,
    .s-product-card-content-title a,
    .s-product-card-price {
        font-size: 1.1rem;
    }

    .store-footer p.max-w-sm.leading-6.mb-6,
    .product-single .s-product-card-content-title a {
        font-size: 1rem;
    }

    section.s-block.s-block--banners .s-block__title h2:after,
    section.s-block.s-block--fixed-banner:nth-of-type(8) .container:after,
    .section-sub,
    .s-menu-footer-item {
        font-size: .9rem;
    }

    /* ترتيب محتوى الفوتر */
    .md\:flex.items-center.justify-between.py-4.container.text-center {
        display: flex;
        flex-direction: column-reverse;
    }

    /* حشوة نص حقوق الملكية */
    .copyright-text p {
        padding-top: 15px;
    }

    /* حشوة الفوتر السفلي */
    .footer-is-light .store-footer .store-footer__inner {
        padding-bottom: 0;
    }

    /* هامش الشعار في الهيدر (لم يعد جزءًا من الكود الحالي لكن تم الاحتفاظ به كمرجع) */
    .inner.bg-inherit .container .flex.items-stretch.justify-between.relative .flex.items-center .navbar-brand {
        margin: .5rem 26% !important;
    }

    /* حجم خط العناوين على الجوال */
    section.s-block.s-block--banners .s-block__title h2,
    .s-slider-block__title h2,
    .section-title,
    .s-reviews-header {
        font-size: 1.5rem;
    }

    /* توسيط شعار الفوتر */
    footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
        margin: 0 auto;
    }

    /* توسيط محتوى الفوتر */
    .footer-is-light .store-footer .store-footer__inner,
    .store-footer a,
    footer .flex.rtl\:space-x-reverse.space-x-2.items-end,
    .s-social-list {
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    /* توسيط المنتجات في السلايدر */
    .s-block.s-block--best-offers .swiper-wrapper {
        justify-content: center;
    }

    /* ترتيب الشعار في الهيدر (لم يعد جزءًا من الكود الحالي لكن تم الاحتفاظ به كمرجع) */
    .navbar-brand {
        order: -1;
    }

    /* توسيط شبكة البانرات */
    .s-block.s-block--banners .grid {
        justify-content: center;
    }

    /* حجم خط روابط القائمة الرئيسية */
    .main-menu li > a {
        font-size: 1.1rem;
    }
}
/* ==== NICOR Features 2x2 — Transparent Mode ==== */
#nicor-features-2x2 .nicor-fe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  padding: 1rem .8rem 1.2rem;
  background: transparent !important; /* تعتمد على خلفية المتجر */
  border: none !important;
}

#nicor-features-2x2 .fe-card {
  background: transparent !important;
  border: none !important;
  padding: .6rem .4rem;
  text-align: center;
}

#nicor-features-2x2 .fe-title {
  font-weight: 700;
  color: #252122; /* نفس لون النصوص الأساسية بالثيم */
  font-size: .95rem;
  margin-bottom: .25rem;
}

#nicor-features-2x2 .fe-hint {
  color: #64727A; /* النص الخافت من الثيم */
  font-size: .85rem;
  line-height: 1.4;
}
/* ================================================
   Header adopts store base background (Salla)
   — Transparent header + currentColor icons/text
   ================================================ */

/* نلتقط ألوان الثيم الأساسية إن وُجدت، مع بدائل */
:root{
  --store-bg: var(--color-body-bg, var(--body-bg, var(--page-bg, #ffffff)));
  --store-ink: var(--color-heading, var(--color-text, #121212));
  --header-divider: rgba(0,0,0,.06); /* خط سفلي خفيف */
}

/* 1) اجعل الهيدر شفاف بحيث يظهر لون خلفية المتجر */
header,
.site-header,
.main-header,
.main-nav-container,
.navbar,
.s-navbar,
.header,
.top-header {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--store-ink) !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* خط سفلي خفيف (اختياري) ليحافظ على فصل بصري */
header:after,
.site-header:after,
.main-nav-container:after {
  content:"";
  display:block;
  height:1px;
  background: var(--header-divider);
}

/* 2) الطبقات الداخلية للهيدر من مقطعك */
.main-nav-container .container,
.main-nav-container .flex.items-stretch.justify-between.relative {
  background: transparent !important;
  color: var(--store-ink) !important;
}

/* 3) الروابط والأزرار والأيقونات تتبع currentColor */
header a,
header button,
header .header-btn,
header .sicon,
header [class*="sicon-"],
header .header-buttons * {
  color: currentColor !important;
  background: transparent !important;
  border-color: color-mix(in srgb, currentColor 22%, transparent) !important;
}

/* 4) إصلاح أيقونة البحث (كان stroke ثابت) لتتبع لون النص */
header .search svg [stroke],
header .search svg path,
header .search svg circle,
header .search svg line {
  stroke: currentColor !important;
  fill: none !important;
}

/* 5) أيقونة السلة (SVG) تتبع لون النص */
header #s-cart-icon svg path {
  fill: currentColor !important;
}

/* 6) فقاعة عدد السلة: عكس لوني للحفاظ على التباين */
header .s-cart-summary-count {
  background: currentColor !important;
  color: var(--store-bg) !important; /* نص الفقاعة بلون خلفية المتجر */
  border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
}

/* 7) حالة الهيدر اللاصق فوق البنرات — يبقى شفاف */
.site-header.is-sticky,
.navbar.sticky,
body.sticky header {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 8) تحسين بسيط للهفر دون تغيير اللون */
header a:hover,
header .header-btn:hover { opacity:.85; }

/* 9) دعم متصفحات لا تدعم color-mix */
@supports not (background: color-mix(in srgb, white, black)) {
  header .s-cart-summary-count { border-color: rgba(0,0,0,.15); }
}