* {
    margin: 0;
    padding: 0;
}

/* خلفية الموقع */
body {
    background-image: url('path-to-your-background.jpg'); /* استبدل 'path-to-your-background.jpg' بمسار الخلفية */
    background-size: cover; /* تغطية الشاشة بالكامل */
    background-repeat: no-repeat; /* منع التكرار */
    background-position: center; /* توسيط الخلفية */
    min-height: 100vh; /* ضمان تغطية كامل الشاشة */
}

/* استجابة الخلفية للأجهزة المحمولة */
@media (max-width: 768px) {
    body {
        background-size: contain; /* جعل الخلفية مرئية بالكامل على الشاشات الصغيرة */
        background-position: center; /* توسيط الخلفية */
    }
}

.default logo img {


max-height: 120px !important;
height: 120px !important;
width: 120px !important;
}



/* For smaller screens (mobile) */
@media (max-width: 768px) {
  .default-logo img {
    max-height: 80px !important;
    height: 80px !important;
    width: 80px !important;
  }
}

/* إعدادات Swiper Wrapper */
.swiper-wrapper .swiper-slide img {
    width: 100%; /* جعل الصور تمتد لتغطي العرض */
    height: auto; /* الحفاظ على النسبة */
    object-fit: cover; /* قص الصورة بشكل أنيق داخل الحاوية */
}

/* تحسين العرض داخل Swiper */
.swiper-wrapper .swiper-slide a {
    position: relative;
}

.swiper-wrapper .swiper-slide:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) a .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: bold;
    pointer-events: none;
    z-index: 2;
}

html:not(.dark) .swiper-wrapper .swiper-slide:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) a .overlay {
    color: #191919 !important;
}

html:not(.dark) .swiper-wrapper .swiper-slide a h2 {
    color: #191919 !important;
}

.dark *.dark\:bg-white\/\[0\.02\] {
    background-color: rgba(255, 255, 255, .02) !important;
}

.sicon-special-discount:before {
    margin: 0px 10px !important;
    font-size: 22px;
}

/* صفحة المنتج: حاوية الخيارات */
.product-single salla-product-options {
    background-color: #f4f2ef !important;
}

/* صفحة المنتج: خلفية الخيارات */
.product-single salla-conditional-fields [class="s-product-options-option-container"] {
    background-color: #f4f2ef !important;