:root {
    --main-color: #724573;
    --second-color: #8C648C;
    --third-color: white;
    --body: white;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DGgeBD/6AdUeWLvKyGY5vww5D2IsHPIi9ERJgprL5kKqKJT.png);
    --wave: url(https://iili.io/KdKpoZJ.png);
}

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

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-style: italic;
}

::-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);
}


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

.loader-init {
    display: none !important;
}

/* ----- start nav -----*/

.bg-inherit {
    border-radius: 20px;
    animation: sigal 1200ms linear infinite;

    box-shadow: 0 0 10px black;
}

.main-nav-container.fixed-header .inner {

    animation: sigal 1200ms linear infinite;
    box-shadow: 0px 0px 5px var(--main-color);
    box-shadow: 0 0 30px black;
    border-radius: 20px;
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none;
    }
}


header.store-header {
    background: unset;
}

.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);
    }
}

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;

    }
}

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

[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;
        color: var(--main-color);
    }

    .mm-spn ul.main-menu li:before {
        color: var(--main-color);
    }

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

    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--body);
    }
}

/* 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: 85px;
    background: unset;
    animation: shake 13s infinite;

}

@media(min-width:768px) {
    .banner-entry {
        width: 42vw;
        min-height: 85px;
        background: unset;
        animation: shake 13s infinite;
    }
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.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: #292525;
    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: #292525;

    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;
    }
}

section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
    background: var(--body);
}

section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
    background: var(--body);
}

input.s-quantity-input-input {
    background: var(--body);
}

.s-quantity-input-button svg {
    fill: var(--main-color);
}

.s-reviews-testimonial {
    background: var(--body);
}

/*----- end content -----*/

/*----- start product card -----*/
/*
.s-product-card-image img {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1);
    background: 0 0 !important;
    transition: 1s;
}

.s-product-card-image {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    background-color: transparent;
    transition: 1s;
}

.s-product-card-content-title a {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
}

.s-product-card-content-title {
    line-height: 0.5rem;
}

.s-product-card-content {
    display: flex;
    padding: 0px !important;
    background: transparent !important;
    flex-direction: column-reverse;
}

.s-product-card-price {
    z-index: 1 !important;
}

.s-button-btn {
    color: var(--third-color);
    z-index: 2 !important;
    background: linear-gradient(135deg, var(--second-color), var(--main-color));
    font-size: 15px;
    font-weight: 400;
}

[class^="sicon-"],
[class*=" sicon-"] {
    font-size: 24px;
}

.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-radius: 0px;
    background: 0 0;
    transition: 1s;
}

.s-product-card-vertical {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    background: transparent !important;
    transition: all 0.3s ease-in-out !important;
}

.s-product-card-vertical .s-product-card-image:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.19);
    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) 100%);
}

.s-product-card-vertical .s-product-card-image:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.6s, 0.6s, 0.14s;
    transition-timing-function: ease;
}

.s-product-card-vertical .s-product-card-image:active:after {
    opacity: 0;
}

.s-product-card-vertical:hover::before {
    left: 150%;
}

.s-button-primary-outline:hover {
    color: var(--third-color) !important;
    background-color: transparent;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    pointer-events: auto;
    width: 108%;
    height: 44px;
    float: inline-end;
    color: var(--third-color);
    font-size: 15px;
    background: linear-gradient(135deg, var(--second-color), var(--main-color));
    font-weight: 400;
    margin-left: -8px;
}

.s-button-outline {
    border-color: transparent !important;
}

.s-button-btn,
.s-price-range-number-input {
    border-radius: 0;
}

.s-product-card-content-main a {
    text-decoration: none;
    font-weight: 600;
    font-size: medium;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    color: var(--main-color) !important;
    display: flex;
    -webkit-line-clamp: 3 !important;
    align-content: flex-end;
    justify-content: center;
    text-align: center;
}

.s-product-card-content-main a:hover {
    color: var(--second-color) !important;
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.s-product-card-price {
    font-size: 18px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: var(--main-color) !important;
}

.s-add-product-button-mini-checkout-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
    width: 150%;
    height: 150%;
    justify-content: center;
    color: var(--third-color);
    background: linear-gradient(135deg, var(--second-color), var(--main-color)) !important;
}

.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: inherit !important;
}
*/
/*----- end product card -----*/


/* start JS */

#loaderr {
    position: fixed;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: var(--body) !important;
    animation: fade-in 2s forwards;
}


