/* Add custom CSS styles below */ 
:root {
    --main-color: #12416c;
    --second-color:#098394 ;
    --third-color: white;
    --fourth-color: white;
    --body: #ebf3f5;
    --logo: url(https://cdn.files.salla.network/theme/1896577086/39caddaa-f803-4309-9f24-811d148fcb48.webp);
    --wave: url();
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

::-webkit-scrollbar-track-piece {
    background-color: var(--body);
    -webkit-border-radius: 0;
}

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

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: var(--body);
    -webkit-border-radius: 0;
}

::selection {
    color: var(--third-color);
    background: var(--second-color);
}

.flex-col {
    background: var(--body);
}

.s-block {
    margin-top: 2rem;
    background: unset;
}

.loader-init {
    display: none !important;
}
.s-product-card-image img {
    opacity: 1;
    background: #12416c;
  border-radius: 5px
}
/* التنسيق الأساسي للعنوان */
.s-slider-block__title h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #12416c;
    line-height: 1.4;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease; /* لجعل الحركات انسيابية */
}

/* الخط السفلي المتدرج */
.s-slider-block__title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(to left, #098394, #12416c);
    border-radius: 50px;
    transition: width 0.4s ease; /* لجعل الخط يتمدد عند التفاعل */
}

/* تأثير عند تحريك الماوس (Hover) */
.s-slider-block__title h2:hover {
    color: #098394; /* تغيير اللون للدرجة الفاتحة */
    transform: translateY(-3px); /* رفعة بسيطة للأعلى */
}

.s-slider-block__title h2:hover::after {
    width: 100%; /* تمدد الخط السفلي بعرض النص بالكامل */
}

/* تأثير عند الضغط (Active) */
.s-slider-block__title h2:active {
    transform: scale(0.95); /* تأثير الضغط (تصغير بسيط) */
    color: #12416c;
}

/* تنسيق الجوال (يدعم اللمس بدل الحرك بالماوس) */
@media (max-width: 768px) {
    .s-slider-block__title h2 {
        font-size: 1.3rem;
    }
    
    /* جعل الخط يتمدد تلقائياً في الجوال ليكون جذاباً دون حاجة للمس */
    .s-slider-block__title h2::after {
        width: 80px;
    }
}
 ----- start nav -----*/

.bg-inherit {
    background: var(--fourth-color);
}

.main-nav-container {
    min-height: 70px;
    background: var(--fourth-color);
    box-shadow: none;
}

@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 100px;
        background: var(--fourth-color);
        box-shadow: none;
    }
}

header.store-header {
    background: var(--fourth-color);
}

.top-navbar {
    background: unset;
}

.s-contacts-topnav-link:last-child:where([dir=rtl], [dir=rtl] *) {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: var(--main-color);
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    .main-menu li.root-level>a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--second-color);
        transition: width 0.3s ease-in-out;
    }

    .main-menu li.root-level>a:hover {
        color: var(--third-color);
        /* تغيير اللون */
        background-color: var(--main-color);
        /* لون خلفية مختلف */
        transform: translateY(-5px);
        /* رفع العنصر لفوق */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* إضافة ظل */
        border-radius: 3px 3px 0px 0px;
    }

    .main-menu li.root-level>a:hover::after {
        width: 100%;
        /* الخط يظهر بالكامل عند hover */
    }


.sicon-user-circle {
    color: var(--main-color);
    border: none;
}

.sicon-user-circle:hover {
    color: var(--second-color);
}

.header-btn__icon.icon:where([dir=rtl], [dir=rtl] *) {
    color: var(--main-color) !important;
    border: none;
}

.header-btn__icon.icon:hover {
    color: var(--second-color) !important;
}

.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center;
}

.sicon-user-circle:before {
    content: "\f077";
    text-align: center;
}

i.text-base.sicon-shopping-bag:before {
    content: "\ea6e";
    text-align: center;
}

.s-cart-summary-total {
    color: var(--main-color);
}

.sicon-menu {
    color: var(--main-color);
}

.sicon-menu:hover {
    color: var(--second-color);
}

.s-contacts-topnav-link:where([dir=rtl], [dir=rtl] *) {
    color: var(--main-color);
}

