@import url(https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css);


        :root {
         --brown-color: #6D6D6D;
              --main-color: #030043;
            --second-color: #D9D9D9;
            --third-color: #616161;
            --white-color: #fff;
            --black-color: #000;
            --back-color: white;
            --icon-color: black;
            
            --gr-light: #FAFBFB;
            --gr-dark: #E5E5E5;
           --icon-back: #B5B5B5;
        }
:not(i), body {
    font-family: Almarai, sans-serif !important;
}

/* intro */
@keyframes pupup {
    0% {
        transform: scale(1)
    }

    18% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes pupup_logo {
   0% {
        transform: scale(1)rotate(0deg)
    }

    40% {
        transform: scale(1)rotate(0deg)
    }

    80% {
        transform: scale(1)rotate(0deg)
    }

    100% {
        transform: scale(0)rotate(0deg)
    }
}



body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f0e8d5;
    position: fixed;
    z-index: 99999;
    transform: scale(0);
    animation-name: pupup;
    animation-duration: 2s;
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: center 3rem
}

body.index:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:url("https://cdn.salla.sa/form-builder/k3NvUlWZd8YemrkINhbolvEW0ej3UHfh0pHLloQY.png");
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    animation-name: pupup_logo;
    animation-duration: 2s;
    transform: scale(0)rotate(0deg)  
}

@media (min-width: 480px){
body.index:after {
    background-size: 10%; 
}}







.store-header {
z-index: 99;
}
       
        .bg-inherit {
           background: #fff;
        }
        
        [dir=rtl] .s-cart-summary-count, [dir=ltr] .s-cart-summary-count  {
           background: #ab8a56;
        }

        .top-navbar {
            background:#fff;
            display:white;
        }

        .leading-\[1\.2\],
        .main-menu li.root-level>a span,
        .mm-spn li a span,
        .mm-spn li span,
        .mm-spn li> span,
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2,
        h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3 {
color:black;
            font-size: 1.1rem;
        }

       


@media (max-width: 767px)
 {
 .mm-spn li a span,
 .mm-spn li> span{
color:black;
 
 }
 .mm-spn ul.main-menu li:before {
    color: #ffffff !important;
    opacity: 100%;
}
 }
        i.header-btn__icon {
            background-color: var(--second-color);
            color: var(--icon-color);
            border: none;
        }

        .s-cart-summary-total {
            color: var(--icon-color);
            font-weight: 800
        }

  

        section.s-block.s-block--fixed-banner.wide-placeholder .container {
            width: 100%;
            max-width: 100%;
            padding: 0
        }




