/* Add custom CSS styles below */ 
/* elegance css*/
/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

        @import url(https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css);
        body :not(i) {
  font-family: "IBM Plex Sans Arabic", sans-serif;

        }


        :root {
         --brown-color: #fbe8b6;
              --main-color: #2596be;
            --second-color: #fbe8b6;
            --third-color: #006386;
            --white-color: #fff;
            --black-color: #000;
            --back-color: #00574c;
            --icon-color: #542a6;
            
            --gr-light: #d2d2d2;
            --gr-dark: #00574c;
           --icon-back: #fbe8b6;
        }

/* 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: #2596be;
    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: 999999999999999;
    background:url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EXQaB/UbXXdPhcpJ3ilgNz2Ge46aQSQaBv8sA042xtIJpj.png");
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    animation-name: pupup_logo;
    animation-duration: 2s;
    transform: scale(0)rotate(0deg)
}

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







.store-header {
    margin-bottom: -1rem !important;
    
}
       
        .bg-inherit,
        [dir=rtl] .s-cart-summary-count {
           background: linear-gradient(45deg, #a2e0f6, #2596be);
        }
        
        [dir=rtl] .s-cart-summary-count {
           background: grey;
        }

        .top-navbar {
        display:none;
            background-image: radial-gradient(circle, #e3c3970d, #fff);
        }




        .leading-\[1\.2\],
       
        .mm-spn li a span,
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2,
        h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3, .s-slider-block__title h2:where([dir=ltr],[dir=ltr] *) {
color: var(--main-color);
           display: inline-block;
font-size: 1.3rem;
        }
         .main-menu li.root-level > a span{
 color: white;
 font-weight:700;
 
 }

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

        i.header-btn__icon {
            background-color: var(--second-color);
            color: var(--third-color);
            border: 2px solid var(--third-color);
            box-shadow: 0 14px 28px rgb(0 0 0 / 0%), 0 10px 10px rgba(0, 0, 0, .22);
        }


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

  





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(3) {
            
        }

        .leading-\[1\.2\],
        .s-block__title h2,
        [dir=rtl] .s-slider-block__title h2 {
color: var(--main-color);
font-size: 1.3rem;
    line-height: 1.5em;
       }


        .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 {
            width: 100%;
            margin-left: auto;
            border-radius: 0 20px;
            text-align: center;
        }
            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: #ffdfd9;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 3px;
           
        }

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

           .s-product-card-entry {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 6%);
    border: .125rem solid #ffffff;
    padding: 0.7em;
    border-radius: 2.25rem;
    
}
        
        .s-product-card-content-title a {
            white-space: nowrap;
            color: var(--main-color);
            display: block;
            overflow: hidden;
            text-overflow: ellipsis
        }

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

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

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

        .s-block--features__item p {
            display: none
        }

        .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(--main-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: var(--main-color);
        }

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




        @media(max-width:992px) {
            .mm-spn.mm-spn--navbar ul {
                background: #fffefd;
            }
            .mm-ocd--open .mm-ocd__content {
                background: #d1d0c6
            }
            .mm-ocd--open .mm-ocd__content::before {
background: #2596be url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EXQaB/UbXXdPhcpJ3ilgNz2Ge46aQSQaBv8sA042xtIJpj.png");
                border-radius:0;
                font-size: 18px;
                content: "";
                width: 100%;
                background-repeat: no-repeat;
                background-size: 40%;
                background-position: center;
                margin: auto;
                height: 30%;
                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
            }
           .mm-spn li {
        background: #fffefd !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 {
                content: "\ed7f";
                border-radius: 50%;
                padding: 7px;
                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: black !important;
                border-width: thick !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: var(--brown-color) !important
        }

        .product-index h1.font-bold.text-xl.rtl\:pl-3.ltr\:pr-3 {
          color: var(--main-color);
          font-siz: 1rem;
        }




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


}

.undefined .s-button-text > span{
display:none;
}

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

    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);
}}



{

}
.s-product-card-content-title a{
text-align: right;
}


.s-product-card-content-sub {

  justify-content: right;
}

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

.s-product-card-vertical .s-product-card-image {
border-radius: 1.875rem!important;
}

 لون الخلفية 

body {
    background-color: white;
}


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

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

}

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

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

.footer-is-light .store-footer .store-footer__inner .text-sm {
    color: var(--brown-color);
}

/* الرأسية */

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

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

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{
background: white;
border:1px solid #dedede;

}


/* الأقسام جديدة*/
 
 .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: 32%;
 }

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

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