@keyframes fadeInOut {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    90% {
        opacity: 1;
        transform: scale(1)
    }

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

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


.marwan {
    width: 6em;
    height: 6em;
}

.loader-ring {
    animation: ringA 2s linear infinite;
}

.loader-ring-a {
    stroke: var(--main-color);
}

.loader-ring-b {
    animation-name: ringB;
    stroke: var(--second-color);
}

.loader-ring-c {
    animation-name: ringC;
    stroke: var(--main-color);
}

.loader-ring-d {
    animation-name: ringD;
    stroke: var(--second-color);
}

/* Animations */
@keyframes ringA {

    from,
    4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes ringB {

    from,
    12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes ringD {

    from,
    8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

.banner--fixed img {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    /* Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â­Ã˜Â±Ã™Å Ã™Æ’ Ã™â€¦Ã™â€  Ã˜Â£Ã˜Â³Ã™ÂÃ™â€ž Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â± */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner--fixed img.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    /* Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¬Ã™Ë†Ã˜Â¹ Ã™â€žÃ™â€¦Ã™Æ’Ã˜Â§Ã™â€ Ã™â€¡ Ã˜Â§Ã™â€žÃ˜Â·Ã˜Â¨Ã™Å Ã˜Â¹Ã™Å  Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ™Æ’Ã˜Â¨Ã™Å Ã˜Â± */
}

salla-slider.photos-slider {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    /* Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â­Ã˜Â±Ã™Å Ã™Æ’ Ã™â€¦Ã™â€  Ã˜Â£Ã˜Â³Ã™ÂÃ™â€ž Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â± */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

salla-slider.photos-slider.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    /* Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¬Ã™Ë†Ã˜Â¹ Ã™â€žÃ™â€¦Ã™Æ’Ã˜Â§Ã™â€ Ã™â€¡ Ã˜Â§Ã™â€žÃ˜Â·Ã˜Â¨Ã™Å Ã˜Â¹Ã™Å  Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ™Æ’Ã˜Â¨Ã™Å Ã˜Â± */
}

.lazy__bg {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    /* Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â­Ã˜Â±Ã™Å Ã™Æ’ Ã™â€¦Ã™â€  Ã˜Â£Ã˜Â³Ã™ÂÃ™â€ž Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â± */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy__bg.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    /* Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â¬Ã™Ë†Ã˜Â¹ Ã™â€žÃ™â€¦Ã™Æ’Ã˜Â§Ã™â€ Ã™â€¡ Ã˜Â§Ã™â€žÃ˜Â·Ã˜Â¨Ã™Å Ã˜Â¹Ã™Å  Ã™â€¦Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ™Æ’Ã˜Â¨Ã™Å Ã˜Â± */
}


.scrolling-text {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 31px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    margin-top: 10px;
    /* Space below the slider */
    font-family: inherit;
    /*margin-top: -36px;*/
    padding: 0;
    /* Match the font of the page */
}

@media (max-width: 1024px) {
    .scrolling-text {
        margin-top: 1px;
    }
}

.scrolling-text .text-container {
    display: flex;
    gap: 2rem;
    /* Space between texts */
    animation: banSwiperScroll 35s linear infinite;
    /* Ensure enough content width */
    min-width: 200%;
    /* Make sure the text spans more than the visible area */
}

.scrolling-text .text-container span {
    display: inline-block;
    font-size: 1rem;
    /* Adjust font size */
    white-space: nowrap;
    /* Prevent text wrapping */
}

@keyframes banSwiperScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Scroll halfway for seamless looping */
    }
}

.s-slider-thumbs {
    background: var(--body);
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Apply the animation to the loader */


.banner-swap {
    width: 100%;
    background: linear-gradient(45deg, var(--second-color), var(--main-color));
    color: var(--third-color);
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.bannt {
    display: flex;
    width: 100%;
    animation: banSwiperScroll 12s linear infinite;
    will-change: transform;
}

.bannt:hover {
    animation-play-state: paused;
    /* Pause scroll on hover */
}

.banrerr {
    white-space: nowrap;
    padding: 0 50px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
    color: var(--third-color);
    text-shadow: 0 0 8px var(--third-color), 0 0 12px var(--third-color);
    /* Glowing effect */
}

.banrerr i {
    margin-left: 10px;
    margin-right: 10px;
    animation: bounceIcon 1.5s infinite ease-in-out;
    /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

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

.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;
    }
}

/* end JS */
/*----- start product card -----*/


/* âœ… ÙƒØ±Øª Ø§Ù„Ù…Ù†ØªØ¬ */



/*----- end product card -----*/

.s-slider-block__title h2::after,
.s-reviews-header::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 40%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: black;
    transition: width 0.3s ease;
    left: 50%;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        width: 90px;
    }

    50% {
        width: 40px;
    }

    100% {
        width: 90px;
    }
}

/* /----- start footer -----/  */
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background: var(--body);
    color: var(--main-color);
    border-radius: 70px 30px 50px 10px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 7px solid var(--second-color);
    font-weight: 500;
    text-align: center;
}

