/* Add custom CSS styles below */ 
:root {
    --primary-color: #a0833f !important;
    --secondary-color: #000 !important;
    --color-primary : #004aad !important;
    --color-primary-reverse: #fff !important;
    --linear-gradient: linear-gradient(to right, #fcb990, #FF914D) !important;
    --font-color: #fff !important
}
.index::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 39, 112, 0.3) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ePOwDG/1NVjzlMUkoqRb89uVZYoJB1Fb4MRaUVcZCN27AuU.png);
    position: fixed;
    z-index: 9999999999999 !important;
    transform: scale(0);
    background-size: 35% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: splash;
    animation-duration: 2.5s;
    
    /* تأثير التمويه والزجاج الضبابي */      
    backdrop-filter: blur(10px); /* تأثير التمويه */
    -webkit-backdrop-filter: blur(10px); /* دعم للمتصفحات القديمة */
    
    /* شفافية خلفية الزجاج */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* إضافة ظل خفيف لتحسين المظهر */
    border-radius: 10px; /* لجعل الحواف ناعمة */
}

/* تأثير الحركة */
@keyframes splash {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0) rotate(360deg);
    }
}
body {
    background-color: var(--font-color); /* لون الخلفية */
}




.navbar-brand {
    margin-top: 0 !important
}

.navbar-brand img {
    max-width: 175px !important;
    max-height: 7rem !important;
    animation: scale 1.3s linear infinite
}

.main-nav-container.fixed-pinned .navbar-brand img {
    margin-bottom: 0 !important;
    max-height: 7rem !important
}

.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--secondary-color);
}

.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: var(--primary-color);
    background-color: var(--primary-color);
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}

input[type="search"] {
    color: var(--primary-color) !important; /* لون النص */
    caret-color: var(--primary-color); /* لون مؤشر الكتابة (Caret) */
}


.topnav-link-item {
    color: var(--font-color) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    padding: 8px 12px 10px !important;
    margin: auto 2px
}

.top-navbar .s-search-input {
    background-color: #fff !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color)
}

.s-cart-summary-total {
    color: var(--primary-color) !important;
    font-size: 18px;
    font-weight: 600;
    opacity: 1
}

.btn--rounded-gray {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 9999px;
    background-color: var(--secondary-color);
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    flex-grow: 0
}




.btn--rounded-gray,
.header-btn__icon {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    border: none;
    box-shadow: 2px 2px 16px -2px var(--primary-color);
    padding: 8px 10px 10px !important;
}

.btn--rounded-gray:hover,
.header-btn__icon:hover {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color)
}

@media (min-width: 1024px) {
    span {
        color: #FFF !important; /* تغيير لون النص إلى أبيض */
    }
}


#nav-cart span {
    background-color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    color: red !important;
    font-size: 18px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important
}

.bg-inherit {
    background: var(--secondary-color) !important;
}

/* منع تجاوز الحواف على الصفحة بالكامل */
html, body {
    overflow-x: hidden; /* منع التمرير الأفقي */
    margin: 0; /* إزالة الهوامش الافتراضية */
    padding: 0; /* إزالة الحواف الافتراضية */
}

/* تعديل عرض الحاوية لشاشات الكمبيوتر */
@media (min-width: 1024px) { /* استخدم العرض المناسب لشاشة الكمبيوتر */
    .s-block--fixed-banner:first-of-type .container {
        margin-top: -65px !important; /* تعديل الهوامش العلوية إلى -65px */
        width: calc(100% + 20px) !important; /* زيادة العرض بمقدار 20px */
        margin-left: -10px !important; /* توزيع الزيادة بالتساوي */
        margin-right: -10px !important; /* توزيع الزيادة بالتساوي */
        border-radius: 0 !important; /* لا حاجة لاستخدام px مع 0 */
        box-sizing: border-box; /* التأكد من أن الحواف محسوبة ضمن العرض */
        overflow: hidden; /* منع تجاوز المحتوى حدود الحاوية */
    }

    /* تعديل البنر داخل الحاوية */
    .s-block--fixed-banner:first-of-type .banner {
        width: 100% !important; /* التأكد من أن البنر يأخذ كل عرض الحاوية */
        box-sizing: border-box;
        position: relative;
    }
}

