:root {
    --main-color:#aa7ee5;
    --second-color:#3a9b3d ;
    --third-color: white;
    --fourth-color: white;
    --body: white;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/QdVzQV/3DuDA7ypkD7jYKJfHD46ozsmskzC2KR5cBkDQZlY.png);
    --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;
}
.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;
}
/* start footer */
.wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 16%;
    background: var(--wave);
    background-size: 1000px 100px;

}

@media (min-width: 1024px) {
    .wave {
        top: -111px;
        height: 20%;
    }
}

.wave#wave1 {
    z-index: 1;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}

.wave#wave2 {
    z-index: 1;
    opacity: .5;
    bottom: 0;
    animation: animateWave_2 4s linear infinite;
}

.wave#wave3 {
    z-index: 1;
    opacity: .2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}

.wave#wave4 {
    z-index: 1;
    opacity: .7;
    bottom: 20px;
    animation: animateWave_2 3s linear infinite;
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }

    100% {
        background-position-x: 0px;
    }
}

@keyframes animateWave_2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

.store-footer {
    background: linear-gradient(to top, var(--second-color), var(--second-color), var(--main-color)) !important;
    margin-top: 115px;
}

.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(to top, var(--second-color), var(--main-color));
    margin-top: -37px;
    text-align: center;
    border-style: inset;
    position: relative;
    z-index: 5;
}

@media (min-width: 1024px) {
    .footer-is-light .store-footer .store-footer__inner {
        margin-top: -42px;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.store-footer h3 {
    font-family: "Almarai", sans-serif;
    font-weight: 700;
    text-align: center !important;
    padding: 1rem;
    border-radius: 50px;
    color: var(--main-color);
    font-size: 1.4rem;
    background: var(--third-color);
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
}

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

.store-footer a h3:nth-child(1) {
    font-size: 0rem;
    color: transparent;
    background-image: var(--logo);
    background-size: 70%;
    background-repeat: no-repeat;
    scale: 3.5;
    line-height: 3;
    background-position: center;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .store-footer a h3:nth-child(1) {
        margin-top: 50px;
    }
}

salla-apps-icons,
salla-apps-icons h3 {
    display: none;
}

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

.footer-list {
    color: var(--main-color);
}

.store-footer__inner .max-w-sm {
    color: var(--main-color);
}

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

.store-footer a {
    color: var(--third-color);
}

.store-footer a:hover {
    color: var(--main-color);
    opacity: 1;
    transform: scale(1.03);
    transition: 0.4s;
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background: var(--main-color);
    border-radius: 85px 85px 0 0;
    color: var(--third-color);
}

@media (max-width: 1024px) {
    .footer-is-light .store-footer {
        padding-top: 17px;
    }
}

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

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-menu-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-contacts-list.s-contacts-list-vertical {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

span.unicode {
    display: none;
}

.footer-is-light .store-footer .contact-social {
    border: none;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
    color: #000;
}.s-product-card-image img {
    height: 100%;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    background: #fff;
} 
.s-product-card-entry {
    border-radius: .75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border: double 4px #55b568;
}.s-block--features__item .feature-icon {
    align-items: center;
    background-color: #414042;
    background-color: #8665b2;
    border-radius: 9999px;
    display: flex;
    height: 4rem;
    justify-content: center;
    margin-bottom: .75rem;
    overflow: hidden;
    width: 4rem;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;

    position: relative;
    overflow: hidden;

    background: linear-gradient(135deg, #3a9b3d, #313de5);
    color: #fff;
    border: none;
    border-radius: 10px;

    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

    /* حركة pulse خفيفة */
    animation: pulseGlow 2s infinite;
}

/* تأثير اللمعة */
.s-button-element:not(:disabled):not([loading])::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transform: skewX(-25deg);
}

/* حركة اللمعة */
.s-button-element:not(:disabled):not([loading]):hover::before {
    animation: shine 0.8s forwards;
}

/* hover */
.s-button-element:not(:disabled):not([loading]):hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(49, 61, 229, 0.35);
}

/* click */
.s-button-element:not(:disabled):not([loading]):active {
    transform: scale(0.96);
}

/* keyframes */
@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(58, 155, 61, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(58, 155, 61, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(58, 155, 61, 0);
    }
}
.alzaiem-copy-rights {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* الزر */
.alzaiem-footer-link {
    display: inline-block;
    background: linear-gradient(135deg, #3a9b3d, #313de5);
    background-size: 200% 200%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;

    animation: gradientMove 4s ease infinite, pulse 2s infinite;
}

/* hover */
.alzaiem-footer-link:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(49, 61, 229, 0.4);
}

/* حركة الجريدينت */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* pulse خفيف */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(58, 155, 61, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(58, 155, 61, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(58, 155, 61, 0);
    }
}