section.s-block.s-block--fixed-banner.wide-placeholder:first-child {
            width: 100%;
            max-width: 100%;
            padding: 0!important;
        }
 .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4) {
            margin-top:0.8rem;
        }
 .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(5) .container {
         
  max-width: ;
        }

        .leading-\[1\.2\],
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2 {
color:black;
       }


        .leading-\[1\.2\],
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2 {
            display: flex !important;
            align-items: center
        }

        .s-product-card-content-footer .s-button-primary-outline {
        display:none;
            width: 100%;
            margin-left: auto;
            border-radius: 0 20px;
            text-align: center;
            background: linear-gradient(-45deg, #727272, #000000)!important;
        }
            justify-content: center;
            display: flex;
            align-items: center
        }

        .s-product-card-content-footer .s-button-primary-outline .sicon-shopping-bag:before {
            content: "";
           background-image: url("https://i.ibb.co/LgDHYLn/system-regular-64-shopping-bag.gif"); 
            width: 25px;
            margin-left: 5px;
            height: 25px;
            background-size: contain;
            display: inline-block
        }

        .s-product-card-content-footer .s-button-text {
            color: var(--back-color) !important;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 3px;
           
        }

        .s-product-card-content-title a,
        .s-product-card-sale-price span,
        .s-product-card-wishlist-btn .s-button-text {
            color: var(--black-color) !important
        }

        .s-product-card-entry {
        border-radius: 0;
            border: 0px solid transparent;
            border-image-slice: 1;
            overflow: hidden;
            background: linear-gradient(270deg,rgba(255,255,255,0) 29.77%,rgba(234,233,227,.95) 169.01%);
            
        }
        
      

        .s-product-card-content-title a {
            white-space: ;
            color: var(--main-color);
            display: block;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .s-product-card-content-subtitle {
            color: var(--third-color) !important;
            display: ;
        }

        .s-product-card-rating {
            color: #ff9300 !important
        }

        .s-block--features__item {
            background: 0 0
        }

        .s-block--features__item p {
          
        }

        .sicon-check-circle2:before {
            background: url("https://i.ibb.co/0KVQ65C/wired-outline-237-star-rating-morph11.gif") 0 0/contain;
            width: 50px;
            height: 50px;
            display: block;
            content: ""
        }

        .sicon-shipping-fast:before {
            background: url("https://i.ibb.co/NmXrq6W/wired-outline-497-truck-delivery.gif") 0 0/contain;
            width: 50px;
            height: 50px;
            display: block;
            content: ""
        }

        .sicon-chat-person:before {
            background: url("https://i.ibb.co/2MWVWxH/system-outline-8-account.gif") 0 0/contain;
            width: 50px;
            height: 50px;
            display: block;
            content: ""
        }

        .footer-is-light .store-footer .social-link {
            animation: 2s ease-in-out infinite both heartbeat
        }

        @keyframes heartbeat {
            from {
                -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(.91);
                transform: scale(.91);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            17% {
                -webkit-transform: scale(.98);
                transform: scale(.98);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            33% {
                -webkit-transform: scale(.87);
                transform: scale(.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
            }
        }

        .store-footer a,
        .store-footer h3,
        .store-footer p.max-w-sm.leading-6.mb-6 {
            color: var(--second-color);
            text-align: center !important
        }

        .store-footer a.flex.items-center.m-0,
        .store-footer a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none {
            justify-content: center;
            color: white;
        }

        .store-footer .contact-social ul,
        .store-footer__inner .flex {
            justify-content: center
        }

.s-button-light-outline{
background-color: rgb(181 181 181);
}


        @media(max-width:992px) {
            .mm-spn.mm-spn--navbar ul {
                background: var(--main-color)
            }
            .mm-ocd--open .mm-ocd__content {
                background: var(--second-color)
            }
            .mm-ocd--open .mm-ocd__content::before {
background: #f5f5f5 url("https://cdn.salla.sa/form-builder/k3NvUlWZd8YemrkINhbolvEW0ej3UHfh0pHLloQY.png");
                border-radius:0;
                font-size: 18px;
                content: "";
                width: 100%;
                background-repeat: no-repeat;
                background-size: 35%;
                background-position: center;
                margin: auto;
                height: 20%;
                justify-content: center;
                display: flex
            }
            






       
/*

:is([dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main):after {
                border: none !important;
                background: var(--second-color);
                color: var(--main-color);
                text-align: right;
                z-index:99;
                  display: inline-block;
            }
            
            */

           .mm-spn li {
        background: #373030 !important;
    }
            }
            .mm-spn li a,
            .mm-spn li span {
                color: var(--white-color) !important
            }
            /*
            .mm-spn li span:before {
                background: url("https://i.ibb.co/tpPYkHB/wired-lineal-2239-star-of-bethlehem.gif") 0 0/contain;
                width: 35px;
                height: 35px;
                display: inline-block;
                content: "";
                margin-left: 5px
            }*/
            .sicon-menu:before {
                border-radius: 50%;
                padding: 7px;
                background-color: var(--second-color);
                color: var(--third-color);
                border: 2px solid var(--third-color)
            }
            .mm-spn.mm-spn--navbar:after {
                opacity: 1
            }
            .mm-spn ul.main-menu li:before {
                color: var(--third-color) !important
            }
            .main-menu li.root-level>a span,
            .mm-spn li a span {
                display: flex !important;
                justify-content: center;
                align-items: center
            }
            .footer-is-light .store-footer .store-footer__inner .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
                width: 100%;
                text-align: center;
                justify-content: center;
                display: flex;
                flex-direction: column;
                align-items: center
            }
            .footer-list.store-links-items {
                display: grid !important;
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                grid-template-rows: auto !important
            }
        }

        footer.store-footer {
            background-color: #f5ead9 !important
        }

        .product-index h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3 {
            color:black;
        }





.navbar-brand img{
 /* animation: wiggle 2.5s infinite;   
transform-origin: 50% 5em; */
max-height: 3.3rem!important;

 
}

.undefined{
    animation: signal 1200ms infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #b9b9b9
    }

    100% {
        box-shadow: 0 0 0 10px #fff

    }
}
@keyframes wiggle {
0%, 7% {
    transform: rotateZ(0);
}
15% {
    transform: rotateZ(-10deg);
}
20% {
    transform: rotateZ(5deg);
}
25% {
    transform: rotateZ(-5deg);
}
30% {
    transform: rotateZ(6deg);
}
35% {
    transform: rotateZ(-4deg);
}
40%, 100% {
    transform: rotateZ(0);
}}


        .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(3) {
            margin-top:;
        }


/* صورة المنتج */
.s-product-card-fit-height .s-product-card-image {
    height: 15rem;
    max-height: 23rem;
}

/* لون الخلفية 

body {
    background-color: var(--brown-color);
}
*/


/* الشعار */
.justify-between {
    padding-top: 3px;
}
.navbar-brand img {
    max-width: 140px;
    
}



.navbar-brand img{
margin-top: .2rem;
margin-bottom: .2rem;

}

@media (min-width: 480px){
.navbar-brand img {
    max-width: 170px;
}}

/* الفوتر */
.store-footer a, .store-footer h3, .store-footer p.max-w-sm.leading-6.mb-6 {
    color: #373030;
    text-align: center !important;
}

.footer-is-light .store-footer .store-footer__inner .text-sm {
    color: black;
}
 
/* الرأسية */

@media (max-width: 992px){
.sicon-menu:before {
  
    background-color: var(--icon-color);
}}

i.header-btn__icon{
    background-color: var(--icon-color);
}


/* الأقسام جديدة*/
 
 .lazy__bg.loaded{
 background-size: contain;
    background-repeat: no-repeat;
 }
 
 .md\:grid-cols-2{
 display:flex;
 gap: 6rem;
 justify-content:center;
 }
.banner-entry{
 background-color:#ffffff00!important;
 width: 452px;
 }
 
 @media (max-width: 800px)
 {
 .md\:grid-cols-2{
 gap: 1rem;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .banner-entry{
min-height: 150px;
 width: 47%;
 }

 }
@media (min-width: 1024px){
.banner-entry {
    height: 377px;
}
}

/* زر السللة */

.s-button-btn {
    padding-left: 1.1rem;
    padding-right: 1.2rem;
    padding-bottom: .4rem;
    padding-top: .4rem;
}

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

.banner--fixed img {
  border-radius: 0;
  margin-top: 0;
  background: none;
}
.index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(3){
background:;
}

body, section.section {

 background: white;
}
/*
@media only screen and (max-width: 1024px){
.main-menu .has-children.root-level>a:after {
    color: white;
    opacity: 1;
}

body, section.section {

 background-image: url(https://cdn.salla.sa/form-builder/evXAiIN19bFJ5divp8XYIgmSDRgTxYVG6DMeN4YI.png) !important;

    background-size: 90%!important;
    
}
*/
}


*/


/*تخصيصات جديدة*/

}

