:root {
    --color-primary: #eee7ff;
    --color-primary-dark: #eee7ff;
    --color-primary-light: #FFFFFF;
    --color-primary-reverse: #000000;
}

.main-menu li.root-level>a {
    font-weight: 700;
    font-size: 10px;
    color: #827E8B;
}

.bg-gray-50 {
    background-color: #FFFFFF;
}

.header-btn__icon {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50% / 50%;
    border-width: 2px;
    border-color: var(--color-primary-reverse);
    color: #000000;
    font-size: 20px;
}



.s-slider-block__title h2 {
    background: var(--color-primary-reverse);
    border-radius: 2rem 0rem 0rem 1rem;
    font-size: 30px !important;
    font-weight: 1000;
    color: #000000;
    padding-right: 10px;
    padding-bottom: 10px;
}

.s-product-card-image {
    background-color: #FFFFFF !important;
}


.s-product-card-vertical {
    position: relative; /* تأكد من أن العنصر الأب يحتوي على هذه الخاصية */
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 2px 4px #fff;
}


.store-footer__inner::before {
    content: "";
    background: linear-gradient();
    background-size: 418%;
    display: block;
    background-repeat: round;
    transform: rotate(180deg);
    height: 110px;
    margin: -65px -32px 1px 1px;
}

.footer-is-light .store-footer {
    background-color: #EEE7FF!important;
    padding-right: 50px;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #EEE7FF!important;
    color: #000000;
}

.store-footer h3 {
    color: var(#86736B);
}


.footer-is-light .store-footer .social-link {
    line-height: 6px !important;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    transition: all .2s ease-out;
    color: rgb(0 0 0);
    border-radius: 20% / 20%;
    border: 3px solid rgba(0,0,0,0);
}

p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: var(--color-primary) !important;
    font-weight: 1000;
    padding-bottom: 10px;
}

h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
    text-align: center;
}

.product__description.p-2.sm\:p-1.leading-7.mb-3 {
    color: var(--color-primary-reverse);
    margin-bottom: 1.25rem;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px;
}

.product__description ul, .product__description li {
    padding-right: 10px;
}

.carousel-slider .swiper {
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 0px;
    padding-right: 0px;
}

salla-slider.photos-slider .swiper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

[dir=rtl] salla-slider[type]:not(.hydrated)>div, [dir=rtl] salla-slider[type]:not(.hydrated) .swiper>div>div, [dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem;
}

.s-slider-swiper-wrapper {
    width: 100% !important;
}

salla-slider.photos-slider .swiper-slide {
    width: 100% !important;
}

/* NC */
p.leading-6.mb-2.mt-4.sm\:mt-0 {
    margin-top: 30px;
}

.s-product-card-entry {
    box-shadow: 0 2px 10px 0 var(--color-primary);
    border: 1px solid var(--color-primary);
}

.s-product-card-content-title a {
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #000000;
}

.s-product-card-content-subtitle {
    font-size: 14px;
}

.s-product-card-content-title {
    margin-bottom: 0rem;
}

.s-product-card-promotion-title {
    background-color: var(--color-primary-reverse) !important;
    padding: 1px 5px 3px !important;
}

.s-product-card-content-footer {
    margin-bottom: 10px;
}

.s-button-wide {
    width: 100%;
    border-radius: 15px;
}

