:root {
    --main-color: #1f53a1;
    --white-color: white;
    --black-color:black;
}

body {
    background-color:#fafafa !important;
}


/********************* header ************************/
body.index header.store-header {
    z-index: 10;
}
.top-navbar {
    background-color:#a9dbd7c2;
}
div#mainnav {
    background-color:#a9dbd7c2;
      border-bottom-right-radius:80px;
    border-bottom-left-radius:80px;
}




.inner.bg-inherit {
    background-color:#a9dbd7c2;
    border-bottom-right-radius:80px;
    border-bottom-left-radius:80px;
}
.top-navbar .s-search-input {
    background-color: var(--white-color) !important;
}
@media (min-width: 1024px) {
    ul.main-menu,
    .main-menu li.root-level>a {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
    background: var(--main-color) !important;
    color: var(--white-color) !important;
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}
i.sicon-menu {
   border-radius:10px;
   padding:5px;
}

.main-menu li.root-level>a:hover {
    transform: translateY(-3px);
    background-color: var(--main-color);
    color: var(--white-color);
}
.main-menu li.root-level>a:hover::before {
    width: 100%;
}
@media (max-width: 768px){
    header.store-header {
     margin-inline: 0rem;
}
    div#mainnav {
    background-color:#a9dbd7c2;
      border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

   
    .inner.bg-inherit {
  border-radius: 0 !important;
}


   .inner.bg-inherit .flex.items-stretch.justify-between.relative{
        justify-content:space-around
    }
    div#karzoun-widget-send-button {
    bottom:8rem!important;
}
}


/************  slider **************/
section.s-block.s-block--photos-slider {
        margin-top: -5rem!important;
   
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
    border-radius:0 !important;
    width: 100% !important;  /* Full viewport width */
    height: 100% !important; /* Full viewport height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}
[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper{
    padding:0 !important;
}

img.w-full{
    border-radius: 0px;
}




section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type{
    margin-top:0 !important;
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}

.s-block--banners .grid {grid-template-columns: repeat(6, minmax(0, 1fr)) !important;}
.s-block--banners .grid a.banner-entry {
    background-color:transparent !important;
height:150px !important;
}
.s-block--banners .grid a.banner-entry:first-of-type{
    grid-area:1/1/1/1 !important;
}


.s-block--banners .grid a div{
    background-size:contain !important;
    background-position: center !important;
    background-repeat:no-repeat !important;
}

body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div a.banner-entry {
    background-color:transparent !important;
    height:350px !important;
}
.s-block--banners .grid:last-of-type a.banner-entry:first-of-type{
    grid-area:1/1/1/1 !important;
}

@media(max-width:992px) {
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap:0;
}
   
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div a.banner-entry {
    background-color: transparent !important;
    height: 150px !important;
}
    .s-block--banners .grid a.banner-entry {
    background-color:transparent !important;
    height: 150px !important;
    flex-basis: 45%;
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div ,
   body.product-index > div.app-inner.flex.flex-col.min-h-full > div > section > div{
            display:flex !important;
        justify-content:center;
      align-items:center; 
     flex-wrap:wrap;
          
}



}




.s-button-primary-outline{
        background-color:  var(--main-color);
    border:none;
    color:var(--white-color);

}
.s-button-primary-outline:hover{
     background-color: var(--main-color);

}
.s-product-card-entry {
   transform: translate(0px, 0px);
   transition: all .5s ease-in-out;
   border:1px solid var(--main-color);
   box-shadow: 1px 1px 3px 2px #ddd !important;
   background: #f0efef;
}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       box-shadow: 3px 3px 5px 4px #ddd !important;
    
}
.s-product-card-content {
    background-color: #f0efef;
    border-radius: 0 0px 10px 10px !important;
}
.s-product-card-content *{
    justify-content:center;
    text-align:center;

}

h4.s-product-card-price {
    color:red;
}

img.s-product-card-image-contain.lazy.loaded {
    background-color: #fff;
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px)
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}

button.s-slider-next.s-slider-nav-arrow:hover , button.s-slider-prev.s-slider-nav-arrow:hover{
    background-color:var(--main-color);
    border:none;
    transform: translateX(-3px);
    
}
button.s-slider-prev.s-slider-nav-arrow:hover{
transform: translateX(3px)
}
a.s-slider-block__display-all {
    color:var(--main-color);
}


.store-footer__inner {
border-radius: 100px 100px 0 0 !important;
background-color: var(--main-color) !important ;
color:#fff;
  }
.store-footer {
    background-color: transparent !important;
}

 .s-contacts-list.s-contacts-list-vertical div#contact-slot:first-child .s-contacts-icon{
    background-color: #25D369;
}

/*** sectionbanners.container ***/

footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: black;
    color:white;
border:none
}
footer a[href*=snapchat] {
    background:yellow;
    
  border:none
}

