body {
    background-color: #fff;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KERXK/EHUCRlrjXWLaPFPxvXDp5hBsi68ZT9B4SA6YeTUL.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 350px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;

    animation-duration: 1.5s
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    78% {
        transform: scale(1);
    }

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

.topnav-is-dark .top-navbar,
.s-block--features__item,
.store-footer__inner {
    background-color: #1e6ef2;
}


#mainnav .flex.items-center.justify-end .s-cart-summary-total,
.no-content-placeholder p,
label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap {
    color: #FFF;
}

#mainnav .flex.items-center.justify-end i {
    color: #1e6ef2;
}

.slide--cat-entry {
    background-color: #1e6ef2;
    border: none;

}

.slide--cat-entry i {
    color: #ffffff;
}

.slide--cat-entry h4 {
    color: #e5e5e5;
}

.store-footer span.text-sm.opacity-75 p {
    color: #fff !important;
}

.banner--fixed img {
    border-radius: 13px;
}

section#featured-products-style2-1 {
    background: transparent;
}

/* Product */

.s-product-card-vertical {
    background-color: #f5f5f5;
    border-radius: 20px;
}

.s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-color: #000;
    color: #000;
}

.s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    border-color: #FFF;
    color: #FFF;
}

.s-product-card-content-title a {
    color: #000;
    font-weight: bold;
}

.s-product-card-content-subtitle,
.s-product-card-sale-price span {
    color: #444;
    font-weight: bold;
}

.s-product-card-content-title a:hover {
    color: #f37566;
}

.s-product-card-price {
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
}

.s-product-card-sale-price h4 {
    color: red;
    font-weight: bold;
    font-size: 1.25rem
}


.s-product-card-fit-height .s-product-card-image {
    background-color: #1e6ef2;
    flex-grow: 7;
}

.s-product-card-content {
    flex-grow: 1;
    max-height: 184px;
    justify-content: space-between;
}

.s-product-card-content-footer {
    margin-top: 0;
}


.s-block--features__item h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 8px;
}

.s-block--features__item .feature-icon {

    background: #105edd;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 50px #9bb8e7;
}

.s-block--features__item .feature-icon i {
    color: #FFF;
}

.s-block--features__item p {
    font-size: 1.25rem;
    color: #FFF;
    line-height: 2rem;
}

.store-footer {

    background: linear-gradient(0deg, #1e6ef2, #7f66ef);
}

.store-footer__inner {
    position: relative
}

.s-button-primary-outline {
    background: #1e6ef2;
    color: #FFF;
}

.s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-color: #fff;
    color: #fff;
}

@media (max-width:764px) {
    .store-footer__inner::before {
        content: "";
        /* ايقونة لعبة*/
        background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KERXK/EHUCRlrjXWLaPFPxvXDp5hBsi68ZT9B4SA6YeTUL.png);
        height: 150px;
        width: 150px;
        left: 25px;
        top: calc(50% - 114px);
        position: absolute;
        background-size: 100% 100%;
    }
}


@media (min-width:992px) {
    .store-footer__inner::before {
        /* ايقونة لعبة*/
        content: "";
        background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KERXK/EHUCRlrjXWLaPFPxvXDp5hBsi68ZT9B4SA6YeTUL.png);
        height: 200px;
        width: 200px;
        left: 50px;
        top: calc(50% - 114px);
        position: absolute;
        background-size: 100% 100%;
    }
}


/* Details */
@keyframes tournemoi {
    0% {
        transform: rotate(-2deg)
    }

    40% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}


.s-product-card-vertical:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    animation: tournemoi ease 1s;
}




@keyframes cart1 {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateY(15deg);
    }
}

.s-cart-summary-wrapper,
.navbar-brand {
    background-color: transparent;
    border-radius: 35px;
    animation: cart1 2s linear infinite;
}

.s-block--hero-slider .swiper-slide .swiper-lazy:after {

    background-color: rgb(255 255 255 / 0%);
}

.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 4rem;
}

@media (min-width: 640px) {
    .navbar-brand img {
        max-height: 5rem;
    }

    .s-block--full-bg+.merged-has-no-title {
        margin-top: -32px;
    }
}

