.navbar-brand img {
    max-height: 7rem;
}
#mainnav {
    height: auto !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 90px;
}


/*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(4, minmax(0, 1fr));
}
.lazy__bg {
  
    background-size: contain;

    background-repeat: no-repeat;
}
.two-row .banner-entry:first-child {
    height: 200px;
}
.banner-entry {

    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*/
 .hydrated .s-button-element{
background-color: #DFBBBB !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*/ 

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

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

@media(min-width:1024px){
  footer .grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  footer .grid > div:first-child{
    grid-column: span 1 !Important
}
}

div#contact-slot {
    margin-right: 0 !Important;
}

li.s-social-link {
    margin: 0 !important;
}

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


/*footer end*/