html .as-advance-mm-trendy .as-l1-link {
    font-size: 18px !important;
    color: #000 !important;
}
html .as-advance-mm-trendy .as-l1-link:hover {
    color: #CE0000 !important;
}
html button.o_wish_add {
    display: none !important;
}

/* Card Styles */
.register-card {
    border: 2px solid #ddd !important;
    background: #f9f9f9 !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.register-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Card Colors - only applied when active */
.register-card.wholesale.active {
    border-color: #CE0000 !important;
    background: #e8f7ff !important;
}
.register-card.wholesale.active .card-title {
    color: #CE0000 !important;
}

.register-card.consumer.active {
    border-color: #007bff !important;
    background: #fffbe8 !important;
}
.register-card.consumer.active .card-title {
    color: #007bff !important;
}

.card .card-title {
    font-weight: 600;
}
.card.shadow-sm {
    border-radius: 0.75rem;
}
.btn-primary.btn-lg {
    padding: 0.6rem 1.5rem;
}

/* Animate.css fallback */
.animate__animated.animate__fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