/* تعديل عرض الحاوية لشاشات أكبر من 1280px */
@media (min-width: 1280px) {
    .s-block--fixed-banner:first-of-type .container {
        max-width: none; /* السماح للعرض بأن يكون غير محدد */
    }
}








.fixed-pinned .main-menu {
    margin-top: 0 !important
}

.main-menu {
    justify-content: center !important;
    padding-top: 1rem !important
     
}



.main-menu li>a {
    padding: 8px !important
}

.main-menu li.root-level {
    margin: 2.5px
}

/* استهداف البنر باستخدام رابط الصورة */
.banner.banner--fixed.overflow-hidden img[src="https://cdn.salla.sa/form-builder/2jd1RpOSlk7IIIbGc0ilSyO6CQmgaRACKWpk2Gkb.gif"] {
    margin-top: 10px !important; /* مسافة من الأعلى */
    border-radius: 15px !important; /* الحفاظ على الزوايا الدائرية */
    border: 0px solid var(--secondary-color) !important; /* عدم وجود حدود */
    box-shadow: 0px 0px 0px -0px var(--primary-color) !important; /* عدم وجود ظل */
    position: relative !important; /* لتسهيل الحركة */
    animation: none !important; /* إلغاء الحركة */
    display: block !important; /* التأكد من أن العنصر يتم عرضه ككتلة */
    width: 100% !important; /* جعل البنر بعرض 100% */
    height: auto !important; /* الحفاظ على ارتفاع الصورة بشكل تلقائي */
    pointer-events: none !important; /* منع التفاعل مع البنر إذا لزم الأمر */
}





/* البنر الاول */

/* منع تجاوز الحواف على الصفحة بالكامل */
html, body {
    overflow-x: hidden; /* منع التمرير الأفقي */
}

/* تعديل عرض الحاوية */
.s-block--fixed-banner:first-of-type .container {
    margin-top: -35px;
    width: calc(100% + 20px); /* زيادة العرض بمقدار 20px */
    margin-left: -10px; /* توزيع الزيادة بالتساوي */
    margin-right: -10px;
    border-radius: 0; /* لا حاجة لاستخدام px مع 0 */
    box-sizing: border-box; /* التأكد من أن الحواف محسوبة ضمن العرض */
    overflow: hidden; /* منع تجاوز المحتوى حدود الحاوية */
}

/* تعديل البنر داخل الحاوية */
.s-block--fixed-banner:first-of-type .banner {
    width: 100%; /* التأكد من أن البنر يأخذ كل عرض الحاوية */
    box-sizing: border-box;
    position: relative;
}







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

.swiper-slide .rounded-md {
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    box-shadow: 2px 2px 8px -2px var(--primary-color);
    margin-top: 15px;
    margin-bottom: 15px
}



    
.s-block--banners .md\:grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.lazy__bg.loaded {
    opacity: 1;
    background-color: #fff !important
}

.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 2
}

.has-overlay::after,
.has-overlay:hover::after {
    background-color: transparent !important
}

.banner-entry {
    border-radius: 12px;
    height: 250px !important
}

.banner-entry:hover {
    transform: scale(1.05)
}

.banner-entry a,
.banner-entry a:hover {
    opacity: 1 !important
}

.banner-entry h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    background: var(--primary-color) !important;
    border-radius: 12px !important;
    height: 20%;
    width: 75% !important;
    margin: 100px auto 0;
    padding: 5px;
    opacity: 0 !important
}

salla-slider[type]:not(.hydrated)>div,
salla-slider[type]:not(.hydrated) .swiper>div>div,
.carousel-slider .swiper {
    padding-left: 0 !important
}

salla-slider[type]:not(.hydrated)>div>div, 
salla-slider[type]:not(.hydrated) .swiper>div>div>div,
.carousel-slider .swiper-wrapper>div {
    margin: auto !important;
    transition: transform 0.3s ease-in-out; /* انتقال سلس للتحويل */
}

.s-products-slider-wrapper .carousel-slider .swiper-wrapper>div {
    margin: 10px auto !important;
    padding-bottom: 15px !important;
    height: 440px !important;
    transition: transform 0.3s ease-in-out; /* انتقال سلس للتحويل */
}