.s-contacts-topnav-link:hover {
    color: var(--second-color);
}

.topnav-link-item:last-child:where([dir=rtl], [dir=rtl] *) {
    color: var(--main-color);
}

.topnav-link-item:last-child:hover {
    color: var(--second-color);
}

.topnav-link-item.right-side:first-child:where([dir=rtl], [dir=rtl] *) {
    color: var(--main-color);
}

.topnav-link-item.right-side:first-child:hover {
    color: var(--second-color);
}

.s-search-icon svg {
    fill: var(--main-color);
}

.s-cart-summary-count {
    background-color: var(--second-color);
}

.top-navbar .s-search-input {
    border-style: none;
    background: var(--third-color);
    box-shadow: 1px 1px 5px var(--main-color);
}

.s-user-menu-trigger {
    background: transparent;
}

/*----- end nav -----*/

  /*----- start sidebar -----*/

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl], [dir=rtl] *):after {
        padding-right: .75rem;
        color: var(--third-color);
    }
}

.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    color: var(--third-color);
    background: linear-gradient(var(--third-color), var(--main-color));
}

li.text-sm.font-bold {
    background: none;
}

@media only screen and (max-width: 1024px) {
    .mm-spn li a span:hover {
        padding: 0;
        color: var(--second-color);
        background: none;

    }
}

[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-right: 0.75rem;
    content: "";
    background: none;
    text-align: center !important;
    display: block;
    height: 90px !important;
    background-image: var(--logo) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    margin: 30px 50px 11px 50px;
}

/* Navbar Menu Adjustments */
@media (max-width: 650px) {
    ul.main-menu.mm-spn--open {
        margin-top: 100px;
        background: none;
    }
}

.mm-spn.mm-spn--navbar ul::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 2;
    width: 100%;
    opacity: 0;
}

/* Content Styling */
.mm-ocd__content {
    background: #d2ddebb8;
}

@media only screen and (max-width: 1024px) {
    .mm-ocd__content {
        overflow-y: auto;
        min-width: 100% !important;
    }

    .mm-spn li a,
    .mm-spn li>span {
        padding: 18px;
        display: flex;
        gap: 1rem;
        margin: 7px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .mm-spn li a span {
        padding: 0;
        font-size: 15px;
        color: var(--second-color);
    }

    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: linear-gradient(var(--third-color), var(--main-color));
    }


}

/* Cancel Icon */
.sicon-cancel::before {
    content: "\ea47";
    color: var(--main-color);
    font-size: 25px;
}

/* Navbar Positioning */
@media (min-width: 991px) {
    .mm-spn.mm-spn--navbar ul {
        top: calc(var(--mm-spn-item-height) + 80px);
    }
}

@media (min-width: 650px) {
    .mm-spn.mm-spn--navbar ul {
        top: calc(var(--mm-spn-item-height) + 100px);
    }
}

/* Close Button */
.btn--close-sm {
    background-color: transparent;
}


/* Section Styling */
section:nth-of-type(40) {
    width: 100%;
    padding: 0 !important;
    padding-top: 40px !important;
    padding-right: 10px !important;
}

section:nth-of-type(40) .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: 100% 100% !important;
    background-position: center;
}

.s-product-card-image-contain {
    object-fit: cover;
}

.container {
    max-width: 1500px;
}

/*----- end sidebar -----*/

  /*----- start content -----*/

.banner-entry {
    width: 50vw;
    min-height: 200px;
    background: unset;
}

@media(min-width:768px) {
    .banner-entry {
        width: 42vw;
        min-height: 500px;
        background: unset
    }
}

.lazy__bg {
    background-size: 100% 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;

}

.lazy__bg:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.lazy__bg:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.lazy__bg:active:after {
    opacity: 0;
}

.gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}

@media only screen and (max-width: 600px) {
    .banner-entry {
        height: auto;
    }
}

@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        height: auto !important;
    }
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    color: var(--main-color);
}

.s-slider-block__display-all:hover {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    color: var(--second-color);
}

a.s-block__display-all {
    color: var(--main-color);
}

a.s-block__display-all:hover {
    color: var(--second-color);
}

.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-color);
    padding: 10px;
    border-radius: 26px;
}

