.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-lg) var(--container-padding);
    min-height: 25vh;
    text-align: center;
}

.empty-cart__icon {
    color: var(--color-text-muted);
    margin-bottom: var(--space-sm);
}

.empty-cart__message {
    font-size: var(--font-size-base);
    color: var(--color-text-muted);
    margin-bottom: var(--space-md);
}

/* Hide default WooCommerce empty cart notice */
.cart-empty.woocommerce-info {
    display: none;
}
