/* CARD SẢN PHẨM FLATSOME */
.product-small .box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.product-small .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}
.product-small .box-image img {
    border-radius: 14px;
    padding: 10px;
    background: #fff;
}
.product-small .box-text {
    padding: 12px 14px 16px;
    text-align: center;
}

/* Tên sản phẩm */
.product-small .title-wrapper .name {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    min-height: 42px;
    margin-bottom: 6px;
}
.product-small .price-wrapper .price {
    font-size: 16px;
    font-weight: 700;
    color: #1e73ff;
}

/* Giá cũ */
.product-small .price del {
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}
.product-small .add-to-cart-button a {
    background: #1e73ff;
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.product-small .add-to-cart-button a:hover {
    background: #004fd8;
}
.image-tools,
.image-tools-grid {
    display: none !important;
}
.row .col {
    padding-bottom: 25px;
}
.product-small .title-wrapper,
.product-small .title-wrapper .name {
    text-align: left !important;
}