.s-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-color);
    padding: 10px;
    border-radius: 32px;
}

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: none;
}

.s-breadcrumb-item {
    display: inline-block;
    color: black;
}

.s-breadcrumb-item:hover {
    display: inline-block;
    color: var(--second-color);
}

.s-breadcrumb-primary-reverse li {
    color: var(--second-color);
    opacity: 0.8;
}

.s-breadcrumb-primary-reverse li:hover {
    color: var(--second-color);
    opacity: 0.8;
}

.profile-header .breadcrumbs a {
    color: var(--second-color);
}

.profile-header .breadcrumbs a:hover {
    color: var(--second-color);
}

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

.no-content-placeholder .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: var(--third-color);
    background: var(--main-color);
}

.no-content-placeholder p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    color: var(--main-color);
}

.rtl\:pl-3:where([dir=rtl], [dir=rtl] *) {
    padding-left: .75rem;
    color: var(--third-color);
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--third-color);
    background: var(--main-color);
    padding: 5px;
    border-radius: 30px;
    text-align: center;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: black;
}

span.text-gray-500.line-through {
    color: var(--second-color);
}

.product__description a {
    --tw-text-opacity: 1;
    color: #1d4ed8;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
    color: var(--main-color);
}

.s-products-list-placeholder span {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
    background: var(--main-color);
}

.s-products-list-placeholder p {
    padding-top: .5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #9ca3af;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    color: var(--main-color);
}

.s-products-list-placeholder span svg {
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 4rem;
    fill: var(--third-color);
    text-align: center;
}

.s-block--photos-slider {
    margin-top: 0 !important;
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px important;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--main-color);
    background-color: #414042;
    color: #ff6767;
    color: var(--third-color);
    background: var(--main-color);
}

button.btn--wishlist.animated.hidden.sm\:inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.not-added {
    color: var(--second-color);
}

.btn--wishlist.is-added {
    --tw-text-opacity: 1;
    color: var(--main-color);
}

.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: unset;
}

.s-breadcrumb-arrow svg {
    height: .875rem;
    width: .875rem;
    fill: var(--second-color);
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0;
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    opacity: 0;
}

.s-login-modal-header-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    fill: var(--main-color);
}

.s-modal-title {
    color: var(--main-color);
}

span.s-login-modal-header-icon {
    border: 2px solid var(--main-color);
}

label.s-login-modal-label {
    color: var(--main-color);
    font-weight: bold;
}

.iti__selected-dial-code {
    color: var(--main-color);
    font-weight: bold;
}

input.s-tel-input-control.tel-input.s-ltr {
    border: 2px solid var(--main-color);
}

a.s-login-modal-link {
    color: var(--main-color);
}

a.s-login-modal-link:hover {
    color: var(--second-color);
}

.s-block--features__item .feature-icon {
    margin-bottom: .75rem;
    display: flex;
    height: 6rem;
    width: 6rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--main-color);
}

.s-block--features__item .feature-icon i {
    font-size: 3.875rem;
    line-height: 2.25rem;
    color: #ff6767;
    color: var(--third-color);
}

.s-block--features__item h2 {
    margin-bottom: .25rem;
    font-size: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.s-block--features__item p {
    font-size: 15px;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    color: var(--main-color);
    font-weight: 700;
}

#salla-modal:not(.s-search-modal)>div.s-modal-wrapper>div>div.s-modal-header:before {
    display: block !important;
    content: '';
    background: var(--logo);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 102px;
    margin: 15px auto;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-bottom: 0px;
    }
}

