:root {
    --main-color: #a8ccac;
    --white-color: white;
    --sup-color: #46794d;
    --black-color: black;
    
}


/********************* body ************************/

body{
    background-color:#eff5e9;
}
/********************* header ************************/
.top-navbar {
    background-color:#d8dcd0c2
}
div#mainnav {
    background-color:#ffecec00;    
}

header.store-header {
     margin-inline: 3rem;
}


.inner.bg-inherit {
    background-color:#d8dcd0c2;
    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;
}
    .top-navbar{
        background-color: var(--main-color) !important;
    }
    .inner.bg-inherit {
    border-bottom-right-radius:35px;
    border-bottom-left-radius:35px;
}
   .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;
    z-index:-10;
}
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;
}
button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock , button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display:none;
}

@media (max-width: 768px)

{
.s-block--categories   a  img{
    height: auto;
    width: 100% !important;
    border-radius: 0 !important;
}
.s-block--categories  div.swiper-slide.slide--one-sixth {
    width: 40% !important;
    
}
    section.s-block.s-block--photos-slider {
        margin-top: -4.3rem!important;
}
}
/************ banner **************/
section.s-block.s-block--fixed-banner.wide-placeholder:not(:nth-of-type(3)) > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
    margin-top:10px;
    margin-bottom:10px;  
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}

/************  products **************/
.s-button-primary-outline{
        background-color: green;
    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;

}

.s-product-card-entry:hover{
  transform: translate(0px, -10px);
       box-shadow: 3px 3px 5px 4px #ddd !important;
    
}

.s-product-card-content *{
    justify-content:center;
    text-align:center;
}

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

img.s-product-card-image-contain.lazy.loaded {
    background-color:var(--white-color);
}

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)
}
.s-slider-block__display-all{
    color:var(--white-color);
    background-color:var(--main-color);
    padding:4px;
    border-radius:8px;
}
.s-slider-block__display-all:hover{
    color:var(--main-color);
    background-color:var(--white-color);
    padding:4px;
    border-radius:8px;
    transition: 0.3s ;
}

.swiper-wrapper > div > a > h2 {
    display: none !important;
}

.swiper-wrapper > div {
    background: transparent;
    padding: 10px !important;
    width: 25%;
}

.swiper-wrapper > div> a  {
    background: transparent;
    
    height: auto !important;
}

.s-block--categories   a  img{
    height: auto;
    width: 100% !important;
    border-radius: 0 !important;
}
.s-block--categories  div.swiper-slide.slide--one-sixth {
    width: 15% !important;
    
}





/************ footer **************/
.footer-is-light .store-footer .store-footer__inner  {
     /* background-image: url(https://i.postimg.cc/ZnXgXWMb/image.webp); */
  background-size: cover;  
  background-repeat: no-repeat; 
  background-position: center center;     position:relative;
    background-size: cover;
    border:none;   
}
.store-footer__inner *{
    justify-content:center;
    
}
.footer-is-light .store-footer {
    background-color:var(--sup-color);

    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    
}
.footer-is-light .store-footer .store-footer__inner{
        background-color:var(--main-color);

    border:none;
    color:var(--black-color);
}
.store-footer__inner *{
    justify-content:center;
   /* align-items:center;*/
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div {
   /* padding: 40px;*/
}





.grid-layout img {
    border-radius:6px;
}

.s-social-link a , .s-contacts-icon{
    border:1px solid var(--black-color);
}
@media (max-width: 768px){
.swiper-wrapper > div {

    width: 80%;
}
.footer-is-light .store-footer .store-footer__inner{
  
    border:none;
    color:var(--black-color);
}
.store-footer__inner{
    justify-content:center;
    align-items:center;
    text-align:center
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a.flex.items-center.m-0 {
    justify-content:center;
}




.grid-layout img {
    background-color:var(--main-color);
    border-radius:6px;
    height:150px;
}


}

@media (max-width: 768px){

.s-block--categories   a  img{
    height: auto;
    width: 100% !important;
    border-radius: 0 !important;
}
.s-block--categories  div.swiper-slide.slide--one-sixth {
    width: 40% !important;
    
}}




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
}
footer a[href*=youtube] {
    background:red;
border:none;
    color:white;
}
footer a[href*=twitter] {
    background:lightskyblue;
border:none;
    color:white;
}