/* إضافة تأثير التحويم المائل ثم العودة للوضع الطبيعي */
salla-slider[type]:not(.hydrated)>div>div:hover, 
salla-slider[type]:not(.hydrated) .swiper>div>div>div:hover,
.carousel-slider .swiper-wrapper>div:hover {
    transform: rotate(-5deg); /* إمالة العنصر قليلاً عند التحويم */
}

/* عند انتهاء التحويم، يعود العنصر لوضعه الطبيعي */
salla-slider[type]:not(.hydrated)>div>div, 
salla-slider[type]:not(.hydrated) .swiper>div>div>div,
.carousel-slider .swiper-wrapper>div {
    transform: rotate(0deg); /* العودة للوضع الطبيعي */
}


.s-slider-block__title-right,
.s-block__title .right-side {
    color: var(--font-color) !important;
    font-weight: 600;
    text-align: center !important;
    background-color: var(--primary-color) !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    margin: 12px !important
}

.s-slider-block__title-right::after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    right: -5px;
    top: -10px;
    bottom: -6px;
    border-radius: 12px !important;
    width: 250px;
    height: 85px
}

.s-slider-block__title,
.s-block__title {
    margin-bottom: 0 !important
}

.s-slider-block__title h2 {
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 0 !important
}

.s-block__title .right-side h2::after {
    animation: ShineAnimation 5s infinite;
    animation-timing-function: ease;
    animation-timing-function: cubic-bezier(.6, -.28, .74, .05);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: -20px;
    top: -25px;
    bottom: -6px;
    border-radius: 30px !important;
    width: 200px;
    height: 75px
}

.s-block__display-all,
.s-slider-block__display-all {
    color: var(--font-color) !important;
    font-size: 14px !important;
    line-height: 1rem;
    font-weight: 600 !important;
    text-align: center !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 12px !important;
    padding: 8px 10px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color)
}

.s-block__display-all:hover,
.s-slider-block__display-all:hover {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 2px solid #fff !important;
    opacity: 1 !important
}

.s-slider-nav-arrow {
    color: var(--font-color) !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color)
}

.s-slider-nav-arrow svg {
    width: 22px;
    fill: var(--font-color) !important
}

.s-button-light-outline,
.product-entry--vertical salla-button.btn--wishlist button {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    background-color: var(--secondary-color) !important;
    margin-left: 5px !important;
    opacity: 1 !important
}

salla-slider.details-slider salla-button.btn--wishlist {
    background-color: transparent !important;
    opacity: 1 !important
}

.s-product-options-wrapper {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--secondary-color);
    padding: 1.25rem;
    outline: 3px solid var(--primary-color);
    /* خط خارجي */
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--secondary-color);
    outline: 3px solid var(--secondary-color);
    color: var(--font-color);
}

 .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container {
        width: 100%;
        border-color: var(--primary-color);
    }

.s-quantity-input-container {
    display: flex;
    height: 2.5rem;
    align-items: stretch;
    justify-content: space-around;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: var(--primary-color);
}



.s-quantity-input-input {
    width: 3rem;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: var(--primary-color);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    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);
    background-color: var(--secondary-color);
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn,
.s-product-card-vertical .s-product-card-wishlist-btn button {
    fill: var(--font-color) !important;
    color: var(--font-color) !important;
    opacity: 1 !important;
    background: var(--secondary-color) !important;
    border: 2px solid  var(--primary-color) !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    border-radius: 50px !important;
    transition: 4s 0 ease;
    animation: signal2 3000ms ease infinite
}

.sicon-heart::before {
    color: var(--primary-color) !important
}

.s-product-card-content-footer .s-product-card-wishlist-btn {
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    margin-right: 5px;
    height: 2.25rem;
    width: 2rem;
    opacity: 1 !important
}

.s-button-wrap svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--font- color)!important;
    font-weight: 600
}

[dir=rtl] .s-quick-buy-button svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--font-color);
    font-weight: 600
}

salla-add-product-button .s-button-wrap svg {
    fill: var(--font-color);
    font-weight: 600
}

[dir=rtl] .s-quick-buy-button svg:hover,
.s-button-wrap svg:hover,
salla-add-product-button .s-button-wrap svg:hover {
    fill: var(--font-color)
}

