خلفيه .s-block,section#featured-products-style2-2,body.index, body.product-index, body.page-single {
    background-color: #fff;
    background-image: url(https://media.zid.store/20a7d76d-e85b-4fd1-a39e-a3a3fbd21fee/69a59cc3-4373-4d78-916d-d8638efa6f35.svg);
    background-size: 1500px;
    background-repeat: repeat;
}

/*حجم اللوقو*/
.logo img {
    height: 500px;
}

هنا }

/*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content: "\ef09";
    font-size: 25px;
    color: #0B6083;
}

.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: #0B6083;
}

.sicon-bell:before {
    font-size: 25px;
    color: #0B6083;
    width: 100px;
}

هنا /*ايقونة السلة*/
.header-row > .circle-action > .sicon-cart:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 25px;
    color: #0B6083;
    width: 100px;
}

لون .footer-sub {
    color: #0B6083;
    background-color: #0B6083;
}
}

.footer-is-light .store-footer .store- footer__inner {
    background: var(--color-primary);
    color: #0B6083;
    border-radius: 18px;
}

div#mainnav {
    background: var(#0B6083);
    color: #0B6083;
}

/*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content: "\ef09";
    font-size: 25px;
    color: #0B6083;
}

.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: #0B6083;
}

.sicon-bell:before {
    font-size: 25px;
    color: #0B6083;
    width: 100px;
}

.s-block--features__item .feature-icon i {
    display: none
}

.s-block--features__item .feature-icon {
    border-radius: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

/*فقط عدل الروابط بالترتيب من الاول الى الثالث */
.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url(https://i.ibb.co/nsL2T4J/wired-outline-981-consultation.gif);
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://i.ibb.co/cQ3X1d3/wired-outline-45-clock-time.gif);
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://i.ibb.co/xCRxVZ1/wired-outline-186-puzzle.gif);
}

/*ايقونة السلة*/
.header-row > .circle-action > .sicon-cart:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 25px;
    color: #ED6C9A;
    width: 100px;
}

اهتزاز salla-product-card {
    border-radius: .75rem;
    box-shadow: 0px 0px 12px 0px #4242423d;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: var(--color-primary);
    color: var(--infinte-color);
    box-shadow: 0px 0px 12px 0px var(--main-text-color);
}

.s-product-card-entry:hover {
    animation: tour1nemoi ease 1s !important;
}

@keyframes tour1nemoi {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(-0deg);
    }

    .s-product-card-entry:hover {
        animation: tour1nemoi ease 1s !important;
    }

    @keyframes tour1nemoi {
        0% {
            transform: rotate(5deg);
        }

        50% {
            transform: rotate(-5deg);
        }

        100% {
            transform: rotate(-0deg);
        }
    }

    .text-gray-800 {
        color: #C85570;
    }

    text-2xl.leading-10.font-bold.mb-6.text-gray-800,.main-content.md\:sticky.top-24.w-full.md\:w-2\/4.md\:pb-16 {
        color: #ffd28f !important;
    }

    .main-content.md\:sticky.top-24.w-full.md\:w-2\/4.md\:pb-16 {
        color: #ffd28f !important;
    }

    footer.store-footer {
        border-radius: 20px;
        margin: 15px;
    }

    .store-footer__inner {
        background: transparent;
    }

    @media (max-width: 600px) {
        footer.store-footer {
            padding-bottom: 50px;
        }
    }

    footer.store-footer * {
        text-align: center;
        justify-content: center;
    }

    footer.store-footer * {
        color: var(--color-primary);
    }

    نبض }

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

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

.navbar-brand {
    animation: heartbeat 2.5s ease-in-out infinite both;
}
}

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

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

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

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

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

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

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

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

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

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

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

العنوين .s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#CF1D49 0,#0097B2 29%,#fff 67%,#000 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}

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

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

.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#CF1D49 0,#0097B2 29%,#fff 67%,#000 100%);
    background-size: 200% auto;
    color: var(--3);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    /* حجم الخط  */
    font-size: 1.125rem;
    line-height: 1.5;
}

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

.footer-is-light .store-footer .store-footer__inner > div > div > p:before {
    content: '';
    width: 100%;
    height: 70px;
    display: block;
    background-image: url(https://seeklogo.com/images/W/watan-solar-logo-10F30A4D18-seeklogo.com.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}

.footer-is-light .store-footer,.footer-is-light .store-footer .store-footer__inner {
    border-bottom-color: #e5e7eb;
    background-color: #f3f4f657;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: var(--color-primary);
    color: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #231f1e57;
}