نبض }

@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://cdn.salla.sa/OmGAw/bhYpZ62ya6GqbZpB4bT8mV7DW49XQK5ak9kzGEFh.jpg);
    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: #f9ffff;
    box-shadow: 0px 0px 12px 0px #f9ffff;
}

 h2.s-advertisement-content-main {
    position: fixed;
    left: -100%;
    top: 10px;
    color: rgb(255, 255, 255);
    opacity: 1;
    animation: slideRight 10s linear infinite;
    width: 100%;
}

@keyframes slideRight {
    0% {
        left: -10%;
    }

    /* بداية الحركة من اليسار خارج الشاشة */
    100% {
        left: 100%;
    }

    /* الانتهاء من الحركة في اليمين خارج الشاشة */
}

  .s-reviews-testimonial {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
    border-radius: 27px;
    padding: 29px;
    color: #ffffff!important;
    min-height: 9rem;
    max-height: 9rem;
    position: relative;
}