.s-product-card-content {
    padding: .5rem !important
}

.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: 0px -3px 10px 0px var(--primary-color);
}


.s-product-card-entry {
    border-radius: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-color: var(--primary-color);
    border-style: solid;
    border-width: 3px;
}

.s-product-card-content {
    padding: 1.25rem;
    background: var(--secondary-color);
    
    border-radius: 0 0 15px 15px;
    border: none !important;
}


.s-product-card-entry:hover {
    transform: scale(1.02)
}

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

.s-product-card-image {
    border-radius: 14px 14px 0 0 !important
}

.s-product-card-image-contain,
.s-product-card-image-cover {
    object-fit: fill !important
}


.banner-entry[aria-label="square-banner-4"] {
    height: 200px; /* ارتفاع الحاوية */
    width: 400px; /* عرض الحاوية */
}




.s-product-card-content-title a {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 25px !important
}

.s-product-card-content-title a:hover {
    color: var(--primary-color) !important
}

.s-product-card-content-subtitle {
    color: var(--secondary-color) !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center !important;
    line-height: 1.5rem;
    margin-bottom: 15px !important
}

.s-product-card-sale-price h4 {
    color:var(--primary-color) !important;
}

.s-product-card-sale-price span {
    color: #d4d6d8;
}


.s-product-card-price {
    color: var(--primary-color) !important;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem
}

.s-button-wide,
.s-button-primary-outline {
    color: var(--font-color) !important;
    font-size: 16px !important;
    width: 80%;
    background-color: var(--primary-color) !important;
    border-radius: 43px 43px !important;
    border: none !important;
    padding: 12px 5px !important;
    margin: auto !important;
    margin-right: 32px !important
}

.s-button-wide:hover,
.s-button-primary-outline:hover {
    color: var(--primary-color) !important;
    background-color: var(--secondary-color) !important
}

.s-breadcrumb-item {
    color: var(--font-color) !important;
    font-size: 12px;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    box-shadow: 2px 2px 10px -2px var(--primary-color);
    padding: 5px 10px;
    margin-left: -5px !important;
    margin-bottom: 10px
}

.md\:text-2xl {
    font-size: 16px !important;
    line-height: 2rem
}

salla-slider.details-slider .s-slider-container {
    border: 3px solid var(--secondary-color) !important;
    box-shadow: 0 0 8px -2px var(--primary-color);
    border-radius: 15px !important;
    margin: 5px !important
}

.s-slider-wrapper {
    padding-top: 5px !important
}

.link--primary,
.link--primary:hover {
    color: var(--font-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0 20px 6px !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 0 0 8px -2px var(--primary-color);
    background-color: var(--primary-color) !important;
    border-radius: 15px !important;
    margin: auto
}

.s-slider-thumbs-container .swiper-slide .rounded-md {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0
}

.sm\:mb-5 {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 8px 10px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    width: 45%;
    text-align: center;
    margin: 15px auto
}

.p-5 {
    padding: 10px !important;
    border-radius: 8px
}

.product-form .sticky-product-bar {
    border: 1px solid var(--primary-color) !important;
    border-radius: 15px !important;
    padding: 10px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    margin: 5px 15px
}

.s-button-loader-end.s-button-element {
    color: var(--font-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    padding: 5px 25px 12px 20px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    margin: 25px auto !important
}

.s-comment-form-action salla-button button {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color)
}

.prose p {
    font-size: 15px;
    font-weight: 600
}

.sticky-product-bar .s-button-wide {
    border-radius: 15px !important;
    padding: 10px 14px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    margin-top: 6px
}

.s-add-product-button-main .s-fast-checkout-button.outline,
.s-add-product-button-main .s-add-product-button-mini-checkout {
    background-color: var(--primary-color) !important;
    border-radius: 15px
}

.s-quantity-input-button svg,
salla-add-product-button .s-button-wrap svg:hover {
    fill: var(--primary-color) !important;
    font-weight: 600
}

.s-comments-product {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: 0 0
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: var(--primary-color);
}

.cart .text-gray-400 {
    color: var(--primary-color) !important;
    font-weight: 600
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--font-color);
}