.s-block__title h2 {
    position: relative;
    line-height: 1.2;
    background: var(--color-primary-reverse);
    border-radius: 2rem 0rem 0rem 1rem;
    font-size: 30px !important;
    font-weight: 1000;
    color: #000000;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

ul.hidden.lg\:flex.items-center.rtl\:pl-4.ltr\:pr-4.whitespace-nowrap {
    display: none;
}

.hidden.lg\:flex.items-center {
    display: none;
}

.btn--rounded-gray {
    background-color: rgb(255 255 255);
    box-shadow: 0 1px 5px 0 var(--color-primary);
    border: 1px solid var(--color-primary);
}

.s-search-input {
    background-color: #fff !important;
    box-shadow: 0 1px 5px 0 var(--color-primary);
    border: 1px solid var(--color-primary) !important;
    width: 20% !important;
}

.main-menu li.root-level>a {
    font-size: 18px;
}

span.s-cart-summary-count {
    background-color: var(--color-primary-reverse);
    color: var(--color-primary);
}

.s-product-card-content-title a {
    font-size: 17px;
}

.s-product-card-content-subtitle {
    font-size: 15px;
}

.footer-is-light .store-footer .store-footer__inner {
    border-bottom-color: var(--color-primary-reverse) !important;
}

section.cart-item.bg-white.p-5.xs\:p-7.rounded-md.mb-5.relative {
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var( --tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow,0 0 var(--color-primary-reverse)0),var(--tw-ring-shadow,0 0 var(--color-primary-reverse)0),var(--tw-shadow);
    background-color: #fff;
    border: 1px solid var(--color-primary-reverse)45;
}

.footer-is-light .store-footer .contact-social {
    border-color: var(--color-primary-reverse) !important;
}

.main-menu {
    margin-right: 10rem !important;
}

@media (max-width: 650px) {
    .s-search-input {
        width: 100% !important;
    }
}

i.sicon-twitter {
    padding-right: 6px;
}

i.sicon-snapchat {
    padding-right: 8px;
}

i.sicon-instagram {
    padding-right: 8px;
}

.s-slider-block__title {
    margin-right: 5px;
}

h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
    background: var(--color-primary-reverse);
    border-radius: 2rem 0rem 0rem 1rem;
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 15px;
}

/* pc products */
@media (min-width: 1200px) {
    .s-slider-block__title h2 {
        background: var(--color-primary-reverse);
        border-radius: 2rem 2rem 1rem 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 30px;
        text-align: center;
        padding-bottom: 10px;
    }

    .s-block--slider-with-bg .slider-bg {
        height: 360px !important;
    }

    h3.text-lg.font-bold.leading-12 {
        border-radius: 2rem 2rem 1rem 1rem !important;
        padding-right: 40px !important;
        margin-left: 540px !important;
        margin-right: 560px !important;
        padding-left: 25px;
    }

    .s-block__title {
        margin-bottom: 2rem;
        padding-right: 560px;
    }

    .s-block__title h2 {
        position: relative;
        line-height: 1.2;
        background: var(--color-primary-reverse);
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 40px;
        border-radius: 2rem 2rem 1rem 1rem !important;
        padding-bottom: 10px;
        padding-left: 35px;
    }

    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .s-products-list-wrapper.s-products-list-horizontal-cards {
        width: 50%;
    }

    .s-products-list-wrapper.s-products-list-horizontal-cards {
        margin-right: 300px;
    }

    h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        background: var(--color-primary-reverse);
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        border-radius: 2rem 2rem 1rem 1rem !important;
        margin-right: 560px;
        margin-bottom: 30px;
    }

    [dir=ltr] .s-slider-block__title h2 {
        padding-left: 1rem !important;
    }

    salla-slider#slider-with-bg-3 {
        margin-left: 150px;
    }

    #slider-with-bg-2 {
        margin-left: 475px;
    }

    salla-slider#slider-with-bg-1 {
        margin-left: 140px;
    }

    .s-slider-block__title-right {
        margin-left: 275px;
    }

    h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        margin-left: 20px;
    }

    .sicon-snapchat:before {
        margin-left: 7px;
    }

    .sicon-twitter:before {
        margin-left: 7px;
    }

    .sicon-instagram:before {
        margin-left: 7px;
    }
}

/* End pc products */
.s-block--slider-with-bg .s-slider-block__title-left {
    display: none;
}

.leading-12 {
    line-height: 2rem;
}

h3.text-lg.font-bold.leading-12 {
    background: var(--color-primary-reverse);
    border-radius: 2rem 0rem 0rem 1rem;
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
    margin-left: 250px;
    margin-right: 5px;
}

p.text-sm.mb-8.line-clamp-2.max-w-lg {
    display: none;
}

.s-block--slider-with-bg .slider-bg {
    height: 320px;
}

.s-block--slider-with-bg .slider-bg:before {
    display: none;
}

.s-block--slider-with-bg {
    background-color: #FFFFFF;
}

@media (max-width: 650px) {
    ul.main-menu.mm-spn--open {
        margin-top: 100px;
    }
}

.mm-spn.mm-spn--navbar ul:before {
    margin-top: 100px;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    color: #000000; /* تغيير **القائمة الجانبية للجوال **  لون النص  إلى #827e8b */
    font-size: 18px;
    border-bottom: 1px solid var(--color-primary-reverse)1c;
}