/*----- end content -----*/
/* 1. تعريف الحركة الانسيابية */
@keyframes revealFromBottom {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
        filter: blur(5px); /* لمسة ضبابية خفيفة في البداية للفخامة */
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* 2. تطبيق الحركة عند التمرير (Scroll) */
/* استهداف الأقسام، المنتجات، والعناوين */
.s-block, 
.product-item, 
.s-slider-block, 
.s-feature-item,
.s-block-header {
    view-timeline-name: --revealing-item;
    view-timeline-axis: block;

    animation: revealFromBottom linear both;
    animation-timeline: --revealing-item;

    /* التحكم في متى تبدأ الحركة ومتى تنتهي */
    animation-range: entry 5% cover 25%; 
}

/* 3. إضافة سلاسة فائقة للتصفح */
html {
    scroll-behavior: smooth;
}

/* 4. تأثير إضافي للصور عند الظهور لجعلها جذابة */
.product-item img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item:hover img {
    transform: scale(1.08); /* زووم خفيف جداً عند مرور الماوس */
}

/* التنسيق الجديد لصور المنتجات */
.s-product-card-image img {
    opacity: 1;
    background: linear-gradient(145deg, #12416c, #098394); /* تدرج لوني يجمع بين الكحلي والتيفاني */
    border-radius: 15px !important; /* زوايا منحنية أكثر عصرية */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* حركة انسيابية جداً */
    box-shadow: 0 5px 15px rgba(18, 65, 108, 0.1); /* ظل خفيف تحت الصورة */
    padding: 5px; /* مسافة بسيطة لإظهار خلفية التدرج كإطار */
    object-fit: contain !important;
}

/* الأنميشن والتأثير عند مرور الماوس (Hover) */
.s-product-card-image:hover img {
    transform: scale(1.08) rotate(1deg); /* تكبير خفيف مع ميلان بسيط جداً يعطي حيوية */
    box-shadow: 0 12px 25px rgba(9, 131, 148, 0.3); /* توهج ناعم بلون التيفاني */
    filter: brightness(1.1); /* إضاءة خفيفة للصورة عند الوقوف عليها */
}

/* تأثير "الومضة" عند ظهور الصورة لأول مرة */
@keyframes imageFadeIn {
    from {
        opacity: 0;
        filter: grayscale(100%);
    }
    to {
        opacity: 1;
        filter: grayscale(0%);
    }
}

.s-product-card-image img {
    animation: imageFadeIn 1s ease-in-out;
}

/* تنسيق خاص للجوال لضمان سلاسة الحركة */
@media (max-width: 768px) {
    .s-product-card-image img {
        border-radius: 12px !important;
    }
    .s-product-card-image:hover img {
        transform: scale(1.04); /* تقليل التكبير في الجوال لمنع التداخل */
    }
}
/* 1. هيكل البطاقة العمودي - تصميم ملكي */
.s-product-card-vertical {
    display: flex !important;
    flex-direction: column !important;
    background: #12416c !important; /* اللون الكحلي الأساسي */
    border-radius: 25px !important;
    padding: 10px !important;
    position: relative !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 2px solid rgba(9, 131, 148, 0.2) !important; /* حدود تيفاني شفافة */
    overflow: visible !important; /* للسماح ببروز التوهج */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* 2. تأثير التوهج الخلفي (Backlight Glow) */
.s-product-card-vertical::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 25px;
    z-index: -1;
    background: linear-gradient(45deg, #12416c, #098394);
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 3. تأثير عند مرور الماوس (التحول الكامل) */
@media (min-width: 768px) {
    .s-product-card-vertical:hover {
        transform: translateY(-15px) rotateX(5deg) !important; /* حركة ثلاثية الأبعاد */
        border-color: #098394 !important;
        box-shadow: 0 20px 50px rgba(9, 131, 148, 0.4) !important;
    }
    .s-product-card-vertical:hover::after {
        opacity: 0.6; /* ظهور التوهج خلف البطاقة */
    }
}

/* 4. تنسيق منطقة الصورة (كإطار فني) */
.s-product-card-image {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 15px !important;
    margin-bottom: 5px !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow: inset 0 0 15px rgba(18, 65, 108, 0.1) !important;
}

/* 5. أنيميشن الاسم (يتحرك للأعلى بنعومة) */
.s-product-card-title {
    color: #ebf3f5 !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
    transition: all 0.4s ease !important;
}

/* 6. تنسيق السعر (بشكل وسام مضيء) */
.s-product-card-price {
    background: #098394 !important;
    color: #ffffff !important;
    padding: 6px 18px !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
    width: fit-content !important;
    margin: 10px auto !important;
    box-shadow: 0 5px 15px rgba(9, 131, 148, 0.5) !important;
    animation: pulseGlow 2s infinite !important;
}

/* أنيميشن نبض السعر */
@keyframes pulseGlow {
    0% { transform: scale(1); box-shadow: 0 5px 15px rgba(9, 131, 148, 0.5); }
    50% { transform: scale(1.05); box-shadow: 0 5px 25px rgba(9, 131, 148, 0.8); }
    100% { transform: scale(1); box-shadow: 0 5px 15px rgba(9, 131, 148, 0.5); }
}

/* 7. ضبط الجوال (المقاسات الصغيرة جداً) */
@media (max-width: 640px) {
    .s-product-card-vertical {
        border-radius: 20px !important;
        padding: 8px !important;
    }
    .s-product-card-title {
        font-size: 1rem !important;
    }
    .s-product-card-price {
        font-size: 1.1rem !important;
        padding: 4px 12px !important;
    }
}
 .s-product-card-content-title a {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgb(235 243 245);
}
  .s-button-primary-outline {
    fill: #414042;
    fill: var(--color-primary);
    color: #414042;
    color: #ebf3f5;
}
/* التنسيق العام للسيكشن */
.advanced-store-stats {
    background: #ffffff !important; /* خلفية بيضاء صافية */
    padding: 60px 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    border-top: 1px solid rgba(18, 65, 108, 0.05) !important;
    width: 100% !important;
}

/* تنسيق بلوك الإحصائية */
.stat-block {
    text-align: center !important;
    min-width: 220px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    animation: fadeInReveal 1s ease forwards !important;
}

@keyframes fadeInReveal {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.stat-block:hover {
    transform: translateY(-10px) !important;
}

/* تنسيق أيقونة المصحف/الكتاب */
.stat-icon-text {
    font-size: 3rem !important;
    display: block !important;
    margin-bottom: 15px !important;
    filter: drop-shadow(0 5px 10px rgba(18, 65, 108, 0.1)); /* ظل خفيف كحلي */
}

/* تنسيق الرقم الغامق (كحلي سراج) */
.stat-number {
    display: block !important;
    color: #12416c !important; /* لون الهوية الغامق */
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    margin-bottom: 10px !important;
    font-family: 'sans-serif' !important;
}

/* تنسيق النص التوضيحي الغامق */
.stat-label {
    display: block !important;
    color: #12416c !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    opacity: 0.7 !important;
    letter-spacing: 0.5px !important;
}

/* التوافق مع الجوال */
@media (max-width: 768px) {
    .advanced-store-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        padding: 40px 15px !important;
        gap: 20px !important;
    }
    .stat-number { font-size: 2rem !important; }
    .stat-label { font-size: 0.9rem !important; }
    .stat-icon-text { font-size: 2.5rem !important; }
}
  @media only screen and (min-width: 1024px) {
    .advanced-store-stats {
        background: #ebf3f5 !important;
        padding: 60px 20px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 40px !important;
        border-top: 55px solid rgba(18, 65, 108, 0.05) !important;
        width: 100% !important;
    }
}

  /* 1. إضافة عمق للمسار (Wrapper) */
.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important; /* حركة حريرية */
    perspective: 1200px; /* يعطي بعداً ثالثاً للعناصر داخل السلايدر */
}

/* 2. تنسيق كل شريحة (Slide) بشكل مميز */
.swiper-slide {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    opacity: 0.85; /* الشرائح الجانبية تكون باهتة قليلاً */
    transform: scale(0.9) translateY(10px); /* الشرائح الجانبية أصغر قليلاً */
    filter: blur(1px); /* غبش خفيف جداً للتركيز على الشريحة الوسطى */
}

/* 3. تمييز الشريحة النشطة (التي تظهر في المنتصف) */
.swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1.05) translateY(0) !important; /* تكبير المنتج النشط */
    filter: blur(0) !important;
    z-index: 10 !important;
}

/* 4. إضافة ظل ناعم تحت المنتج النشط */
.swiper-slide-active .s-product-card-vertical {
    box-shadow: 0 25px 50px rgba(18, 65, 108, 0.15) !important;
    border: 1px solid rgba(9, 131, 148, 0.2) !important;
}

/* 5. أنيميشن عند تحريك السلايدر (Parallax Effect) */
.swiper-slide img {
    transition: transform 0.8s ease !important;
    border-radius: 20px !important;
}

.swiper-slide-active img {
    transform: scale(1.02); /* زووم خفيف جداً للصورة عند التنشيط */
}

/* --- تنسيقات الجوال لضمان السلاسة --- */
@media (max-width: 768px) {
    .swiper-slide {
        transform: scale(0.95) !important; /* تقليل الفرق في الجوال لعدم الزحام */
    }
    .swiper-slide-active {
        transform: scale(1) !important;
    }
}
/* 1. تنسيق خلفية ونصوص الفوتر باللون الفاتح */
.store-footer__inner {
    background: #0a2a47 !important; /* الكحلي الملكي */
    padding-top: 4rem !important;
}

/* جعل كل النصوص فاتحة بضربة واحدة */
.store-footer__inner, 
.store-footer__inner h1, .store-footer__inner h2, .store-footer__inner h3, 
.store-footer__inner p, .store-footer__inner span, .store-footer__inner a {
    color: #ebf3f5 !important;
    text-decoration: none !important;
}

/* تأثير الروابط عند الوقوف عليها */
.store-footer__inner a:hover {
    color: #098394 !important; /* تيفاني */
    transform: translateX(-5px);
    transition: 0.3s;
}

/* 2. تنسيق اللوجو المتحرك المضاف عبر JS */
.custom-footer-logo-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.custom-footer-logo-wrap img {
    width: 140px; /* حجم اللوجو */
    height: auto;
    filter: drop-shadow(0 0 8px rgba(9, 131, 148, 0.3));
    animation: serajPulse 3s infinite ease-in-out;
}

/* أنيميشن النبض الفخم للوجو */
@keyframes serajPulse {
    0% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.08); filter: brightness(1.2) drop-shadow(0 0 15px rgba(9, 131, 148, 0.6)); }
    100% { transform: scale(1); filter: brightness(1); }
}

