@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('tokens.css');
@import url('nav-dropdown.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.page-shopping-ota { font-family: 'Plus Jakarta Sans', Arial, sans-serif; background: #f8fafc; color: #1e293b; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; object-fit: cover; }
.container { max-width: 1440px; margin: 0 auto; padding: 0 24px; }

/* Header */
.top-header { background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 120; }
.top-header .inner {
  display: flex; align-items: center; height: 72px; gap: 12px;
  max-width: 1440px; margin: 0 auto; padding: 0 24px;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
.brand-name { font-size: 22px; font-weight: 800; color: #2563eb; }
.page-shopping-ota .top-nav {
  display: flex; align-items: center; gap: 28px;
  flex: 1 1 auto; min-width: 0; flex-wrap: nowrap; margin-left: 4px;
}
.page-shopping-ota .top-nav > a,
.page-shopping-ota .nav-drop-trigger { font-size: 13px; font-weight: 500; color: #475569; white-space: nowrap; }
.page-shopping-ota .top-nav a:hover,
.page-shopping-ota .top-nav a.active,
.page-shopping-ota .nav-drop-trigger.active { color: #2563eb; }
.page-shopping-ota .header-right {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
  margin-left: auto; padding-left: 24px; border-left: 1px solid #e2e8f0;
}
.header-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #475569;
  border: 1px solid #e2e8f0;
  background: #fff;
  flex-shrink: 0;
}
.header-cart:hover { color: #2563eb; border-color: #93c5fd; background: #eff6ff; }
.header-cart-ico { display: block; }
.header-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
.btn-login { padding: 9px 14px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 13px; font-weight: 600; }
.btn-partner { padding: 9px 16px; background: #2563eb; color: #fff; border-radius: 8px; font-size: 13px; font-weight: 600; }

/* Hero — split layout (Travelora-style) */
.shop-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 55%, #fff 100%);
  padding: 28px 0 0;
  border-bottom: 1px solid #e2e8f0;
}
.shop-hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 42%);
  gap: 32px;
  align-items: center;
  min-height: 320px;
}
.shop-breadcrumb { font-size: 13px; color: #64748b; margin-bottom: 12px; }
.shop-breadcrumb a:hover { color: #2563eb; }
.shop-hero-copy h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.15;
}
.shop-hero-sub { font-size: 15px; color: #475569; margin-bottom: 20px; max-width: 520px; }
.shop-hero-visual {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  aspect-ratio: 4 / 3;
  max-height: 340px;
}
.shop-hero-visual img { width: 100%; height: 100%; object-fit: cover; }

.shop-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.1);
  max-width: 640px;
}
.shop-field {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 12px;
  min-height: 48px;
  flex: 1 1 140px;
}
.shop-field-grow { flex: 2 1 220px; }
.shop-field-ico { font-size: 16px; flex-shrink: 0; }
.shop-field input,
.shop-field select {
  border: none; outline: none; background: transparent;
  font-size: 14px; font-weight: 600; color: #0f172a; width: 100%;
}
.shop-btn-primary {
  padding: 0 28px; min-height: 48px;
  background: #2563eb; color: #fff; border: none; border-radius: 10px;
  font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.shop-btn-primary:hover { background: #1d4ed8; }

/* Category strip */
.shop-cat-strip {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0;
  position: sticky;
  top: 72px;
  z-index: 90;
}
.shop-cat-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  align-items: center;
}
.shop-cat-inner::-webkit-scrollbar { display: none; }
.shop-cat-chip {
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  transition: 0.15s;
}
.shop-cat-chip:hover,
.shop-cat-chip.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.shop-cat-more {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  padding: 10px 8px;
}

/* Layout */
.shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  padding: 28px 24px 40px;
  align-items: start;
}
.shop-sidebar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  position: sticky;
  top: 140px;
}
.shop-filter-block { margin-bottom: 20px; }
.shop-filter-block h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}
.shop-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
  margin-bottom: 8px;
  cursor: pointer;
}
.shop-check input { accent-color: #2563eb; }
.shop-btn-outline {
  width: 100%;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #475569;
}
.shop-btn-outline:hover { border-color: #2563eb; color: #2563eb; }

.shop-results-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
.shop-results-head h2 { font-size: 1.35rem; font-weight: 800; }
.shop-result-sub { font-size: 14px; color: #64748b; margin-top: 4px; }
.shop-results-tools { display: flex; gap: 12px; align-items: center; }
.shop-view-toggle {
  display: flex;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.shop-view-toggle button {
  padding: 8px 12px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #64748b;
}
.shop-view-toggle button.active { background: #2563eb; color: #fff; }
#shopSort {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.shop-map-preview {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
  height: 160px;
}
.shop-map-preview iframe { width: 100%; height: 100%; border: 0; }

/* Product grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.shop-grid-list { grid-template-columns: 1fr; }
.shop-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.shop-card:hover { box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); transform: translateY(-2px); }
.shop-card-img {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.shop-card-img img { width: 100%; height: 100%; }
.shop-card-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.shop-card-ocop {
  position: absolute;
  top: 10px;
  right: 44px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #d4a017;
  color: #1e293b;
  font-size: 10px;
  font-weight: 800;
}
.shop-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.shop-card-body { padding: 14px 16px 16px; }
.shop-card-body h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
  line-height: 1.35;
}
.shop-card-body h3:hover { color: #2563eb; }
.shop-card-loc { font-size: 12px; color: #64748b; margin-bottom: 8px; }
.shop-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-bottom: 8px;
}
.shop-stars { color: #f59e0b; letter-spacing: -1px; }
.shop-rating-num { font-weight: 800; color: #0f172a; }
.shop-reviews { color: #94a3b8; }
.shop-card-desc { font-size: 12px; color: #64748b; margin-bottom: 12px; line-height: 1.45; }
.shop-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.shop-price { font-size: 16px; font-weight: 800; color: #2563eb; }
.shop-btn {
  font-size: 12px;
  font-weight: 700;
  color: #2563eb;
  white-space: nowrap;
}
.shop-btn:hover { text-decoration: underline; }

.shop-card-list {
  display: grid;
  grid-template-columns: 220px 1fr;
}
.shop-card-list .shop-card-img { aspect-ratio: auto; min-height: 160px; }
.shop-card-list .shop-card-foot { margin-top: auto; }

.shop-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 20px;
  color: #64748b;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}

.shop-pagination { margin-top: 28px; display: flex; justify-content: center; }
.shop-page-inner { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.shop-page-btn {
  min-width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.shop-page-btn.active,
.shop-page-btn:hover { background: #2563eb; border-color: #2563eb; color: #fff; }

/* Featured areas */
.shop-featured {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 40px 0;
}
.shop-section-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 20px; }
.shop-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.shop-featured-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: box-shadow 0.2s;
}
.shop-featured-card:hover { box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08); }
.shop-featured-card img { aspect-ratio: 16 / 10; width: 100%; }
.shop-featured-body { padding: 12px 14px 14px; }
.shop-featured-tag {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2563eb;
  letter-spacing: 0.04em;
}
.shop-featured-body h3 { font-size: 14px; font-weight: 700; margin: 4px 0; }
.shop-featured-body p { font-size: 12px; color: #64748b; }

/* Trust bar */
.shop-trust-bar {
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  border-top: 1px solid #bfdbfe;
  padding: 20px 0;
}
.shop-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1e40af;
}

@media (max-width: 1100px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .shop-hero-grid { grid-template-columns: 1fr; }
  .shop-hero-visual { max-height: 220px; order: -1; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .shop-cat-strip { top: 72px; }
}
@media (max-width: 600px) {
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card-list { grid-template-columns: 1fr; }
  .shop-featured-grid { grid-template-columns: 1fr; }
  .shop-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-search-bar { flex-direction: column; }
  .shop-btn-primary { width: 100%; }
}

/* Mode toggle */
.shop-mode-toggle {
  display: flex;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.shop-mode-toggle button {
  padding: 8px 14px;
  border: none;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #64748b;
}
.shop-mode-toggle button.active { background: #2563eb; color: #fff; }

.shop-card-store {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 4px;
}
.shop-card-store:hover { text-decoration: underline; }

/* Store listing cards */
.shop-grid-stores { grid-template-columns: repeat(2, 1fr); }
.shop-store-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
}
.shop-store-card-banner { position: relative; display: block; aspect-ratio: 16/7; }
.shop-store-card-banner > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.shop-store-card-logo {
  position: absolute;
  left: 16px;
  bottom: -24px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  object-fit: cover;
}
.shop-store-card-body { padding: 32px 16px 16px; }
.shop-store-card-body h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.shop-store-card-mall { font-size: 12px; color: #64748b; margin-bottom: 4px; }
.shop-store-card-meta { font-size: 12px; color: #94a3b8; margin: 8px 0 12px; }
.shop-store-verified {
  font-size: 10px;
  font-weight: 800;
  color: #16a34a;
  background: #dcfce7;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 6px;
}

/* Store interior page */
.shop-store-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  color: #fff;
}
.shop-store-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,.55) 0%, rgba(15,23,42,.85) 100%);
}
.shop-store-hero-inner { position: relative; z-index: 1; padding: 20px 0 28px; }
.shop-store-crumb { color: rgba(255,255,255,.75); }
.shop-store-crumb a { color: rgba(255,255,255,.9); }
.shop-store-hero-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}
.shop-store-logo {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  border: 3px solid rgba(255,255,255,.9);
  object-fit: cover;
  background: #fff;
}
.shop-store-hero-meta h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.shop-store-hero-cat, .shop-store-hero-loc { font-size: 13px; opacity: .9; margin-top: 4px; }
.shop-store-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shop-store-act {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 56px;
  padding: 10px 8px;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.shop-store-act:hover { background: rgba(255,255,255,.22); }
.shop-store-act span { font-size: 10px; }

.shop-store-tabs {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 72px;
  z-index: 50;
}
.shop-store-tabs-inner {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0;
}
.shop-store-tab {
  padding: 14px 18px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.shop-store-tab.active { color: #2563eb; border-bottom-color: #2563eb; }

.shop-store-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 28px 24px 48px;
  align-items: start;
}
.shop-store-sidebar { position: sticky; top: 130px; }
.shop-store-side-block {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 13px;
}
.shop-store-side-block h3 { font-size: 14px; font-weight: 800; margin-bottom: 10px; }
.shop-store-side-block ul { list-style: none; }
.shop-store-side-block li { margin-bottom: 8px; color: #475569; }
.shop-store-side-map {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 16/10;
}
.shop-store-side-map iframe { width: 100%; height: 100%; border: 0; }

.shop-store-main { min-width: 0; }
.shop-store-section { margin-bottom: 32px; }
.shop-store-section h2, .shop-store-section-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.shop-store-promo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  min-height: 200px;
}
.shop-store-promo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: brightness(.55);
}
.shop-store-promo-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
  color: #fff;
}
.shop-store-promo-copy h2 { font-size: 1.35rem; font-weight: 800; max-width: 480px; margin-bottom: 16px; }
.shop-store-promo-copy .shop-btn-primary,
.shop-store-promo-copy a.shop-btn-primary {
  align-self: flex-start;
  width: auto;
  max-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 12px 24px;
}

