/* =========================================================
   MIRACLE LADY — VOGUE HAUTE COUTURE 2026 DESIGN SYSTEM
   ========================================================= */

:root {
    --bg-dark: #08090d;
    --bg-card: rgba(18, 20, 29, 0.7);
    --gold-foil: linear-gradient(135deg, #dfba73 0%, #fae6c3 50%, #c99e52 100%);
    --gold-glow: rgba(223, 186, 115, 0.25);
    --text-pure: #ffffff;
    --text-muted: #8e95a5;
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-gold: rgba(223, 186, 115, 0.4);
    --font-heading: 'Cinzel', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body.luxury-theme {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-pure);
    -webkit-font-smoothing: antialiased;
    padding-bottom: 120px;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Ambient glow */
.ambient-glow {
    position: fixed;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.18;
}
.glow-top { top: -100px; right: -50px; background: #6366f1; }
.glow-bottom { bottom: 50px; left: -100px; background: #ec4899; }

.app-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 14px;
    position: relative;
    z-index: 1;
}

/* =========================================================
   VOGUE EDITORIAL TOPBAR & HEADER
   ========================================================= */
.vogue-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(8, 9, 13, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin: 0 -14px 10px;
    padding: 14px 16px 4px;
    border-bottom: 1px solid var(--border-glass);
}

.vogue-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.vogue-brand {
    display: flex;
    flex-direction: column;
}

.vogue-sub {
    font-size: 8px;
    letter-spacing: 3px;
    color: #dfba73;
    font-weight: 700;
}

.vogue-logo {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    background: var(--gold-foil);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.vogue-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vogue-btn-filter, .vogue-btn-size {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    color: #e2e8f0;
    padding: 7px 12px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.vogue-btn-filter.open {
    background: rgba(223, 186, 115, 0.15);
    border-color: #dfba73;
    color: #fae6c3;
}

.filter-icon {
    font-size: 12px;
    color: #dfba73;
}

.filter-dot-indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dfba73;
    box-shadow: 0 0 8px #dfba73;
}
.filter-dot-indicator.hidden { display: none; }

/* =========================================================
   SEARCH BAR
   ========================================================= */
.vogue-search-bar {
    position: relative;
    margin-bottom: 10px;
}

.vogue-search-ico {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.5;
    pointer-events: none;
}

.vogue-search-bar input {
    width: 100%;
    padding: 10px 36px 10px 38px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    outline: none;
    transition: all 0.2s ease;
}

.vogue-search-bar input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #dfba73;
    box-shadow: 0 0 0 3px rgba(223, 186, 115, 0.12);
}

.vogue-clear-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vogue-clear-btn.hidden { display: none; }

/* =========================================================
   COUTURE CATEGORY NAVIGATION
   ========================================================= */
.vogue-nav {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    scrollbar-width: none;
}
.vogue-nav::-webkit-scrollbar { display: none; }

.vogue-tab {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #94a3b8;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.vogue-tab.active {
    color: #ffffff;
    border-bottom-color: #dfba73;
    font-weight: 700;
}

/* =========================================================
   LUXURY COLLAPSIBLE FILTER DRAWER
   ========================================================= */
.vogue-filter-drawer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    opacity: 0;
}

.vogue-filter-drawer.open {
    max-height: 240px;
    opacity: 1;
    border-top: 1px solid var(--border-glass);
    padding: 10px 0 6px;
    margin-top: 4px;
}

.drawer-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-section-title {
    font-size: 9px;
    letter-spacing: 1.2px;
    color: var(--text-muted);
    font-weight: 800;
    min-width: 50px;
}

.color-palette-scroll, .size-boxes-scroll {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px 0;
}
.color-palette-scroll::-webkit-scrollbar, .size-boxes-scroll::-webkit-scrollbar { display: none; }

.palette-swatch-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    border-radius: 9999px;
    padding: 4px 10px 4px 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #cbd5e1;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.swatch-ring {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swatch-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.swatch-rainbow {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f43f5e, #eab308, #06b6d4, #a855f7);
    display: inline-block;
}

.palette-swatch-btn.active {
    background: rgba(223, 186, 115, 0.18);
    border-color: #dfba73;
    color: #fae6c3;
    font-weight: 700;
}

.size-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    color: #cbd5e1;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.size-pill.active {
    background: var(--gold-foil);
    color: #090a0f;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(223, 186, 115, 0.3);
}

