#product-mainpicture {
    max-height: 350px;
    margin: 0px auto;
    display: block;
    border-radius: 30px;
}

.product-info
{
    font-weight: 700;
}

.pi-price
{
    font-size: 22px;
}

.product-images .images img
{
    border-radius: 10px;
}

.product-card
{
    width: 100%;
    max-width: 296px;
}

.product-name {
    margin: 0px auto;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 125%;
    width: 100%;
    max-width: 170px;
}

.products
{
    padding: 50px 0px;
    background: #F5F5F5;
}

.product-image-wrapper
{
    border-radius: 30px;
    overflow: hidden;
}

.product-card:hover .product-image-wrapper img
{
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .product-card
    {
        width: 100%;
        max-width: 275px;
    }
}