.product-category-buttons {
    visibility: hidden;
}

.modern-product-img-wrapper {
    background: transparent;
    padding: 0px !important;
    height: 350px;
}

.modern-product-img-wrapper img {
    max-height: unset !important;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}
.modern-learn-more .btn{    
    background-color: transparent;
    border-color: var(--site-color);
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    color: var(--site-color);
}
.modern-learn-more .btn:hover{
    color: #fff;
    background-color: var(--site-color);
}