:root {
    --main-color: #A41B2C;
    --white-color: white;
    --black-color:black;
}

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


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




.inner.bg-inherit {
    background-color:#E7A0A980;
    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);
   
    color: var(--main-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:#eb9fa9c2;
      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;
   
}
  .s-slider-block__title-nav {
    visibility: hidden;
  }


#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div ,#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div{   padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;}
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 not:firstchild {
    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-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;
}
.s-products-slider-card.swiper-slide {
    padding-top: 20px;
}

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 {
background-color: var(--main-color) !important ;
color:#fff;
  }
.store-footer {
    background-color: transparent !important;
}


/*** 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
}
.main-nav-container {
    min-height: 64px;
}
.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(max-width: 992px){
 
 
 
   .store-footer__inner *{
    justify-content: center;
    text-align: center;
    }
 }
 
 .s-block--features__item {
    background-color: transparent !important; 
}

.s-block--features__item .feature-icon{background:transparent;
                                      }
.s-block--features__item h2 , p {color:var(--main-color);}
.s-block--features__item  p {color:var(--main-color);;
                            }
.s-block--features__item .feature-icon i{color:var(--main-color);;
                                        
                                      }