.mm-ocd--open .mm-ocd__content {
    transform: translate3d(0,0,0);
    box-shadow: -4px 0 7px 0 rgb(0 0 0 / 26%);
    border-radius: 0rem 0rem 0rem 2rem;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    border-radius: 2rem 0rem 0rem 2rem;
}

.mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
    border-radius: 15px 0px 0px 15px;
}

@media (max-width: 370px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--color-primary-reverse);
        border-radius: 2rem 0rem 0rem 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 200px;
        margin-right: 5px;
    }
}

h2.text-lg.font-bold.text-gray-500.mb-8 {
    display: none;
}

/* English */
.product__description.p-2.sm\:p-1.leading-7.mb-3 {
    padding: 40px;
}

@media (min-width: 1200px) {
    [dir=ltr] salla-slider#slider-with-bg-1 {
        margin-left: 140px;
    }

    [dir=ltr] .s-slider-block__title-right {
        margin-left: 110px;
    }

    [dir=ltr] salla-slider#slider-with-bg-3 {
        margin-left: 300px;
    }

    [dir=ltr] salla-slider#slider-with-bg-4 {
        margin-left: 140px;
    }

    [dir=ltr] h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        margin-left: 550px;
    }
}

@media (max-width: 650px) {
    [dir=ltr] i.sicon-snapchat {
        padding-left: 8px;
    }

    [dir=ltr] i.sicon-twitter {
        padding-left: 8px;
    }

    [dir=ltr] i.sicon-instagram {
        padding-left: 8px;
    }

    [dir=ltr] h2.mb-4.text-lg.font-bold.leading-\[1\.2\] {
        background: var(--color-primary-reverse);
        border-radius: 0rem 2rem 1rem 0rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 15px;
    }

    [dir=ltr] h3.text-lg.font-bold.leading-12 {
        background: var(--color-primary-reverse);
        border-radius: 0rem 2rem 1rem 0rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-left: 10px;
        padding-right: 20px;
        margin-left: 5px;
        margin-right: 200px;
    }

    [dir=ltr] .s-slider-block__title h2 {
        background: var(--color-primary-reverse);
        border-radius: 0rem 2rem 1rem 0rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 318px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--color-primary-reverse);
        border-radius: 2rem 0rem 0rem 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 150px;
        margin-right: 5px;
    }
}

@media (max-width: 270px) {
    h3.text-lg.font-bold.leading-12 {
        background: var(--color-primary-reverse);
        border-radius: 2rem 0rem 0rem 1rem;
        font-size: 20px !important;
        font-weight: 700;
        color: #fff;
        padding-right: 10px;
        margin-left: 115px;
        margin-right: 5px;
    }
}

@media (min-width: 640px) {
    .sm\:pt-20 {
        padding-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .s-slider-block__title {
        margin-right: 380px;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] .s-slider-block__title-right {
        margin-left: 380px;
    }
}


@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 20vw;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(F,F,F,0.2);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--color-primary-reverse);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: red;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: rgba(FFF,FFF,FFF,0.7);
    -webkit-border-radius: 0px;
}

 

body {
    background-image: url(https://wallpapersworld.org/wp-content/uploads/2023/03/%D8%AE%D9%84%D9%81%D9%8A%D8%A9-%D8%A8%D9%8A%D8%B6%D8%A7%D8%A1-%D8%B3%D8%A7%D8%AF%D9%87-20.jpg);
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-position: center center;
    background-size: 50%;
}

div#mainnav.bg-white {
    background: transparent;
}

h2.mb-4.text-lg.font-bold.leading-\[1\.2\],.s-block__title h2,.s-slider-block__title h2,.s-slider-block__title h2,.s-button-primary-outline,.s-block--features__item .feature-icon {
    background: linear-gradient(to right, var(--color-primary-dark), var(--color-primary)) !important;
}

.s-button-primary-outline {
    fill: var(--color-primary);
    color: #000000;
}

.main-nav-container.fixed-pinned .inner {
    position: unset;
}

.main-menu span {
    font-size: 17px;
}

.mm-spn.mm-spn--light {
    color: #000000; /* تغيير لون النص إلى الأسود */
    background: #eee7ff; /* لون الخلفية يبقى كما هو */
}



.topnav-is-dark .top-navbar .s-search-input {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(0 0 0/var(--tw-text-opacity));
}


.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: #000000;
}