.section-products .container {
    background: #ffffff7a!important;
    border: 1px solid #fff!important;
}



.topnav-is-dark .top-navbar{
display:none;
 background:#e5e5e5;
}
.topnav-is-dark .top-navbar .btn--circle-gray, .topnav-is-dark .top-navbar .btn--rounded-gray, .topnav-is-dark .top-navbar .s-search-input {
    background-color: #ffffffc9;
}

.s-product-card-content{
background: white;
}


/* حجم المنتجات*/


.swiper-wrapper{
margin-bottom: 10px;

}
.section-products .container {
    background: #ffffff7a!important;
    border: 1px solid #fff!important;
}    

@media (min-width: 1280px){
.container {
    max-width: ;
} }

.header-btn__icon{
font-size: 1.5rem;
}

i.header-btn__icon {
    border: none;
    background-color: #b5b5b500;
}

.s-cart-summary-total {
   display:none;
}

@media (max-width: 992px){
.sicon-menu:before {
border: none;
content: "\eed1";
 font-size: 1.7rem;
 background-color: #b5b5b500;
 color:#542a6d;
}}
/*end of cart and header icons*/







/* الأقسام جديدة*/
 
 .lazy__bg.loaded{
 background-size: contain;
    background-repeat: no-repeat;
 }
 
 .md\:grid-cols-3{
 display:flex;
 gap: 2rem;
 justify-content:center;
flex-wrap: wrap;
 }
.banner-entry{
 width: 70px;
 height: 200px;
 }
 
 
 @media (max-width: 767px)
 {
 .md\:grid-cols-3{
 gap: 0.2rem;
 flex-direction: row;
 flex-wrap: wrap;
 }
 
 .banner-entry{
min-height: 43px;
 width: 32.7%;
 }

 }
