/* ==========================================================================
   NCLI 2026 Modern UI System — Customer E-Commerce & Order Management Hub
   File: css/modern/customer-shop.css
   Target Pages: customer-login.php, customer-dashboard.php, shop.php, product.php,
                 cart.php, checkout.php, order-track.php
   ========================================================================== */

/* ===== 1. CUSTOMER AUTH & DASHBOARD STYLES ===== */
.customer-info-bar {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-sm);
}

.customer-avatar {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-pill);
  background-color: var(--color-primary-light);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: var(--font-weight-extrabold);
  flex-shrink: 0;
}

.customer-details h2 {
  font-size: 1.35rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  margin-bottom: var(--space-1);
}

.customer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

/* Dashboard Stat & Order Cards */
.customer-dash-card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-6);
}

/* ==========================================================================
   2. ORDER TRACKING MODERN STYLES
   ========================================================================== */
.track-page {
  min-height: 70vh;
  background: linear-gradient(180deg, var(--color-primary-light, #ede9fe) 0, var(--color-surface-sunken, #f8fafc) 310px);
  padding: 52px 0 72px;
}
.track-shell { max-width: 980px; margin: auto; padding: 0 18px; }
.track-head { text-align: center; max-width: 650px; margin: 0 auto 28px; }
.track-head .track-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--color-primary, #2563eb), #4f46e5);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 25px;
  margin: 0 auto 16px;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
}
.track-head h1 { font-size: clamp(28px, 4vw, 40px); color: var(--color-text, #0f172a); margin: 0 0 9px; font-weight: 850; }
.track-head p { color: var(--color-text-secondary, #64748b); line-height: 1.7; margin: 0; }
.track-card {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 24px;
  box-shadow: var(--shadow-lg, 0 20px 40px rgba(15,23,42,.08));
  padding: 28px;
}
.track-form { display: grid; grid-template-columns: 1.25fr 1fr auto; gap: 14px; align-items: end; }
.track-field label { display: block; font-size: 12px; font-weight: 800; color: var(--color-text, #0f172a); margin: 0 0 7px; text-transform: uppercase; letter-spacing: .03em; }
.track-field input {
  width: 100%;
  height: 48px;
  border: 1.5px solid var(--color-border, #e2e8f0);
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  color: var(--color-text, #0f172a);
  background: var(--color-surface, #fff);
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
}
.track-field input[name=phone] { text-transform: none; }
.track-field input:focus { border-color: var(--color-primary, #2563eb); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.track-submit {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  font-weight: 850;
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
  box-shadow: 0 8px 18px rgba(37,99,235,.25);
}
.track-submit:hover { background: #1d4ed8; transform: translateY(-1px); }
.track-error {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
}
.track-help { font-size: 12.5px; color: var(--color-text-muted, #94a3b8); margin: 14px 0 0; line-height: 1.6; }
.track-help i { color: var(--color-primary, #2563eb); }
.order-card { margin-top: 24px; }
.order-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  padding-bottom: 18px;
}
.order-kicker { font-size: 11px; font-weight: 900; color: var(--color-text-muted, #94a3b8); text-transform: uppercase; letter-spacing: .9px; }
.order-top h2 { font-size: 22px; margin: 6px 0; color: var(--color-text, #0f172a); word-break: break-word; font-weight: 850; }
.order-date { font-size: 12px; color: var(--color-text-muted, #94a3b8); }
.order-badges { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.order-badge { padding: 6px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 850; }
.order-badge.paid { background: #dcfce7; color: #166534; }
.order-badge.unpaid { background: #fef3c7; color: #92400e; }
.track-timeline {
  display: grid;
  grid-template-columns: repeat(var(--track-steps, 6), minmax(0, 1fr));
  gap: 4px;
  margin: 28px 0;
}
.track-step { text-align: center; color: var(--color-text-muted, #94a3b8); font-size: 11px; font-weight: 800; position: relative; }
.track-step:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--color-surface-sunken, #f8fafc);
  border: 4px solid var(--color-surface, #fff);
  box-shadow: 0 0 0 1px var(--color-border, #e2e8f0);
  position: relative;
  z-index: 2;
}
.track-step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-border, #e2e8f0);
}
.track-step.complete, .track-step.current { color: var(--color-primary, #2563eb); }
.track-step.complete:before { background: var(--color-primary, #2563eb); box-shadow: 0 0 0 1px var(--color-primary, #2563eb); }
.track-step.current:before { background: var(--color-surface, #fff); border-color: var(--color-primary, #2563eb); box-shadow: 0 0 0 3px rgba(37,99,235,.2); }
.track-step.cancelled { color: #dc2626; }
.track-step.cancelled:before { background: #dc2626; box-shadow: 0 0 0 1px #dc2626; }
.order-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 24px; }
.order-section { border: 1px solid var(--color-border, #e2e8f0); border-radius: 18px; padding: 20px; background: var(--color-surface, #fff); }
.order-section h3 { font-size: 15px; margin: 0 0 16px; color: var(--color-text, #0f172a); font-weight: 850; }
.track-item { display: flex; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--color-border, #e2e8f0); }
.track-item:last-child { border-bottom: 0; }
.track-item-img { width: 52px; height: 52px; border-radius: 10px; background: var(--color-surface-sunken, #f8fafc); object-fit: contain; border: 1px solid var(--color-border, #e2e8f0); }
.track-item-body { min-width: 0; flex: 1; }
.track-item-body strong { font-size: 13.5px; color: var(--color-text, #0f172a); display: block; margin-bottom: 2px; }
.track-item-body span { font-size: 12px; color: var(--color-text-muted, #94a3b8); }
.track-item-price { font-weight: 850; color: var(--color-primary, #2563eb); font-size: 14px; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; color: var(--color-text-secondary, #64748b); font-size: 13px; }
.sum-row strong { color: var(--color-text, #0f172a); }
.sum-row.total { border-top: 1px solid var(--color-border, #e2e8f0); margin-top: 8px; padding-top: 14px; font-size: 16px; font-weight: 900; }
.sum-row.total strong { color: var(--color-primary, #2563eb); font-size: 19px; }
.delivery-box { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--color-border, #e2e8f0); color: var(--color-text-secondary, #64748b); font-size: 12.5px; line-height: 1.6; }
.delivery-box strong { display: block; color: var(--color-text, #0f172a); margin-bottom: 4px; }
.refund-banner { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 13px; font-weight: 750; }
.refund-banner.processed { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; }
.refund-banner.pending { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; }
.refund-banner.failed { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.track-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.track-actions a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 800; }
.track-actions .primary { background: var(--color-primary, #2563eb); color: #fff; }
.track-actions .secondary { background: var(--color-surface-sunken, #f8fafc); color: var(--color-text, #0f172a); border: 1px solid var(--color-border, #e2e8f0); }

@media (max-width: 768px) {
  .track-form { grid-template-columns: 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .track-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .track-step:not(:last-child):after { display: none; }
}

/* ==========================================================================
   3. NCLI 2026 UNIFIED SHOP DESIGN SYSTEM (shop.php)
   ========================================================================== */

.shop3-shell {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.5vw, 32px);
  box-sizing: border-box;
}

/* ===== 3.1 SHOP HERO SECTION ===== */
.shop3-hero {
  position: relative;
  overflow: hidden;
  background: #07111f;
  color: #fff;
  min-height: clamp(520px, 66vh, 660px);
  display: flex;
  align-items: center;
}

.shop3-hero .shop3-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.45;
  z-index: 1;
}

.shop3-hero .orb-one {
  top: -100px;
  left: -80px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, #2563eb 0%, rgba(37,99,235,0) 70%);
}

.shop3-hero .orb-two {
  bottom: -80px;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #7c3aed 0%, rgba(124,58,237,0) 70%);
}

.shop3-full-hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.shop3-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  background: #07111f;
}

.shop3-carousel-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.shop3-carousel-slide img,
.shop3-carousel-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop3-carousel-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #334155;
  font-size: 110px;
}

.shop3-full-hero-carousel .shop3-carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.88) 50%, rgba(7, 17, 31, 0.45) 100%);
  pointer-events: none;
}

.shop3-slide-credit {
  display: none;
}

.shop3-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(32px, 4.5vw, 60px) clamp(14px, 2.5vw, 32px);
}

.shop3-hero-copy {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.shop2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #93c5fd;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}

.shop3-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.shop3-hero-copy p {
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(14px, 1.25vw, 16.5px);
  line-height: 1.65;
  max-width: 62ch;
}

/* Hero Search Bar */
.shop3-search {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 56px;
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.25s;
}

.shop3-search:focus-within {
  background: #fff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.3), 0 20px 40px rgba(0, 0, 0, 0.35);
}

.shop3-search > i {
  text-align: center;
  color: #64748b;
  font-size: 16px;
}

.shop3-search input {
  height: 52px;
  border: 0;
  outline: none;
  background: transparent;
  color: #0f172a;
  font-size: 14.5px;
  font-weight: 600;
  padding: 0 4px;
}

.shop3-search input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.shop3-search button {
  height: 44px;
  margin-right: 6px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s;
}

.shop3-search button:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transform: translateY(-1px);
}

.shop3-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.shop3-hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.2s;
}

.shop3-hero-actions a:first-child {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.shop3-hero-actions a:first-child:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.45);
}

.shop3-hero-actions a:last-child {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
  backdrop-filter: blur(8px);
}

.shop3-hero-actions a:last-child:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

/* Hero Metrics & Deal Spotlight */
.shop3-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 6px;
}

.shop3-stat-card,
.shop3-deal-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.25);
  transition: all 0.25s;
}

.shop3-stat-card:hover,
.shop3-deal-card:hover {
  border-color: rgba(96, 165, 250, 0.4);
  transform: translateY(-2px);
}

.shop3-stat-card {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 4px 10px;
}

.shop3-stat-card i {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  font-size: 15px;
}

.shop3-stat-card span {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.shop3-stat-card small {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop3-deal-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 52px 1fr 38px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
}

.shop3-deal-art {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.shop3-deal-art img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.shop3-deal-art i {
  font-size: 22px;
  color: #94a3b8;
}

.shop3-deal-card small {
  display: block;
  font-size: 10.5px;
  font-weight: 850;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop3-deal-card strong {
  display: block;
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1px 0;
}

.shop3-deal-card span {
  display: block;
  color: #60a5fa;
  font-size: 13px;
  font-weight: 900;
}

.shop3-deal-card > a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-primary, #2563eb);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s;
}

.shop3-deal-card > a:hover {
  background: #1d4ed8;
  transform: scale(1.08);
}

.shop3-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.shop3-carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.shop3-carousel-dots button.active {
  width: 26px;
  background: #3b82f6;
}

/* ===== 3.2 TRUST & INFO STRIP ===== */
.shop3-info-strip {
  background: var(--color-surface, #fff);
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  border-top: 1px solid var(--color-border, #e2e8f0);
  padding: 16px 0;
}

.shop3-info-strip-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 4vw, 36px);
}

.shop3-info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--color-text, #0f172a);
}

/* ===== 3.3 LOCAL PRINT SERVICE BAND ===== */
.shop-print-band {
  padding: 24px 0 28px;
  background: var(--color-surface, #fff);
}

.shop-print-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.5vw, 32px);
}

.shop-print-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 50%, #fff7ed 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  padding: 24px 28px;
}

.shop-print-copy {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.shop-print-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.25);
}

.shop-print-copy small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b45309;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-print-copy h2 {
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
  margin: 6px 0;
  color: var(--color-text, #0f172a);
  font-weight: 850;
}

.shop-print-copy p {
  margin: 0;
  color: var(--color-text-secondary, #64748b);
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 720px;
}

.shop-print-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.shop-print-chips span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #334155;
  font-size: 11.5px;
  font-weight: 800;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.shop-print-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-print-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.shop-print-actions .primary {
  background: var(--color-primary, #2563eb);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.shop-print-actions .primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.shop-print-actions .light {
  background: var(--color-surface, #fff);
  color: var(--color-text, #0f172a);
  border: 1px solid var(--color-border, #e2e8f0);
}

.shop-print-actions .light:hover {
  border-color: var(--color-primary, #2563eb);
  color: var(--color-primary, #2563eb);
}

/* ===== 3.4 REPAIR & SERVICE BOOKING BAND ===== */
.shop-services-band {
  padding: 10px 0 36px;
  background: var(--color-surface, #fff);
}

.shop-services-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.5vw, 32px);
}

.shop-services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.shop-services-head h2 {
  margin: 0;
  color: var(--color-text, #0f172a);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 900;
}

.shop-services-head p {
  margin: 6px 0 0;
  color: var(--color-text-secondary, #64748b);
  font-size: 13.5px;
  max-width: 650px;
  line-height: 1.6;
}

.shop-service-alert {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-service-alert.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.shop-service-alert.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.shop-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.shop-service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 16px;
  background: var(--color-surface, #fff);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: all 0.25s;
}

.shop-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.shop-service-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: var(--color-primary, #2563eb);
}

.shop-service-card:nth-child(2) .shop-service-icon { background: #0f766e; }
.shop-service-card:nth-child(3) .shop-service-icon { background: #7c3aed; }
.shop-service-card:nth-child(4) .shop-service-icon { background: #dc2626; }
.shop-service-card:nth-child(5) .shop-service-icon { background: #0369a1; }
.shop-service-card:nth-child(6) .shop-service-icon { background: #b45309; }
.shop-service-card:nth-child(7) .shop-service-icon { background: #047857; }
.shop-service-card:nth-child(8) .shop-service-icon { background: #9333ea; }

.shop-service-card .svc-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.shop-service-card strong {
  color: var(--color-text, #0f172a);
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.2;
}

.shop-service-card .svc-text > span {
  margin-top: 3px;
  color: var(--color-text-secondary, #64748b);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.4;
}

.shop-service-card .svc-enquiry-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 850;
  font-style: normal;
  width: fit-content;
}

.shop-service-form-card {
  margin-top: 18px;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  background: var(--color-surface, #fff);
  padding: 22px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.shop-service-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shop-service-form .full {
  grid-column: 1 / -1;
}

.shop-service-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-text-secondary, #475569);
  font-size: 11.5px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.shop-service-form input,
.shop-service-form select,
.shop-service-form textarea {
  width: 100%;
  border: 1.5px solid var(--color-border, #e2e8f0);
  border-radius: 10px;
  background: var(--color-surface-sunken, #f8fafc);
  color: var(--color-text, #0f172a);
  padding: 10px 12px;
  font: inherit;
  font-size: 13.5px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.shop-service-form input:focus,
.shop-service-form select:focus,
.shop-service-form textarea:focus {
  border-color: var(--color-primary, #2563eb);
  background: #fff;
}

.shop-service-form textarea {
  min-height: 90px;
  resize: vertical;
}

.shop-service-form button {
  border: 0;
  border-radius: 12px;
  padding: 12px 22px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.shop-service-form button:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

/* ===== 3.5 SHOP BY CATEGORY WALL ===== */
.shop-cat-wall {
  padding: 44px 0 24px;
  background: var(--color-surface-sunken, #f8fafc);
}

.shop-cat-wall-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.5vw, 32px);
}

.shop-cat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.shop-cat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary, #2563eb);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-cat-head h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  margin: 6px 0 4px;
  color: var(--color-text, #0f172a);
}

.shop-cat-head p {
  color: var(--color-text-secondary, #64748b);
  font-size: 13.5px;
  max-width: 580px;
  margin: 0;
}

.shop-cat-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 850;
  color: var(--color-primary, #2563eb);
  background: var(--color-primary-light, #eff6ff);
  text-decoration: none;
  transition: all 0.2s;
}

.shop-cat-all:hover {
  background: var(--color-primary, #2563eb);
  color: #fff;
}

.shop-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.shop-cat-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  background: var(--color-surface, #fff);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.shop-cat-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(37, 99, 235, 0.4);
}

.shop-cat-art {
  position: relative;
  aspect-ratio: 16/10;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

.shop-cat-art img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.shop-cat-tile:hover .shop-cat-art img {
  transform: scale(1.08);
}

.shop-cat-art i {
  font-size: 48px;
  color: #94a3b8;
}

.shop-cat-count {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.shop-cat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
}

.shop-cat-foot small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-text-muted, #94a3b8);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-cat-foot strong {
  display: block;
  margin-top: 2px;
  font-size: 15.5px;
  font-weight: 850;
  color: var(--color-text, #0f172a);
}

.shop-cat-go {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--color-primary, #2563eb);
  background: var(--color-primary-light, #eff6ff);
  transition: all 0.2s;
}

.shop-cat-tile:hover .shop-cat-go {
  background: var(--color-primary, #2563eb);
  color: #fff;
  transform: translateX(2px);
}

/* ===== 3.6 DEAL OF THE WEEK ===== */
.shop-deal-week {
  padding: 20px 0 40px;
  background: var(--color-surface, #fff);
}

.shop-deal-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1e1b4b 0%, #1e3a8a 50%, #065f46 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

.shop-deal-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
}

.shop-deal-rays {
  position: absolute;
  inset: -20px;
  background: conic-gradient(from 0deg, rgba(255,255,255,0), rgba(255,255,255,0.12), rgba(255,255,255,0) 35%);
  animation: shopDealSpin 16s linear infinite;
  border-radius: 50%;
}

@keyframes shopDealSpin { to { transform: rotate(360deg); } }

.shop-deal-art {
  position: relative;
  z-index: 1;
  width: 76%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.shop-deal-art img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.35));
}

.shop-deal-art i {
  font-size: 80px;
  color: #cbd5e1;
}

.shop-deal-flag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(239, 68, 68, 0.45);
  transform: rotate(6deg);
}

.shop-deal-body {
  position: relative;
  z-index: 1;
}

.shop-deal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fde68a;
}

.shop-deal-body h2 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
  margin: 12px 0 8px;
  line-height: 1.15;
  color: #fff;
}

.shop-deal-body p {
  color: #dbeafe;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 500px;
}

.shop-deal-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.shop-deal-price strong {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.shop-deal-price del {
  font-size: 15px;
  color: #c7d2fe;
}

.shop-deal-save {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 850;
  color: #064e3b;
  background: #bbf7d0;
}

.shop-deal-countdown {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.shop-cd-box {
  flex: 1;
  min-width: 58px;
  text-align: center;
  padding: 8px 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.shop-cd-box span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.shop-cd-box small {
  display: block;
  margin-top: 4px;
  font-size: 9.5px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c7d2fe;
}

.shop-deal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-deal-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 850;
  color: #0f172a;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.shop-deal-cart:hover {
  transform: translateY(-1px);
  background: #fde68a;
}

.shop-deal-view {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 850;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.2s;
}

.shop-deal-view:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ===== 3.7 TRENDING MARQUEE RAIL ===== */
.shop-trending {
  padding: 14px 0 36px;
  background: var(--color-surface-sunken, #f8fafc);
  overflow: hidden;
}

.shop-trending-head {
  max-width: 1380px;
  margin: 0 auto 16px;
  padding: 0 clamp(14px, 2.5vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.shop-trending-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fee2e2, #ffedd5);
  color: #b91c1c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-trending-head p {
  color: var(--color-text-secondary, #64748b);
  font-size: 13px;
  margin: 0;
}

.shop-trending-track {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.shop-trending-rail {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: shopTrendScroll 38s linear infinite;
}

.shop-trending-track:hover .shop-trending-rail {
  animation-play-state: paused;
}

@keyframes shopTrendScroll { to { transform: translateX(calc(-50% - 8px)); } }

.shop-trending-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  padding: 10px 14px;
  border-radius: 16px;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  transition: all 0.25s;
}

.shop-trending-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.shop-trending-thumb {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

.shop-trending-thumb img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.shop-trending-thumb i {
  font-size: 22px;
  color: var(--color-text-muted, #94a3b8);
}

.shop-trending-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.shop-trending-meta small {
  color: var(--color-text-muted, #94a3b8);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-trending-meta strong {
  color: var(--color-text, #0f172a);
  font-size: 13px;
  font-weight: 800;
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.shop-trending-meta em {
  font-style: normal;
  color: var(--color-primary, #2563eb);
  font-size: 13.5px;
  font-weight: 850;
}

/* ===== 3.8 CATEGORY RUNWAY ===== */
.shop3-category-runway {
  padding: 12px 0 18px;
  background: var(--color-surface, #fff);
  border-top: 1px solid var(--color-border, #e2e8f0);
  border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.shop3-category-runway .shop3-shell {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-block: 4px;
}

.shop3-category-runway .shop3-shell::-webkit-scrollbar {
  display: none;
}

.shop3-category-runway a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--color-surface-sunken, #f8fafc);
  border: 1px solid var(--color-border, #e2e8f0);
  color: var(--color-text-secondary, #475569);
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
}

.shop3-category-runway a strong {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--color-primary, #2563eb);
  font-size: 11px;
}

.shop3-category-runway a.active,
.shop3-category-runway a:hover {
  background: var(--color-primary, #2563eb);
  color: #fff;
  border-color: var(--color-primary, #2563eb);
}

.shop3-category-runway a.active strong,
.shop3-category-runway a:hover strong {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* ===== 3.9 FEATURED STRIP ===== */
.shop3-featured {
  padding: 12px 0 6px;
}

.shop2-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-radius: 16px;
  background: var(--color-surface, #fff);
  border: 1.5px solid var(--color-border, #e2e8f0);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.shop2-strip strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 6px;
}

.shop2-strip strong i {
  color: #f59e0b;
}

.shop2-strip button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: var(--color-surface-sunken, #f8fafc);
  color: #1e293b;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.shop2-strip button span {
  color: #2563eb;
  font-weight: 850;
}

.shop2-strip button:hover:not(:disabled) {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-1px);
}

.shop2-strip button:hover:not(:disabled) span {
  color: #ffffff;
}

.shop2-strip button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dark mode overrides for Fresh Drops */
body.dark .shop2-strip,
[data-theme="dark"] .shop2-strip {
  background: #1e293b !important;
  border-color: rgba(148, 163, 184, 0.25) !important;
}

body.dark .shop2-strip strong,
[data-theme="dark"] .shop2-strip strong {
  color: #f8fafc !important;
}

body.dark .shop2-strip strong i,
[data-theme="dark"] .shop2-strip strong i {
  color: #fbbf24 !important;
}

body.dark .shop2-strip button,
[data-theme="dark"] .shop2-strip button {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #f1f5f9 !important;
}

body.dark .shop2-strip button span,
[data-theme="dark"] .shop2-strip button span {
  color: #60a5fa !important;
}

body.dark .shop2-strip button:hover:not(:disabled),
[data-theme="dark"] .shop2-strip button:hover:not(:disabled) {
  background: #2563eb !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
}

body.dark .shop2-strip button:hover:not(:disabled) span,
[data-theme="dark"] .shop2-strip button:hover:not(:disabled) span {
  color: #ffffff !important;
}

/* ===== 3.10 SHOP MAIN CATALOG & SIDEBAR LAYOUT ===== */
.shop2-section {
  padding: 24px 0 64px;
  background: var(--color-surface-sunken, #f8fafc);
}

.shop2-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.shop2-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.shop2-box,
.shop2-help,
.shop3-filter-summary,
.shop2-results {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.shop3-filter-summary {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shop3-filter-summary small {
  color: var(--color-text-muted, #94a3b8);
  font-size: 10.5px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop3-filter-summary strong {
  color: var(--color-text, #0f172a);
  font-size: 13.5px;
  font-weight: 850;
}

.shop3-filter-summary span,
.shop3-filter-summary a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--color-surface-sunken, #f8fafc);
  color: var(--color-text-secondary, #475569);
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
}

.shop3-filter-summary a {
  background: #fee2e2;
  color: #b91c1c;
  align-self: flex-start;
  margin-top: 4px;
}

.shop2-box {
  padding: 16px;
  display: grid;
  gap: 6px;
}

.shop2-box h3,
.shop2-help h3 {
  margin: 0 0 4px;
  color: var(--color-text, #0f172a);
  font-size: 13.5px;
  font-weight: 850;
  display: flex;
  align-items: center;
  gap: 7px;
}

.shop2-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--color-text-secondary, #475569);
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
}

.shop2-box a:hover {
  background: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
}

.shop2-box a.active {
  background: var(--color-primary, #2563eb);
  color: #fff;
}

.shop2-box a strong {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.15);
}

.shop2-box a.active strong {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.shop3-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}

.shop3-price-fields label {
  display: grid;
  gap: 4px;
  color: var(--color-text-muted, #94a3b8);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop3-price-fields input {
  width: 100%;
  border: 1.5px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  background: var(--color-surface-sunken, #f8fafc);
  color: var(--color-text, #0f172a);
  padding: 8px 10px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  box-sizing: border-box;
  outline: none;
}

.shop3-price-fields input:focus {
  border-color: var(--color-primary, #2563eb);
  background: #fff;
}

.shop3-stock-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-secondary, #475569);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 6px;
}

.shop3-stock-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary, #2563eb);
}

.shop3-filter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  padding: 10px 12px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 850;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.shop3-filter-submit:hover {
  background: #1d4ed8;
}

.shop2-help {
  padding: 16px;
}

.shop2-help i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  font-size: 16px;
  margin-bottom: 8px;
}

.shop2-help p {
  margin: 4px 0 10px;
  color: var(--color-text-secondary, #64748b);
  font-size: 12px;
  line-height: 1.55;
}

.shop2-help a {
  color: var(--color-primary, #2563eb);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.shop3-promise {
  display: grid;
  gap: 8px;
}

.shop3-promise span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  color: var(--color-text-secondary, #475569);
  font-size: 11.5px;
  font-weight: 800;
}

.shop3-promise span i {
  color: var(--color-primary, #2563eb);
}

/* Results Top Bar */
.shop2-results {
  margin-bottom: 20px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.shop2-results span {
  display: block;
  color: var(--color-text-muted, #94a3b8);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop2-results h2 {
  margin: 2px 0 2px;
  color: var(--color-text, #0f172a);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 850;
}

.shop2-results p {
  margin: 0;
  color: var(--color-text-secondary, #64748b);
  font-size: 12.5px;
}

.shop3-view-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.shop3-view-controls button,
.shop3-view-controls a {
  height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1.5px solid var(--color-border, #e2e8f0);
  background: var(--color-surface, #fff);
  color: var(--color-text-secondary, #475569);
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.shop3-view-controls button.active,
.shop3-view-controls button:hover,
.shop3-view-controls a:hover {
  background: var(--color-primary, #2563eb);
  color: #fff;
  border-color: var(--color-primary, #2563eb);
}

/* ===== 3.11 PRODUCT CARDS (GRID VIEW) ===== */
.shop2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.shop2-product {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.shop2-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(37, 99, 235, 0.3);
}

.shop2-product-media {
  position: relative;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.shop3-image-link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.shop3-image-link img {
  width: 84%;
  height: 84%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.shop2-product:hover .shop3-image-link img {
  transform: scale(1.08);
}

.shop2-placeholder {
  display: grid;
  place-items: center;
  color: var(--color-text-muted, #94a3b8);
  font-size: 56px;
}

/* Badges top-left */
.shop3-badge-stack {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
  pointer-events: none;
}

.shop2-discount,
.shop2-out,
.shop3-mini-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.shop2-discount { background: #dcfce7; color: #166534; }
.shop3-mini-badge { background: rgba(255, 255, 255, 0.95); color: #1e293b; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.shop2-out { background: #fee2e2; color: #991b1b; }

/* Action buttons top-right */
.shop3-media-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 3;
}

.shop3-icon-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text, #0f172a);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
  transition: all 0.2s;
  font-size: 13px;
}

.shop3-icon-btn:hover {
  transform: scale(1.1);
  background: var(--color-primary, #2563eb);
  color: #fff;
  border-color: var(--color-primary, #2563eb);
}

.shop3-icon-btn.active {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}

/* Card Body */
.shop2-product-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1;
}

.shop2-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-text-muted, #94a3b8);
}

.shop2-product-top em {
  padding: 3px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-style: normal;
}

.shop2-product-top em.low {
  background: #fff7ed;
  color: #c2410c;
}

.shop2-product-body h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
}

.shop2-product-body h2 a {
  color: var(--color-text, #0f172a);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.7em;
  transition: color 0.2s;
}

.shop2-product-body h2 a:hover {
  color: var(--color-primary, #2563eb);
}

.shop3-brand-line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  margin: -2px 0 2px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 10.5px;
  font-weight: 850;
}

.shop3-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
}

.shop3-rating span {
  color: #f59e0b;
  letter-spacing: 1px;
}

.shop3-rating strong {
  color: var(--color-text, #0f172a);
  font-weight: 850;
}

.shop3-rating em {
  color: var(--color-text-muted, #94a3b8);
  font-style: normal;
}

.shop2-product-body p {
  margin: 0;
  color: var(--color-text-secondary, #64748b);
  font-size: 12.5px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.9em;
}

.shop3-stock-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop3-stock-line div {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: var(--color-border, #e2e8f0);
  overflow: hidden;
}

.shop3-stock-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #2563eb);
}

.shop3-stock-line span {
  font-size: 11px;
  font-weight: 800;
  color: var(--color-text-muted, #94a3b8);
}

.shop3-card-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 4px;
}

.shop2-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
}

.shop3-compare {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--color-text-secondary, #64748b);
  cursor: pointer;
  user-select: none;
}

.shop3-compare input {
  width: 15px;
  height: 15px;
  accent-color: var(--color-primary, #2563eb);
}

.shop2-price-row {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--color-border, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop2-price-row strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--color-primary, #2563eb);
  line-height: 1.1;
}

.shop2-price-row del {
  color: var(--color-text-muted, #94a3b8);
  font-size: 11.5px;
}

.shop3-add-btn {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  font-size: 12.5px;
  font-weight: 850;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.2);
}

.shop3-add-btn:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.shop2-price-row button:disabled {
  background: var(--color-surface-sunken, #f1f5f9);
  color: var(--color-text-muted, #94a3b8);
  border: 1px solid var(--color-border, #e2e8f0);
  cursor: not-allowed;
  box-shadow: none;
}

/* ===== 3.12 PRODUCT CARDS (LIST VIEW) ===== */
.shop2-grid.is-list {
  grid-template-columns: 1fr;
  gap: 16px;
}

.shop2-grid.is-list .shop2-product {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: none;
  min-height: 220px;
}

.shop2-grid.is-list .shop2-product-media {
  aspect-ratio: auto;
  height: 100%;
}

.shop2-grid.is-list .shop2-product-body {
  padding: 18px 22px;
}

.shop2-grid.is-list .shop2-product-body h2 a {
  height: auto;
  -webkit-line-clamp: 1;
}

.shop2-grid.is-list .shop2-product-body p {
  height: auto;
  -webkit-line-clamp: 2;
}

/* ===== 3.13 EMPTY STATE & PAGINATION ===== */
.shop2-empty {
  text-align: center;
  padding: 64px 24px;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.shop2-empty i {
  font-size: 56px;
  color: var(--color-text-muted, #cbd5e1);
  margin-bottom: 16px;
  display: block;
}

.shop2-empty h3 {
  font-size: 20px;
  font-weight: 850;
  color: var(--color-text, #0f172a);
  margin: 0 0 6px;
}

.shop2-empty p {
  color: var(--color-text-secondary, #64748b);
  margin: 0 0 20px;
  font-size: 13.5px;
}

.shop2-empty a {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  border-radius: 12px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
  text-decoration: none;
}

.shop2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.shop2-pagination a,
.shop2-pagination span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: var(--color-surface, #fff);
  border: 1.5px solid var(--color-border, #e2e8f0);
  color: var(--color-text, #0f172a);
  transition: all 0.2s;
}

.shop2-pagination a:hover:not(.disabled) {
  background: var(--color-primary, #2563eb);
  color: #fff;
  border-color: var(--color-primary, #2563eb);
}

.shop2-pagination a.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: var(--color-surface-sunken, #f8fafc);
}

/* ===== 3.14 SKELETON SHIMMER LOADING ===== */
.ncli-skeleton-loading {
  pointer-events: none;
}

.ncli-skel-card {
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  overflow: hidden;
}

.ncli-skel-img {
  aspect-ratio: 1;
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: ncliSkelShimmer 1.5s infinite;
}

@keyframes ncliSkelShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.ncli-skel-body {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.ncli-skel-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: ncliSkelShimmer 1.5s infinite;
}

.ncli-skel-line.w90 { width: 90%; }
.ncli-skel-line.w60 { width: 60%; }
.ncli-skel-line.w40 { width: 40%; height: 16px; }

/* ===== 3.15 FLOATING COMPARE BAR ===== */
.shop3-compare-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: min(1180px, calc(100vw - 32px));
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  color: #fff;
  animation: compareSlideUp 0.3s ease;
}

@keyframes compareSlideUp {
  from { transform: translate(-50%, 60px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}

.shop3-compare-bar[hidden] {
  display: none !important;
}

.shop3-compare-lead small {
  display: block;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 10px;
  font-weight: 850;
}

.shop3-compare-lead strong {
  color: #fff;
  font-size: 13.5px;
  font-weight: 850;
}

.shop3-compare-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.shop3-compare-items span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 800;
}

.shop3-compare-actions {
  display: flex;
  gap: 8px;
}

.shop3-compare-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: 0;
  border-radius: 10px;
  background: var(--color-primary, #2563eb);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: all 0.2s;
}

.shop3-compare-btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.shop3-compare-btn-clear {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
}

.shop3-compare-btn-clear:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #fca5a5;
}

/* ===== 3.16 QUICK VIEW & COMPARE MODALS ===== */
.shop3-modal-open {
  overflow: hidden !important;
}

.shop3-quick-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
}

.shop3-quick-modal[hidden] {
  display: none !important;
}

.shop3-quick-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(8px);
}

.shop3-quick-card {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100vw - 32px));
  max-height: min(90vh, 800px);
  overflow: auto;
  border-radius: 24px;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e2e8f0);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: 360px 1fr;
}

.shop3-quick-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  color: var(--color-text, #0f172a);
  cursor: pointer;
  font-size: 15px;
  display: grid;
  place-items: center;
  transition: all 0.2s;
}

.shop3-quick-close:hover {
  background: #ef4444;
  color: #fff;
}

.shop3-quick-media {
  min-height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  padding: 24px;
}

.shop3-quick-media img {
  width: 85%;
  height: 85%;
  max-height: 280px;
  object-fit: contain;
}

.shop3-quick-info {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#shopQuickCategory {
  display: inline-flex;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.shop3-quick-info h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
  color: var(--color-text, #0f172a);
  line-height: 1.25;
}

.shop3-quick-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.shop3-quick-price strong {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-primary, #2563eb);
}

.shop3-quick-price del {
  color: var(--color-text-muted, #94a3b8);
  font-size: 14px;
}

.shop3-quick-stock {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--color-text-secondary, #64748b);
}

.shop3-quick-info p {
  margin: 0;
  color: var(--color-text-secondary, #64748b);
  font-size: 13px;
  line-height: 1.6;
}

.shop3-quick-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
}

.shop3-quick-actions button,
.shop3-quick-actions a {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.shop3-quick-actions button {
  border: 0;
  background: var(--color-primary, #2563eb);
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.shop3-quick-actions button:hover {
  background: #1d4ed8;
}

.shop3-quick-actions a {
  border: 1.5px solid var(--color-border, #e2e8f0);
  color: var(--color-text, #0f172a);
}

.shop3-quick-actions a:hover {
  border-color: var(--color-primary, #2563eb);
  color: var(--color-primary, #2563eb);
}

/* Compare Modal Window */
#shopCompareModalWindow .shop3-compare-modal-card {
  display: block !important;
  width: min(1140px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

#shopCompareModalWindow .shop3-compare-modal-body {
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(20px, 3vw, 32px);
}

.shop3-compare-modal-body h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 850;
  color: var(--color-text, #0f172a);
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop3-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.shop3-compare-table th,
.shop3-compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}

.shop3-compare-feature-cell {
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--color-surface, #fff);
  font-weight: 850;
  color: var(--color-text, #0f172a);
  width: 140px;
}

.shop3-compare-head-cell {
  background: var(--color-surface-sunken, #f8fafc);
}

.shop3-compare-product-head {
  background: var(--color-surface-sunken, #f8fafc);
  color: var(--color-text, #0f172a);
  font-weight: 850;
  font-size: 14px;
}

.shop3-compare-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.shop3-compare-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  font-size: 11.5px;
  font-weight: 800;
}

.shop3-compare-price {
  font-size: 16px;
  font-weight: 900;
  color: var(--color-primary, #2563eb);
}

.shop3-compare-stock.in-stock { color: #059669; font-weight: 800; }
.shop3-compare-stock.out-stock { color: #dc2626; font-weight: 800; }

.shop3-compare-spec-value {
  color: var(--color-text-secondary, #475569);
  font-size: 12.5px;
  line-height: 1.4;
}

.shop3-compare-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-primary, #2563eb);
  font-weight: 800;
  text-decoration: none;
}

/* ===== 3.17 TOAST NOTIFICATIONS ===== */
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast i {
  color: #34d399;
  font-size: 16px;
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS (ALL DEVICES)
   ========================================================================== */

@media (max-width: 1100px) {
  .shop2-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 20px;
  }
  .shop-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .shop2-layout {
    grid-template-columns: 1fr;
  }
  .shop2-sidebar {
    position: static;
    order: -1;
  }
  .shop-deal-inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .shop-deal-stage {
    min-height: 200px;
  }
  .shop-print-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .shop3-quick-card {
    grid-template-columns: 1fr;
  }
  .shop3-quick-media {
    min-height: 220px;
  }
  .shop2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .shop2-grid.is-list .shop2-product {
    grid-template-columns: 1fr;
  }
  .shop3-hero {
    min-height: 0;
  }
  .shop3-hero-grid {
    padding: 28px 16px;
  }
  .shop3-hero-metrics {
    grid-template-columns: 1fr;
  }
  .shop-service-form {
    grid-template-columns: 1fr;
  }
  .shop-services-grid {
    grid-template-columns: 1fr;
  }
  .shop3-search {
    grid-template-columns: 40px 1fr auto;
  }
  .shop3-search button span {
    display: none;
  }
  .shop3-search button {
    padding: 0 14px;
  }
}

@media (max-width: 480px) {
  .shop2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .shop2-product-body {
    padding: 12px;
    gap: 6px;
  }
  .shop2-product-body h2 {
    font-size: 13.5px;
  }
  .shop2-price-row strong {
    font-size: 16px;
  }
  .shop3-add-btn {
    padding: 0 10px;
    font-size: 11.5px;
    min-height: 34px;
  }
  .shop3-icon-btn {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
  .toast {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-content: center;
  }
}

/* ==========================================================================
   5. COMPLETE DARK MODE ARCHITECTURE (body.dark)
   ========================================================================== */

body.dark .track-page {
  background: linear-gradient(180deg, #0b1120 0, #020617 310px);
}
body.dark .track-card,
body.dark .order-section,
body.dark .shop3-info-strip,
body.dark .shop-print-band,
body.dark .shop-services-band,
body.dark .shop3-category-runway,
body.dark .shop2-section,
body.dark .shop2-box,
body.dark .shop2-help,
body.dark .shop3-filter-summary,
body.dark .shop2-results,
body.dark .shop2-product,
body.dark .shop2-empty,
body.dark .shop3-quick-card,
body.dark .shop2-strip,
body.dark .shop-cat-tile,
body.dark .shop-service-card,
body.dark .shop-service-form-card,
body.dark .shop-trending-card {
  background: #0f172a;
  border-color: #1e293b;
}

body.dark .shop-cat-wall,
body.dark .shop-trending,
body.dark .shop2-section {
  background: #0b1120;
}

body.dark .shop-print-card {
  background: linear-gradient(135deg, #111827 0%, #1e1b4b 50%, #1e293b 100%);
  border-color: #334155;
}

body.dark .shop-print-chips span {
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark .shop-print-actions .light {
  background: rgba(255, 255, 255, 0.08);
  color: #f1f5f9;
  border-color: #334155;
}

body.dark .shop2-product-media,
body.dark .shop-cat-art,
body.dark .shop-trending-thumb,
body.dark .shop3-quick-media {
  background: linear-gradient(135deg, #111827, #0f172a);
}

body.dark .shop3-icon-btn {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f1f5f9;
}

body.dark .shop3-mini-badge {
  background: rgba(15, 23, 42, 0.9);
  color: #f1f5f9;
}

body.dark .shop2-product-body h2 a,
body.dark .shop-services-head h2,
body.dark .shop-cat-head h2,
body.dark .shop-cat-foot strong,
body.dark .shop2-results h2,
body.dark .shop2-box h3,
body.dark .shop2-help h3,
body.dark .shop3-filter-summary strong,
body.dark .shop-trending-meta strong,
body.dark .shop2-empty h3,
body.dark .shop3-quick-info h3,
body.dark .shop3-compare-product-head,
body.dark .shop3-compare-feature-cell,
body.dark .shop3-compare-modal-body h3 {
  color: #f8fafc;
}

body.dark .shop3-category-runway a,
body.dark .shop2-strip button,
body.dark .shop2-pagination a,
body.dark .shop2-pagination span,
body.dark .shop3-view-controls button,
body.dark .shop3-view-controls a,
body.dark .shop3-promise span,
body.dark .shop3-quick-actions a {
  background: #111827;
  border-color: #253044;
  color: #cbd5e1;
}

body.dark .shop3-price-fields input,
body.dark .shop-service-form input,
body.dark .shop-service-form select,
body.dark .shop-service-form textarea {
  background: #111827;
  border-color: #334155;
  color: #f1f5f9;
}

body.dark .shop2-box a {
  color: #cbd5e1;
}

body.dark .shop2-box a:hover {
  background: rgba(37, 99, 235, 0.18);
  color: #93c5fd;
}

body.dark .shop3-brand-line {
  background: rgba(59, 130, 246, 0.16);
  color: #93c5fd;
}

body.dark .shop3-quick-close {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
}

body.dark .shop3-compare-table th {
  background: #111827;
  color: #f8fafc;
}

body.dark .shop3-compare-feature-cell {
  background: #0f172a;
}

body.dark .shop3-compare-table th,
body.dark .shop3-compare-table td {
  border-bottom-color: #1e293b;
}

body.dark .shop3-compare-spec-value {
  color: #cbd5e1;
}

body.dark .ncli-skel-card {
  background: #0f172a;
  border-color: #1e293b;
}

body.dark .ncli-skel-img,
body.dark .ncli-skel-line {
  background: linear-gradient(90deg, #111827 25%, #1e293b 50%, #111827 75%);
  background-size: 200% 100%;
}


/* ===== PRODUCT PAGE MODERN (.ncli-pd-*) ===== */
.ncli-pd-hero{padding:32px 0 48px;background:var(--color-surface-sunken,#f8fafc)}
.ncli-pd-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--color-text-secondary);text-decoration:none;margin-bottom:20px;transition:.2s;padding:8px 14px;border-radius:10px;border:1px solid var(--color-border,#e2e8f0)}
.ncli-pd-back:hover{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-light,#ede9fe)}
.ncli-pd-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;font-size:12.5px;font-weight:800;color:var(--color-text-muted)}
.ncli-pd-breadcrumb a{color:var(--color-text-secondary);text-decoration:none}
.ncli-pd-breadcrumb a:hover{color:var(--color-primary)}
.ncli-pd-breadcrumb i{font-size:10px;color:var(--color-text-muted)}
.ncli-pd-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}

/* Image with Zoom */
.ncli-pd-media{position:relative;border-radius:24px;overflow:hidden;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);box-shadow:0 8px 24px rgba(15,23,42,.06);cursor:zoom-in}
.ncli-pd-media:hover .ncli-pd-zoom-lens{opacity:1}
.ncli-pd-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;display:grid;place-items:center}
.ncli-pd-img-wrap img{width:85%;height:85%;object-fit:contain;transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.ncli-pd-media:hover .ncli-pd-img-wrap img{transform:scale(1.5)}
.ncli-pd-zoom-hint{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:rgba(0,0,0,.6);color:#fff;font-size:11px;font-weight:700;opacity:.7;transition:.2s;pointer-events:none}
.ncli-pd-media:hover .ncli-pd-zoom-hint{opacity:0}
.ncli-pd-badges{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:8px;z-index:2}
.ncli-pd-badges span{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}
.ncli-pd-badge-disc{background:rgba(239,68,68,.9);color:#fff}
.ncli-pd-badge-out{background:rgba(15,23,42,.8);color:#fff}

/* Lightbox */
.ncli-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.92);display:none;place-items:center;cursor:zoom-out;backdrop-filter:blur(6px);animation:ncliFadeIn .25s ease}
.ncli-lightbox.active{display:grid}
@keyframes ncliFadeIn{from{opacity:0}to{opacity:1}}
.ncli-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.ncli-lightbox-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer;display:grid;place-items:center;transition:.2s}
.ncli-lightbox-close:hover{background:rgba(255,255,255,.3)}

/* Product Info */
.ncli-pd-info{padding:8px 0}
.ncli-pd-cat{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:800;color:var(--color-primary);background:var(--color-primary-light,#ede9fe);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}
.ncli-pd-info h1{font-size:clamp(22px,3vw,30px);font-weight:850;color:var(--color-text);line-height:1.2;margin:0 0 12px;letter-spacing:-.01em}
.ncli-pd-brandline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-2px 0 12px;color:var(--color-text-secondary);font-size:13px;font-weight:750}
.ncli-pd-brandline span{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border,#e2e8f0)}
.ncli-pd-rating-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.ncli-pd-stars{letter-spacing:1px;color:#f59e0b;font-size:14px;line-height:1}
.ncli-pd-rating-summary strong{font-size:13px;font-weight:850;color:var(--color-text)}
.ncli-pd-rating-summary em{font-style:normal;font-size:12px;font-weight:750;color:var(--color-text-muted)}
.ncli-pd-price{display:flex;align-items:baseline;gap:12px;margin:16px 0}
.ncli-pd-price strong{font-size:28px;font-weight:900;color:var(--color-primary)}
.ncli-pd-price del{font-size:16px;color:var(--color-text-muted);font-weight:600}
.ncli-pd-price .ncli-pd-save{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:800;color:#065f46;background:#d1fae5}
.ncli-pd-stock{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:13px;font-weight:700;margin-bottom:16px}
.ncli-pd-stock.in{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}
.ncli-pd-stock.low{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}
.ncli-pd-stock.out{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}
.ncli-pd-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px}
.ncli-pd-trust span{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:12px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text-secondary);font-size:12px;font-weight:750;line-height:1.35}
.ncli-pd-trust i{color:var(--color-primary);margin-top:1px}
.ncli-pd-short-specs{margin:12px 0 18px;padding:14px 16px;border-radius:14px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border,#e2e8f0)}
.ncli-pd-short-specs h4{margin:0 0 8px;color:var(--color-text);font-size:13px;font-weight:850}
.ncli-pd-short-specs ul{margin:0;padding-left:18px;color:var(--color-text-secondary);font-size:13px;font-weight:650;line-height:1.65}
.ncli-pd-short-specs li::marker{color:var(--color-primary)}

/* Actions */
.ncli-pd-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:20px 0}
.ncli-pd-qty{display:inline-flex;align-items:center;border:1.5px solid var(--color-border,#e2e8f0);border-radius:14px;overflow:hidden;background:var(--color-surface-sunken,#f8fafc);height:48px}
.ncli-pd-qty button{width:44px;height:100%;border:none;background:transparent;font-size:16px;font-weight:800;cursor:pointer;color:var(--color-text-secondary);transition:.2s}
.ncli-pd-qty button:hover{background:var(--color-primary);color:#fff}
.ncli-pd-qty input{width:48px;height:100%;padding:0;text-align:center;font-size:16px;font-weight:800;border:none;background:transparent;color:var(--color-text);-moz-appearance:textfield;appearance:textfield}
.ncli-pd-qty input::-webkit-inner-spin-button{-webkit-appearance:none}
.ncli-pd-add{height:48px;padding:0 24px;border-radius:14px;font-size:14px;font-weight:800;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;color:#fff;background:linear-gradient(135deg,var(--color-primary,#7c3aed),#6d28d9);box-shadow:0 8px 20px rgba(124,58,237,.2);transition:all .25s}
.ncli-pd-add:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(124,58,237,.3)}
.ncli-pd-add:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.ncli-pd-cart-link{height:48px;padding:0 20px;border-radius:14px;border:1.5px solid var(--color-border);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--color-text-secondary);text-decoration:none;transition:.2s}
.ncli-pd-cart-link:hover{border-color:var(--color-primary);color:var(--color-primary)}
.ncli-pd-wishlist{height:48px;padding:0 18px;border-radius:14px;border:1.5px solid var(--color-border,#e2e8f0);background:var(--color-surface,#fff);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--color-text-secondary);cursor:pointer;transition:.2s}
.ncli-pd-wishlist:hover,.ncli-pd-wishlist.active{border-color:#ef4444;color:#dc2626;background:#fff1f2}
.ncli-pd-whatsapp{height:48px;padding:0 18px;border-radius:14px;border:1.5px solid #bbf7d0;background:#f0fdf4;color:#15803d;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:850;text-decoration:none;transition:.2s}
.ncli-pd-whatsapp:hover{background:#16a34a;color:#fff;border-color:#16a34a;transform:translateY(-2px)}

/* Tabs */
.ncli-pd-tabs{margin-top:10px}
.ncli-pd-tab-nav{display:flex;gap:0;border-bottom:2px solid var(--color-border,#e2e8f0);margin-bottom:0}
.ncli-pd-tab-btn{padding:12px 20px;font-size:13px;font-weight:800;color:var(--color-text-muted);background:transparent;border:none;cursor:pointer;position:relative;transition:.2s;text-transform:uppercase;letter-spacing:.03em}
.ncli-pd-tab-btn.active{color:var(--color-primary)}
.ncli-pd-tab-btn.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--color-primary);border-radius:2px 2px 0 0}
.ncli-pd-tab-btn:hover{color:var(--color-text)}
.ncli-pd-tab-panel{display:none;padding:24px 4px;color:var(--color-text-secondary);font-size:14px;line-height:1.8}
.ncli-pd-tab-panel.active{display:block;animation:ncliTabFade .3s ease}
@keyframes ncliTabFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.ncli-pd-tab-panel h4{color:var(--color-text);font-weight:700;margin:0 0 8px}
.ncli-pd-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ncli-pd-spec-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--color-border,#e2e8f0);border-radius:14px;background:var(--color-surface,#fff);margin-bottom:18px}
.ncli-pd-spec-table th,.ncli-pd-spec-table td{padding:12px 14px;border-bottom:1px solid var(--color-border,#e2e8f0);font-size:13px;text-align:left;vertical-align:top}
.ncli-pd-spec-table tr:last-child th,.ncli-pd-spec-table tr:last-child td{border-bottom:0}
.ncli-pd-spec-table th{width:38%;color:var(--color-text);background:var(--color-surface-sunken,#f8fafc);font-weight:850}
.ncli-pd-spec-table td{color:var(--color-text-secondary);font-weight:650}
.ncli-pd-spec-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border)}
.ncli-pd-spec-item i{color:var(--color-primary);font-size:16px;width:20px;text-align:center}
.ncli-pd-spec-item span{font-size:13px;font-weight:600;color:var(--color-text-secondary)}
.ncli-pd-review-note{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:11px 13px;border-radius:12px;background:#f0fdf4;color:#166534;font-size:12.5px;font-weight:750;border:1px solid #bbf7d0}
.ncli-pd-review-list{display:grid;gap:12px;margin-bottom:18px}
.ncli-pd-review-card{padding:14px;border-radius:14px;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0)}
.ncli-pd-review-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}
.ncli-pd-review-head strong{font-size:13px;color:var(--color-text)}
.ncli-pd-review-head small{font-size:11px;color:var(--color-text-muted);font-weight:750}
.ncli-pd-review-card p{margin:0;color:var(--color-text-secondary);font-size:13px;line-height:1.65}
.ncli-pd-review-empty{padding:18px;border-radius:14px;background:var(--color-surface-sunken,#f8fafc);border:1px dashed var(--color-border,#e2e8f0);color:var(--color-text-muted);font-size:13px;font-weight:750}
.ncli-pd-review-form{display:grid;gap:12px;margin-top:16px;padding:16px;border-radius:16px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border,#e2e8f0)}
.ncli-pd-review-form h4{margin:0;color:var(--color-text);font-size:15px;font-weight:850}
.ncli-pd-review-form input,.ncli-pd-review-form select,.ncli-pd-review-form textarea{width:100%;border:1.5px solid var(--color-border,#e2e8f0);border-radius:12px;padding:11px 12px;font:inherit;font-size:13px;color:var(--color-text);background:var(--color-surface,#fff);outline:none}
.ncli-pd-review-form textarea{min-height:110px;resize:vertical}
.ncli-pd-review-form button{justify-self:start;border:0;border-radius:12px;padding:11px 18px;background:var(--color-primary,#7c3aed);color:#fff;font-size:13px;font-weight:850;cursor:pointer}
.ncli-pd-review-msg{margin-bottom:14px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:750}
.ncli-pd-review-msg.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.ncli-pd-review-msg.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}

/* Service badges */
.ncli-pd-service{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:20px}
.ncli-pd-service div{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:var(--color-surface-sunken,#f8fafc);border:1px solid var(--color-border);font-size:13px;font-weight:600;color:var(--color-text-secondary)}
.ncli-pd-service i{color:var(--color-primary);font-size:16px;width:20px;text-align:center}

/* Related Products */
.ncli-pd-related{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.ncli-pd-rel-card{background:var(--color-surface,#fff);border:1px solid var(--color-border);border-radius:18px;overflow:hidden;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1)}
.ncli-pd-rel-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(15,23,42,.1);border-color:rgba(124,58,237,.3)}
.ncli-pd-rel-img{aspect-ratio:1;display:grid;place-items:center;background:var(--color-surface-sunken,#f8fafc);overflow:hidden}
.ncli-pd-rel-img img{width:80%;height:80%;object-fit:contain;transition:transform .3s}
.ncli-pd-rel-card:hover .ncli-pd-rel-img img{transform:scale(1.08)}
.ncli-pd-rel-img i{font-size:32px;color:var(--color-text-muted)}
.ncli-pd-rel-body{padding:14px 16px}
.ncli-pd-rel-body strong{display:block;font-size:14px;font-weight:700;color:var(--color-text);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncli-pd-rel-body em{font-style:normal;font-size:15px;font-weight:800;color:var(--color-primary)}

@media(max-width:768px){
  .ncli-pd-layout{grid-template-columns:1fr;gap:24px}
  .ncli-pd-spec-grid{grid-template-columns:1fr}
}

/* Product Multi-Image Slider */
.ncli-pd-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-border,#e2e8f0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  color: var(--color-text);
}
.ncli-pd-slider-btn:hover {
  background: var(--color-primary,#7c3aed);
  color: #fff;
  border-color: var(--color-primary,#7c3aed);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}
.ncli-pd-slider-btn.prev-btn { left: 16px; }
.ncli-pd-slider-btn.next-btn { right: 16px; }

.ncli-pd-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.pd-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
}
.pd-slider-dot.active {
  background: var(--color-primary,#7c3aed);
  width: 18px;
  border-radius: 4px;
}

/* Dark mode overrides for slider controls */
body.dark .ncli-pd-slider-btn {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
}
body.dark .ncli-pd-slider-btn:hover {
  background: var(--color-primary,#7c3aed);
  color: #fff;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.4);
}
body.dark .pd-slider-dot {
  background: rgba(255, 255, 255, 0.3);
}
body.dark .pd-slider-dot.active {
  background: var(--color-primary,#7c3aed);
}

body.dark .ncli-pd-hero {
  background: #0b1120 !important;
}
body.dark .ncli-pd-back {
  color: #cbd5e1 !important;
  border-color: #334155 !important;
}
body.dark .ncli-pd-back:hover {
  color: #a78bfa !important;
  border-color: #7c3aed !important;
  background: rgba(124, 58, 237, 0.15) !important;
}
body.dark .ncli-pd-media {
  background: #0f172a !important;
  border-color: #253044 !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
}
body.dark .ncli-pd-info h1 {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-breadcrumb,
body.dark .ncli-pd-breadcrumb i {
  color: #64748b !important;
}
body.dark .ncli-pd-breadcrumb a {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-breadcrumb a:hover {
  color: #93c5fd !important;
}
body.dark .ncli-pd-cat {
  background: rgba(37, 99, 235, 0.2) !important;
  color: #93c5fd !important;
}
body.dark .ncli-pd-brandline span,
body.dark .ncli-pd-trust span,
body.dark .ncli-pd-short-specs {
  background: #111827 !important;
  border-color: #253044 !important;
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-rating-summary strong {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-wishlist {
  background: #111827 !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-wishlist:hover,
body.dark .ncli-pd-wishlist.active {
  color: #fca5a5 !important;
  border-color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.14) !important;
}
body.dark .ncli-pd-whatsapp {
  background: rgba(22, 163, 74, 0.14) !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
  color: #86efac !important;
}
body.dark .ncli-pd-short-specs h4 {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-short-specs ul {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-price del {
  color: #64748b !important;
}
body.dark .ncli-pd-price .ncli-pd-save {
  color: #a7f3d0 !important;
  background: rgba(4, 120, 87, 0.25) !important;
}
body.dark .ncli-pd-qty {
  background: #111827 !important;
  border-color: #334155 !important;
}
body.dark .ncli-pd-qty button {
  color: #94a3b8 !important;
}
body.dark .ncli-pd-qty button:hover {
  background: var(--color-primary,#7c3aed) !important;
  color: #fff !important;
}
body.dark .ncli-pd-qty input {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-cart-link {
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-cart-link:hover {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
body.dark .ncli-pd-tab-nav {
  border-bottom-color: #253044 !important;
}
body.dark .ncli-pd-tab-btn {
  color: #64748b !important;
}
body.dark .ncli-pd-tab-btn.active {
  color: #a78bfa !important;
}
body.dark .ncli-pd-tab-btn.active::after {
  background: #a78bfa !important;
}
body.dark .ncli-pd-tab-btn:hover {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-tab-panel {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-tab-panel p {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-tab-panel h4 {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-spec-item,
body.dark .ncli-pd-service div {
  background: #111827 !important;
  border-color: #253044 !important;
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-review-card,
body.dark .ncli-pd-review-form {
  background: #111827 !important;
  border-color: #253044 !important;
}
body.dark .ncli-pd-review-empty {
  background: #0f172a !important;
  border-color: #334155 !important;
}
body.dark .ncli-pd-review-form input,
body.dark .ncli-pd-review-form select,
body.dark .ncli-pd-review-form textarea {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-spec-table {
  background: #111827 !important;
  border-color: #253044 !important;
}
body.dark .ncli-pd-spec-table th,
body.dark .ncli-pd-spec-table td {
  border-bottom-color: #253044 !important;
}
body.dark .ncli-pd-spec-table th {
  background: #0f172a !important;
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-spec-table td {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-spec-item span,
body.dark .ncli-pd-service div span {
  color: #cbd5e1 !important;
}
body.dark .ncli-pd-rel-card {
  background: #111827 !important;
  border-color: #253044 !important;
}
body.dark .ncli-pd-rel-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(124, 58, 237, 0.5) !important;
}
body.dark .ncli-pd-rel-img {
  background: #0f172a !important;
}
body.dark .ncli-pd-rel-body strong {
  color: #f1f5f9 !important;
}
body.dark .ncli-pd-rel-body em {
  color: #60a5fa !important;
}

/* ===== MODERN CART STYLES ===== */
.ncli-cart-section{padding:40px 0 60px;background:var(--color-surface-sunken,#f8fafc)}
.ncli-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}

/* Savings Banner */
.ncli-cart-savings{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:16px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;margin-bottom:20px;animation:ncliSavingsSlide .5s ease}
@keyframes ncliSavingsSlide{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.ncli-cart-savings i{font-size:22px;color:#059669}
.ncli-cart-savings strong{font-size:15px;font-weight:800;color:#065f46}
.ncli-cart-savings span{font-size:13px;color:#047857}
body.dark .ncli-cart-savings{background:linear-gradient(135deg,rgba(5,150,105,.12),rgba(16,185,129,.08));border-color:rgba(16,185,129,.25)}
body.dark .ncli-cart-savings strong{color:#6ee7b7}
body.dark .ncli-cart-savings span{color:#a7f3d0}

/* Cart Items */
.ncli-cart-items{display:flex;flex-direction:column;gap:16px}
.ncli-cart-card{display:grid;grid-template-columns:90px 1fr auto auto auto;align-items:center;gap:18px;padding:20px;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:20px;box-shadow:0 4px 16px rgba(15,23,42,.04);transition:all .35s cubic-bezier(.2,.8,.2,1)}
.ncli-cart-card:hover{box-shadow:0 12px 32px rgba(15,23,42,.08);border-color:rgba(124,58,237,.2)}
.ncli-cart-card.removing{opacity:0;transform:translateX(-40px) scale(.95);max-height:0;padding:0;margin:0;overflow:hidden;border:0;transition:all .4s ease}

/* Image */
.ncli-cart-img{width:90px;height:90px;border-radius:14px;overflow:hidden;background:var(--color-surface-sunken,#f1f5f9);display:grid;place-items:center;flex-shrink:0}
.ncli-cart-img img{width:100%;height:100%;object-fit:contain}
.ncli-cart-img i{font-size:28px;color:var(--color-text-muted,#94a3b8)}

/* Info */
.ncli-cart-info{min-width:0}
.ncli-cart-info h4{font-size:15px;font-weight:800;color:var(--color-text,#0f172a);margin:0 0 4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ncli-cart-info .ncli-cart-unit{font-size:13px;color:var(--color-text-secondary,#64748b);font-weight:600}
.ncli-cart-info .ncli-cart-unit del{color:var(--color-text-muted,#94a3b8);margin-left:6px;font-size:12px}
.ncli-cart-stock-warn{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;margin-top:4px;padding:3px 8px;border-radius:6px}
.ncli-cart-stock-warn.out{color:#ef4444;background:#fef2f2}
.ncli-cart-stock-warn.low{color:#ea580c;background:#fff7ed}

/* Qty Controls */
.ncli-qty-wrap{display:inline-flex;align-items:center;border:1.5px solid var(--color-border,#e2e8f0);border-radius:14px;overflow:hidden;background:var(--color-surface-sunken,#f8fafc);transition:border-color .2s}
.ncli-qty-wrap:focus-within{border-color:var(--color-primary,#7c3aed)}
.ncli-qty-btn{width:38px;height:38px;display:grid;place-items:center;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:800;color:var(--color-text-secondary,#475569);transition:all .2s}
.ncli-qty-btn:hover{background:var(--color-primary,#7c3aed);color:#fff}
.ncli-qty-btn:active{transform:scale(.9)}
.ncli-qty-btn:disabled{opacity:.3;cursor:not-allowed;background:transparent;color:var(--color-text-muted)}
.ncli-qty-val{width:42px;text-align:center;font-size:15px;font-weight:800;color:var(--color-text,#0f172a);border:none;background:transparent;-moz-appearance:textfield;appearance:textfield;outline:none}
.ncli-qty-val::-webkit-inner-spin-button,.ncli-qty-val::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.ncli-qty-spin{display:none;width:18px;height:18px;border:2px solid var(--color-primary,#7c3aed);border-top-color:transparent;border-radius:50%;animation:ncliQSpin .5s linear infinite;margin:0 12px}
@keyframes ncliQSpin{to{transform:rotate(360deg)}}

/* Subtotal */
.ncli-cart-subtotal{text-align:right;min-width:90px}
.ncli-cart-subtotal strong{font-size:16px;font-weight:800;color:var(--color-text,#0f172a);display:block}
.ncli-cart-subtotal small{font-size:11px;color:var(--color-text-muted,#94a3b8)}

/* Remove */
.ncli-cart-remove{width:38px;height:38px;display:grid;place-items:center;border:1.5px solid #fecaca;border-radius:12px;background:#fef2f2;color:#ef4444;cursor:pointer;font-size:14px;transition:all .25s;text-decoration:none}
.ncli-cart-remove:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.08)}

/* Summary Card */
.ncli-cart-summary{position:sticky;top:90px;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.ncli-cart-summary h3{font-size:18px;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:8px;color:var(--color-text)}
.ncli-cs-rows{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.ncli-cs-row{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:var(--color-text-secondary,#475569)}
.ncli-cs-row strong{font-weight:700;color:var(--color-text,#0f172a)}
.ncli-cs-divider{height:1px;background:var(--color-border,#e2e8f0);margin:14px 0}
.ncli-cs-total{font-size:17px;font-weight:800}
.ncli-cs-total strong{color:var(--color-primary,#7c3aed);font-size:20px}
.ncli-cs-saving-row{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:10px;padding:10px 14px;margin:12px 0}
.ncli-cs-saving-row strong{color:#059669!important}
body.dark .ncli-cs-saving-row{background:rgba(16,185,129,.1)}
.ncli-cs-checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:14px;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--color-primary,#7c3aed),#6d28d9);border:none;cursor:pointer;text-decoration:none;transition:all .25s;box-shadow:0 8px 20px rgba(124,58,237,.25)}
.ncli-cs-checkout:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(124,58,237,.35)}
.ncli-cs-secure{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:12px;font-weight:700;color:var(--color-text-muted,#94a3b8)}
.ncli-cart-actions{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}
.ncli-cart-actions a{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:12px;font-size:13px;font-weight:700;border:1.5px solid var(--color-border,#e2e8f0);color:var(--color-text-secondary);text-decoration:none;transition:.2s}
.ncli-cart-actions a:hover{border-color:var(--color-primary);color:var(--color-primary)}

/* Empty State */
.ncli-cart-empty{text-align:center;padding:80px 20px;background:var(--color-surface,#fff);border-radius:24px;border:1px solid var(--color-border)}
.ncli-cart-empty i{font-size:64px;color:var(--color-text-muted,#cbd5e1);margin-bottom:18px;display:block}
.ncli-cart-empty h3{font-size:22px;font-weight:800;margin-bottom:8px;color:var(--color-text)}
.ncli-cart-empty p{color:var(--color-text-secondary);margin-bottom:24px}
.ncli-cart-discovery{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:28px;padding-top:22px;border-top:1px dashed #ddd6fe}
.ncli-cart-discovery-label{font-size:12px;font-weight:800;color:#64748b}
.ncli-cart-category-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.ncli-cart-category-links a{padding:6px 12px;border:1px solid #ddd6fe;border-radius:999px;background:#f5f3ff;color:#6d28d9;font-size:12px;font-weight:700;text-decoration:none}
.ncli-cart-category-links a:hover{border-color:#a78bfa;background:#ede9fe;color:#4f46e5}
.ncli-cart-repair-card{display:flex;align-items:center;width:min(100%,480px);gap:12px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;color:#1e3a8a;text-align:left;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.ncli-cart-repair-card:hover{transform:translateY(-2px);border-color:#60a5fa;box-shadow:0 8px 20px rgba(37,99,235,.12);color:#1d4ed8}
.ncli-cart-repair-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:9px;background:#2563eb;color:#fff}
.ncli-cart-repair-icon i.fa-solid{display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;color:#fff!important;font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome!important;font-size:15px!important;font-style:normal;line-height:1;font-weight:900;visibility:visible;opacity:1}
.ncli-cart-repair-card span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:2px}
.ncli-cart-repair-card strong{font-size:13px;font-weight:800}
.ncli-cart-repair-card small{color:#64748b;font-size:11px;line-height:1.35}
.ncli-cart-repair-card > .fa-arrow-right{margin-left:auto;color:#2563eb}
body.dark .ncli-cart-discovery{border-color:#334155}
body.dark .ncli-cart-category-links a{border-color:#4338ca;background:#1e1b4b;color:#c4b5fd}
body.dark .ncli-cart-repair-card{border-color:#1d4ed8;background:#172554;color:#dbeafe}
body.dark .ncli-cart-repair-card small{color:#93c5fd}

/* Toast upgrade */
.ncli-toast{position:fixed;bottom:30px;right:30px;padding:14px 22px;border-radius:14px;font-size:14px;font-weight:700;color:#fff;z-index:9999;transform:translateX(120%);transition:transform .35s cubic-bezier(.2,.8,.2,1);display:flex;align-items:center;gap:10px;box-shadow:0 14px 32px rgba(0,0,0,.2);max-width:360px}
.ncli-toast.show{transform:translateX(0)}
.ncli-toast.success{background:linear-gradient(135deg,#059669,#10b981)}
.ncli-toast.error{background:linear-gradient(135deg,#dc2626,#ef4444)}
.ncli-toast.info{background:linear-gradient(135deg,#2563eb,#3b82f6)}
.ncli-toast-bar{position:absolute;bottom:0;left:0;height:3px;background:rgba(255,255,255,.4);border-radius:0 0 14px 14px;animation:ncliToastBar 3s linear forwards}
@keyframes ncliToastBar{from{width:100%}to{width:0}}

/* Responsive */
@media(max-width:900px){
  .ncli-cart-layout{grid-template-columns:1fr}
  .ncli-cart-summary{position:static}
}
@media(max-width:640px){
  .ncli-cart-card{grid-template-columns:70px 1fr;gap:12px;padding:16px}
  .ncli-cart-subtotal,.ncli-cart-remove{grid-column:2}
  .ncli-qty-wrap{grid-column:2}
  .ncli-cart-img{width:70px;height:70px}
}

/* ===== CHECKOUT STEP PROGRESS ===== */
.ncli-steps{display:flex;align-items:center;justify-content:center;gap:0;max-width:680px;margin:0 auto 32px;padding:0 16px}
.ncli-step{display:flex;align-items:center;gap:0;flex:1}
.ncli-step-dot{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:800;border:2px solid var(--color-border,#e2e8f0);background:var(--color-surface-sunken,#f8fafc);color:var(--color-text-muted,#94a3b8);transition:all .3s;flex-shrink:0;position:relative;z-index:1}
.ncli-step.done .ncli-step-dot{background:#10b981;border-color:#10b981;color:#fff}
.ncli-step.active .ncli-step-dot{background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:#7c3aed;color:#fff;box-shadow:0 0 0 4px rgba(124,58,237,.2)}
.ncli-step-line{flex:1;height:3px;background:var(--color-border,#e2e8f0);margin:0 -1px;transition:background .3s}
.ncli-step.done .ncli-step-line{background:#10b981}
.ncli-step-label{display:none}
@media(min-width:500px){
  .ncli-step-dot{width:46px;height:46px;font-size:15px}
  .ncli-step-label{display:block;position:absolute;top:54px;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}
  .ncli-step.done .ncli-step-label{color:#059669}
  .ncli-step.active .ncli-step-label{color:#7c3aed}
}

/* ===== SUCCESS ANIMATION ===== */
.ncli-success-wrap{text-align:center;max-width:560px;margin:0 auto;padding:40px 24px}
.ncli-success-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5);display:grid;place-items:center;margin:0 auto 24px;animation:ncliSuccessPop .5s cubic-bezier(.2,.8,.2,1)}
@keyframes ncliSuccessPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}100%{transform:scale(1);opacity:1}}
.ncli-success-circle i{font-size:44px;color:#10b981;animation:ncliCheckDraw .6s ease .2s both}
@keyframes ncliCheckDraw{from{opacity:0;transform:scale(0) rotate(-45deg)}to{opacity:1;transform:scale(1) rotate(0)}}
.ncli-success-wrap h2{font-size:24px;font-weight:800;color:var(--color-text,#0f172a);margin-bottom:8px}
.ncli-success-wrap .ncli-order-num{display:inline-flex;align-items:center;gap:6px;background:var(--color-surface-sunken,#f1f5f9);padding:8px 16px;border-radius:10px;font-size:14px;font-weight:700;color:var(--color-text-secondary);margin:10px 0 16px;cursor:pointer;transition:.2s}
.ncli-success-wrap .ncli-order-num:hover{background:var(--color-primary-light,#ede9fe);color:var(--color-primary)}
.ncli-success-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.ncli-success-actions a{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-size:14px;font-weight:700;text-decoration:none;transition:.2s}
.ncli-success-actions .ncli-btn-primary{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 8px 20px rgba(124,58,237,.2)}
.ncli-success-actions .ncli-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(124,58,237,.3)}
.ncli-success-actions .ncli-btn-outline{border:1.5px solid var(--color-border,#e2e8f0);color:var(--color-text-secondary)}
.ncli-success-actions .ncli-btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}

/* ===== UPI SECTION UPGRADE ===== */
.ncli-upi-box{max-width:720px;margin:0 auto;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:24px;padding:32px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.ncli-upi-header{text-align:center;margin-bottom:28px}
.ncli-upi-header .ncli-badge{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#2563eb;padding:6px 14px;border-radius:999px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.03em}
body.dark .ncli-upi-header .ncli-badge{background:rgba(37,99,235,.15)}
.ncli-upi-header h2{font-size:24px;font-weight:800;color:var(--color-text);margin:12px 0 6px}
.ncli-upi-header p{color:var(--color-text-secondary);font-size:14px}
.ncli-upi-grid{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:24px;background:linear-gradient(135deg,#faf5ff,#f5f3ff);border:1px dashed #d8b4fe;border-radius:18px;margin-bottom:24px}
body.dark .ncli-upi-grid{background:rgba(124,58,237,.08);border-color:rgba(124,58,237,.3)}
.ncli-upi-qr{background:#fff;padding:10px;border-radius:14px;border:2px solid #f3e8ff;box-shadow:0 6px 16px rgba(124,58,237,.08)}
.ncli-upi-qr img{display:block;width:160px;height:160px;border-radius:8px}
.ncli-gateway-icon{width:120px;height:120px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 14px 30px rgba(79,70,229,.22)}
.ncli-gateway-icon i{font-size:46px}
.ncli-upi-details h4{margin:0 0 8px;color:#7c3aed;font-size:16px;font-weight:800}
.ncli-upi-details p{color:var(--color-text-secondary);font-size:13px;line-height:1.6;margin:0 0 10px}
.ncli-upi-id{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 14px;border-radius:10px;border:1px solid #e9d5ff;font-size:16px;font-weight:800;color:var(--color-text);cursor:pointer;transition:.2s}
.ncli-upi-id:hover{border-color:#7c3aed;background:#faf5ff}
.ncli-upi-amt{display:flex;align-items:center;gap:6px;background:#fff;padding:8px 12px;border-radius:8px;border:1px solid #e9d5ff;margin-top:10px;font-size:12px;color:#6b21a8;font-weight:700}
.ncli-proof-form .form-group{margin-bottom:18px}
.ncli-proof-form label{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--color-text-secondary);letter-spacing:.04em;display:block;margin-bottom:6px}
.ncli-proof-form input[type="text"],.ncli-proof-form input[type="file"]{width:100%;padding:12px 14px;border:1.5px solid var(--color-border,#e2e8f0);border-radius:12px;font-size:14px;font-weight:700;color:var(--color-text);outline:none;transition:border-color .2s;background:var(--color-surface-sunken,#f8fafc)}
.ncli-proof-form input:focus{border-color:#7c3aed}
.ncli-proof-form small{color:var(--color-text-muted);font-size:11.5px;display:block;margin-top:4px}
.ncli-proof-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:14px;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;cursor:pointer;transition:.25s;box-shadow:0 8px 20px rgba(124,58,237,.2);margin-top:24px}
.ncli-proof-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(124,58,237,.3)}
.ncli-proof-btn:disabled{opacity:.65;cursor:wait;transform:none}
#razorpayMessage:not(:empty){margin-top:16px;padding:12px 14px;border-radius:12px;background:#fee2e2;color:#991b1b;font-size:13px;font-weight:700}

/* ===== CHECKOUT FORM UPGRADE ===== */
.ncli-checkout-box{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.ncli-checkout-box h3{font-size:18px;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:8px;color:var(--color-text)}

@media(max-width:768px){
  .ncli-upi-grid{grid-template-columns:1fr;text-align:center}
  .ncli-upi-qr{justify-self:center}
}

/* ===== CUSTOMER DASHBOARD UPGRADE ===== */
.ncli-order-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;margin:14px 0 16px;padding:12px;border:1px solid var(--color-border,#e2e8f0);border-radius:14px;background:var(--color-surface-sunken,#f8fafc)}
.ncli-order-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;color:var(--color-text-muted,#94a3b8);font-size:11px;font-weight:800;line-height:1.25}
.ncli-order-step::before{content:"";width:26px;height:26px;border-radius:50%;display:block;background:var(--color-border,#e2e8f0);border:3px solid #fff;box-shadow:0 0 0 1px #cbd5e1}
.ncli-order-step.complete,.ncli-order-step.current{color:#1e40af}
.ncli-order-step.complete::before{background:var(--color-primary,#2563eb);box-shadow:0 0 0 1px var(--color-primary,#2563eb)}
.ncli-order-step.current::before{background:#fff;box-shadow:0 0 0 3px #93c5fd;border-color:var(--color-primary,#2563eb)}
.ncli-order-step.cancelled{color:#991b1b}
.ncli-order-step.cancelled::before{background:#ef4444;box-shadow:0 0 0 1px #ef4444}
.ncli-wishlist-grid{display:grid;gap:12px;padding:20px}
.ncli-wishlist-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid var(--color-border,#e2e8f0);border-radius:14px;background:var(--color-surface,#fff);padding:12px}
.ncli-wishlist-img{width:76px;height:76px;border-radius:12px;background:var(--color-surface-sunken,#f8fafc);display:grid;place-items:center;overflow:hidden;color:var(--color-text-muted,#94a3b8)}
.ncli-wishlist-img img{width:82%;height:82%;object-fit:contain}
.ncli-wishlist-info strong{display:block;color:var(--color-text,#0f172a);font-size:14px;margin-bottom:4px}
.ncli-wishlist-info span{display:inline-flex;align-items:center;gap:5px;margin-right:8px;color:var(--color-text-secondary,#64748b);font-size:12px;font-weight:700}
.ncli-wishlist-info em{display:block;margin-top:7px;color:var(--color-primary,#2563eb);font-style:normal;font-size:15px;font-weight:900}
.ncli-wishlist-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ncli-wishlist-actions a,.ncli-wishlist-actions button{border:0;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:850;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.ncli-wishlist-actions a{background:#eff6ff;color:var(--color-primary,#2563eb)}
.ncli-wishlist-actions .cart{background:#16a34a;color:#fff}
.ncli-wishlist-actions .remove{background:#fee2e2;color:#b91c1c}
.ncli-notification-list{display:grid;gap:10px;padding:20px}
.ncli-notification{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--color-border,#e2e8f0);border-radius:14px;background:var(--color-surface,#fff)}
.ncli-notification.unread{border-color:#93c5fd;background:#eff6ff}
.ncli-notification-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8}
.ncli-notification-body{min-width:0;flex:1}.ncli-notification-body strong{display:block;color:var(--color-text,#0f172a);font-size:13px;margin-bottom:4px}
.ncli-notification-body p{color:var(--color-text-secondary,#475569);font-size:12px;line-height:1.55;margin:0}.ncli-notification-body time{display:block;color:var(--color-text-muted,#94a3b8);font-size:11px;margin-top:6px}
body.dark .ncli-order-timeline,body.dark .ncli-wishlist-item{background:#111827;border-color:#253044}
body.dark .ncli-wishlist-img{background:#0f172a}
body.dark .ncli-wishlist-info strong{color:#f1f5f9}
body.dark .ncli-wishlist-info span{color:#cbd5e1}
body.dark .ncli-notification{background:#111827;border-color:#253044}body.dark .ncli-notification.unread{background:#172554;border-color:#2563eb}
body.dark .ncli-notification-body strong{color:#f1f5f9}body.dark .ncli-notification-body p{color:#cbd5e1}
@media(max-width:720px){
  .ncli-order-timeline{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ncli-wishlist-item{grid-template-columns:60px minmax(0,1fr)}
  .ncli-wishlist-img{width:60px;height:60px}
  .ncli-wishlist-actions{grid-column:1/-1;justify-content:flex-start}
}

/* ===== PRINT ORDER SERVICE STYLES ===== */
.print-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.print-panel{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:14px;overflow:hidden;box-shadow:0 14px 30px rgba(15,23,42,.06)}
.print-panel-head{padding:18px 22px;border-bottom:1px solid var(--color-border,#eef2f7);background:var(--color-surface-sunken,#f8fafc)}
.print-panel-head h2{font-size:22px;margin:0;color:var(--color-text,#0f172a)}
.print-panel-head p{font-size:13px;color:var(--color-text-secondary,#64748b);margin:5px 0 0}
.print-body{padding:22px}
.print-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.print-grid .full{grid-column:1/-1}
.print-field label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;color:var(--color-text-secondary,#475569);margin-bottom:6px;letter-spacing:.03em}
.print-field input,.print-field select,.print-field textarea{width:100%;padding:11px 13px;border:1.5px solid var(--color-border,#e2e8f0);border-radius:9px;background:var(--color-surface,#fff);font:inherit;font-size:14px;color:var(--color-text,#0f172a);outline:none;box-sizing:border-box}
.print-field input:focus,.print-field select:focus,.print-field textarea:focus{border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.print-field small{display:block;margin-top:5px;font-size:11px;color:var(--color-text-muted,#94a3b8)}
.print-estimate{position:sticky;top:86px;background:#0f172a;color:#fff;border-radius:14px;padding:20px;border:1px solid rgba(255,255,255,.08)}
.print-estimate h3{font-size:17px;margin:0 0 14px;display:flex;align-items:center;gap:8px}
.pe-row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:14px;color:#cbd5e1}
.pe-row strong{color:#fff}
.pe-total{font-size:20px;font-weight:900;color:#60a5fa}
.pe-note{font-size:12px;line-height:1.7;color:#cbd5e1;background:rgba(255,255,255,.06);border-radius:10px;padding:12px;margin-top:14px}
.pe-rates{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}
.pe-rates h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#93c5fd;margin:0 0 8px}
.pe-rates ul{margin:0;padding-left:16px;color:#cbd5e1;font-size:11.5px;line-height:1.7}
.pe-item{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;color:#94a3b8;border-bottom:1px dashed rgba(255,255,255,.06)}
.pe-item strong{color:#cbd5e1}
.pe-items-list{margin-bottom:10px}
.print-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;background:var(--color-primary,#2563eb);color:#fff;padding:13px 18px;font:inherit;font-weight:800;cursor:pointer;margin-top:16px}
.print-submit:hover{background:#1d4ed8}
.print-alert{padding:14px 16px;border-radius:12px;margin-bottom:18px;font-weight:700;font-size:14px}
.print-alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
.print-success{background:var(--color-surface,#fff);border:1px solid #bbf7d0;border-radius:16px;padding:34px;text-align:center;box-shadow:0 14px 30px rgba(15,23,42,.06)}
.print-success i.fa-circle-check{font-size:44px;color:#16a34a;margin-bottom:12px}
.print-success h2{font-size:26px;color:var(--color-text,#0f172a);margin:0 0 8px}
.print-success p{color:var(--color-text-secondary,#64748b);margin:6px 0}
.print-success .order-no{display:inline-flex;margin:14px 0;padding:8px 14px;border-radius:999px;background:#eff6ff;color:var(--color-primary,#1d4ed8);font-weight:900}
.print-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.print-actions a{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none}
.print-actions .primary{background:var(--color-primary,#2563eb);color:#fff}
.print-actions .light{background:var(--color-surface-sunken,#f1f5f9);color:var(--color-text-secondary,#475569)}
.file-block{background:var(--color-surface-sunken,#f8fafc);border:1.5px solid var(--color-border,#e2e8f0);border-radius:12px;padding:16px;margin-bottom:14px;position:relative}
.file-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.file-block-num{font-weight:800;font-size:14px;color:var(--color-primary,#2563eb);display:flex;align-items:center;gap:6px}
.file-block-cost{font-size:13px;font-weight:700;color:#16a34a;background:#f0fdf4;padding:3px 10px;border-radius:6px}
.file-block-remove{background:#fee2e2;color:#dc2626;border:1.5px solid #fecaca;border-radius:8px;padding:5px 10px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px}
.file-block-remove:hover{background:#fecaca}
.file-block .print-grid{grid-template-columns:1fr 1fr}
.file-block .chk-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.file-block .chk-row label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--color-text-secondary,#475569);cursor:pointer}
.file-block .chk-row input[type=checkbox]{width:auto;margin:0;accent-color:var(--color-primary,#2563eb)}

/* ===== File preview slot (live PDF/image thumbnail) ===== */
.print-preview{position:relative;display:flex;align-items:center;justify-content:center;min-height:120px;border:1.5px dashed #cbd5e1;border-radius:12px;background:var(--color-surface-sunken,#f8fafc);margin-bottom:14px;overflow:hidden}
.print-preview-ph{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;text-align:center;color:var(--color-text-secondary,#64748b);font-size:12.5px;font-weight:700}
.print-preview-ph i{font-size:26px;color:var(--color-text-muted,#94a3b8)}
.print-preview-img{display:block;max-width:160px;max-height:200px;width:auto;height:auto;border:1px solid var(--color-border,#e2e8f0);border-radius:8px;background:var(--color-surface,#fff);box-shadow:0 4px 12px rgba(15,23,42,.08)}
.print-preview-badge{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:6px;background:rgba(22,163,74,.95);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;letter-spacing:.03em}
.print-preview-badge i{font-size:10px}
.print-section-title{font-size:15px;font-weight:800;color:var(--color-text,#0f172a);margin:20px 0 12px;display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:2px solid var(--color-border,#e2e8f0)}
.print-section-title i{color:var(--color-primary,#2563eb)}
.add-file-btn{width:100%;padding:12px;border:2px dashed #93c5fd;border-radius:10px;background:#eff6ff;color:var(--color-primary,#2563eb);font-weight:800;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}
.add-file-btn:hover{background:#dbeafe;border-color:#60a5fa}
@media(max-width:900px){.print-shell{grid-template-columns:1fr}.print-estimate{position:static}.print-grid{grid-template-columns:1fr}.file-block .print-grid{grid-template-columns:1fr}}
