/* by whyr, contact: pangestu@whyr.my.id */
/* Simpanan Page Specific Styles */

.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.product-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--brand-blue) !important;
}

.product-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.hero-section-simpanan {
    margin-top: 76px;
}

.table {
    font-size: 0.9rem;
}

.badge {
    font-size: 0.85rem;
    padding: 0.5em 0.75em;
}