.xs\:p-7 {
    border: 2px solid var(--secondary-color) !important;
    box-shadow: 4px 4px 8px -2px var(--primary-color);
    border-radius: 15px !important
}

.cart .text-lg span {
    color: var(--font-color) !important;
    font-size: 1rem;
    font-weight: 600;
    text-align: center !important;
    background: var(--primary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    padding: 3px 3px 6px !important;
    width: 33%
}

.sicon-shipping-fast::before {
    color: var(--font-color) !important
}

.cart .item-price,
.cart .text-gray-500 {
    color: var(--primary-color) !important;
    font-weight: 600
}

.sticky .rounded-icon {
    background-color: var(--secondary-color) !important
}

.cart .s-button-primary {
    color: var(--font-color) !important;
    border: none !important
}

.cart .s-button-primary:hover {
    color: var(--primary-color) !important
}

.s-block--testimonials .s-reviews-header {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 2px solid var(--font-color) !important;
    border-radius: 10px !important;
    padding: 8px 0 !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    margin: 20px auto !important;
    text-align: center;
    width: 15%
}

.testimonials-slider .swiper-slide {
    background: var(--primary-color) !important;
    border: 5px solid var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 8px 25px 12px !important;
    box-shadow: 2px 2px 10px -2px var(--primary-color);
    margin: 10px !important
}

.s-reviews-testimonial {
        background-color:var(--primary-color);

}

.s-reviews-testimonial__text {
        color:var(--secondary-color);

}


.text-lg span {
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 8px 25px 12px !important;
    box-shadow: 0 0 10px -2px var(--primary-color);
    width: 33%
}

.text-gray-400 {
    color: var(--secondary-color) !important
}

.last\:border-0:last-child {
    background: #fff !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 15px !important;
    padding: 8px 25px 12px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    width: 50%
}

.s-comments-item-wrapper {
    font-size: .875rem;
    font-weight: 600;
    background: #fff !important
}

.s-block--features__item {
     background-color: VAR(--primary-color);
    /* border: 3px solid var(--secondary-color); */
    padding: 15px;
    border-radius: 15px;
    transition: all .3s;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
}



.s-block--features__item .feature-icon {
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    box-shadow:0 0 20px -2px var(--secondary-color)!important;
}

.s-block--features__item .feature-icon i {
    color: #fff !important
}

.s-block--features__item:first-child {
    grid-column-end: span 2;
    grid-column-start: span 1;}

.s-block--features__item .sicon-fire::before,
.s-block--features__item .sicon-store2::before,
.s-block--features__item .sicon-headset::before,
.s-block--features__item .sicon-money-circle:before,
.s-block--features__item .sicon-full-wallet::before,
.s-block--features__item .sicon-shipping-fast::before,
.s-block--features__item .sicon-clothes-hanger:before,
.s-block--features__item .sicon-banknote-dollar:before,
.s-block--features__item .sicon-back:before {
    content: "" !important
}

/* 


.s-block--features__item .feature-icon i {
 background-image:
url(https://media.giphy.com/media/InhF9apv95rHoXxf0V/giphy.gif) !important
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #ff6767;
    color: var(--color-primary-reverse)
}

.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url(https://cdn.salla.sa/WAaN/zVD2Aa9jD4MTRFqE6lBXbSBWOvpfd5mCpOExngOu.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://cdn.salla.sa/WAaN/GV9jc9fKyvKik0tzDe1QXzPNtKQSKxivIzrU5vgE.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://cdn.salla.sa/WAaN/5pd8LcG9Xv0LDRNaxCN8rfSXSnZKcYZxiSMoLgxw.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
} */

.s-block--features__item h2 {
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 15px !important
}

a[href*=whatsapp] > span:first-child {
  background-color: green;
  border-style: initial;
  border-width: 0
}


.s-block--features__item p {
     color: var(--primary-color) !important;
    font-size: 14px !important;
    font-weight: 600;
    background-color: var(--secondary-color) !important;
    box-shadow: 2px 2px 10px -2px var(--primary-color);
    border-radius: 12px !important;
    padding: 10px !important;
    margin-right: 9px;
}

@media (max-width: 767px) {
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
    color: #fff;
  }
}
.s-contacts-icon svg {
  fill: currentcolor;
  height: .875rem;
  width: .875rem;
}

