/*.s-product-card-image-cover {
    object-fit: contain;
}

.s-product-card-image img {
    background-color: white;
}

.s-product-card-entry {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 90%;
}
*/ 

/* ========================================================================== */
/* تغيير مكان البحث  */
/* ========================================================================== */

/* تحويل الهيدر إلى Flex عمودي */
.store-header {
    display: flex;
    flex-direction: column;
}

/* خلي القائمة الرئيسية أولاً */
#mainnav {
    order: 1;
}

/* خلي شريط البحث بعدها */
.top-navbar {
    order: 2;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}.s-product-card-image-cover {
    object-fit: contain;
}

.s-product-card-image img {
    background-color: white;
}

.s-product-card-entry {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 90%;
}.s-product-card-image-cover {
    object-fit: contain;
}

.s-product-card-image img {
    background-color: white;
}

.s-product-card-entry {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 90%;
}

/* ========================================================================== */
/*  تكبير سعر تخفيض */
/* ========================================================================== */

.s-product-card-sale-price h4{
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

/* ========================================================================== */
/*  تعديل لون الهيدر */
/* ========================================================================== */

#mainnav,
.main-nav-container {
    background-color: white !important;
}

/* ========================================================================== */
/*  تعديل لون الفوتر */
/* ========================================================================== */

.store-footer,
.store-footer__inner {
    background-color: #3f6aa2 !important;
}

/* ═══════════════════════════════════════════════════════════ */
/* تغيير لون نصوص الفوتر */
/* ═══════════════════════════════════════════════════════════ */

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

/* ═══════════════════════════════════════════════════════════ */
/* خلفية المتجر بشعار ثابت كعلامة مائية             */
/* ═══════════════════════════════════════════════════════════ */

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('https://i.postimg.cc/htHpGgf9/Azd-Kf-NWqus-Szf-Ytoxpi5E5Ipm-Mdu-Lh-Vp2Yu-ITDYq.avif')
                center center no-repeat;
    background-size: 450px;
    opacity: 0.04;
    pointer-events: none;
    z-index: -1;
}


/* ═══════════════════════════════════════════════════════════ */
/*                 إضافة شعارات تابي وتمارا                  */
/*                 لجميع كروت المنتجات                        */
/* ═══════════════════════════════════════════════════════════ */

.s-product-card-content-sub::after {
    content: "";
    display: block;
    width: 130px;
    height: 24px;
    margin: 8px auto 0;
    background:
        url("https://i.postimg.cc/7P0XZbzS/Ea1Kx4Sfp-K2Vy3Lx3a-VPv-ZKBMk-SM5dio2e-Kve-Twm.webp") right center / 60px auto no-repeat,
        url("https://i.postimg.cc/SKg3VRd1/GBzetq-Hui9x-OX5Fccu9law7ty12pyx-Ytc65Hk-VPs.webp") left center / 60px auto no-repeat;
}

/* مسافة إضافية بين السعر والشعارات */
.s-product-card-content-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
}