/* 3. تحسين شكل أيقونات التواصل الاجتماعي */
.store-footer__inner .social-links a {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    padding: 8px !important;
    margin: 0 5px !important;
    display: inline-flex !important;
}

/* ضبط الجوال */
@media (max-width: 768px) {
    .custom-footer-logo-wrap img {
        width: 110px;
    }
    .store-footer__inner {
        text-align: center !important;
    }
}
  /* --- 1. تنسيق الحاويات والمحاذاة (تطوير للكود المرسل) --- */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1024px) {
    .container {
        max-width: 1500px;
    }
}

.text-center { text-align: center; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }

@media (min-width: 768px) {
    .md\:flex { display: flex; }
}

/* --- 2. تنسيق سطر "برمجة وتطوير AL Zaiem" --- */
.alzaiem-developer-footer {
    background: #081d31 !important; /* درجة أغمق من الكحلي للتميز */
    padding: 15px 0 !important;
    border-top: 1px solid rgba(9, 131, 148, 0.2) !important;
    width: 100% !important;
}

.alzaiem-developer-footer p {
    color: #ebf3f5 !important; /* اللون اللؤلؤي الفاتح */
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-align: center !important;
    letter-spacing: 0.5px;
}

.alzaiem-developer-footer a {
    color: #098394 !important; /* لون التيفاني */
    text-decoration: none !important;
    font-weight: 800 !important;
    transition: all 0.3s ease !important;
    margin-right: 5px !important;
    display: inline-block !important;
}

/* تأثير عند مرور الماوس على اسمك */
.alzaiem-developer-footer a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(9, 131, 148, 0.8) !important;
    transform: translateY(-2px);
}

/* ضبط الجوال */
@media (max-width: 768px) {
    .alzaiem-developer-footer {
        padding: 12px 10px !important;
    }
    .alzaiem-developer-footer p {
        font-size: 0.75rem !important;
    }
}
  @media only screen and (min-width: 1024px) {
    @media (min-width: 768px) {
        .md\:flex {
            display: flex;
            background: #0a2a47;
            color: #fff;
        }
    }
}
  @media only screen and (min-width: 1024px) {
    @media (min-width: 768px) {
        .md\:flex {
            display: flex;
            background: #0a2a47;
            color: #fff;
        }
    }
}
  .footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(31 114 140);
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(31 114 140);
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(54 127 150);
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align

: center;
}
 
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: #0e485c;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        background: #0e485c;
        color: #fff;
    }
}