@media (min-width: 1024px) {

    section.s-block.home-slider.s-block--hero-slider.s-block--full-bg,
    section.s-block.home-slider.s-block--hero-slider.s-block--full-bg .swiper-pointer-events {
        height: 42rem;
    }

    .swiper-backface-hidden .swiper-slide,
    .s-slider-wrapper {
        height: 100%;
    }

    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 5rem;
    }
}

.s-block__title h2 {
    font-size: 24px;
}

/* ----top nav---- */
.top-navbar {
    background: #1e6ef2;
}

.top-navbar a {
    color: #fff;
}

.top-navbar .s-search-input {
    background-color: rgb(255 255 255);
}

@media (min-width: 768px) {

    .md\:grid-cols-3,
    .md\:grid-cols-2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (MAX-width: 767px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8,
    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-entry {
        height: 130px;
    }

    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }
}


section.s-block.s-block--banners.container .s-block__title {
    display: none !important
}

.s-modal-body .s-modal-header-inner span.s-login-modal-header-icon {
    display: none
}

.s-modal-body .s-modal-header-inner::before {
    content: "";
    text-align: center !important;
    display: block;
    height: 70px !important;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KERXK/EHUCRlrjXWLaPFPxvXDp5hBsi68ZT9B4SA6YeTUL.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    margin-bottom: 25px;
}



a.banner-entry.square-photos .lazy__bg {
    background-size: 100% 100% !important;
}

.details-slider .swiper-autoheight .swiper-wrapper {
    height: 100% !important;
    padding: 0 !important;
}

.s-block--features__item,
.store-footer__inner {
    background-color: #f3f4f6;
}

.s-block--features__item p {
    font-size: 15px;
    color: #105edd;
}

.copyright-text p {
    color: #fff !important;
}

salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0 !important;
}

.s-block {
    margin-top: 10px;
}

.s-block--features+.s-block--features,
.s-block--fixed-banner+.s-block--fixed-banner,
.s-block--banners+.s-block--banners {
    margin-top: 15px;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    color: #efa516;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    color: #fff;
    background: #1652b5;
    border-radius: 15px;
    margin: 10px 5px;
}

a.banner-entry.square-photos .lazy__bg {
    background-size: 100% 100% !important;
    background: #fff;
}

.s-product-card-content-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
    background: #f3f4f6;
    border-radius: 10px;
}

.s-block--features__item,
.store-footer__inner {
    background-color: #f3f4f6;
}

.s-block--features__item p {
    font-size: 15px;
    color: #105edd;
}

.copyright-text p {
    color: #fff !important;
}

salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0 !important;
}

.s-block {
    margin-top: 10px;
}

.s-block--features+.s-block--features,
.s-block--fixed-banner+.s-block--fixed-banner,
.s-block--banners+.s-block--banners {
    margin-top: 15px;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    color: #efa516;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    color: #fff;
    background: #1652b5;
    border-radius: 15px;
    margin: 10px 5px;
}

a.banner-entry.square-photos .lazy__bg {
    background-size: 100% 100% !important;
    background: #fff;
}

.s-product-card-content-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
    background: #f3f4f6;
    border-radius: 10px;
}

.home-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.sub-menu.w-56 ul li a {
    padding: 5px 10px;
}

.sub-menu.w-56 ul li:hover {
    background: #f5b90b;
}

.sub-menu.w-56 ul li:hover span {
    color: #ffffff;
}

body {
    scrollbar-color: #f5b90b #ffffff;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level:hover {
        background: #f5b90b;
    }

    .main-menu>.has-children:hover>a {
        color: #ffffff;
    }

    .main-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        max-height: 18rem;
        overflow: hidden;
        overflow-y: visible;
        scrollbar-color: #f5b90b #f3f4f6;
    }

    .main-menu {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .main-menu li.root-level>a {
        padding: 10px 10px 15px 10px;
    }
}::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    }
    ::-webkit-scrollbar-track-piece  {
    background-color: #f3f4f6;
    }
    ::-webkit-scrollbar-thumb:vertical {
    background-color: #f5b90b;
    }
    .s-product-card-fit-height .s-product-card-image {
        background-color: #ffffff;
    }