.col-product {
    margin-bottom: 30px;
    &:last-child {
        @include breakpointMax(md) {
            margin-bottom: 0;
        }
    }

    .img-wrap {
        margin-bottom: 16px;
        img {
            border-radius: 16px;
        }
    }

    .col-wrap {
        h4 {
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .price {
            display: block;
        }
    }
}
.products-block {
}