.s-social-link a {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-color: #fff;
}

.s-social-link a:hover {
    opacity: 0.75
}


img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}


.store-footer__inner {
    
     50px !important; */
    /* background: var(--primary-color) !important; */
    /* border-bottom-color: var(--primary-color) !important; */
    /* border-bottom-width: 1px; */
    padding-top: 0 !important;
   background-color: var(--secondary-color)!important;

    
    border-radius: 50px 50px 0 0;
    color: #fff !important;
    padding-top: 15rem;
    position: relative;
    border-bottom-width: 1px;
    border-style: dashed;
    padding-bottom: 2rem;
    text-align: center;

}

.store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 200px;
    width: 350px;
    margin: 15px auto 15px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ePOwDG/1NVjzlMUkoqRb89uVZYoJB1Fb4MRaUVcZCN27AuU.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    border-radius: 40%;
    animation: scale 1.3s linear infinite;
    position: absolute;
    left: 9%;
    top: 0;
}
.store-footer h3 {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    background-color: var(--secondary-color) !important;
    box-shadow: 2px 2px 12px -2px var(--font-color);
    border-radius: 12px !important;
    padding: 5px 5px 4px !important;
    width: 145px !important;
    margin: 0 auto 15px !important
}

.s-contacts-item {
  align-items: center;
  display: flex;
  font-size: .875rem;
  line-height: 1;
}

.s-contacts-icon {
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  border-color: #000;
}

.s-contacts-icon:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: .625rem;
}


.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: .625rem;
}



.me-4 {
    margin-left: auto !important;
    margin-right: auto !important
}

.py-4 {
    padding-top: 10px !important;
    padding-bottom: .5rem
}

.lg\:gap-6 {
    gap: 1.5rem;
    display: flex !important
}

.store-footer {
    margin-top: 2rem;
    position: relative;
}


.store-footer a,
.store-footer .contact-social {
    text-align: center;
    justify-content: center
}


.s-contacts-title {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.store-links-items .leading-none {
    line-height: 1.75 !important
}

.lg:col-span-2 .flex {
    display: inline-block !important;
    text-align: center !important
}

.md\:flex {
    display: block !important
}

.store-footer .rounded-full,
.store-footer .social-link {
    border: 1px solid var(--font-color) !important;
    border-radius: 50% !important
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-bg-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-border-opacity: 1;
}

.footer-is-light .store-footer {
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    --tw-text-opacity: 1;
}



.footer-list,
.store-links-items {
    display: grid !important
}


.s-apps-icons-list {
    text-align: center;
    justify-content: center
}

.md\:mb-0 {
    margin-bottom: 20px;
    color: var(--primary-color) !important;
    font-weight: 600
}

.page-single .lg\:p-8 {
    padding: 2rem;
    background: 0 0 !important;
    outline: 2px solid;
}

.main-menu.mm-spn--open li > a {
    color: var(--secondary-color) !important; /* تغيير لون الخط */
}
/* تغيير خلفية القائمة */
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color:var(--secondary-color);
        background: var(--primary-color);
        border-radius: 3rem 0 0 3rem;

    }
.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: max(calc(100% - var(--mm-ocd-max-width)), min(calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width))));

    background: rgba(0, 0, 0, 0.0); /* عند الخروج الشفافية تختفي */
    transition: background 0.01s ease-out, -webkit-backdrop-filter 0.01s ease-out; /* تقليل زمن الانتقال */
}



@media only screen and (max-width: 767px) {
    .index::before {
        background-size: 65% !important
    }

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

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 51px);
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: rgba(0, 0, 0, 0.1);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
}


    .bg-inherit,
    .main-nav-container,
    .main-nav-container.fixed-pinned .inner {
        background-size: cover !important
    }

    .sicon-menu::before {
        color: var(--primary-color) !important;
        border-radius: 8px;
        border: 2px solid var(--primary-color) !important;
    }
    
    #nav-cart span {
        font-size: 18px !important;
        padding-top: 6px !important;
        padding-bottom: 5px !important
    }

    .s-cart-summary-total {
        font-size: 15px
    }