.shop-store-product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.shop-store-product { text-align: center; }
.shop-store-product-img { position: relative; display: block; border-radius: 10px; overflow: hidden; }
.shop-store-product-img img { aspect-ratio: 1; width: 100%; object-fit: cover; }
.shop-store-disc {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}
.shop-store-product h4 { font-size: 13px; font-weight: 700; margin: 8px 0 4px; }
.shop-store-product-price { font-size: 15px; font-weight: 800; color: #2563eb; }
.shop-store-product-old { font-size: 12px; color: #94a3b8; text-decoration: line-through; }

.shop-store-cats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.shop-store-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 88px;
  text-align: center;
}
.shop-store-cat span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.shop-store-cat small { font-size: 12px; font-weight: 600; color: #475569; }

.shop-store-brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.shop-store-brands-lg { grid-template-columns: repeat(2, 1fr); }
.shop-store-brand {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  background: #fff;
}
.shop-store-brand img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 10px;
  object-fit: cover;
}
.shop-store-brand strong { display: block; font-size: 14px; }
.shop-store-brand span { font-size: 12px; color: #64748b; }

.shop-store-offer-list { list-style: none; }
.shop-store-offer-list li {
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.shop-store-offer-list strong { display: block; color: #2563eb; margin-bottom: 4px; }

.shop-store-reviews {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
}
.shop-store-review-score {
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.shop-store-review-score span { font-size: 1.25rem; color: #94a3b8; font-weight: 600; }
.shop-store-bar-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
}
.shop-store-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.shop-store-bar i { display: block; height: 100%; background: #f59e0b; }
.shop-review-write { margin-top: 12px; width: 100%; }
.shop-store-review-list { display: flex; flex-direction: column; gap: 12px; }
.shop-review-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}
.shop-review-head { display: flex; gap: 12px; margin-bottom: 8px; }
.shop-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.shop-store-info-dl { display: grid; gap: 12px; margin-bottom: 20px; }
.shop-store-info-dl dt { font-weight: 700; font-size: 13px; color: #64748b; }
.shop-store-info-dl dd { font-size: 14px; }
.shop-empty-inline { color: #64748b; padding: 20px 0; }

/* Product detail */
.shop-detail-top { padding: 24px 0; }
.shop-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 300px;
  gap: 28px;
  margin-top: 16px;
  align-items: start;
}
.shop-detail-gallery { display: flex; flex-direction: column; gap: 10px; }
.shop-detail-main-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  aspect-ratio: 1;
}
.shop-detail-main-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-detail-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.shop-detail-thumb {
  width: 64px;
  height: 64px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.shop-detail-thumb.active { border-color: #2563eb; }
.shop-detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.shop-detail-summary h1 { font-size: 1.5rem; font-weight: 800; margin: 10px 0; }
.shop-detail-loc { font-size: 13px; color: #64748b; margin-bottom: 8px; }
.shop-detail-desc { font-size: 14px; color: #475569; margin: 12px 0; }
.shop-detail-store { font-size: 13px; margin-bottom: 12px; }
.shop-detail-store a { color: #2563eb; font-weight: 700; }
.shop-spec-list { list-style: none; margin-top: 16px; }
.shop-spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.shop-spec-list strong { color: #0f172a; text-align: right; max-width: 60%; }
.shop-buy-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  position: sticky;
  top: 90px;
}
.shop-buy-price { font-size: 1.75rem; font-weight: 800; color: #2563eb; }
.shop-buy-note { font-size: 12px; color: #64748b; margin: 8px 0 16px; }
.shop-qty-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.shop-qty-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}
.shop-qty-row button {
  width: 36px;
  height: 36px;
  border: none;
  background: #f8fafc;
  font-size: 18px;
  cursor: pointer;
}
.shop-qty-row input {
  width: 48px;
  text-align: center;
  border: none;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  font-weight: 700;
}
.shop-buy-total { font-size: 14px; margin: 12px 0; }
.shop-buy-btn { display: block; text-align: center; margin-bottom: 10px; }
.shop-back-list { display: block; text-align: center; margin-bottom: 16px; }
.shop-buy-trust { font-size: 12px; color: #64748b; }
.shop-buy-trust div { margin-bottom: 6px; }
.shop-detail-sections { padding-bottom: 40px; }
.shop-detail-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
.shop-detail-panel h2 { font-size: 1.1rem; font-weight: 800; margin-bottom: 12px; }
.shop-detail-map { border-radius: 10px; overflow: hidden; aspect-ratio: 16/7; margin-top: 12px; }
.shop-detail-map iframe { width: 100%; height: 100%; border: 0; }
.shop-ship-note { font-size: 13px; color: #64748b; margin-top: 12px; }
.shop-related { padding: 32px 24px 48px; }
.shop-related h2 { font-size: 1.25rem; font-weight: 800; margin-bottom: 20px; }

@media (max-width: 1100px) {
  .shop-store-product-row { grid-template-columns: repeat(2, 1fr); }
  .shop-detail-grid { grid-template-columns: 1fr 1fr; }
  .shop-buy-box { grid-column: 1 / -1; position: static; }
  .shop-store-reviews { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .shop-store-layout { grid-template-columns: 1fr; }
  .shop-store-sidebar { position: static; }
  .shop-store-hero-row { grid-template-columns: auto 1fr; }
  .shop-store-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .shop-grid-stores { grid-template-columns: 1fr; }
  .shop-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .shop-store-product-row { grid-template-columns: 1fr 1fr; }
  .shop-store-brands { grid-template-columns: 1fr 1fr; }
}

/* Cart button on product cards */
.shop-card-actions { display: flex; align-items: center; gap: 8px; }
.shop-btn-cart {
  width: 32px;
  height: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.shop-btn-cart:hover { background: #eff6ff; border-color: #93c5fd; }
.shop-add-cart-btn { display: block; width: 100%; margin-bottom: 8px; text-align: center; cursor: pointer; }
.shop-cart-link-mini {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 8px;
}

/* Cart page */
.shop-cart-page { padding: 24px 0 48px; }
.shop-cart-page h1 { font-size: 1.5rem; font-weight: 800; margin: 12px 0 24px; }
.shop-cart-count { font-size: 1rem; font-weight: 600; color: #64748b; }
.shop-cart-empty { padding: 64px 24px; text-align: center; }
.shop-cart-empty h1 { margin-bottom: 12px; }
.shop-cart-empty p { color: #64748b; margin-bottom: 20px; }
.shop-cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
.shop-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
}
.shop-cart-item-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
.shop-cart-item-body h3 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.shop-cart-item-store { font-size: 12px; color: #64748b; margin-bottom: 6px; }
.shop-cart-item-price { font-size: 14px; font-weight: 700; color: #2563eb; margin-bottom: 10px; }
.shop-cart-item-side { text-align: right; }
.shop-cart-line-total { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.shop-cart-remove {
  border: none;
  background: transparent;
  color: #ef4444;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.shop-cart-summary {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  position: sticky;
  top: 90px;
}
.shop-cart-summary h2 { font-size: 1rem; font-weight: 800; margin-bottom: 16px; }
.shop-cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  color: #64748b;
}
.shop-cart-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  padding-top: 12px;
  margin: 12px 0 20px;
  border-top: 1px solid #e2e8f0;
}
.shop-cart-checkout { display: block; text-align: center; margin-bottom: 10px; }

.shop-cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #0f172a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 9999;
  max-width: 90vw;
  text-align: center;
}
.shop-cart-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .shop-cart-layout { grid-template-columns: 1fr; }
  .shop-cart-summary { position: static; }
}
@media (max-width: 600px) {
  .shop-cart-item { grid-template-columns: 80px 1fr; }
  .shop-cart-item-side { grid-column: 2; text-align: left; display: flex; align-items: center; gap: 12px; }
}
