/* ==========================================================================
   NAIRA LUXURY APPAREL — AUTHENTICATION & CUSTOMER ACCOUNT PORTAL
   High-fashion modern aesthetic, clean typography, responsive & accessible
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. AUTHENTICATION MODAL (Centered Luxury Modal)
   -------------------------------------------------------------------------- */
.naira-auth-overlay,
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 12, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.auth-modal.active,
.naira-auth-overlay.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.auth-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.naira-auth-modal,
.auth-modal-dialog {
    background: #FFFFFF;
    color: #111827;
    width: 100%;
    max-width: 440px;
    border-radius: 20px;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 0;
    box-sizing: border-box;
}

.auth-modal.active .auth-modal-dialog,
.naira-auth-overlay.active .naira-auth-modal {
    transform: translateY(0) scale(1);
}

.auth-modal-header {
    padding: 1.5rem 1.75rem 1.15rem;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #F3F4F6;
    background: #FFFFFF;
    flex-shrink: 0;
}

.auth-modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #F4F4F6;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}

.auth-modal-close:hover {
    background: #E5E7EB;
    color: #111827;
    transform: rotate(90deg);
}

.auth-brand-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: #0A0A0A;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}

.auth-modal-body {
    padding: 1.75rem 2rem 2rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    flex: 1 1 auto;
    scrollbar-width: thin;
    scrollbar-color: #D1D5DB transparent;
}

.auth-modal-body::-webkit-scrollbar {
    width: 5px;
}
.auth-modal-body::-webkit-scrollbar-track {
    background: transparent;
}
.auth-modal-body::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 10px;
}
.auth-modal-body::-webkit-scrollbar-thumb:hover {
    background: #9CA3AF;
}

.auth-view-head {
    margin-bottom: 1.5rem;
    text-align: center;
}

.auth-title,
.auth-modal-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}

.auth-subtitle,
.auth-modal-subtitle {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.45;
}

/* Alert Boxes in Auth Modal */
.auth-alert {
    padding: 0.75rem 1rem;
    border-radius: 9px;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    display: none;
    align-items: flex-start;
    gap: 0.6rem;
}

.auth-alert.active {
    display: flex;
}

.auth-alert-error {
    background: #FEF2F2;
    border: 1px solid #FEE2E2;
    color: #B91C1C;
}

.auth-alert-success {
    background: #ECFDF5;
    border: 1px solid #D1FAE5;
    color: #065F46;
}

.auth-alert-info {
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    color: #1E40AF;
}

/* Form Styles */
.auth-form-row,
.auth-name-grid,
.auth-modal .grid.grid-cols-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
    width: 100% !important;
    margin-bottom: 1.15rem !important;
}

.auth-field,
.auth-modal .form-group {
    margin-bottom: 1.15rem;
    position: relative;
    text-align: left;
}

.auth-field label,
.auth-modal .form-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.45rem;
    letter-spacing: 0.01em;
}

.auth-field label span.optional,
.auth-modal .form-label span {
    color: #9CA3AF;
    font-weight: 400;
    font-size: 0.75rem;
}

.auth-input-wrap,
.password-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.auth-input,
.auth-modal .form-input {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    font-size: 0.92rem;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111827;
    transition: all 0.2s ease;
    box-sizing: border-box;
    display: block;
}

.auth-input:focus,
.auth-modal .form-input:focus {
    outline: none;
    background: #FFFFFF;
    border-color: #0A0A0A;
    box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.08);
}

.auth-input::placeholder,
.auth-modal .form-input::placeholder {
    color: #9CA3AF;
    font-weight: 400;
}

.auth-input.has-error,
.auth-modal .form-input.has-error {
    border-color: #EF4444;
    background: #FEF2F2;
}

.password-input-wrap .auth-input,
.password-input-wrap .form-input,
.auth-input-wrap .auth-input {
    padding-right: 44px;
}

.btn-toggle-pw,
.toggle-pwd-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    border-radius: 8px;
    color: #9CA3AF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.btn-toggle-pw:hover,
.toggle-pwd-btn:hover {
    color: #111827;
    background: #F3F4F6;
}

.auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.6rem 0 1.25rem;
    font-size: 0.84rem;
}

.auth-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #4B5563;
    cursor: pointer;
    user-select: none;
    font-size: 0.84rem;
}

.auth-checkbox-label input[type="checkbox"],
.auth-modal input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #0A0A0A;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
}

.auth-link {
    color: #0A0A0A;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.15s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}

.auth-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}

.auth-link-bold {
    font-weight: 700;
    color: #0A0A0A;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.auth-link-bold:hover {
    opacity: 0.85;
}

.auth-link-sm {
    font-size: 0.82rem;
    color: #4B5563;
    text-decoration: none;
    font-weight: 500;
}

