.template-shop ul.products li a img {
    height: revert-layer !important;
    max-height: 308px;
}
#top #header .av-main-nav>li.current-menu-item>a .avia-menu-text,
#top #header .av-main-nav>li.current-menu-item>a .avia-menu-subtext {
    color: black;
    text-decoration: underline;
    text-decoration-color: #ff5e00;
    text-underline-offset: 15px;
    text-decoration-thickness: 2.5px;
}
#top .product h2.woocommerce-loop-product__title {
    font-size: 21px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    min-height: 59.59px;
}