.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: #eee7ff; /* تغيير خلفية إلى اللون المحدد */
    --tw-text-opacity: 1;
    color: #827e8b; /* تغيير لون النص إلى اللون المحدد */
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #000000; /* تغيير لون النص إلى الأسود */
    background-color: var(--color-primary); /* تعيين خلفية بنفس اللون الرئيسي */
    padding: 5px 10px; /* إضافة بعض الحشو لجعل الخلفية تبدو أفضل */
    border-radius: 5px; /* إضافة حواف دائرية (اختياري) */
    
    
}

.s-block__display-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #000000; /* اللون الأسود */
    background-color: var(--color-primary); /* خلفية باللون الرئيسي */
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

mainnav {
    margin-bottom: 0 !important; /* إزالة الهوامش السفلية */
    padding-bottom: 0 !important; /* إزالة الحشوات السفلية إذا كانت موجودة */
}

/* إزالة الهوامش والحشوات من fixed banner */
.s-block--fixed-banner {
    margin-top: 0 !important; /* إزالة الهوامش العلوية */
    padding-top: 0 !important; /* إزالة الحشوات العلوية إذا كانت موجودة */
}

.container {
    padding-left: 0;
    padding-right: 0;
}

/* Popup Container */
#popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Popup Box */
#popup-box {
    background-color: #eee7ff; /* لون الخلفية */
    color: #000000; /* لون الخط */
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Button */
#popup-box .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* Copy Code Button */
#popup-box #copy-code-btn {
    background-color: #827e8b; /* لون الخلفية */
    color: #eee7ff; /* لون الخط */
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#popup-box #copy-code-btn:hover {
    background-color: #6d6b73; /* لون الخلفية عند المرور بالماوس */
}

/* Copy Message */
#popup-box #copy-message {
    color: green;
    margin-top: 10px;
}

.s-product-card-out-of-stock img.loaded {
    /* إزالة جميع التأثيرات */
    filter: none;
}


/* العنصر الحاوي لجميع الصور */
.two-row {
    display: flex; /* استخدام flexbox لترتيب العناصر أفقيًا */
    flex-wrap: wrap; /* السماح بتدفق العناصر إلى صفوف جديدة إذا لزم الأمر */
    gap: 1rem; /* مسافة بين الصور */
}

/* تنسيق العناصر */
.banner-entry {
    flex: 1 1 calc(50% - 1rem); /* عرض كل عنصر ليشغل نصف العرض مع مسافة بينهما */
    height: 200px;
    border-radius: 0.375rem;
    background-color: #ffffff; /* تأكد من أن الخلفية بيضاء */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.75rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    display: flex; /* استخدام flexbox لتوسيع الصور داخل كل عنصر */
    align-items: center; /* محاذاة الصور عموديًا في وسط العنصر */
    justify-content: center; /* محاذاة الصور أفقيًا في وسط العنصر */
    overflow: hidden; /* تأكد من عدم ظهور أي محتوى زائد خارج العنصر */
}

.banner-entry img {
    max-width: 100%; /* يضمن أن الصورة لا تتجاوز عرض العنصر */
    height: auto; /* يحافظ على نسبة العرض إلى الارتفاع للصورة */
    border-radius: 0.375rem;
    background-color: #ffffff; /* تأكد من أن الخلفية بيضاء */
}

.sicon-menu:before {
    content: "\ed7f";
    font-family: inherit; /* استخدم الخط الرئيسي للعنصر */
    font-size: 16px; /* تغيير حجم الخط حسب الحاجة */
    color: #827e8b; /* تغيير لون النص إذا لزم الأمر */
    vertical-align: middle; /* محاذاة النص والأيقونة عموديًا في الوسط */
    display: inline-block; /* تأكد من عرض النص بشكل صحيح بجانب الأيقونة */
    margin-right: 5px; /* إضافة مسافة بين الأيقونة والنص */
}

.sicon-menu {
    display: inline-flex; /* استخدام flexbox لتمكين محاذاة الأيقونة والنص بجانب بعض */
    align-items: center; /* محاذاة الأيقونة والنص عموديًا في الوسط */
    font-size: 16px; /* تغيير حجم الخط حسب الحاجة */
    color: #827e8b; /* تغيير لون النص */
}