.s-button-btn {
    padding-left: 0;
    padding-right: 0;
    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:#f9ecd700;
}
.s-product-card-image img.loaded {

  background: white;
}
body, section.section {
    background-color: #fafdff;
} 

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

}





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

.s-product-card-content-footer .s-button-primary-outline {
    display: block;
     border: 1px solid var(--color-main) !important; 
background: var(--main-color);
            padding-top: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 0 23px 23px 0 !important;
    text-align: center;
    color: #ffdfd9 !important;
    border: transparent solid 1px;
    height: 35px !important;
    width: 60px;
    bottom: 10px;
}

.s-product-card-entry .s-product-card-content-footer {
    margin-top: -16%;
    display: flex;
    align-items: center;
    margin-bottom: -10%;
    transform: translateX(-120%);
      

}

.s-product-card-entry .s-product-card-content-footer{
transition: all .6s cubic-bezier(.2,1,.3,1);
    transform: translateX(-88%);

}

@media (max-width: 480px){

.s-product-card-entry:hover .s-product-card-content-footer, .s-product-card-entry .s-product-card-content-footer{
transition: all .6s cubic-bezier(.2,1,.3,1);
    transform: translateX(-80%);

}

}



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

.topnav-is-dark .top-navbar{
}



/* حجم المنتجات*/
@media (max-width: 992px){
.carousel-slider .swiper-wrapper> div {
height: 100% !important;
width: 52%;
    }
}

@media (min-width: 640px) {
    .carousel-slider .swiper-wrapper> div {

        height: 100% !important;
        width: 55%;
    }
}

.swiper-wrapper{
padding-left: 15px;
display: flex;
    justify-content: right;

}
.section-products .container {
    background: #ffffff7a!important;
    border: 1px solid #fff!important;
}    
    
#best-offers-1-slider, #best-offers-2-slider, #best-offers-3-slider, #best-offers-4-slider, #best-offers-5-slider, #best-offers-6-slider,#best-offers-7-slider, #best-offers-8-slider, #best-offers-9-slider, #best-offers-10-slider, #best-offers-11-slider, #best-offers-12-slider, #best-offers-13-slider, #best-offers-14-slider{
   background:whtite !important;

    padding-top: 0rem;
    border-radius: 10px;
    padding-bottom: 18px;
}
@media (min-width: 1280px){
.container {
    max-width: 1170px;
} }

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


i.header-btn__icon{
border:0px;
background-color: var(--icon-back);

}

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

@media (max-width: 992px){
.sicon-menu:before {
background-color: var(--icon-back);
border:none;
}}
/*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: 110px;

 }
 
 
 @media (max-width: 767px)
 {
 .md\:grid-cols-3{
 gap: .3rem ;
 flex-direction: row;
 flex-wrap: wrap;
 }
 
 .banner-entry{
/* min-height: 49px; */
 width: 32%;
 }

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

 .s-block--banners+.s-block--banners {
    margin-top: 0em;
}
 
 
 
 
 /* Feachure items*/
.s-block--features__item:first-child {
    grid-column: 1;
}

.s-block--features__item p {
    display: block;
}

@media (max-width: 744px){
.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(1,minmax(0,1fr));
    }
    
}
.s-block--features div{
    width:100%!important;
    background: white!important;
     gap:0!important;
    color: #1f1f1f!important;
    margin-bottom:0!important;
}

.s-block--features__item h4, .s-block--features__item p {
    visibility: visible!important;
    color: #8a8a8a!important;
    margin-bottom: 0!important;
    }
    .s-block--features__item h4{
    font-size:1.4rem;
    font-weight: 300;
    padding-top: 0!important;
    padding-bottom: 1rem!important;
    }
    .s-block--features__item p{
    font-size:1rem;
    background: linear-gradient(to left, #fff, #f5ece3) !important;
    padding-bottom: 10px!important;
    align-self: stretch;
    min-height: 50px;
    border-radius: 0 5rem!important;
   
    }

.s-block--features__item .feature-icon i{
color:#989898!important;
animation: float 4s ease-in-out infinite;
transition: all .4s ease;
}

.s-block--features div {
border-radius: 20px;
}

.s-block--features__item {
    padding: 0.5em;
}
/* 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;
}

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

}

.main-menu li.root-level>a span,  {
    font-size: 1.3em;
    color: white;
}
.mm-spn li span , .mm-spn li a span,  .mm-spn li span {
    font-size: 1.3em;
    color: var(--main-color);
}

.store-footer__inner{

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

.main-menu .has-children.root-level>a:after{
color: var(--icon-back);
}

.store-footer__inner{
padding-top: 4rem;
}

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


[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn{
display:none;
}

.copyright-text p {

    color: rgb(255 255 255);
}

.s-block--features__item .feature-icon i {
    }
/* الفوتر
.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: var(--brown-color);

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

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

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

.footer-is-light .store-footer{
background: var(--brown-color);
}

.s-product-card-promotion-title{
background-color: var(--icon-color);
}

.s-block--fixed-banner .container {
  

    
}

.store-footer{
}


/* whatsapp */
#whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
border-radius: 50%;
background-color: rgb(48, 191, 57);
color: white;
text-align: center;
line-height: 52px;
font-size: 20px;
cursor: pointer;
width: 50px;
height: 50px;
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;

}


