:root {
    --lot-yellow: #ffe500;
    --lot-blue: #1e4fd8;
    --lot-black: #111111;
    --lot-gray: #6b7280;
    --lot-light: #f7f7f7;
    --lot-border: #e5e7eb;
}

* { box-sizing: border-box; }

body {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    background: #fff;
    color: var(--lot-black);
    margin: 0;
}

.site-header { box-shadow: 0 1px 0 var(--lot-border); background: #fff; }

.top-promo {
    background: var(--lot-black);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.45rem 0;
    letter-spacing: 0.04em;
}

.lot-navbar { padding: 0.75rem 0; }

.lot-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    font-size: 1rem;
    color: var(--lot-black) !important;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.brand-icon {
    width: 34px;
    height: 34px;
    background: var(--lot-yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-logo { height: 34px; width: auto; }

.nav-icon-link {
    color: var(--lot-black);
    font-size: 1.15rem;
    text-decoration: none;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--lot-yellow);
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-nav-links a {
    color: var(--lot-black);
    text-decoration: none;
    font-weight: 600;
}

.lot-hero {
    background: linear-gradient(180deg, #111 0%, #1f2937 100%);
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

.lot-trust-line {
    color: var(--lot-yellow);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.lot-hero h1 {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.lot-hero p:last-child { color: #d1d5db; margin-bottom: 0; }

.category-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
}

.cat-chip {
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--lot-border);
    border-radius: 999px;
    text-decoration: none;
    color: var(--lot-black);
    font-size: 0.85rem;
    background: #fff;
}

.cat-chip.active {
    background: var(--lot-black);
    color: #fff;
    border-color: var(--lot-black);
}

.product-count-label {
    text-align: center;
    color: var(--lot-gray);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.lot-card {
    border: 1px solid var(--lot-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.home-shop .lot-card:hover {
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
    transform: translateY(-2px);
}

.product-image-wrap {
    position: relative;
    background: #fafafa;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
}

.product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    background: var(--lot-blue);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.25rem 0.45rem;
    letter-spacing: 0.03em;
}

.product-card-body { padding: 0.75rem; }

.product-title {
    font-size: 0.82rem;
    line-height: 1.35;
    font-weight: 600;
    min-height: 2.2rem;
    margin-bottom: 0.35rem;
}

.product-title a {
    color: var(--lot-black);
    text-decoration: none;
}

.product-rating {
    font-size: 0.72rem;
    color: var(--lot-gray);
    margin-bottom: 0.35rem;
}

.product-rating i {
    color: var(--lot-yellow);
    font-size: 0.65rem;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.sale-price {
    font-weight: 800;
    font-size: 0.95rem;
}

.mrp-price {
    color: var(--lot-gray);
    text-decoration: line-through;
    font-size: 0.78rem;
}

.save-badge {
    background: #dcfce7;
    color: #166534;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.35rem;
}

.color-swatches {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.color-swatch {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    outline: 1px solid #d1d5db;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.color-swatches-lg .color-swatch {
    width: 32px;
    height: 32px;
}

.color-swatch.active {
    outline: 2px solid var(--lot-black);
    outline-offset: 1px;
}

.color-swatch.out-of-stock::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 46%, #999 46%, #999 54%, transparent 54%);
}

.swatch-dot {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--swatch-color, #ccc);
}

.color-picker-wrap { margin-bottom: 1rem; }

.color-picker-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.color-dot-inline {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.35rem;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.btn-lot-cart,
.btn-lot-buy {
    display: block;
    width: 100%;
    border: none;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.85rem 1rem;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.btn-lot-cart {
    background: var(--lot-yellow);
    color: var(--lot-black);
}

.btn-lot-buy {
    background: var(--lot-blue);
    color: #fff;
}

.btn-lot-cart:hover { background: #f5d800; color: #000; }
.btn-lot-buy:hover { background: #1a44be; color: #fff; }

.product-page { padding: 0 0 2rem; background: #f8fafc; }

.product-container { max-width: 1140px; }

.product-breadcrumb {
    padding: 0.85rem 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.product-breadcrumb i { font-size: 0.55rem; color: #cbd5e1; }
.product-breadcrumb span { color: var(--lot-gray); font-size: 0.78rem; }

.product-detail-grid { margin-top: 0.5rem; }

.product-gallery-wrap {
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 80px;
}

.product-gallery-desktop {
    margin: 0 !important;
    border-radius: 0;
    min-height: 320px;
}

.gallery-thumbs-desktop {
    padding: 0.85rem;
    margin-top: 0 !important;
    border-top: 1px solid var(--lot-border);
}

.product-info-panel {
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 14px;
    padding: 1.25rem;
}

.product-main-price { font-size: 1.75rem !important; }

.product-buy-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.out-of-stock-text { color: #dc2626 !important; }

.product-desc-desktop {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed var(--lot-border);
}

.product-desc-heading {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 800;
    color: var(--lot-blue);
    margin-bottom: 0.65rem;
}

.product-desc-text {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #374151;
}

.suggested-products {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lot-border);
}

.suggested-products .section-head { margin-bottom: 1rem; }

.lot-breadcrumb {
    padding: 0.75rem 1rem 0;
    font-size: 0.78rem;
    color: var(--lot-gray);
}

.lot-breadcrumb a { color: var(--lot-gray); text-decoration: none; }

.product-detail-mobile { padding: 0 1rem; }

.product-gallery-mobile {
    position: relative;
    background: #fafafa;
    margin: 0 -1rem 1rem;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0 1rem 1rem;
    margin-top: -0.5rem;
    -webkit-overflow-scrolling: touch;
}

.gallery-thumb {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border: 2px solid var(--lot-border);
    border-radius: 8px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.gallery-thumb.active {
    border-color: var(--lot-black);
    box-shadow: 0 0 0 1px var(--lot-black);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery-mobile img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
    padding: 1rem;
}

.product-detail-title {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.stock-text { font-size: 0.85rem; color: #b45309; }

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--lot-border);
}

.qty-control-sm { transform: scale(0.95); transform-origin: left; }

.qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.qty-input {
    width: 44px;
    height: 36px;
    border: none;
    border-left: 1px solid var(--lot-border);
    border-right: 1px solid var(--lot-border);
    text-align: center;
    font-weight: 700;
}

.trust-badges-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    text-align: center;
    font-size: 0.65rem;
    margin-top: 1rem;
}

.trust-badges-row i {
    display: block;
    background: var(--lot-yellow);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    margin: 0 auto 0.35rem;
}

.lot-accordion .accordion-button {
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
}

.lot-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--lot-black);
    box-shadow: none;
}

.pb-sticky-space { padding-bottom: 90px; }

.sticky-product-bar,
.sticky-checkout-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    border-top: 1px solid var(--lot-border);
    padding: 0.65rem 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}

.sticky-price small {
    display: block;
    font-size: 0.65rem;
    color: var(--lot-gray);
    letter-spacing: 0.05em;
}

.sticky-price strong { font-size: 1rem; }
.sticky-price s { color: var(--lot-gray); font-size: 0.75rem; margin-left: 0.25rem; }

.cart-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--lot-border);
}

.cart-mobile-header h1 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.04em;
}

.shipping-banner {
    background: var(--lot-blue);
    color: #fff;
    text-align: center;
    padding: 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.gift-progress-box {
    background: var(--lot-light);
    padding: 0.85rem;
    font-size: 0.85rem;
}

.gift-progress-track {
    position: relative;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    margin: 0.5rem 0;
}

.gift-progress-fill {
    height: 100%;
    background: var(--lot-yellow);
    border-radius: 999px;
}

.gift-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background: var(--lot-yellow);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-item-card {
    border: 1px solid var(--lot-border);
    padding: 0.85rem;
    background: #fff;
}

.cart-item-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fafafa;
}

.cart-item-title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
}

.cart-color-label {
    font-size: 0.82rem;
    color: var(--lot-gray);
}

.page-card {
    background: #fff;
    border: 1px solid var(--lot-border);
    padding: 1.25rem;
}

.order-summary {
    background: #fff;
    border: 1px solid var(--lot-border);
    padding: 1.25rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.summary-total {
    font-weight: 800;
    border-top: 1px dashed var(--lot-border);
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.empty-state { text-align: center; padding: 2.5rem 1rem; }
.empty-state i { font-size: 3rem; color: #ccc; margin-bottom: 1rem; }

.site-footer { background: #111; color: #fff; margin-top: 2rem; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-bottom { background: #000; border-top: 1px solid rgba(255,255,255,0.08); }

.order-card { border-left: 4px solid var(--lot-blue); }

.btn-primary-custom { background: var(--lot-blue); border-color: var(--lot-blue); color: #fff; }
.btn-primary-custom:hover { background: #1a44be; border-color: #1a44be; color: #fff; }

.success-icon { font-size: 4rem; color: #16a34a; }

/* Home page */
.home-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #111827 100%);
    color: #fff;
    padding: 2.5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.home-hero::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 229, 0, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.home-hero-tag {
    display: inline-block;
    background: rgba(255, 229, 0, 0.15);
    color: var(--lot-yellow);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.home-hero-title {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.home-hero-desc {
    color: #cbd5e1;
    font-size: 1.05rem;
    max-width: 520px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.home-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.btn-home-primary,
.btn-home-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: transform 0.15s, background 0.2s;
}

.btn-home-primary {
    background: var(--lot-yellow);
    color: var(--lot-black);
    border: 2px solid var(--lot-yellow);
}

.btn-home-primary:hover { background: #f5d800; color: #000; transform: translateY(-1px); }

.btn-home-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.btn-home-outline:hover { border-color: #fff; color: #fff; transform: translateY(-1px); }

.home-hero-visual { position: relative; min-height: 260px; }

.hero-stat-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    min-width: 210px;
}

.hero-stat-card i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--lot-yellow);
    color: var(--lot-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hero-stat-card strong { display: block; font-size: 0.95rem; }
.hero-stat-card span { display: block; font-size: 0.78rem; color: #94a3b8; }
.hero-stat-1 { top: 10px; right: 20px; }
.hero-stat-2 { top: 110px; left: 10px; }
.hero-stat-3 { bottom: 10px; right: 0; }

.home-trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--lot-border);
    padding: 0.85rem 0;
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

.trust-strip-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
}

.trust-strip-item i { color: var(--lot-blue); font-size: 0.95rem; }

.home-categories,
.home-features { padding: 2.5rem 0; }

.home-shop { background: #f8fafc; }

.section-head { margin-bottom: 1.25rem; }

.section-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--lot-blue);
    margin-bottom: 0.35rem;
}

.section-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--lot-black);
    margin: 0;
    letter-spacing: -0.01em;
}

.category-cards-scroll {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
}

.category-card {
    flex: 0 0 auto;
    width: 130px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 12px;
    padding: 1.1rem 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.category-card:hover {
    border-color: var(--lot-blue);
    box-shadow: 0 8px 20px rgba(30, 79, 216, 0.1);
    transform: translateY(-2px);
}

.category-card.active {
    background: var(--lot-black);
    border-color: var(--lot-black);
}

.category-card.active .category-card-icon { background: var(--lot-yellow); color: var(--lot-black); }
.category-card.active .category-card-name { color: #fff; }

.category-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.65rem;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--lot-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.category-card-name {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--lot-black);
    line-height: 1.3;
}

.home-category-banner {
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--lot-border);
    padding: 1.75rem 0;
}

.home-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--lot-gray);
    margin-bottom: 0.65rem;
}

.home-breadcrumb a { color: var(--lot-blue); text-decoration: none; font-weight: 600; }
.home-breadcrumb i { font-size: 0.6rem; }

.home-category-title {
    font-size: clamp(1.35rem, 4vw, 2rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.home-category-desc { color: var(--lot-gray); margin: 0; font-size: 0.95rem; }

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.shop-count-badge {
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--lot-gray);
}

.home-empty-card,
.orders-empty-card {
    text-align: center;
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 14px;
    padding: 2.5rem 1.5rem;
    max-width: 480px;
    margin: 0 auto;
}

.home-empty-icon,
.orders-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #f3f4f6;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.home-empty-card h4,
.orders-empty-card h4 { font-weight: 800; margin-bottom: 0.5rem; }

.home-empty-card p,
.orders-empty-card p { color: var(--lot-gray); margin-bottom: 1.25rem; }

.feature-card {
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 14px;
    padding: 1.5rem;
    height: 100%;
    text-align: center;
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--lot-yellow) 0%, #fde047 100%);
    color: var(--lot-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.feature-card h5 { font-weight: 800; margin-bottom: 0.5rem; }
.feature-card p { color: var(--lot-gray); font-size: 0.9rem; margin: 0; line-height: 1.55; }

/* My Orders page */
.orders-page { background: #f4f6fb; min-height: 60vh; }

.orders-page-header {
    background: #fff;
    border-bottom: 1px solid var(--lot-border);
    padding: 1.5rem 0;
}

.orders-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.orders-page-title {
    font-size: clamp(1.35rem, 4vw, 1.85rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
    color: var(--lot-black);
}

.orders-page-subtitle { color: var(--lot-gray); margin: 0; font-size: 0.92rem; }

.orders-account-chip {
    background: #f8fafc;
    border: 1px solid var(--lot-border);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    min-width: 200px;
}

.orders-account-label {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lot-gray);
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.orders-account-chip strong { display: block; font-size: 0.95rem; margin-bottom: 0.35rem; }

.orders-change-btn {
    border: none;
    background: none;
    color: var(--lot-blue);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}

.orders-change-btn:hover { text-decoration: underline; }

.orders-lookup-card {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    padding: 2rem 1.75rem;
    text-align: center;
}

.orders-lookup-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--lot-blue) 0%, #3b82f6 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.orders-lookup-card h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 0.5rem; }
.orders-lookup-card > p { color: var(--lot-gray); font-size: 0.9rem; margin-bottom: 1.25rem; }

.orders-input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--lot-border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.orders-input-prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    background: #f8fafc;
    border-right: 1px solid var(--lot-border);
    font-weight: 700;
    color: var(--lot-gray);
    font-size: 0.9rem;
}

.orders-input-group .form-control {
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 1rem;
}

.orders-input-group .form-control:focus { box-shadow: none; }

.btn-orders-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lot-blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.9rem 1.25rem;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.btn-orders-primary:hover { background: #1a44be; color: #fff; transform: translateY(-1px); }

.orders-lookup-trust {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--lot-border);
    font-size: 0.78rem;
    color: var(--lot-gray);
    font-weight: 600;
}

.orders-lookup-trust i { color: var(--lot-blue); margin-right: 0.25rem; }

.orders-alert { border-radius: 10px; text-align: left; }

.orders-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.orders-stat {
    background: #fff;
    border: 1px solid var(--lot-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.orders-stat-value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--lot-black);
    line-height: 1.1;
}

.orders-stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--lot-gray);
    font-weight: 600;
    margin-top: 0.25rem;
}

.orders-stat-pending .orders-stat-value { color: #b45309; }

.orders-list { display: flex; flex-direction: column; gap: 1rem; }

.order-card-pro {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.order-card-pro.status-pending { border-top: 3px solid #f59e0b; }
.order-card-pro.status-approved { border-top: 3px solid #16a34a; }
.order-card-pro.status-shipped { border-top: 3px solid var(--lot-blue); }
.order-card-pro.status-delivered { border-top: 3px solid #059669; }
.order-card-pro.status-cancelled { border-top: 3px solid #dc2626; }

.order-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.25rem 0.75rem;
    flex-wrap: wrap;
}

.order-label {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lot-gray);
    font-weight: 700;
}

.order-card-id strong { display: block; font-size: 1.05rem; font-weight: 800; margin: 0.15rem 0; }
.order-card-id small { color: var(--lot-gray); font-size: 0.78rem; }

.order-card-meta { text-align: right; }
.order-total { font-size: 1.15rem; font-weight: 800; margin-top: 0.35rem; color: var(--lot-black); }

.order-progress {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem 1rem;
    gap: 0;
    overflow-x: auto;
}

.order-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 64px;
    flex-shrink: 0;
}

.order-step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #d1d5db;
}

.order-step.done .order-step-dot { background: var(--lot-blue); box-shadow: 0 0 0 1px var(--lot-blue); }
.order-step.active .order-step-dot { background: var(--lot-yellow); box-shadow: 0 0 0 2px var(--lot-black); }

.order-step-label { font-size: 0.65rem; font-weight: 700; color: var(--lot-gray); text-align: center; }
.order-step.done .order-step-label { color: var(--lot-black); }
.order-step.active .order-step-label { color: var(--lot-black); }

.order-step-line {
    flex: 1;
    min-width: 24px;
    height: 2px;
    background: #e5e7eb;
    margin-bottom: 1.1rem;
}

.order-step-line.done { background: var(--lot-blue); }

.order-cancelled-note {
    margin: 0 1.25rem 0.75rem;
    padding: 0.55rem 0.75rem;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
}

.order-card-body { padding: 0 1.25rem; }

.order-info-box,
.order-items-box {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
}

.order-info-box h6,
.order-items-box h6 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: var(--lot-blue);
    margin-bottom: 0.65rem;
}

.order-info-box p { font-size: 0.85rem; line-height: 1.55; }
.order-phone { display: inline-block; margin-top: 0.35rem; color: var(--lot-gray); }

.order-item-list { display: flex; flex-direction: column; gap: 0.65rem; }

.order-item-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.order-item-row:last-child { border-bottom: none; padding-bottom: 0; }

.order-item-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--lot-border);
    color: var(--lot-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.order-item-details { flex: 1; min-width: 0; }
.order-item-details strong { display: block; font-size: 0.88rem; line-height: 1.3; }
.order-item-color,
.order-item-qty { display: block; font-size: 0.75rem; color: var(--lot-gray); }

.order-item-price { font-weight: 800; font-size: 0.9rem; white-space: nowrap; }

.order-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 1.25rem 1.15rem;
    border-top: 1px solid #f0f2f5;
    margin-top: 0.75rem;
}

.btn-order-action {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.btn-order-action.outline {
    background: #fff;
    border: 1px solid var(--lot-border);
    color: var(--lot-black);
}

.btn-order-action.outline:hover { background: #f8fafc; color: var(--lot-black); }

.btn-order-action.pay {
    background: #f59e0b;
    border: 1px solid #f59e0b;
    color: #fff;
}

.btn-order-action.pay:hover { background: #d97706; color: #fff; }

/* Checkout page */
.checkout-page { background: #f4f6fb; min-height: 60vh; }

.checkout-card,
.checkout-summary-card {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
    padding: 1.35rem;
}

.checkout-card-head { margin-bottom: 1.25rem; }

.checkout-title {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
    color: var(--lot-black);
}

.checkout-subtext { color: var(--lot-gray); margin: 0; font-size: 0.9rem; }

.checkout-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #374151;
}

.checkout-input {
    border-radius: 10px;
    border-color: #dbe1ea;
    padding: 0.7rem 0.85rem;
}

.checkout-input:focus {
    border-color: var(--lot-blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 79, 216, 0.12);
}

.checkout-phone-group {
    display: flex;
    align-items: stretch;
    border: 1px solid #dbe1ea;
    border-radius: 10px;
    overflow: hidden;
}

.checkout-phone-prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 0.75rem;
    background: #f8fafc;
    border-right: 1px solid #dbe1ea;
    font-weight: 700;
    color: var(--lot-gray);
    font-size: 0.9rem;
}

.checkout-phone-group .checkout-input {
    border: none;
    border-radius: 0;
}

.checkout-phone-group .checkout-input:focus { box-shadow: none; }

.checkout-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.25rem 0;
    padding: 0.85rem;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #4b5563;
}

.checkout-trust-row i { color: var(--lot-blue); margin-right: 0.3rem; }

.btn-checkout-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: var(--lot-blue);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.95rem 1.25rem;
    transition: background 0.2s, transform 0.15s;
}

.btn-checkout-submit:hover { background: #1a44be; color: #fff; transform: translateY(-1px); }

.checkout-back-link {
    display: inline-block;
    margin-left: 1rem;
    color: var(--lot-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.checkout-back-link:hover { text-decoration: underline; }

.checkout-summary-title {
    font-weight: 800;
    color: var(--lot-black);
    margin-bottom: 1rem;
}

.checkout-summary-items { margin-bottom: 1rem; }

.checkout-summary-item {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f0f2f5;
}

.checkout-item-info strong {
    display: block;
    font-size: 0.88rem;
    line-height: 1.3;
}

.checkout-summary-note {
    margin: 1rem 0 0;
    font-size: 0.78rem;
    color: var(--lot-gray);
}

.checkout-summary-card { position: sticky; top: 90px; }

/* Payment page — Razorpay style */
.payment-page { background: #f4f6fb; min-height: 60vh; }
.payment-steps { background: #fff; border-bottom: 1px solid var(--lot-border); padding: 0.85rem 0; }
.step-track { display: flex; align-items: center; justify-content: center; gap: 0.35rem; flex-wrap: wrap; }
.step { font-size: 0.78rem; font-weight: 600; color: var(--lot-gray); display: inline-flex; align-items: center; gap: 0.35rem; }
.step.done { color: #16a34a; }
.step.active { color: #072654; }
.step-line { width: 28px; height: 2px; background: #e5e7eb; }
.step-line.done { background: #16a34a; }
.payment-card, .payment-summary-card { background: #fff; border: 1px solid #e6eaf2; border-radius: 12px; box-shadow: 0 8px 30px rgba(7, 38, 84, 0.06); padding: 1.25rem; }
.payment-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid #eef1f6; }
.payment-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--lot-gray); font-weight: 700; }
.payment-title { font-size: 1.35rem; font-weight: 800; margin: 0; color: #072654; }
.razorpay-brand { text-align: right; flex-shrink: 0; }
.powered-text { display: block; font-size: 0.65rem; color: var(--lot-gray); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.2rem; }
.razorpay-logo { height: 22px; width: auto; }
.razorpay-logo-sm { height: 18px; width: auto; }
.payment-amount-box { background: linear-gradient(135deg, #072654 0%, #0d3a7a 100%); color: #fff; border-radius: 10px; padding: 1.1rem 1.25rem; margin-bottom: 1.25rem; }
.payment-amount-box span { display: block; font-size: 0.78rem; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.05em; }
.payment-amount-box strong { display: block; font-size: 2rem; line-height: 1.2; margin: 0.2rem 0; }
.payment-amount-box small { opacity: 0.8; font-size: 0.78rem; }
.payment-methods { margin-bottom: 1.25rem; }
.methods-title { font-size: 0.82rem; font-weight: 700; color: #072654; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.methods-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
.method-item { border: 1px solid #e6eaf2; border-radius: 8px; padding: 0.75rem 0.35rem; text-align: center; background: #fafbfd; }
.method-item i { display: block; font-size: 1.15rem; color: #072654; margin-bottom: 0.35rem; }
.method-item span { font-size: 0.72rem; font-weight: 600; color: #374151; }
.payment-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 1.25rem; }
.payment-trust-row div { font-size: 0.72rem; font-weight: 600; color: #4b5563; text-align: center; padding: 0.55rem; background: #f8fafc; border-radius: 8px; }
.payment-trust-row i { color: #072654; margin-right: 0.15rem; }
.btn-razorpay-pay { width: 100%; border: none; border-radius: 8px; background: #072654; color: #fff; font-weight: 800; font-size: 1rem; padding: 0.95rem 1rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; }
.btn-razorpay-pay:hover { background: #0a3168; color: #fff; transform: translateY(-1px); }
.btn-rz-logo { height: 16px; width: auto; filter: brightness(0) invert(1); }
.btn-payment-back { display: inline-block; margin-top: 0.85rem; color: #072654; text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.btn-payment-back:hover { text-decoration: underline; }
.razorpay-footer-badge { display: flex; align-items: center; gap: 0.75rem; margin-top: 1rem; padding: 0.85rem 1rem; background: #fff; border: 1px dashed #cbd5e1; border-radius: 10px; }
.razorpay-footer-badge p { margin: 0; font-size: 0.78rem; color: var(--lot-gray); }
.payment-summary-card h5 { font-weight: 800; color: #072654; margin-bottom: 1rem; }
.summary-items { margin-bottom: 1rem; }
.summary-item { display: flex; justify-content: space-between; gap: 0.75rem; padding: 0.65rem 0; border-bottom: 1px solid #f0f2f5; }
.summary-item-info strong { display: block; font-size: 0.88rem; line-height: 1.3; }
.summary-color, .summary-qty { display: block; font-size: 0.75rem; color: var(--lot-gray); }
.summary-price { font-weight: 700; white-space: nowrap; font-size: 0.9rem; }
.summary-line { display: flex; justify-content: space-between; margin-bottom: 0.45rem; font-size: 0.9rem; }
.summary-line.total { font-weight: 800; font-size: 1.05rem; border-top: 1px dashed #dbe1ea; padding-top: 0.75rem; margin-top: 0.5rem; color: #072654; }
.delivery-box { margin-top: 1rem; padding: 0.85rem; background: #f8fafc; border-radius: 8px; font-size: 0.85rem; }
.delivery-title { font-weight: 700; color: #072654; margin-bottom: 0.35rem; }
.payment-alert { border-radius: 10px; }

@media (min-width: 768px) {
    .pb-sticky-space { padding-bottom: 0; }
    .trust-strip-grid { grid-template-columns: repeat(4, 1fr); }
    .product-page .container { max-width: 1100px; }
    .product-page.pb-sticky-space { padding-bottom: 0; }
    .checkout-page.pb-sticky-space { padding-bottom: 0; }
    .product-detail-mobile { padding: 0; }
    .product-gallery-mobile { margin: 0 0 1.5rem; border-radius: 8px; }
    .product-buy-buttons { flex-direction: row; }
    .product-buy-buttons .btn-lot-cart,
    .product-buy-buttons .btn-lot-buy { flex: 1; width: auto; }
    .desktop-buy-buttons { display: flex; gap: 0.75rem; }
    .desktop-buy-buttons .btn-lot-cart,
    .desktop-buy-buttons .btn-lot-buy { width: auto; flex: 1; }
    .payment-page.pb-sticky-space { padding-bottom: 0; }
    .orders-stats-row { grid-template-columns: repeat(3, 1fr); }
    .orders-page .container { max-width: 960px; }
}

@media (max-width: 767.98px) {
    .methods-grid { grid-template-columns: repeat(2, 1fr); }
    .payment-trust-row { grid-template-columns: 1fr; }
    .razorpay-brand { text-align: left; }
    .payment-card-header { flex-direction: column; }
    .payment-amount-box strong { font-size: 1.65rem; }
    .home-hero { padding: 1.75rem 0 2rem; }
    .home-hero-desc { font-size: 0.95rem; }
    .home-categories { padding: 1.25rem 0; }
    .home-categories .section-head { margin-bottom: 0.75rem; }
    .home-categories .section-title { font-size: 1.1rem; }
    .home-categories .section-label { font-size: 0.65rem; margin-bottom: 0.25rem; }
    .category-cards-scroll { gap: 0.45rem; padding-bottom: 0.15rem; }
    .category-card {
        width: 84px;
        padding: 0.5rem 0.3rem;
        border-radius: 8px;
    }
    .category-card-icon {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }
    .category-card-name {
        font-size: 0.6rem;
        line-height: 1.15;
        word-break: break-word;
    }
    .orders-page-header { padding: 1rem 0; }
    .orders-page-title { font-size: 1.25rem; }
    .orders-page-subtitle { font-size: 0.85rem; }
    .orders-account-chip { width: 100%; min-width: 0; }
    .orders-stats-row { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
    .orders-stat { padding: 0.75rem 0.5rem; }
    .orders-stat-value { font-size: 1.25rem; }
    .orders-stat-label { font-size: 0.68rem; }
    .order-card-top { flex-direction: column; }
    .order-card-meta { text-align: left; display: flex; align-items: center; justify-content: space-between; width: 100%; }
    .order-progress { padding: 0.5rem 1rem 0.85rem; }
    .order-step { min-width: 56px; }
    .order-step-label { font-size: 0.58rem; }
    .order-item-row { flex-wrap: wrap; }
    .order-item-price { width: 100%; text-align: right; padding-top: 0.25rem; }
    .order-card-actions { flex-direction: column; }
    .btn-order-action { justify-content: center; width: 100%; }
    .orders-lookup-trust { flex-direction: column; gap: 0.5rem; }
    .orders-lookup-card { padding: 1.5rem 1.15rem; }
    .product-info-panel { padding: 1rem; border-radius: 12px; }
    .product-gallery-wrap { border-radius: 12px; position: static; }
    .product-gallery-mobile { margin: 0 !important; min-height: 260px; }
    .gallery-thumbs { padding: 0.65rem !important; }
    .product-main-price { font-size: 1.45rem !important; }
    .suggested-products { margin-top: 1.5rem; padding-top: 1rem; }
    .checkout-card,
    .checkout-summary-card { padding: 1rem; border-radius: 12px; }
    .checkout-summary-card { position: static; }
    .checkout-title { font-size: 1.2rem; }
}

@media (min-width: 992px) {
    .search-form.d-lg-flex { max-width: 420px; }
}
