/* الخلفية العامة البيضاء */
body,
.footer-is-light .store-footer,
.s-comments-product,
header.store-header,
.s-page-section,
.s-products-section,
.s-block--tabs-produtcs {
    background-color: #FFFFFF !important;
}

/* تصحيح البانر الأول لمنع مشاكل الخلفية */
section:first-of-type {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    min-height: auto !important;
}

/* إخفاء الإعلان المنبثق واتساب */
div[class*="popup"],
.salla-popup,
.salla-floating-button,
iframe[src*="wa.me"],
button[onclick*="WhatsApp"],
button[onclick*="wa.me"] {
    display: none !important;
    visibility: hidden !important;
}

/* إزالة أي طبقات تغطي الشاشة */
div[class*="overlay"],
div[class*="splash"],
div[class*="full-screen"],
div[class*="backdrop"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* شفافيات وخصائص عامة */
.s-user-menu-trigger {
    background-color: transparent;
}

/* الشريط العلوي */
body.index div#mainnav {
    background: #8B283A;
}
body.index .top-navbar .s-menu-topnav-list>a,
body.index h3.s-contacts-title {
    color: #fff;
}
body.index header.store-header *:not(a[href*=offer] *):not(li.s-user-menu-dropdown-item *) {
    color: #fff;
}
body.index header.store-header .sub-menu.w-56 span {
    color: var(--color-primary) !important;
}
.main-menu>li>a[href*=offer] {
    color: rgb(255 98 98) !important;
}
body.index ul.main-menu>li,
body.index i.header-btn__icon.sicon-user-circle,
body.index i.header-btn__icon.icon.sicon-shopping-bag {
    color: #fff;
}

/* البانر الأول */
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
    padding: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    visibility: hidden;
}

/* البانر الثابت */
.banner--fixed img {
    background-color: unset;
}

/* البطاقات والمنتجات */
h3.s-product-card-content-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.s-block--tabs-produtcs .tabs.hide-scroll {
    display: none;
}
.index .s-slider-block__title-left {
    display: none;
}
.s-slider-block__title h2 {
    font-size: 1.5rem;
    color: #5A1C2D !important;
}
.s-slider-block__title-right {
    color: var(--color-primary);
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: unset;
}
.s-button-primary-outline {
    background: #8B283A;
    color: white;
    filter: drop-shadow(1px 2px 2px black);
}
.s-product-card-entry {
    border: 2px solid var(--color-primary);
}
salla-add-product-button,
img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
salla-add-product-button:hover,
img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}
.index .s-block--tabs-produtcs .s-products-list-horizontal-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.s-block--tabs-produtcs {
    margin-top: 0;
    background: transparent;
}

/* ميديا للهواتف */
@media (max-width: 767px) {
    .s-button-primary-outline {
        padding-right: 5px;
        padding-left: 5px;
    }
    .s-products-slider-card {
        width: 55%;
    }
}

/* ميديا للتابلت وما فوق */
@media (min-width: 768px) {
    .index .s-block--tabs-produtcs .container {
        max-width: 650px;
    }
}

/* تحسين عرض الموقع عند بداية التشغيل */
body {
    overflow: auto !important;
}