/* tiêu đề trang */
.page-title {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

/* mỗi mặt hàng */
.mh-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    background-color: #fafafa;
    text-align: center;
}

/* tên hàng */
.mh-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

/* giá */
.mh-price {
    color: red;
    font-weight: bold;
}

/* hình */
.mh-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin: 8px 0;
}

/* số lượng */
.mh-qty {
    width: 35px;
    text-align: center;
}

/* nút */
.mh-btn {
    margin-top: 6px;
    padding: 4px 10px;
    cursor: pointer;
}
