/* Cursor pointer para elementos clicáveis */
.remove-cart-item,
.tf-mini-cart-remove,
.remove-from-wishlist,
.btn-hide-popup,
[data-bs-toggle],
[data-bs-dismiss],
[onclick],
button:not(:disabled),
.clickable,
.pointer {
    cursor: pointer !important;
}

/* Toast customizado - compacto e discreto */
.swal2-toast {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.swal2-toast .swal2-icon {
    width: 2rem !important;
    height: 2rem !important;
    margin: 0 0.75rem 0 0 !important;
}

.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 1.5rem !important;
}

.swal2-toast .swal2-title {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

.swal2-toast .swal2-timer-progress-bar {
    background: rgba(0,0,0,0.2) !important;
}

label {
    font-weight: 600;
    margin-left: 10px;
}
