/* Trang giỏ hàng */
.cart_page .cart-section {
    background: #f6f7f9;
}

.cart-page {
    max-width: 1200px;
}

.cart-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.cart-summary {
    position: sticky;
    top: 1rem;
}

.cart-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

.cart-title {
    font-size: 0.95rem;
    line-height: 1.3;
}

.cart-qty .tgwv-cart-qty {
    width: 70px;
}

.cart-menu__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
}

.cart-menu__badge {
    position: absolute;
    top: -7px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #d6242f;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .cart-summary {
        position: static;
    }
}