@media (min-width: 1024px){
.banner-entry {
    height: 425px !important;
    width: 380px;
}
}

 .s-block--banners+.s-block--banners {
    margin-top: 0em;
}
 
 .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: #ffff;
    border-radius:0;
}
 
   
.s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #373030;
    box-shadow: 0px 0px 13px 0px #0000001c;
    background: #fffbf7;
}
/* icons movement */


.s-block--features__item:hover .feature-icon i{
    animation: none;
    }
     .feature-icon i{
    animation: float 3s ease-in-out infinite!important;
    }

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(18px);
    }

    100% {
        transform: translatey(0px);
    }
}


/* footer */
@media (min-width: 1024px){
.lg\:gap-6 {
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
}

.rtl\:lg\:pl-20:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.store-footer a.flex.items-center.m-0, .store-footer a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none {
    justify-content: right;
    color: white!important;
}

.rtl\:lg\:pl-20 a h3 {
    padding-right: 9em!important;
}

}

.main-menu li.root-level>a span, .mm-spn li a span {
    font-size: 1.18em;
    font-weight: 500;
}

.store-footer__inner{

 background: var(--main-color);
}

.main-menu .has-children.root-level>a:after{
color: ;
}



.s-slider-block__display-all, .s-block__display-all {
    color: var(--main-color);
    background: var(--second-color);
    padding: 7px;
    border-radius: 20px;
}



/*wishlist icon*/


.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #ebebeb !important;
    font-size: 1rem;
}

.s-button-icon {
    height: 2rem;
    width: 2rem;
    }

.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
 left: 0.2rem;
    }
 .s-product-card-vertical .s-product-card-wishlist-btn{
 top: 0.2rem;
 opacity:1 !important;
 }   

.copyright-text p {

    color: black;
}

.s-block--features__item .feature-icon i {
    color: white !important;}
/* الفوتر
.store-footer__inner {
 background-image: url(https://cdn.salla.sa/form-builder/d542RekOBdXr5iwH70x7YEKnu0kIF9OwjPe6bC2D.jpg); 
 background-size: cover;
}
*/

.footer-is-light .store-footer .store-footer__inner{
 background: #fff;
 --tw-border-opacity:0;

}
@media (max-width: 1024px){

.s-contacts-list-vertical {
    padding-right: 5em;
}}

.s-social-list {
    justify-content: center;
}

.footer-is-light .store-footer{
background: white;

}
.copyright-text p{
padding-top: 15px;
}


footer .bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-size: 1rem;
    color: #f5f0ec;
    display: block;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    box-shadow: rgba(0,0,0,.4) 0 2px 4px, rgba(0,0,0,.3) 0 7px 13px -3px, rgba(0,0,0,.2) 0 -3px 0 inset;
    animation: 2s ease-in-out infinite both heartbeat;
    }
    
    


footer p{

color:white;

}

.s-block--features__item .feature-icon{
background-color: #ab8a56;
}





@media (max-width: 480px){
.footer-is-light .store-footer .store-footer__inner {
    background-image: url(https://cdn.salla.sa/form-builder/k3NvUlWZd8YemrkINhbolvEW0ej3UHfh0pHLloQY.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top;
    padding-top: 8em;
    border-radius: 30px;
    margin-top: 20px;
}

.navbar-brand{
margin-right: 24vw;

}
}


/* replace logo */
 img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/XwWxO/B7peEv4p4PVguc7DFvO5hd8B83N2zW7YLO4OyVyK.png"] {
  content: url("https://cdn.salla.sa/form-builder/k3NvUlWZd8YemrkINhbolvEW0ej3UHfh0pHLloQY.png");
}

/* replace banners */
@media (max-width: 480px){



img[src="https://cdn.salla.sa/form-builder/iGXOGhL4pARhaJuAVUYz0hDwg5pXszb1Z3cYypy3.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/DgnVd33kjt21x7BDEraKub75Q66hvJnS221K0rRN.jpg");
}

img[src="https://cdn.salla.sa/form-builder/zmn15qwawNyJdLkgaVk8ELoRWPwbKYWdrSJs28iw.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/ToXal2iYZCOxdvQCNsNd3vPYKa9Pqe17wrX4AzuO.jpg");
}

img[src="https://cdn.salla.sa/form-builder/HVwGyCZKxHPSB411JIIXrJpPdcgiQITAFNpbVuBD.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/Rx3jtR7E0PqGAjejsbq5OzYevDNMduNqpJlTBKOT.jpg");
}

