.elementor-10329 .elementor-element.elementor-element-3810b609{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3cc54784 *//* --- ĐẠI TU GIỎ HÀNG CHUẨN APPLE --- */

/* Đổi màu và làm tròn nút bấm WooCommerce (Cả giỏ trống & lúc thanh toán) */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit {
    background-color: #0071e3 !important;
    color: #ffffff !important;
    border-radius: 980px !important; /* Bo góc cong hoàn hảo */
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

/* Hiệu ứng lún nút khi hover/click */
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #0077ed !important;
    transform: scale(0.96) !important;
}

/* Căn giữa thông báo giỏ hàng trống và đổi màu thanh trên cùng */
.woocommerce-info, .woocommerce-message {
    border-top-color: #0071e3 !important;
    background-color: #f5f5f7 !important; /* Màu xám nhạt Apple */
    color: #1d1d1f !important;
    border-radius: 12px;
}
.woocommerce-info::before, .woocommerce-message::before {
    color: #0071e3 !important;
}
p.cart-empty {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 24px;
}/* End custom CSS */