.b-product-line {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.b-product-line__image-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.b-product-line__product-name {
    font-size: 14px;
    margin-bottom: 8px;
}

.b-product-line__price {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
}

.b-product-line__data {
    font-size: 12px;
    color: #555;
    margin: 5px 0;
}

.b-button-colored {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #2e7d32;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

.b-button-colored:hover {
    background: #1b5e20;
}
