section:nth-of-type(2) .object-cover{
    object-fit: contain;
    background-size: auto;
    /* height: 300px; */
    margin: 1rem 0;  
}
section:nth-of-type(2) .overflow-hidden{
padding-block: 1rem;   
}
body:not(.free-images-height) .swiper-slide .product-card:not(.product-card--fit-height):not(.product-card__full-image):not(.product-card--minimal):not(.product-card--horizontal){
height: stretch;  
}
.s-block--enhanced-features__item{
  margin: 1rem 0 ;
}
.store-footer__curve,
.store-footer__inner, .store-footer__newsletter ,
.store-footer__contacts-row ,
.footer-bottom{
background-color: #4C87C9;
  color: white;
}
.store-footer__curve{
  color: #4C87C9;
}
.text-gray-400{
  color: white;
}  
.product-card{
  border: 2px solid #F0F0F0;
} 
.bg-store-bg-secondary{
  background-color: #EEEEEE;
}