.auth-link-sm:hover {
    text-decoration: underline;
    color: #0A0A0A;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}

/* Primary Submit Button */
.auth-submit-btn,
.auth-modal .btn-primary {
    width: 100%;
    height: 48px;
    background: #0A0A0A;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    position: relative;
    box-sizing: border-box;
}

.auth-submit-btn:hover,
.auth-modal .btn-primary:hover {
    background: #262626;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.auth-submit-btn:active,
.auth-modal .btn-primary:active {
    transform: translateY(0);
}

.auth-submit-btn:disabled,
.auth-modal .btn-primary:disabled {
    background: #9CA3AF;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Divider */
.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.25rem 0;
    color: #9CA3AF;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E5E7EB;
}

.auth-divider span {
    padding: 0 1rem;
}

/* Google OAuth Button */
.auth-google-btn,
.btn-google-auth {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    color: #374151;
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    position: relative;
}

.auth-google-btn:hover,
.btn-google-auth:hover {
    background: #F9FAFB;
    border-color: #D1D5DB;
    color: #111827;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.auth-google-btn svg,
.btn-google-auth svg {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}

.btn-google-auth.disabled,
.auth-google-btn.disabled {
    background: #F9FAFB;
    color: #6B7280;
    border-style: dashed;
}

.badge-dev-mode {
    font-size: 0.65rem;
    font-weight: 600;
    background: #F3F4F6;
    color: #6B7280;
    border: 1px solid #E5E7EB;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-left: auto;
}

/* Footer / Switch View */
.auth-modal-footer,
.auth-footer-text {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
    text-align: center;
    font-size: 0.86rem;
    color: #6B7280;
}

.auth-modal-footer a,
.auth-footer-text a {
    margin-left: 0.25rem;
}

@media (max-width: 480px) {
    .auth-modal {
        padding: 0.75rem;
    }
    .auth-modal-dialog {
        max-height: calc(100vh - 1.5rem);
        border-radius: 16px;
    }
    .auth-modal-close {
        top: 1rem;
        right: 1rem;
        width: 32px;
        height: 32px;
    }
    .auth-modal-header {
        padding: 1.25rem 1.25rem 0.9rem;
    }
    .auth-modal-body {
        padding: 1.25rem 1.25rem 1.5rem;
    }
    .auth-form-row,
    .auth-name-grid,
    .auth-modal .grid.grid-cols-2 {
        grid-template-columns: 1fr 1fr !important;
        gap: 0.5rem !important;
    }
}

/* --------------------------------------------------------------------------
   2. CUSTOMER ACCOUNT PORTAL (/account)
   -------------------------------------------------------------------------- */
.naira-account-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2.5rem;
    margin: 2.5rem auto 4rem;
    align-items: start;
}

.account-sidebar {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.5rem;
    position: sticky;
    top: 90px;
}

.account-user-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #F3F4F6;
    margin-bottom: 1.25rem;
}

.user-avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0A0A0A;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.15rem;
    font-family: 'Space Grotesk', sans-serif;
    overflow: hidden;
}

.user-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-summary-meta h3 {
    font-size: 0.98rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
    color: #111827;
}

.user-summary-meta p {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0;
    word-break: break-all;
}

.account-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account-nav-item a {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 1rem;
    border-radius: 9px;
    color: #4B5563;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}

.account-nav-item a svg {
    width: 18px;
    height: 18px;
    color: #9CA3AF;
    transition: color 0.15s ease;
}

.account-nav-item a:hover {
    background: #F9FAFB;
    color: #111827;
}

.account-nav-item a:hover svg {
    color: #111827;
}

.account-nav-item.active a {
    background: #0A0A0A;
    color: #FFFFFF;
    font-weight: 600;
}

.account-nav-item.active a svg {
    color: #FFFFFF;
}

.account-nav-item.logout-item {
    margin-top: 0.5rem;
    border-top: 1px solid #F3F4F6;
    padding-top: 0.5rem;
}

.account-nav-item.logout-item a {
    color: #DC2626;
}

.account-nav-item.logout-item a svg {
    color: #DC2626;
}

.account-nav-item.logout-item a:hover {
    background: #FEF2F2;
    color: #B91C1C;
}

/* Account Main Content */
.account-content-area {
    min-width: 0;
}

.account-page-header {
    margin-bottom: 2rem;
}

.account-page-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}

.account-page-desc {
    color: #6B7280;
    font-size: 0.92rem;
    margin: 0;
}

/* Dashboard Quick Metric Cards */
.account-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.account-metric-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.account-metric-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.metric-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #F3F4F6;
    color: #0A0A0A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-data h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.25rem;
}

.metric-data .metric-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Card Panels */
.account-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.75rem;
    margin-bottom: 2rem;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F3F4F6;
}

.panel-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

/* Order Rows */
.order-card-row {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    transition: all 0.2s ease;
}

.order-card-row:hover {
    border-color: #D1D5DB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.order-info-group {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.order-col-label {
    font-size: 0.75rem;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
}

