/* ======================= */
/* WOMEN'S PAGE SPECIFIC STYLES */
/* ======================= */

/* Import all styles from men.css */
@import url('men.css');

/* Women-specific subtle variations */
.section-title::after {
    background: linear-gradient(90deg, var(--primary-gold) 0%, #d4a574 100%);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(179, 139, 89, 0.15);
}

.shop-now-btn:hover {
    background-color: #333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.4) !important;
}

.make-payment-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}