.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    color: var(--main-color);
    font-size: 25px;
    font-family: 'Playfair Display', 'serif';
}

.s-contacts-list-vertical {

    place-content: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

a.flex.items-center.m-0 {
    display: flex;
    flex-direction: column;
}

a.flex.items-center.m-0:after {
    content: "   ستايل تيك ";
    width: 100%;
    margin-bottom: .75rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    color: var(--main-color);
    font-size: 25px;
    font-family: 'Playfair Display', 'serif';
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #8C648C 0, var(--main-color) 29%, #fff 67%, #F0BB78 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 1024px) {
    .store-footer a h3:nth-child(1) {
        font-size: 1rem;
        color: transparent;
        background-image: var(--logo);
        background-size: 100%;
        background-repeat: no-repeat;
        scale: 3;
        line-height: 4;
        background-position: center;
        margin-top: 10px;
    }
}

.store-footer a h3:nth-child(1) {
    display: none;
}

@media (min-width: 1024px) {
    .rtl\:lg\:pr-20:where([dir=rtl], [dir=rtl] *) {
        padding-right: 5rem;
        background: var(--logo);
        background-repeat: no-repeat;
        background-size: contain;
        scale: 0.7;
        line-height: 0;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.s-menu-footer-item:hover {
    margin-bottom: 1.25rem;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--second-color);
}

.s-contacts-item:hover {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--second-color);
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    color: var(--main-color);
    padding-top: 20px;
}

a.hover\:text-primary:hover {
    color: var(--second-color);
}

.s-contacts-list {
    align-items: center !important;
}

.store-footer__inner {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, .1);
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: var(--main-color);
       border-radius: 70px 30px 50px 10px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
}

.s-social-link a:hover {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: .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(.4, 0, .2, 1);
    transition-duration: 300ms;
    color: var(--second-color);
}

.s-social-list {
    display: flex;
    gap: .625rem;
    justify-content: center;
}

s-contacts-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    justify-content: center;
}

.footer-is-light .store-footer .contact-social {
    border: none;
}


.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-color: #F4F4F4;
    color: var(--main-color);
    border-radius: 16px;
    margin: 10px;
    box-shadow: 0 2px 6px var(--second-color);
    border-bottom: 7px solid var(--second-color);
    font-weight: 500;
    text-align: center;
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #F2E5D5;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: none;
    border-radius: 85px 85px 0px 0px;
}

.store-footer::after {
    content: "برمجة وتطوير  |  ADFAZ";
    top: 0;
    color: var(--main-color) !important;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-family: 'Playfair Display', 'serif';
    font-weight: 700;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(-225deg, #8C648C 0, var(--main-color) 29%, #fff 67%, #F0BB78 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

/* /----- end footer -----/  */

/* âœ… ÙƒØ±Øª Ø§Ù„Ù…Ù†ØªØ¬ */
.s-product-card-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

/* âœ… Ø§Ù„Ø¹Ù†ÙˆØ§Ù† */
.s-product-card-content-title a {
    color: var(--main-color);
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
    margin-bottom: 4px;
}

/* âœ… Ø§Ù„Ø³Ø¹Ø± */
.s-product-card-price {
    color: var(--main-color);
    text-align: center;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* âœ… Ø§Ù„Ù†Ø¬ÙˆÙ… */
.s-product-card-content-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-top: -6px;
    margin-bottom: 4px;
}

.fake-rating {
    color: gold;
    font-size: 16px;
    margin-bottom: 3px;
}

/* âœ… ØµÙˆØ±Ø© Ø§Ù„Ù…Ù†ØªØ¬ */
.s-product-card-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    aspect-ratio: 1/1.1;
}

.s-product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* âœ… Ø§Ù„Ø£ÙˆÙØ±Ù„Ø§ÙŠ */
.s-product-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    pointer-events: none;
}

.s-product-card-entry:hover .s-product-card-image::after {
    opacity: 1;
}