img[src="https://cdn.salla.sa/form-builder/6ubP8TAPrp5BaZqwDErWmJmnjcl6HHuXuOH8MWDJ.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/ahPPZfBS1jUY7DqbjUKgCnR5pAJXjkXmbkKVAjX4.jpg");
}

img[src="https://cdn.salla.sa/form-builder/Qvkbfob5h3BwPoEi996uKmL132d1NdCF8QYtESCC.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/mEOCFqF6EW0yTa0JloOAsq8YXwSQS3EgOWsCj0VJ.jpg");
}


img[src="https://cdn.salla.sa/form-builder/Ndqa4OAb1gNRak1lhvCyBGNYeoaQ4a20gAvFtQhd.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/smshO817Cnpw8SvSADfpffNdPslSI2pd7ujd7Asg.jpg");
}

img[src="https://cdn.salla.sa/form-builder/gYPGBLZ2ovsasQ2AiWuPs5sGGXT50hJvNA0XqrH6.jpg"] {
  content: url("https://cdn.salla.sa/form-builder/7KZtDsQTVfWr97HanIYbrsHQuXxM4AIDj7ZZ4VJf.jpg");
}


}


.s-product-card-price {
    font-size: 1rem;
    color: #77399c;
}

.s-product-card-content-sub {
    justify-content: right;
    margin-bottom: 0.5rem;
}

.s-product-card-content-title a{
text-align: right;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 200;
}

.carousel-slider .swiper-wrapper > div {
    width: 51% !important;
}

@media (min-width: 480px){
 .carousel-slider .swiper-wrapper > div{
width: 20% !important;
} 
}

.s-product-card-image-cover {
    object-fit: cover ;
}

/* الأيقونات */

.header-btn__icon.sicon-search:before,.header-btn__icon.sicon-shopping-bag:before,.header-btn__icon.sicon-user-circle:before {
    content: "";
    width: 24px!important;
    height: 22px!important;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.header-btn__icon.sicon-shopping-bag:before {
    background-image: url("https://media.zid.store/399c579a-bc98-4adb-a4d5-b61f34b927f3/fcb29d0f-5cb7-4851-b2f4-7f12c55df9d0.svg");
    width: 24px!important;
    height: 24px!important
}

.header-btn__icon.sicon-user-circle:before {
    background-image: url("https://media.zid.store/399c579a-bc98-4adb-a4d5-b61f34b927f3/90b32bb0-f240-4028-a3e1-27f15aeadcd6.svg")
}

.header-btn__icon.sicon-search:before {
    background-image: url("https://media.zid.store/cb71dbd7-b319-4ca5-98cf-7dc3dfe2b3b4/61f5d7bc-4cde-4d6f-95e7-2d2f6c1a6aab.svg")
}

/* انتهت*/




.fa-whatsapp::after{
content:"تواصل معنا";
font-size: 15px;
padding-right:6px;
top:-3px;
position:relative;
font-family:"Almarai";
font-weight:500;

}

/* whatsapp */
#whatsapp-button {position: fixed;bottom: 30px;right: 20px;border-radius: 50%;background-color: #25d366;color: white;text-align: center;line-height: 42px;font-size: 20px;cursor: pointer;width: 135px;height: 43px;border-radius: 32.5px;font-size: 32px;box-shadow: #0000006b 2px 2px 8px;transform: rotate(360);transition: all .2s ease-in-out;z-index: 9999;}







   .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(5) {
          margin-top: 0;
        }
        
        salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    display: none;
}

salla-slider.photos-slider .swiper {
    padding-bottom: 0;
}

.s-block--best-offers .s-slider-block__title{
display:none;
}


.s-product-card-starting-price h4, .s-product-card-price {
    color: rgb(0 0 0);
    font-size: 1.25rem;
    font-family: Almarai, sans-serif !important;
    font-weight: 600;
}

.s-product-card-starting-price {
    justify-content: flex-start;
    gap: 0.125rem;
    text-align: right;
    flex-direction: column;
}

.s-product-card-entry .s-product-card-image a:before {
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.s-product-card-content,.s-product-card-entry .s-product-card-image a:before {
    background: linear-gradient(270deg,rgba(255,255,255,0) 29.77%,rgba(234,233,227,.95) 169.01%);
}

.s-social-link a svg {
    height: 1.3rem;
    width: 1.3rem;

}

.s-block--fixed-banner, .s-block--best-offers{
margin-top: 0.4rem;
}


.s-product-card-promotion-title {
    display: none;
    }
    
 .s-product-card-content-footer {
    display: none;
    }