/* استهداف الهيدر الخاص للجوال */
    .main-nav-container.fixed-pinned .inner {
        padding: 7px;
        border-radius: 0 0 50px 50px;
        box-shadow: rgba(0,0,0,.1) 0 4px 12px;
        BACKGROUND-COLOR: #1f2836;
    }

    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 4rem !important;
        width: auto
    }

    .mm-spn ul.mm-spn--open {
        margin-top: 2.5px !important
        
    }

     


    .banner--fixed img {
        border-radius: 0px !important
    }

   salla-slider .slide--one-sixth {
    width: 35% !important;
   }

.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(1,minmax(0,1fr));
}v



    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .s-block--banners+.s-block--banners {
        margin-top: 1em
    }

    .banner-entry {
        height: 250px !important
    }

    .banner-entry h3 {
        font-size: 12px !important;
        line-height: 20px !important;
        background: gray;
        border-radius: 8px;
        width: 115% !important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px
    }

    .two-row .banner-entry:first-child h3 {
        width: 130% !important;
        margin: 95px -18px auto;
        margin-top: 82px;
        padding: 10px
    }

    .s-block__title h2,
    .s-slider-block__title h2 {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: .8
    }

    .s-slider-block__title h2 {
        padding-left: 1rem !important
    }

    .s-slider-block__display-all {
        font-size: 12px !important
    }

    .s-slider-block__title-right {
        padding: 10px 15px 10px 0 !important;
        margin: 5px !important
    }

    .s-slider-block__title-right::after {
        left: -6px;
        right: 0;
        top: 6px;
        bottom: -6px;
        border-radius: 15px !important;
        width: 115px;
        height: 40px;
    }

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

    .s-product-card-content-title a {
        font-size: 14px !important;
        font-weight: 600 !important;
        text-align: center !important
    }

    .s-product-card-entry {
        margin: 10px auto !important;
        width: 95% !important
    }

    .s-product-card-image-contain,
    .s-product-card-image-cover {
        object-fit: unset !important;
        background: #fff !important
    }

    .s-button-wide,
    .s-button-primary-outline {
        width: 80%;
        margin-right: 22px !important
    }

    .product-index .s-button-wide,
    .product-index .s-button-primary-outline {
        width: 85%;
        margin-right: 12px !important
    }

    .pe-3 {
        text-align: center !important
    }

    .rtl\:pl-3 {
        font-size: 15px !important
    }

    .md\:text-2xl {
        font-size: 16px !important;
        line-height: 2rem
    }

    .sm\:mb-5 {
        padding: 8px 20px !important;
        width: 45%
    }

   .product__description {
        text-align: right !important;
        color: #fff;
    }

   b, strong {
    font-weight: bolder;
    color: #FFF;
}

    .s-comments-product .rtl\:ml-10 {
        font-size: 14px !important;
        margin-left: 1.5rem !important
    }

    .product-form .sticky-product-bar {
        padding: 2px !important;
        margin: 5px auto;
        margin-top: 20px;
    }

    
    .s-block--testimonials .s-reviews-header {
        color: var(--font-color) !important;
        font-size: 15px;
        text-align: center;
        margin: 20px auto !important;
        background-color: var(--primary-color) !important;
        border: 2px solid var(--font-color) !important;
        border-radius: 10px !important;
        padding: 8px 0 !important;
        box-shadow: 4px 4px 10px -2px var(--primary-color);
        margin: 20px auto !important;
        width: 30%
    }

    .s-block--testimonials .text-lg::after {
        animation: ShineAnimation 5s infinite;
        animation-timing-function: ease;
        animation-timing-function: cubic-bezier(.6, -.28, .74, .05);
        content: "";
        display: block;
        position: absolute;
        left: -6px;
        right: 53px;
        top: -64px;
        bottom: -6px;
        border-radius: 30px !important;
        width: 180px;
        height: 44px;
        z-index: 999999999
    }

    .s-block__display-all {
        font-size: 12px !important
    }

    .testimonials-slider .swiper-slide {
        margin: 10px 15px 10px 0 !important
    }

    .text-lg span {
        font-size: 12px !important
    }

    .last\:border-0:last-child {
        width: 100%;
        padding: 12px 10px 25px 30px !important
    }

    
    .s-button-wide {
        font-size: 13px !important
    }

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: var(--font-color);
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

    
    
    
    .me-4 {
        margin-left: 12px;
        margin-right: 12px
    }

    .md\:flex::after {
        font-size: 12px;
        margin: 10px auto 0 !important
    }

    .lg\:gap-6 {
        gap: 1.5rem;
        display: grid !important
    }

    #wa-widget-send-button {
        bottom: 100px
    }

    .mb-8 salla-infinite-scroll {
        height: 30% !important;
        display: grid;
        grid-template-columns: 1fr 1fr !important
    }
}