/* âœ… Ø¥Ø®ÙØ§Ø¡ Ø²Ø± Ø§Ù„ÙÙˆØªØ± Ø§Ù„Ø£ØµÙ„ÙŠ */
.s-product-card-content-footer {
    display: none !important;
}

/* ðŸŽ¯ Ø§Ù„Ø£Ø²Ø±Ø§Ø± Ø§Ù„Ø£Ø±Ø¨Ø¹Ø© (ÙŠÙ…ÙŠÙ†) */
.custom-cart-button,
.compare-btn,
.quick-view-btn,
.similar-products-btn {
    position: absolute;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--main-color) !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    color: #fff !important;
    /* Ø£ÙŠÙ‚ÙˆÙ†Ø§Øª Ø¨ÙŠØ¶Ø§Ø¡ */
    transition: all 0.2s ease;
}

/* ðŸ”¢ ØªØ±ØªÙŠØ¨ Ø§Ù„Ø£Ø²Ø±Ø§Ø± */
.custom-cart-button {
    top: 12px;
}

.compare-btn {
    top: 60px;
}

.quick-view-btn {
    top: 108px;
}

.similar-products-btn {
    top: 156px;
}

/* ðŸ“± Ù…ÙˆØ¨Ø§ÙŠÙ„: Ø§Ù„Ø£Ø²Ø±Ø§Ø± Ø¸Ø§Ù‡Ø±Ø© Ø¯Ø§Ø¦Ù…Ù‹Ø§ */
@media (max-width: 1024px) {
    .s-product-card-image::after {
        display: none !important;
    }

    .custom-cart-button,
    .compare-btn,
    .quick-view-btn,
    .s-product-card-wishlist-btn,
    .similar-products-btn {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }
}


.s-product-card-entry {
    opacity: 0;
    transform: translateX(100px) rotateY(90deg);
    animation: slideRotate 0.8s ease forwards;
    animation-play-state: paused;
}

@keyframes slideRotate {
    from {
        opacity: 0;
        transform: translateX(100px) rotateY(90deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}


.carousel-slider, 
salla-slider:not(.hydrated) {
  visibility: visible;
  background: #DEC3C3;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

/* نسخة 1 (شمال) */
.carousel-slider::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  left: 20%;
  background: url("https://iili.io/Kh2e5v9.gif") center/contain no-repeat;
  animation: floatIcons 12s linear infinite;
  opacity: 0.7;
  pointer-events: none;
}

/* نسخة 2 (نص) */
.carousel-slider::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  background: url("https://iili.io/Kh2e5v9.gif") center/contain no-repeat;
  animation: floatIcons 14s linear infinite;
  animation-delay: 4s;
  opacity: 0.6;
  pointer-events: none;
  transform: translateX(-50%);
}

/* نسخة 3 (يمين) باستخدام عنصر إضافي */
.carousel-slider::marker { /* نستخدم marker كـ hack بديل */
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 80%;
  background: url("https://iili.io/Kh2e5v9.gif") center/contain no-repeat;
  animation: floatIcons 16s linear infinite;
  animation-delay: 8s;
  opacity: 0.5;
  pointer-events: none;
}

/* حركة الصعود */
@keyframes floatIcons {
  0%   { top: 100%; opacity: 0; transform: translateY(0) scale(1); }
  30%  { opacity: 1; }
  100% { top: -20%; opacity: 0; transform: translateY(-200%) scale(1.3); }
}

s-product-card-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 12px;
    width: 90%;           /* العرض الافتراضي على شاشات صغيرة */
    max-width: 220px;     /* الحد الأقصى للكارت */
    margin: 10px auto;    /* مركزي ومسافة من الأعلى والأسفل */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* background: rgba(255, 255, 255, 0.3);  */
    backdrop-filter: blur(5px);          /* تأثير ضبابي جميل */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateX(100px) rotateY(90deg);
    animation: slideRotate 0.8s ease forwards;
    animation-play-state: paused;
    height: auto; /* ارتفاع تلقائي حسب المحتوى */
    height: 300px;

}

.carousel-slider, 
salla-slider:not(.hydrated) {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* الخلفية المتحركة (GIF) */
.carousel-slider::before,
salla-slider:not(.hydrated)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://iili.io/Kh2e5v9.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* محتوى البنر يبقى فوق كل حاجة */
.carousel-slider .banner-content,
salla-slider:not(.hydrated) .banner-content {
  position: relative;