/* =========================================================
   منع السكرول الأفقي نهائيًا
========================================================= */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* =========================================================
   تكبير اللوجو
========================================================= */
.navbar-brand img {
    max-width: 150px !important;
    max-height: 5rem !important;
    width: auto !important;
}

@media (max-width: 480px) {
    .navbar-brand img {
        width: 70px !important;
    }
}

/* =========================================================
   شريط إعلاني متحرك فوق الهيدر
========================================================= */
.store-header {
    position: relative !important;
    overflow: visible !important;
}

.store-header::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    background-color: #00205a !important;
    position: relative !important;
    z-index: 9999 !important;
    overflow: hidden !important;
}

.store-header::after {
    content: "🔥 شحن مجاني للطلبات فوق 500 ريال  •  عروض حصرية اليوم  •  تسوق الآن" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    white-space: nowrap !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: bold !important;
    z-index: 10000 !important;
    animation: marquee-rtl 25s linear infinite !important;
}

@keyframes marquee-rtl {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(100vw); }
}

/* =========================================================
   السلايدر - إزالة الفراغ فوقه فقط
========================================================= */
.s-block--photos-slider {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 24px !important;
}
.s-block--photos-slider {
    margin-top: -8px !important;
}

.swiper.s-slider-container,
.s-slider-container {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.swiper-slide img.w-full,
.swiper-slide .object-contain {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

/* =========================================================
   إطار بطاقات المنتجات
========================================================= */
.s-products-slider-card custom-salla-product-card,
.s-products-slider-card .s-product-card-entry {
    border: 2px solid #004d5a !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
}

.s-products-slider-card custom-salla-product-card:hover,
.s-products-slider-card .s-product-card-entry:hover {
    border-color: #006f80 !important;
    box-shadow: 0 12px 30px rgba(0, 77, 90, 0.18) !important;
    transform: translateY(-5px);
}

/* =========================================================
   زر إضافة للسلة
========================================================= */
salla-add-product-button button,
.s-product-card-entry salla-add-product-button::part(base),
[class*="add-to-cart"],
.s-btn-add-to-cart {
    background-color: #00205a !important;
    border-color: #00205a !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    transition: background 0.3s ease !important;
}

salla-add-product-button button:hover,
.s-btn-add-to-cart:hover {
    background-color: #004d5a !important;
    border-color: #004d5a !important;
}

/* =========================================================
   تنسيق الفوتر للموبايل
========================================================= */
[class*="store-footer__inner"] .container.grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.5rem !important;
}

[class*="store-footer__inner"] div[class*="lg:col-span"] {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.store-footer__inner p,
.store-footer__inner h3,
.store-footer__inner salla-menu,
.store-footer__inner salla-social,
.store-footer__inner salla-contacts {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

@media (max-width: 1024px) {
    .store-footer .store-footer__inner a.flex.items-center.m-0 h3 {
        display: block !important;
        position: relative !important;
        color: transparent !important;
        height: 90px !important;
        width: 200px !important;
        margin: 0 auto !important;
    }

    .store-footer .store-footer__inner a.flex.items-center.m-0 h3::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: url('https://res.cloudinary.com/dxmz52qfa/image/upload/v1774437317/24334_fdllgf.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .store-footer__inner .container.grid {
        gap: 10px !important;
    }

    .store-footer__inner div:not(:first-child) h3::before,
    .store-footer__inner salla-menu a::before {
        display: none !important;
        content: none !important;
    }

    .store-footer__inner .max-w-sm.leading-6.mb-6 {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px !important;
    }
}

/* =========================================================
   مميزات المتجر - إزالة الخطوط
========================================================= */
.s-store-features,
.s-store-features > *,
.s-store-features .s-feature,
[class*="store-feature"],
[class*="store-feature"] > *,
salla-store-features,
salla-store-features > * {
    border: none !important;
    box-shadow: none !important;
}
-------------------