.inner.bg-inherit {
    background-color: #796296;
   
}
.main-menu li.root-level>a {
   
    color:white
}

 body:not(body.product-single) [class^=sicon-], [class*=" sicon-"] {
   
    color: white;
   
}
.s-cart-summary-total {
  
    color: white;
}

.navbar-brand img {
    max-height: 4rem;
      max-width: 180px !important;

}



/*swiper photos start*/ 

.s-block--photos-slider .swiper-slide{
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  
}

.s-block--photos-slider  {
    margin-top: 0;
    

}
 .swiper{

    padding: 0px !important;

}
/*swiper photos end*/ 

/*grid start*/ 



.md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.banner-entry .lazy__bg {
  
    background-size: contain;

    background-repeat: no-repeat;
}

.banner-entry {
    height: 300px !important;

    background-color: transparent;
   
}

@media(max-width:768px){
.banner-entry {
    height: 80px !important;

    background-color: transparent;
   
}

}

/*grid end*/ 


/*slider card start*/ 

.s-products-slider-card.swiper-slide{
    width:50%
}

.s-products-slider-card.swiper-slide{
margin-bottom:30px
}

 .s-block--photos-slider .s-slider-block__title-nav{
 display: none;

 }
 
 /*slider card button  start*/
 body:not(body.product-single) .hydrated .s-button-element{
background-color: #796296 !important;
 }
button.undefined {
    color: white;
}
 
 .s-product-card-content-title a {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
  }
/*slider card button end*/
  
/*slider card end*/ 


.banner--fixed img {

    background-color: transparent;
}


/*footer start*/ 
.store-footer__inner{
     background-color: #796296 !important;
    color: white;
}

footer *{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/*footer end*/




/*animations*/


@keyframes moveUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.s-product-card-entry { 
    animation: moveUpDown 2s ease-in-out infinite; 
}