@keyframes scale {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.9);
        opacity: .7
    }
}

@keyframes splash {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes up-down {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -25px
    }
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color)
    }

    100% {
        box-shadow: 0 0 10px 0 var(--primary-color)
    }
}

@keyframes signal_2 {
    0% {
        box-shadow: 0 0 0 0 var(--secondary-color)
    }

    100% {
        box-shadow: 0 0 12px 0 var(--secondary-color)
    }
}

@keyframes color-change {
    0% {
        background-color: var(--secondary-color)
    }

    50% {
        background-color: var(--primary-color)
    }

    100% {
        background: var(--linear-gradient) !important
    }
}

@keyframes ShineAnimation {
    0% {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%);
        background-position: -250px -250px;
        background-size: 600px 600px
    }

    100% {
        background-repeat: no-repeat;
        background-position: 250px 250px
    }
}

.s-block--features__item .feature-icon i {
    color: var(--primary-color) !important;
}

.sicon-shipping-fast:before {
    content: "\ef31" !important;
}

.s-add-product-button-mini-checkout-content {
    color: #fff;
}

.s-fast-checkout-button.outline {
    background-color: var(--primary-color);
    border: none !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color) !important;
}




salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated {
    box-shadow: 4px 4px 10px -2px var(--primary-color) !important;
    border: none !important;
}.s-user-menu-trigger {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    padding: 0px 0 0 !important;
}.profile-header .breadcrumbs a {
    color: #5a5a5a !important;
}

.store-footer::after {
    content: "برمجة وتطوير منصة بلانكس الرقمية";
    display: block; /* لتحويل العنصر إلى بلوك */
    text-align: center; /* لتوسيط النص */
    top: 0;
    color: #000 !important;
    font-size: 16px;
    opacity: .5;
}

.slide--cat-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2.375rem;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: var(--secondary-color)!important;
    --tw-bg-opacity: 1;
    background-color: var(--primary-color)!important;
    padding: 0.75rem;
    text-align: center;
        
    margin-top: 3px;
   
}




.slide--cat-entry h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
}


@media (min-width: 768px) {
    .md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(0, minmax(0, 1fr));
    }
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: var(--primary-color);
    }

.s-modal-body {
    
    background-color: var(--secondary-color);

}

.s-modal-close {
    background-color: var(--secondary-color);
    
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--font-color);
}



.no-content-placeholder .icon {
   
   background-color: var(--primary-color);
   color: #000;
}

.btn--outline-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--primary-color);
    color: #414042;
    color: var(--primary-color);
}


.s-localization-modal-label {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: var(--tw-ring-offset-color);
}


@media (min-width: 1024px) {
    span {
        color: #FFF !important;
    }
}
li.ql-direction-rtl span {
    color: #FFF !important; /* إجبار النص على الأبيض */
}

.text-primary {
    color: #fff;
}

a[href*=snapchat] {
    background-color: yellow;
    color: #000!important;
}
a[href*="snapchat"] {
    background-color: yellow !important; 
    color: black !important; 
}

a[href*="snapchat"] * {
    color: black !important; 
    fill: black !important;  
    stroke: black !important; 
}






a[href*=instagram] {background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color:#fff;
}

a[href*="instagram"] * {
    color: #fff !important; /* لإجبار اللون الأبيض */
}

a[href*="twitter"] * {
    background: #000 !important; /* لتغيير الخلفية */
    color: #fff !important; /* لإجبار اللون الأبيض */
}
a[href*=twitter] {
    background: #000;
}

@media (min-width: 870px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }
}


@media (min-width: 870px) {
    .banner-entry {
        padding: 14rem!important;
    }
}

@media (min-width: 1024px) {
    .md\:grid-cols-2 {
        display: grid !important;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}