/* Add custom CSS styles below */ 
@media only screen and (min-width: 1024px) {
    .main-menu li>a {
    font-size: 1rem;
    }
    
  }
  @media (max-width: 767px) {
    body:not(.free-images-height) .simplified-products .s-products-slider-card .product-card--simplified .product-card__image, body:not(.free-images-height) .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__image, body:not(.free-images-height) .simplified-products .offer-slide .product-card--simplified .product-card__image {
        max-height: 22rem;
        height: 22rem;
    }
}