.sicon-menu:before {
    content: "\ed7f";
    font-family: inherit; /* استخدم الخط الرئيسي للعنصر */
    font-size: 16px; /* تغيير حجم الخط حسب الحاجة */
    color: #827e8b; /* تغيير لون النص إذا لزم الأمر */
    vertical-align: middle; /* محاذاة النص والأيقونة عموديًا في الوسط */
    display: inline-block; /* تأكد من عرض النص بشكل صحيح بجانب الأيقونة */
    margin-right: 5px; /* إضافة مسافة بين الأيقونة والنص */
}

.sicon-menu::after {
    content: "أقسام المتجر";
    font-family: 'Apple', sans-serif; /* استخدام الخط الرئيسي للنص */
    font-size: 16px; /* حجم الخط للنص */
    color: #827e8b; /* لون النص */
}

/* تغيير الأنيميشن إلى تأثير التلاشي */
.navbar-brand img {
    max-height: 3rem;
    width: auto;
    max-width: 100px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fade 2s infinite; /* تغيير الأنيميشن إلى fade */
}

@keyframes fade {
    0%, 100% {
        opacity: 1; /* الشعار ظاهر بالكامل */
    }
    50% {
        opacity: 0.5; /* الشعار شبه شفاف */
    }
}

.banner--fixed {
    display: flex;
    flex-direction: column; /* تغيير الاتجاه إلى عمودي */
    align-items: center; /* مركزة الصور في المنتصف */
    width: 100vw; /* التأكد من أن العنصر يأخذ العرض الكامل للشاشة */
    margin: 0; /* إزالة أي هوامش حول العنصر */
    padding: 0; /* إزالة أي تباعد داخلي للحفاظ على عرض الشاشة بالكامل */
}

.banner--fixed img {
    display: block; /* اجعل الصور كعناصر بلوك لفصلها عن بعضها */
    width: 100%; /* تأكد من أن الصور تأخذ عرض العنصر الحاوي بالكامل */
    margin: 20px 0; /* زيادة التباعد العمودي بين الصور إلى الضعف */
    box-sizing: border-box; /* تأكد من حساب التباعد بشكل صحيح */
}

/* إزالة التباعد أسفل الصورة الأخيرة */
.banner--fixed img:last-child {
    margin-bottom: 0;
}

.s-modal-body {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-radius: .75rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(134 115 107);
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* استعلامات رئيسية للتحكم في العرض على الشاشات الكبيرة */
@media (min-width: 768px) { /*  يمكنك تعديل هذه القيمة حسب الحاجة */

    .banner--fixed {
        flex-direction: row; /* عرض البانرات أفقيًا على الشاشات الكبيرة */
        justify-content: space-around; /* توزيع البانرات بالتساوي مع مسافات */
        align-items: flex-start; /* محاذاة العناصر إلى أعلى */
    }

    .banner--fixed img {
        width: 45%; /* تحديد عرض كل بانر بنسبة مئوية لتناسب الشاشة */
        margin: 10px 0; /* إعادة ضبط التباعد بين البانرات */
    }

    .two-row {
        flex-direction: row; /* عرض الصور أفقيًا */
    }

    .banner-entry {
        width: calc(33.33% - 1rem); /* عرض كل صورة لثلث العرض مع مسافة */
    }

    .s-products-list-wrapper.s-products-list-horizontal-cards {
        width: auto; /* عرض تلقائي لقائمة المنتجات */
        margin: 0 auto; /* توسيط قائمة المنتجات */
    }

    .s-slider-block__title h2, .s-block__title h2 {
        text-align: left; /* محاذاة النصوص إلى اليسار */
        padding-left: 20px; /* إضافة مسافة من اليسار */
        border-radius: 2rem 0 0 1rem; /* إعادة ضبط الانحناءات */
    }

    /*  إعادة ضبط تنسيقات العناصر الأخرى التي تظهر بشكل غير صحيح على الشاشات الكبيرة */
    h3.text-lg.font-bold.leading-12, h2.mb-4.text-lg.font-bold.leading-[1.2] {
        margin: 0 auto; /* توسيط العناوين */
        text-align: left; /* محاذاة النصوص إلى اليسار */
        border-radius: 2rem 0 0 1rem; /* إعادة ضبط الانحناءات */
        width: fit-content; /* ضبط العرض ليناسب المحتوى */
        padding: 10px 20px; /* إعادة ضبط المسافات الداخلية */
    }

    .main-menu {
        margin-right: 0 !important; /* إزالة المسافة الزائدة */
    }

    .s-search-input {
        width: auto !important; /* عرض تلقائي لحقل البحث */
    }
}

.product-tags {
    display: none;
}