.two-row .banner-entry:first-child h3, .two-row .banner-entry h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
}




/* theme New */

@media (min-width: 640px) {
.s-block--categories salla-slider .slide--one-sixth {
        width: 12em;
    }
}

.has-overlay.with-hover:after {
    opacity:1;
}


.banner-entry h3,.banner-entry p{
    opacity: 1
}

.has-overlay:after{

}

.two-row .banner-entry:first-child h3, .two-row .banner-entry h3, .banner-entry h3.text-with-border {
padding: 0!important;
    font-size: 1rem;
    line-height: 1.3rem;
margin-top: 50%;
    font-weight: 500;
    color: black;
}


@media(min-width: 480px) {
    .banner-entry h3.text-with-border {
        border-width:0px;
    }
    
    .two-row .banner-entry:first-child h3, .two-row .banner-entry h3, .banner-entry h3.text-with-border {
    margin-top: 50%!important;
    line-height: 1.9rem;
    font-size: 1.7rem;
}
}




/* الأقسام */
.index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4), .index>div.app-inner.flex.flex-col.min-h-full>section:nth-child(5){

}




@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0;

        font-weight: 500;
    }
    
    .main-nav-container.fixed-header .inner {
    
    
}
}
@media (min-width: 1024px) {
  .main-nav-container {
   
  }
}

.main-nav-container {
 border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}


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

.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *), .s-social-link a {

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

.copyright-text p {
  color: rgb(137, 134, 132);
}



@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        font-size: .775rem;
        }}
        
        
.bg-inherit {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.s-product-card-price {
    font-size: 1rem;
}
.navbar-brand {
    margin-top: 0;
    margin-bottom: 0;}

img[src="https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=70,height=70,onerror=redirect,format=auto/images/tax.png?v=2.0.3"] {
    content: url(https://cdn.salla.sa/form-builder/wdWMUyGWd2PDgBczi12YaU7xpLVDNEyAdTysV1Sj.png);
    width: 140px;
    left: -60px;
    position: relative; }
    
    
    
    
/* popup window */
    
 #main-links-12, #main-links-13{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
     z-index: -99999;
  visibility: hidden;

}
 #main-links-12.show ,#main-links-13.show {
  opacity: 1;
  visibility: visible;
   z-index: 999999999;
} 


#main-links-11 {
  display: none;
     z-index: -99999;
}

#main-links-11 {
  display: flex;
  
}



/* close btn */
.s-block--categories .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ff0000; /* Red color */
  cursor: pointer;

}

.s-block--categories .close-button:before,
.s-block--categories .close-button:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: currentColor;
}

.s-block--categories .close-button:before {
  transform: rotate(45deg);
}

.s-block--categories .close-button:after {
  transform: rotate(-45deg);
}


.s-block--categories salla-slider .slide--one-sixth {
    width: 44%;
}


@media (min-width: 640px) {
.s-block--categories salla-slider .slide--one-sixth {
        width: 12rem;
    }
}

.has-overlay.with-hover:after {
    opacity:1;
}


.banner-entry h3,.banner-entry p{
    opacity: 1
}

.has-overlay:after{
background: linear-gradient(1deg, #000000cc, transparent 40%);
}

.two-row .banner-entry:first-child h3, .two-row .banner-entry h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
margin-top: 40%;
    font-weight: 500;
}


@media(min-width: 480px) {
    .banner-entry h3.text-with-border {
        border-width:0px;
    }
    
    .two-row .banner-entry:first-child h3, .two-row .banner-entry h3 {
    margin-top: 45%!important;

    font-size: 1.7rem;
}
}

.s-block--logos-slider{
background: white;
}



.carousel-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
    width: 100%;
}




.s-block__display-all{
color: var(--main-color);
}


.s-slider-container {
    padding-top: .95rem;
    padding-bottom: .95rem;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
        flex: 1 1 0% !important;
    }