.s-social-link a[href*=snapchat] svg {
    fill:#000 !important; 
}
footer a[href*=youtube] {
    background:red;
border:none;
    color:white;
}
footer a[href*=x] {
    background:#000;
border:none;
  Â Â color:white;
}
@media(min-width:992px){
 footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p.ql-direction-rtl {
 margin-bottom: 20px;
        word-spacing: 2px;
        text-wrap: balance;

 }
}
 @media(max-width: 992px){
 
 #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > img{    width: 40% !important;}
   .store-footer__inner *{
    justify-content: center;
    text-align: center;
    }
      .s-products-slider-card {
 
    max-width: 200px !important;
 
}
 footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p.ql-direction-rtl {
margin-bottom: 10px;
        word-spacing: 2px;
        text-wrap: balance;
 }
    }
    
    .s-products-slider-card.swiper-slide {
    padding-top: 20px;
}



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


[lang="en"] img[src="https://cdn.salla.sa/form-builder/GYOUgxrN63YodX2ajs4wl238eTPmyq3CZ6ZOPHBp.webp"] {
    content: url("https://i.postimg.cc/PfmHYK3w/banner2-1.webp");
}
[lang="en"] img[src="https://cdn.salla.sa/form-builder/usc1xRyHJtO0pexvNqlGDzRXvm9Z9cgzIPO0K0mR.webp"] {
    content: url("https://i.postimg.cc/Y0fw7qG3/banner3-1.webp");
}
[lang="en"] img[src="https://cdn.salla.sa/form-builder/6nRRCiYStFKQ9UuY9uXmNrKY9eaG7av2HI0SrzzA.webp"] {
    content: url("https://i.postimg.cc/8cVVxr5c/banner4-1.webp");
}
[lang="en"] img[src="https://cdn.salla.sa/form-builder/45sob2JSsbQ4R3OK4qSsJMU5CV48sEj20KYPTHyi.webp"] {
    content: url("https://i.postimg.cc/tTwwkTcP/banner1.png");
}


[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/Y5QEnUgIWnZch3OBpgzrzOrWfKWJgZSfeB3bEMtV.png"] {
    background-image: url("https://i.postimg.cc/MZR6tzTX/Dental.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/tIcARHL0Sp9T1p4AXNJ7tpP75SxqEC58mSf7Lz7c.png"] {
    background-image: url("https://i.postimg.cc/c4SsbPgh/ENT.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/1ug0S9KkuLbvA0oArurEensHLXs0P43yF6IlaFAm.png"] {
    background-image: url("https://i.postimg.cc/7LfDzkdH/Ophthalmology.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/8aGDRfc9RxCslPck9rGBYz0g9dCGjbRRVpmZD3ir.png"] {
    background-image: url("https://i.postimg.cc/BnZJqDC1/Maternity.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/5bbNuBSgEd4jKHkZOBTIylUIloZs69j7uwrZtwg3.png"] {
    background-image: url("https://i.postimg.cc/tJh9gNfF/Cosmetic.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/YEUd7qKSbzik89hJLWPLlTllWPb2zx06q9awhqCp.png"] {
    background-image: url("https://i.postimg.cc/CLsFTJbg/Hair-Transplant.png") !important;
}

[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/ZugWyWxTjs5ZNG0SsAga7YH5NIDIHHXdkpelZzn6.png"] {
    background-image: url("https://i.postimg.cc/HLRm4N1Q/Urology.png") !important;
}



[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/Sw22I8nNnHSIVV38nZjwqMrRyTc772n0wqTFZVMt.png"] {
    background-image: url("https://i.postimg.cc/QMFmQgxN/1.png") !important;
}

[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/r7y2UdJss9DiCGyiKvzoldJRSXEwT9BoyntXNdlW.png"] {
    background-image: url("https://i.postimg.cc/wvJkP6mS/2.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/Sye2aN6WU79GncYrVeCmFeKEhYLYHcIpViL1qkDo.png"] {
    background-image: url("https://i.postimg.cc/fb1KB3Jc/3.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/91PGdnRHmfNjOvSfzYg538EnOEwwDpOMYRtHw03N.png"] {
    background-image: url("https://i.postimg.cc/qqTGH9cg/4.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/rnyQ87GBofXR4GMXwKAa024Zd3grmBqvajFDs0ht.png"] {
    background-image: url("https://i.postimg.cc/yxyy1vnj/5.png") !important;
}
[lang="en"] [data-bg="https://cdn.salla.sa/form-builder/T8NhiipHWBjGsocWGaXxwUbmeH5ci1bktVI4ylRh.png"] {
    background-image: url("https://i.postimg.cc/ZY8cx5ZN/6.png") !important;
}


@media(max-width:992px){
    img[src="https://cdn.salla.sa/form-builder/45sob2JSsbQ4R3OK4qSsJMU5CV48sEj20KYPTHyi.webp"] {
        content:url("https://i.postimg.cc/hP9tGNLc/banner-mobile.png") !important;
    }

     [lang="en"] img[src="https://cdn.salla.sa/form-builder/45sob2JSsbQ4R3OK4qSsJMU5CV48sEj20KYPTHyi.webp"] {
    content: url("https://i.postimg.cc/vHS3cSb2/banner-mobile.png") !important;
}

}



#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div {grid-template-columns: repeat(7, minmax(0, 1fr)) !important;}