/* =========================================================
   META STRIP
   ========================================================= */
.vogue-meta-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 2px 6px;
    font-size: 11px;
    color: var(--text-muted);
}

.vogue-count { font-weight: 600; color: #94a3b8; }
.vogue-tagline { color: #dfba73; font-size: 9px; letter-spacing: 1.5px; font-weight: 700; }

/* =========================================================
   GRID & PRODUCTS
   ========================================================= */
.luxury-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 4px;
}

.product-card {
    background: var(--bg-card);
    border: 1px solid var(--border-glass);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.product-card:active {
    transform: scale(0.985);
    border-color: rgba(255, 255, 255, 0.2);
}

.product-img-wrapper {
    position: relative;
    padding-top: 135%;
    background: #141620;
    overflow: hidden;
    width: 100%;
}

.product-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}

/* Interactive & Smooth Photo Carousel */
.photo-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
}
.photo-carousel::-webkit-scrollbar { display: none; }

.carousel-img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
    user-select: none;
}

.photo-dots {
    position: absolute;
    bottom: 8px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
    z-index: 5;
    pointer-events: none;
}

.photo-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.photo-dot.active {
    width: 14px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.product-info {
    padding: 11px 12px 13px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(22, 24, 35, 0.2) 0%, rgba(14, 16, 23, 0.95) 100%);
}

.product-category {
    font-size: 8.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #dfba73;
    font-weight: 800;
    margin-bottom: 3px;
}

.product-title {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #f8fafc;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}

.product-bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: auto;
}

.product-price-current {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

/* Size Buttons */
.size-selector {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.size-label {
    font-size: 8.5px;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.size-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.size-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    color: #cbd5e1;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-body);
    transition: all 0.15s ease;
}

.size-btn:active { transform: scale(0.92); }

.size-btn.size-in-cart {
    background: var(--gold-foil);
    color: #090a0f;
    border-color: transparent;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(223, 186, 115, 0.3);
}

/* =========================================================
   FLOATING CART ISLAND
   ========================================================= */
.luxury-cart-island {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: 520px;
    margin: 0 auto;
    background: rgba(14, 16, 23, 0.96);
    border: 1px solid rgba(223, 186, 115, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #ffffff;
    padding: 10px 14px 10px 16px;
    border-radius: 9999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.85), 0 0 25px rgba(223, 186, 115, 0.2);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-cart-island.hidden {
    transform: translateY(160%);
    pointer-events: none;
}

.island-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.island-badge {
    background: var(--gold-foil);
    color: #090a0f;
    font-weight: 800;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.island-text {
    display: flex;
    flex-direction: column;
}

.island-sub {
    font-size: 9px;
    letter-spacing: 1px;
    color: #dfba73;
    font-weight: 800;
}

.island-price {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
}

.island-btn {
    background: #ffffff;
    color: #090a0f;
    border: none;
    padding: 9px 18px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
}

/* =========================================================
   PRODUCT DETAIL FULLSCREEN LOOKBOOK MODAL
   ========================================================= */
.product-detail-card {
    position: relative;
    background: #0d0f17 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    width: 100%;
    max-width: 580px;
    height: 94vh;
    max-height: 94vh;
    overflow-y: auto;
    border-radius: 30px 30px 0 0 !important;
    padding: 0 !important;
    box-shadow: 0 -25px 60px rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
}

.detail-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 30;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-gallery-wrap {
    position: relative;
    width: 100%;
    height: 56vh;
    min-height: 340px;
    background: #000;
    overflow: hidden;
}

.detail-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
}
.detail-carousel::-webkit-scrollbar { display: none; }

.detail-img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scroll-snap-align: start;
}

.detail-dots {
    position: absolute;
    bottom: 12px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 20;
}

.detail-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.25s ease;
    cursor: pointer;
}
.detail-dot.active {
    width: 18px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.detail-zoom-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    color: #dfba73;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid rgba(223, 186, 115, 0.3);
}

.detail-content-box {
    padding: 16px 18px 24px;
    background: #0d0f17;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.detail-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.detail-cat {
    font-size: 9px;
    letter-spacing: 2px;
    color: #dfba73;
    font-weight: 800;
    text-transform: uppercase;
}

.detail-title {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 2px;
}

.detail-price-box {
    background: rgba(223, 186, 115, 0.12);
    border: 1px solid rgba(223, 186, 115, 0.3);
    padding: 6px 12px;
    border-radius: 12px;
    white-space: nowrap;
}

.detail-price {
    font-size: 17px;
    font-weight: 800;
    color: #fae6c3;
}

.detail-sizes-section {
    margin-bottom: 14px;
}

.detail-section-label {
    font-size: 9.5px;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 800;
    display: block;
    margin-bottom: 6px;
}

.detail-sizes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.detail-size-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    color: #e2e8f0;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
}