.order-col-val {
    font-weight: 600;
    color: #111827;
    font-size: 0.92rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-badge.placed { background: #EFF6FF; color: #1E40AF; }
.status-badge.paid { background: #ECFDF5; color: #065F46; }
.status-badge.printing, .status-badge.processing { background: #FEF3C7; color: #92400E; }
.status-badge.shipped { background: #EDE9FE; color: #5B21B6; }
.status-badge.delivered { background: #D1FAE5; color: #065F46; }
.status-badge.cancelled { background: #FEE2E2; color: #991B1B; }

.btn-view-order {
    padding: 0.55rem 1.15rem;
    border: 1.5px solid #E5E7EB;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-view-order:hover {
    background: #0A0A0A;
    color: #FFFFFF;
    border-color: #0A0A0A;
}

/* --------------------------------------------------------------------------
   3. ORDER DETAILS & INTERACTIVE 6-STEP TIMELINE
   -------------------------------------------------------------------------- */
.order-timeline-card {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

.timeline-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #E5E7EB;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    border: 3px solid #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.step-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6B7280;
    line-height: 1.25;
}

.step-date {
    font-size: 0.7rem;
    color: #9CA3AF;
    margin-top: 0.2rem;
}

/* Timeline status states */
.timeline-step.completed .step-circle {
    background: #10B981;
    color: #FFFFFF;
}

.timeline-step.completed .step-label {
    color: #065F46;
}

.timeline-step.current .step-circle {
    background: #0A0A0A;
    color: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(10, 10, 10, 0.15);
    animation: pulseGlow 2s infinite;
}

.timeline-step.current .step-label {
    color: #0A0A0A;
    font-weight: 700;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.15); }
    50% { box-shadow: 0 0 0 6px rgba(10, 10, 10, 0.25); }
}

.timeline-progress-bar {
    position: absolute;
    top: 19px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: #E5E7EB;
    z-index: 1;
}

.timeline-progress-fill {
    height: 100%;
    background: #10B981;
    transition: width 0.4s ease;
}

/* Order Item List in Details */
.order-items-table {
    width: 100%;
    border-collapse: collapse;
}

.order-items-table th {
    text-align: left;
    font-size: 0.78rem;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E5E7EB;
}

.order-items-table td {
    padding: 1.25rem 0;
    border-bottom: 1px solid #F3F4F6;
    vertical-align: middle;
}

.order-prod-cell {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.order-prod-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #F3F4F6;
    object-fit: cover;
    flex-shrink: 0;
}

.order-prod-name {
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem;
    font-size: 0.92rem;
}

.order-prod-meta {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0;
}

/* --------------------------------------------------------------------------
   4. ADDRESS BOOK (/account/addresses)
   -------------------------------------------------------------------------- */
.address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.address-card {
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
    background: #FFFFFF;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.address-card.default-address {
    border-color: #0A0A0A;
    background: #FAFAFA;
}

.address-badge {
    display: inline-block;
    background: #0A0A0A;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.address-name {
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.35rem;
}

.address-body {
    font-size: 0.88rem;
    color: #4B5563;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.address-actions {
    display: flex;
    gap: 0.75rem;
    border-top: 1px solid #F3F4F6;
    padding-top: 0.85rem;
    margin-top: auto;
}

.address-btn {
    background: none;
    border: none;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    color: #4B5563;
    transition: color 0.15s ease;
}

.address-btn:hover {
    color: #0A0A0A;
    text-decoration: underline;
}

.address-btn.delete-btn:hover {
    color: #DC2626;
}

.btn-add-address {
    border: 2px dashed #D1D5DB;
    border-radius: 12px;
    padding: 2rem;
    background: none;
    color: #4B5563;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    min-height: 180px;
}

.btn-add-address:hover {
    border-color: #0A0A0A;
    color: #0A0A0A;
    background: #F9FAFB;
}

/* --------------------------------------------------------------------------
   5. WISHLIST GRID (/account/wishlist)
   -------------------------------------------------------------------------- */
.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.wishlist-item-card {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.wishlist-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.wishlist-thumb-wrap {
    position: relative;
    aspect-ratio: 3/4;
    background: #F3F4F6;
    overflow: hidden;
}

.wishlist-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wishlist-item-card:hover .wishlist-thumb-wrap img {
    transform: scale(1.04);
}

.wishlist-remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6B7280;
    transition: all 0.15s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.wishlist-remove-btn:hover {
    background: #DC2626;
    color: #FFFFFF;
}

.wishlist-details {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wishlist-name {
    font-size: 0.92rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.35rem;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist-price {
    font-weight: 700;
    color: #0A0A0A;
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.wishlist-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn-wishlist-cart {
    width: 100%;
    padding: 0.6rem;
    background: #0A0A0A;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease;
}

.btn-wishlist-cart:hover {
    background: #262626;
}

.btn-wishlist-tryon {
    width: 100%;
    padding: 0.55rem;
    background: #EFF6FF;
    color: #1E40AF;
    border: 1px solid #DBEAFE;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    transition: all 0.15s ease;
}

.btn-wishlist-tryon:hover {
    background: #DBEAFE;
}

/* --------------------------------------------------------------------------
   6. RESPONSIVE MOBILE BEHAVIOR
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
    .naira-account-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .account-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .naira-auth-overlay {
        padding: 0;
        align-items: flex-end;
    }
    .naira-auth-modal {
        max-width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: 92vh;
        transform: translateY(100%);
    }
    .naira-auth-overlay.active .naira-auth-modal {
        transform: translateY(0);
    }
    .auth-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .order-card-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .timeline-steps {
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .timeline-step {
        min-width: 100px;
    }
}