.detail-size-btn.active {
    background: var(--gold-foil);
    color: #090a0f;
    border-color: transparent;
    font-weight: 800;
    box-shadow: 0 2px 10px rgba(223, 186, 115, 0.4);
}

.detail-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 6px;
}

.detail-action-buttons-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.btn-detail-add {
    width: 100%;
    padding: 13px 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(223, 186, 115, 0.6);
    color: #fae6c3;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-detail-add.in-cart {
    background: #10b981;
    border-color: #10b981;
    color: #ffffff;
}

.btn-detail-checkout {
    width: 100%;
    padding: 13px 8px;
    background: var(--gold-foil);
    color: #090a0f;
    border: none;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(223, 186, 115, 0.35);
}

.detail-secondary-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 4px;
}

.btn-detail-continue {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 4px;
}

.btn-detail-sizechart {
    background: transparent;
    border: none;
    color: #dfba73;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 4px;
}

/* =========================================================
   MODAL DIALOGS
   ========================================================= */
.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 200;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.modal.hidden { display: none !important; }

.modal-backdrop {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(4, 5, 8, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.modal-card.luxury-card {
    position: relative;
    background: #10121a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 28px 28px 0 0;
    padding: 20px 20px 36px;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.modal-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.modal-eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
    color: #dfba73;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.modal-title-group h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
}

.close-icon-btn {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    color: #94a3b8;
    cursor: pointer;
}

/* Table Style */
.sizechart-table-wrap {
    overflow-x: auto;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid var(--border-glass);
}

.luxury-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: left;
}

.luxury-table th, .luxury-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.luxury-table th {
    background: rgba(255, 255, 255, 0.04);
    color: #dfba73;
    font-size: 10.5px;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.luxury-table tr.focus-row td {
    background: rgba(223, 186, 115, 0.08);
    color: #fae6c3;
    font-weight: 700;
}

.luxury-advice-box {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(223, 186, 115, 0.2);
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 18px;
}

.advice-icon { color: #dfba73; font-size: 18px; }
.advice-text { font-size: 12px; color: #94a3b8; line-height: 1.45; }

.btn-luxury-primary {
    width: 100%;
    padding: 14px;
    background: var(--gold-foil);
    color: #090a0f;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/* Checkout Items */
.luxury-checkout-list {
    max-height: 180px;
    overflow-y: auto;
    margin-bottom: 14px;
    padding-right: 4px;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.checkout-item-name {
    flex: 1;
    font-size: 13.5px;
    font-weight: 600;
    color: #f8fafc;
    margin-right: 8px;
}

.checkout-item-size {
    background: rgba(223, 186, 115, 0.15);
    border: 1px solid rgba(223, 186, 115, 0.3);
    color: #fae6c3;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 8px;
}

.checkout-item-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 8px;
}

.checkout-old-price {
    font-size: 11px;
    color: #64748b;
    text-decoration: line-through;
}

.checkout-item-price {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.checkout-item-remove {
    background: none;
    border: none;
    color: #f43f5e;
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px;
}

/* Smart Upsell */
.upsell-container {
    margin-bottom: 16px;
}

.upsell-banner {
    background: linear-gradient(135deg, rgba(223, 186, 115, 0.12) 0%, rgba(22, 24, 35, 0.6) 100%);
    border: 1px solid rgba(223, 186, 115, 0.4);
    border-radius: 16px;
    padding: 14px;
}

.upsell-header {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.upsell-icon { font-size: 20px; color: #dfba73; }
.upsell-title-main { font-size: 13.5px; font-weight: 800; color: #ffffff; }
.upsell-title-main b {
    background: var(--gold-foil);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upsell-subtitle {
    font-size: 11.5px;
    color: #94a3b8;
    line-height: 1.35;
    margin-top: 3px;
}

.upsell-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.upsell-card {
    background: rgba(9, 10, 15, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
}

.upsell-img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 6px;
}

.upsell-title {
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.25;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #f1f5f9;
    margin-bottom: 4px;
}

.upsell-price-line {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 8px;
}

.upsell-new-price { font-size: 14px; font-weight: 800; color: #fae6c3; }
.upsell-old-price { font-size: 11px; color: #64748b; text-decoration: line-through; }

.btn-upsell-add {
    width: 100%;
    padding: 7px 8px;
    background: var(--gold-foil);
    color: #090a0f;
    border: none;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    margin-top: auto;
}

.discount-unlocked-banner {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #34d399;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
}

/* Bill breakdown */
.luxury-bill-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.bill-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.discount-val { color: #fb7185; font-weight: 700; }

.bill-row.total-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

.total-price { font-size: 20px; color: #fae6c3; }

/* Luxury Form */
.luxury-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-field label {
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.form-field input {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    border-radius: 10px;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 14px;
    outline: none;
}

.form-field input:focus {
    border-color: #dfba73;
    background: rgba(255, 255, 255, 0.07);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
}

.btn-luxury-submit {
    position: relative;
    width: 100%;
    padding: 15px;
    background: var(--gold-foil);
    color: #090a0f;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 6px;
    box-shadow: 0 6px 20px rgba(223, 186, 115, 0.35);
}

.btn-luxury-back {
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px;
    text-align: center;
}

/* Loaders */
.luxury-loader, .empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
}

.luxury-spinner {
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid #dfba73;
    border-radius: 50%;
    margin: 0 auto 12px;
    animation: spin 0.8s linear infinite;
}

.empty-sparkle { font-size: 28px; color: #dfba73; margin-bottom: 8px; }

.btn-reset-filters {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-glass);
    color: #fff;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 14px;
    cursor: pointer;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* =========================================================
   PAYMENT REQUISITES MODAL STYLING
   ========================================================= */
.payment-modal-card {
    background: #0e1017 !important;
    border: 1px solid rgba(223, 186, 115, 0.4) !important;
    padding: 24px 20px 30px !important;
}

.payment-header {
    text-align: center;
    margin-bottom: 16px;
}

.payment-check-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
}

.payment-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.payment-subtitle {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.35;
}

.payment-sum-banner {
    background: rgba(223, 186, 115, 0.12);
    border: 1px solid rgba(223, 186, 115, 0.4);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sum-label {
    font-size: 13px;
    font-weight: 700;
    color: #dfba73;
}

.sum-value {
    font-size: 22px;
    font-weight: 800;
    color: #fae6c3;
}

.requisites-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.req-row {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.req-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.req-label {
    font-size: 9.5px;
    letter-spacing: 0.5px;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.req-val {
    font-size: 12.5px;
    font-weight: 700;
    color: #f8fafc;
    word-break: break-all;
    font-family: monospace;
}

.btn-copy-req {
    background: rgba(223, 186, 115, 0.15);
    border: 1px solid rgba(223, 186, 115, 0.4);
    color: #fae6c3;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.btn-copy-req:active {
    transform: scale(0.92);
}

.btn-copy-req.copied {
    background: #10b981;
    border-color: #10b981;
    color: #ffffff;
}

.payment-notes-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.note-item {
    font-size: 11.5px;
    color: #cbd5e1;
    line-height: 1.4;
}

.note-item.warning {
    color: #fbbf24;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    padding: 6px 0;
}

.payment-actions-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-send-receipt {
    width: 100%;
    padding: 14px;
    background: var(--gold-foil);
    color: #090a0f;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(223, 186, 115, 0.35);
    transition: transform 0.15s ease;
}

.btn-send-receipt:active {
    transform: scale(0.98);
}

.btn-back-to-shop {
    width: 100%;
    padding: 11px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-glass);
    color: #cbd5e1;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all 0.15s ease;
}

.btn-back-to-shop:active {
    transform: scale(0.98);
    background: rgba(255, 255, 255, 0.1);
}

.upload-label {
    cursor: pointer;
}

.receipt-status-text {
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 0;
    line-height: 1.3;
}



