/**
 * Vistore core styles
 * Mobile-first marketplace theme for Osclass.
 */

:root {
  --vs-primary: #155eef;
  --vs-primary-contrast: #fff;
  --vs-accent: #ff6b35;
  --vs-accent-contrast: #000;
  --vs-ink: #101828;
  --vs-text: #344054;
  --vs-muted: #667085;
  --vs-soft: #98a2b3;
  --vs-line: #e4e7ec;
  --vs-line-soft: #eef1f4;
  --vs-separator: #e7eaf0;
  --vs-bg: #f7f8fa;
  --vs-surface: #fff;
  --vs-surface-subtle: #f8fafc;
  --vs-success: #079455;
  --vs-warning: #dc6803;
  --vs-danger: #d92d20;
  --vs-container: 1180px;
  --vs-radius-xs: 7px;
  --vs-radius-sm: 10px;
  --vs-radius: 14px;
  --vs-radius-lg: 20px;
  --vs-shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);
  --vs-shadow-sm: 0 5px 16px rgba(16, 24, 40, .07);
  --vs-shadow: 0 14px 34px rgba(16, 24, 40, .1);
  --vs-header-height: 72px;
  --vs-font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vs-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --vs-font-body: 16px;
  --vs-font-small: 14px;
  --vs-font-caption: 12px;
}

/* Keep the real island landmarks visible in the portrait card crop. */
.vistore-explore__island:nth-child(1) > img { object-position: 50% 57%; }
.vistore-explore__island:nth-child(2) > img { object-position: 50% 46%; }
.vistore-explore__island:nth-child(3) > img { object-position: 50% 54%; }

/* Vistore 2.18 — personal discovery, trust and resilient search. */
.vistore-discovery-shortcuts { margin-top: 8px; display: flex; gap: 7px; flex-wrap: wrap; }
.vistore-discovery-shortcuts:empty { display: none; }
.vistore-discovery-shortcuts a { min-height: 34px; border-radius: 9px; padding: 7px 10px; display: inline-flex; align-items: center; color: var(--vs-primary); background: #edf3ff; font-size: 10.5px; font-weight: 780; }

.vistore-filter-open b { min-width: 19px; height: 19px; border-radius: 999px; display: inline-grid; place-items: center; color: #fff; background: var(--vs-primary); font-size: 9px; }
.vistore-nearby-searches { margin-top: 18px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.vistore-nearby-searches > strong { width: 100%; color: var(--vs-muted); font-size: 11px; }
.vistore-nearby-searches a { min-height: 38px; border: 1px solid var(--vs-line); border-radius: 999px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; color: var(--vs-text); background: var(--vs-surface); font-size: 10.5px; font-weight: 740; }
.vistore-nearby-searches .vistore-icon { width: 14px; color: var(--vs-primary); }
.vistore-infinite-scroll button { min-height: 35px; border: 1px solid #f0b4b0; border-radius: 9px; padding: 7px 12px; color: var(--vs-danger-strong); background: var(--vs-surface); font-size: 10.5px; font-weight: 800; cursor: pointer; }
.vistore-infinite-scroll button[hidden] { display: none; }
.vistore-infinite-scroll.is-error { color: var(--vs-danger-strong); }

.vistore-verified-badge { min-height: 23px; border-radius: 999px; padding: 4px 7px; display: inline-flex; align-items: center; gap: 4px; color: #075985; background: #e0f2fe; font-size: 9px; font-weight: 850; }
.vistore-verified-badge .vistore-icon { width: 13px; height: 13px; }
.vistore-seller-card__facts .is-responsive { color: var(--vs-success-strong); font-weight: 760; }
.vistore-report-panel { margin-top: 10px; border: 1px solid #f2c6c2; border-radius: 13px; background: var(--vs-surface); }
.vistore-report-panel > summary { min-height: 48px; padding: 9px 11px; display: grid; grid-template-columns: 26px minmax(0,1fr) 16px; align-items: center; gap: 8px; color: #7a271a; cursor: pointer; list-style: none; }
.vistore-report-panel > summary::-webkit-details-marker { display: none; }
.vistore-report-panel > summary > .vistore-icon { width: 17px; }
.vistore-report-panel > summary span { display: grid; }
.vistore-report-panel > summary strong { font-size: 12px; }
.vistore-report-panel > summary small { color: var(--vs-muted); font-size: 9px; }
.vistore-report-panel > form { border-top: 1px solid #f7d7d4; padding: 11px; display: grid; gap: 10px; }

@media (max-width: 720px) {
  .vistore-discovery-shortcuts { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .vistore-discovery-shortcuts a { flex: 0 0 auto; }

  /* A bottom sheet preserves context better than a full-height side drawer. */
  .vistore-search-sidebar {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: min(88dvh,760px);
    border-radius: 20px 20px 0 0;
    transform: translateY(105%);
    transition: transform .24s ease;
    overscroll-behavior: contain;
  }
  [dir="rtl"] .vistore-search-sidebar { right: 0; left: 0; transform: translateY(105%); }
  body.vistore-filters-open .vistore-search-sidebar { transform: translateY(0); }
  .vistore-search-sidebar__header { min-height: 58px; border-radius: 20px 20px 0 0; padding-inline: 15px; }
  .vistore-filter-form { padding: 12px 14px max(16px,env(safe-area-inset-bottom)); }
  .vistore-filter-form__actions { position: sticky; bottom: 0; margin: 2px -14px calc(-1 * max(16px,env(safe-area-inset-bottom))); padding: 10px 14px max(10px,env(safe-area-inset-bottom)); grid-template-columns: minmax(0,1fr) auto; align-items: center; background: var(--vs-surface); box-shadow: 0 -8px 18px rgba(16,24,40,.07); }
  .vistore-filter-form__actions > a { padding: 10px; }
  .vistore-nearby-searches { justify-content: flex-start; }
  .vistore-nearby-searches a { min-height: 40px; }
  .vistore-report-panel { margin-top: 8px; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body.vistore-theme {
  margin: 0;
  min-width: 320px;
  background: var(--vs-bg);
  color: var(--vs-text);
  font-family: var(--vs-font-sans);
  font-size: var(--vs-font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.vistore-theme button,
.vistore-theme input,
.vistore-theme select,
.vistore-theme textarea {
  font: inherit;
}

.vistore-theme button,
.vistore-theme [type="button"],
.vistore-theme [type="submit"] {
  cursor: pointer;
}

.vistore-theme a {
  color: var(--vs-primary);
  text-decoration: none;
}

.vistore-theme a:hover {
  color: color-mix(in srgb, var(--vs-primary) 82%, #000);
}

.vistore-theme img,
.vistore-theme svg {
  display: block;
}

.vistore-theme img {
  max-width: 100%;
}

.vistore-theme h1,
.vistore-theme h2,
.vistore-theme h3,
.vistore-theme h4,
.vistore-theme p {
  margin-top: 0;
}

.vistore-theme h1,
.vistore-theme h2,
.vistore-theme h3,
.vistore-theme h4 {
  color: var(--vs-ink);
  font-family: var(--vs-font-sans);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.vistore-theme h1 { font-size: 36px; }
.vistore-theme h2 { font-size: 30px; }
.vistore-theme h3 { font-size: 15px; }
.vistore-theme p { font-size: 16px; }
.vistore-theme :where(code, pre, kbd, samp) { font-family: var(--vs-font-mono); }

@media (max-width: 720px) {
  .vistore-theme h1 { font-size: 28px; }
  .vistore-theme h2 { font-size: 24px; }
  .vistore-theme h3 { font-size: 15px; }
}

.vistore-theme fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.vistore-theme legend {
  padding: 0;
}

.vistore-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.vistore-container {
  width: min(calc(100% - 32px), var(--vs-container));
  margin-inline: auto;
}

.vistore-main {
  min-height: 52vh;
}

.vistore-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vistore-skip-link {
  position: fixed;
  z-index: 9999;
  left: 12px;
  top: -100px;
  background: var(--vs-ink);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 14px;
  transition: top .2s;
}

.vistore-skip-link:focus {
  top: 12px;
}

.vistore-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--vs-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vistore-eyebrow .vistore-icon {
  width: 16px;
  height: 16px;
}

.vistore-button,
.vistore-theme .btn,
.vistore-theme .button,
.vistore-theme button.ui-button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: var(--vs-radius-sm);
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--vs-text);
  background: var(--vs-surface);
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.vistore-button:hover,
.vistore-theme .btn:hover,
.vistore-theme .button:hover {
  transform: translateY(-1px);
}

.vistore-button:focus-visible,
.vistore-icon-button:focus-visible,
.vistore-theme input:focus-visible,
.vistore-theme select:focus-visible,
.vistore-theme textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--vs-primary) 23%, transparent);
  outline-offset: 1px;
}

.vistore-button--primary {
  background: var(--vs-primary);
  border-color: var(--vs-primary);
  color: var(--vs-primary-contrast) !important;
  box-shadow: 0 4px 11px color-mix(in srgb, var(--vs-primary) 25%, transparent);
}

.vistore-button--primary:hover {
  background: color-mix(in srgb, var(--vs-primary) 86%, #000);
  border-color: color-mix(in srgb, var(--vs-primary) 86%, #000);
}

.vistore-button--outline {
  background: var(--vs-surface);
  border-color: var(--vs-line-strong);
  color: var(--vs-text) !important;
}

.vistore-button--outline:hover {
  border-color: var(--vs-primary);
  color: var(--vs-primary) !important;
}

.vistore-button--ghost {
  min-height: 38px;
  padding-inline: 9px;
  color: var(--vs-muted) !important;
  background: transparent;
}

.vistore-button--danger {
  background: #fff5f4;
  border-color: var(--vs-rose-soft);
  color: var(--vs-danger) !important;
}

.vistore-button--light {
  color: var(--vs-primary) !important;
  background: var(--vs-surface);
  border-color: var(--vs-surface);
  box-shadow: var(--vs-shadow-sm);
}

.vistore-button--small {
  min-height: 36px;
  padding: 7px 11px;
  border-radius: 8px;
  font-size: 13px;
}

.vistore-button--large {
  min-height: 49px;
  padding: 12px 18px;
}

.vistore-button--block {
  width: 100%;
}

.vistore-icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--vs-text);
  background: transparent;
}

.vistore-icon-button:hover {
  color: var(--vs-primary);
  background: var(--vs-fill);
}

.vistore-theme input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):not([type="file"]),
.vistore-theme select,
.vistore-theme textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--vs-line-strong);
  border-radius: 9px;
  padding: 9px 12px;
  color: var(--vs-ink);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
  transition: border-color .18s, box-shadow .18s;
}

.vistore-theme textarea {
  min-height: 120px;
  resize: vertical;
}

.vistore-theme select {
  padding-right: 34px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.vistore-theme input::placeholder,
.vistore-theme textarea::placeholder {
  color: var(--vs-soft);
}

.vistore-theme input:focus,
.vistore-theme select:focus,
.vistore-theme textarea:focus {
  border-color: color-mix(in srgb, var(--vs-primary) 68%, var(--vs-surface));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--vs-primary) 12%, transparent);
  outline: 0;
}

.vistore-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.vistore-field > label,
.vistore-field > span:first-child,
.vistore-filter-group > label,
.vistore-filter-group > legend {
  color: var(--vs-text);
  font-size: 13px;
  font-weight: 750;
}

.vistore-field label em {
  color: var(--vs-danger);
  font-style: normal;
}

.vistore-field--wide {
  grid-column: 1 / -1;
}

.vistore-form-grid {
  display: grid;
  gap: 15px;
}

.vistore-form-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vistore-input-icon {
  position: relative;
}

.vistore-input-icon .vistore-icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: var(--vs-soft);
  pointer-events: none;
}

.vistore-input-icon input {
  padding-left: 38px !important;
}

.vistore-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--vs-text);
  font-size: 13px;
  cursor: pointer;
}

.vistore-checkbox input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--vs-primary);
}

.vistore-password-field {
  position: relative;
}

.vistore-password-field input {
  padding-right: 45px !important;
}

.vistore-password-field button {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: var(--vs-muted);
}

.vistore-password-field button .vistore-icon {
  width: 18px;
}

.vistore-main .error,
.vistore-main label.error {
  color: var(--vs-danger);
  font-size: 12px;
  font-weight: 600;
}

.vistore-main input.error,
.vistore-main select.error,
.vistore-main textarea.error {
  border-color: #f04438 !important;
}

#error_list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--vs-danger);
}

/* Native Osclass widget locations */
.vistore-widget-area {
  width: min(calc(100% - 32px), var(--vs-container));
  margin: 16px auto;
}

.vistore-widget-area:empty {
  display: none;
}

.vistore-widget-area img,
.vistore-widget-area iframe,
.vistore-widget-area video {
  max-width: 100%;
}

.vistore-widget-area--header {
  margin-block: 10px;
}

.vistore-widget-area--home,
.vistore-widget-area--search,
.vistore-widget-area--item {
  margin-block: 20px;
}

.vistore-widget-area--footer {
  margin-top: 0;
  padding-top: 24px;
  color: #d0d5dd;
}

/* Header */
.vistore-announcement {
  background: #0b1220;
  color: #d0d5dd;
  font-size: 12px;
}

.vistore-announcement .vistore-container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vistore-announcement__links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vistore-announcement a,
.vistore-language-toggle {
  color: #fff;
}

.vistore-language-toggle {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  font-size: 11px;
}

.vistore-language-toggle .vistore-icon {
  width: 14px;
  height: 14px;
}

.vistore-header-language {
  min-width: 64px;
  border: 1px solid var(--vs-line);
  border-radius: 12px;
  padding: 0 10px;
  background: var(--vs-surface);
  cursor: pointer;
}

.vistore-header-language:hover,
.vistore-header-language[aria-expanded="true"] {
  border-color: color-mix(in srgb, var(--vs-primary) 38%, var(--vs-line));
  color: var(--vs-primary) !important;
  background: var(--vs-primary-soft);
}

.vistore-header-language > .vistore-icon:first-child { width: 19px; }
.vistore-header-language > .vistore-icon:last-child { width: 13px; }

.vistore-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--vs-line);
  box-shadow: 0 2px 8px rgba(16, 24, 40, .035);
  backdrop-filter: blur(12px);
}

.vistore-header__main {
  min-height: var(--vs-header-height);
  display: flex;
  align-items: center;
  gap: 22px;
}

.vistore-header__brand {
  color: var(--vs-ink) !important;
  flex: 0 0 auto;
}

.vistore-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vs-ink);
}

.vistore-brand > img {
  width: auto;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
}

.vistore-brand__mark {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-contrast);
  background: linear-gradient(135deg, var(--vs-primary), color-mix(in srgb, var(--vs-primary) 62%, #7cb6ff));
  box-shadow: 0 5px 14px color-mix(in srgb, var(--vs-primary) 24%, transparent);
}

.vistore-brand__mark .vistore-icon {
  width: 23px;
  height: 23px;
}

.vistore-brand__word {
  color: var(--vs-ink);
  font-size: 23px;
  font-weight: 560;
  letter-spacing: -.045em;
}

.vistore-brand__word strong {
  color: var(--vs-primary);
  font-weight: 820;
}

.vistore-header-search {
  position: relative;
  flex: 1 1 430px;
  max-width: 520px;
}

.vistore-header-search input {
  height: 43px;
  padding-right: 48px !important;
  border-radius: 999px !important;
  background: var(--vs-surface-subtle) !important;
  border-color: var(--vs-line) !important;
}

.vistore-header-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 37px;
  height: 37px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--vs-primary-contrast);
  background: var(--vs-primary);
}

.vistore-header-search button .vistore-icon {
  width: 18px;
}

.vistore-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vistore-header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vs-text) !important;
  font-size: 13px;
  font-weight: 700;
}

.vistore-header-action > .vistore-icon {
  width: 21px;
}

.vistore-header__messages {
  position: relative;
  border-radius: 11px;
  padding: 0 9px;
}

.vistore-header__messages:hover {
  color: var(--vs-primary) !important;
  background: var(--vs-primary-soft);
}

.vistore-header__messages b {
  position: absolute;
  top: 0;
  left: 25px;
  min-width: 17px;
  height: 17px;
  border: 2px solid var(--vs-surface);
  border-radius: 999px;
  padding-inline: 3px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e5484d;
  font-size: 9px;
  line-height: 1;
}

.vistore-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.vistore-avatar.small {
  width: 32px;
  height: 32px;
  font-size: 11px;
}

.vistore-avatar.large {
  width: 62px;
  height: 62px;
  font-size: 19px;
}

.vistore-avatar.xlarge {
  width: 88px;
  height: 88px;
  font-size: 24px;
}

.vistore-avatar.xxlarge {
  width: 116px;
  height: 116px;
  font-size: 30px;
  border: 5px solid var(--vs-surface);
  box-shadow: var(--vs-shadow-sm);
}

.vistore-header__publish {
  min-height: 43px;
  white-space: nowrap;
}

.vistore-header__menu {
  display: none;
}

.vistore-header__nav {
  border-top: 1px solid #f1f3f5;
}

.vistore-category-nav {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

.vistore-category-nav a {
  flex: 0 0 auto;
  color: var(--vs-text);
  font-size: 12.5px;
  font-weight: 650;
  white-space: nowrap;
}

.vistore-category-nav a:hover {
  color: var(--vs-primary);
}

.vistore-category-nav__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--vs-ink) !important;
  font-weight: 800 !important;
}

.vistore-category-nav__all .vistore-icon {
  width: 17px;
}

.vistore-language-menu {
  position: fixed;
  z-index: 150;
  top: 70px;
  right: 20px;
  min-width: 190px;
  padding: 8px;
  background: var(--vs-surface);
  border: 1px solid var(--vs-line);
  border-radius: 10px;
  box-shadow: var(--vs-shadow);
}

.vistore-language-menu > strong {
  display: block;
  padding: 5px 9px 7px;
  color: var(--vs-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vistore-language-menu a {
  min-height: 42px;
  display: grid;
  grid-template-columns: 32px minmax(0,1fr) 18px;
  align-items: center;
  gap: 8px;
  border-radius: 9px;
  padding: 7px 9px;
  color: var(--vs-text);
  font-size: 13px;
}

.vistore-language-menu a b {
  min-width: 31px;
  border-radius: 7px;
  padding: 5px 4px;
  color: var(--vs-muted);
  background: var(--vs-fill);
  font-size: 10px;
  text-align: center;
}

.vistore-language-menu a .vistore-icon { width: 16px; color: var(--vs-primary); }
.vistore-language-menu a.is-current { color: var(--vs-primary); background: var(--vs-primary-soft); font-weight: 800; }
.vistore-language-menu a.is-current b { color: var(--vs-primary); background: var(--vs-surface); }

.vistore-language-menu a:hover {
  background: var(--vs-fill);
}

.vistore-drawer__languages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 4px;
}

.vistore-drawer__languages a {
  min-height: 44px;
  border: 1px solid var(--vs-line);
  border-radius: 11px;
  padding: 6px 5px;
  display: grid;
  place-items: center;
  gap: 1px;
  color: var(--vs-text);
  background: var(--vs-surface);
  text-align: center;
}

.vistore-drawer__languages a b { font-size: 10px; }
.vistore-drawer__languages a span { font-size: 9px; }
.vistore-drawer__languages a.is-current { border-color: var(--vs-primary); color: var(--vs-primary); background: var(--vs-primary-soft); }

.vistore-drawer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  visibility: hidden;
  pointer-events: none;
}

.vistore-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.vistore-drawer__backdrop {
  grid-column: 1 / -1;
  grid-row: 1;
  border: 0;
  background: rgba(16, 24, 40, .56);
  opacity: 0;
  transition: opacity .24s ease;
}

.vistore-drawer.is-open .vistore-drawer__backdrop {
  opacity: 1;
}

.vistore-drawer__panel {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  background: var(--vs-surface);
  padding: 16px;
  transform: translateX(-100%);
  transition: transform .24s ease;
}

[dir="rtl"] .vistore-drawer__panel {
  transform: translateX(100%);
}

.vistore-drawer.is-open .vistore-drawer__panel {
  transform: translateX(0);
}

.vistore-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vistore-drawer-search {
  position: relative;
  margin: 17px 0 12px;
}

.vistore-drawer-search input {
  padding-right: 46px !important;
  background: var(--vs-surface-subtle) !important;
}

.vistore-drawer-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-contrast);
  background: var(--vs-primary);
}

.vistore-drawer__nav {
  display: grid;
  border-top: 1px solid var(--vs-line-soft);
  padding-block: 8px;
}

.vistore-drawer__nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 9px;
  padding: 8px 9px;
  color: var(--vs-text);
  font-weight: 700;
}

.vistore-drawer__nav a:hover {
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-drawer__nav .vistore-icon {
  width: 20px;
}

.vistore-drawer__categories {
  border-top: 1px solid var(--vs-line-soft);
  padding-top: 14px;
}

.vistore-drawer__categories h2 {
  margin-bottom: 8px;
  font-size: 15px;
}

.vistore-drawer__categories a {
  min-height: 47px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--vs-fill);
  color: var(--vs-text);
  font-weight: 650;
}

.vistore-drawer__categories a > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-drawer__categories a > span .vistore-icon {
  width: 18px;
}

.vistore-drawer__categories a > .vistore-icon {
  width: 17px;
  color: var(--vs-soft);
}

body.vistore-lock-scroll {
  overflow: hidden;
}

/* Flash messages */
.vistore-main > .flashmessage,
.vistore-main .flashmessage,
.vistore-main .pubMessages {
  width: min(calc(100% - 32px), var(--vs-container));
  margin: 12px auto;
  border: 1px solid var(--vs-primary-soft);
  border-radius: 10px;
  padding: 11px 14px;
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
}

.vistore-main .flashmessage.ok,
.vistore-main .pubMessages.ok {
  border-color: #abefc6;
  color: var(--vs-success-strong);
  background: var(--vs-success-soft);
}

.vistore-main .flashmessage.error,
.vistore-main .pubMessages.error {
  border-color: var(--vs-rose-soft);
  color: var(--vs-danger-strong);
  background: var(--vs-danger-soft);
}

/* Home */
.vistore-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--vs-accent) 45%, transparent), transparent 26%),
    radial-gradient(circle at 15% 95%, rgba(75, 139, 255, .55), transparent 30%),
    linear-gradient(126deg, #0a2f80 0%, var(--vs-primary) 55%, color-mix(in srgb, var(--vs-primary) 70%, #78a9ff) 100%);
}

.vistore-hero::before,
.vistore-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  pointer-events: none;
}

.vistore-hero::before {
  width: 460px;
  height: 460px;
  right: -180px;
  top: -280px;
}

.vistore-hero::after {
  width: 260px;
  height: 260px;
  left: -100px;
  bottom: -185px;
}

.vistore-hero .vistore-container {
  position: relative;
  z-index: 1;
  padding-block: 48px 38px;
}

.vistore-hero__content {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.vistore-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 11px;
  font-weight: 750;
}

.vistore-hero__badge .vistore-icon {
  width: 15px;
  height: 15px;
}

.vistore-hero h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
  letter-spacing: -.045em;
}

.vistore-hero__content > p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}

.vistore-hero-search {
  max-width: 1030px;
  min-height: 78px;
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) minmax(180px, .85fr) minmax(170px, .8fr) auto;
  align-items: center;
  gap: 3px;
  color: var(--vs-text);
  background: var(--vs-surface);
  box-shadow: 0 18px 45px rgba(3, 20, 56, .24);
}

.vistore-hero-search__field {
  min-width: 0;
  border-right: 1px solid var(--vs-line);
  padding: 5px 13px;
}

.vistore-hero-search__field > label {
  display: block;
  color: var(--vs-ink);
  font-size: 11px;
  font-weight: 800;
}

.vistore-hero-search__field > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.vistore-hero-search__field .vistore-icon {
  width: 17px;
  height: 17px;
  color: var(--vs-soft);
}

.vistore-hero-search__field input,
.vistore-hero-search__field select {
  min-height: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 2px 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-position: calc(100% - 5px) 12px, 100% 12px !important;
}

.vistore-hero-search__submit {
  min-width: 128px;
  height: 56px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--vs-accent-contrast);
  background: var(--vs-accent);
  font-weight: 800;
  box-shadow: 0 5px 13px color-mix(in srgb, var(--vs-accent) 32%, transparent);
}

.vistore-hero-search__submit:hover {
  background: color-mix(in srgb, var(--vs-accent) 86%, #000);
}

.vistore-hero__quick-links {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 12px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.vistore-hero__quick-links a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .35);
  text-underline-offset: 3px;
}

.vistore-section {
  padding-block: 30px;
}

.vistore-section + .vistore-section {
  padding-top: 18px;
}

.vistore-section--premium {
  background: #fffaf6;
  border-block: 1px solid #ffe7d8;
}

.vistore-section-heading {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.vistore-section-heading h2 {
  margin: 3px 0 0;
  font-size: clamp(21px, 2.3vw, 28px);
}

.vistore-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--vs-primary);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.vistore-section-heading > a .vistore-icon {
  width: 17px;
  height: 17px;
}

.vistore-section-heading__cta--premium {
  min-height: 40px;
  border: 1px solid var(--vs-accent-soft);
  border-radius: 12px;
  padding: 0 13px;
  color: var(--vs-warning-strong) !important;
  background: var(--vs-surface);
  box-shadow: 0 4px 12px rgba(158, 62, 0, .06);
}

.vistore-section-heading__cta--premium:hover {
  border-color: #f8b98e;
  background: #fff6ef;
}

.vistore-category-strip {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 9px;
}

.vistore-category-tile {
  min-width: 0;
  min-height: 112px;
  border: 1px solid var(--vs-line);
  border-radius: 13px;
  padding: 12px 7px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--vs-text) !important;
  background: var(--vs-surface);
  text-align: center;
  box-shadow: var(--vs-shadow-xs);
  transition: transform .18s, border-color .18s, box-shadow .18s;
}

.vistore-category-tile:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--vs-primary) 35%, var(--vs-surface));
  box-shadow: var(--vs-shadow-sm);
}

.vistore-category-tile__icon {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
}

.vistore-category-tile--1 .vistore-category-tile__icon {
  color: var(--vs-warning-strong);
  background: var(--vs-warning-soft);
}

.vistore-category-tile--2 .vistore-category-tile__icon {
  color: var(--vs-success-strong);
  background: var(--vs-success-soft);
}

.vistore-category-tile--3 .vistore-category-tile__icon {
  color: var(--vs-purple-strong);
  background: #f4f3ff;
}

.vistore-category-tile--4 .vistore-category-tile__icon {
  color: #c11574;
  background: #fdf2fa;
}

.vistore-category-tile--5 .vistore-category-tile__icon {
  color: var(--vs-danger-strong);
  background: var(--vs-danger-soft);
}

.vistore-category-tile__icon .vistore-icon {
  width: 23px;
  height: 23px;
}

.vistore-category-tile strong {
  width: 100%;
  overflow: hidden;
  color: var(--vs-ink);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-category-tile small {
  color: var(--vs-soft);
  font-size: 10px;
}

.vistore-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.vistore-card {
  position: relative;
  min-width: 0;
  overflow: visible;
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vistore-card:hover {
  transform: translateY(-2px);
  border-color: #d5dae1;
  box-shadow: var(--vs-shadow-sm);
}

.vistore-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 7px 7px 0;
  border-radius: 11px;
  background: var(--vs-line-soft);
}

.vistore-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.vistore-card:hover .vistore-card__image > img {
  transform: scale(1.025);
}

.vistore-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--vs-line);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--vs-text);
  background: var(--vs-surface-subtle);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.vistore-badge .vistore-icon {
  width: 13px;
  height: 13px;
}

.vistore-badge--premium {
  color: var(--vs-warning-strong);
  border-color: var(--vs-warning-soft);
  background: var(--vs-warning-soft);
}

.vistore-card__image > .vistore-badge {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
  border: 0;
  box-shadow: 0 2px 6px rgba(16, 24, 40, .12);
}

.vistore-card__badges {
  position: absolute;
  z-index: 4;
  top: 8px;
  left: 8px;
  right: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  pointer-events: none;
}

.vistore-card__badges .vistore-badge {
  position: static;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-card__price {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 8px;
  max-width: calc(100% - 56px);
  overflow: hidden;
  border-radius: 7px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(16, 24, 40, .88);
  font-size: 14px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

.vistore-card__photo-count {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  min-width: 34px;
  height: 27px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #fff;
  background: rgba(16, 24, 40, .72);
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.vistore-card__photo-count .vistore-icon {
  width: 13px;
  height: 13px;
}

.vistore-card__body {
  padding: 9px 10px 11px;
}

.vistore-card__category {
  display: block;
  max-width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  color: var(--vs-primary);
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vistore-card__title {
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-card__title a {
  color: var(--vs-ink);
}

.vistore-card__meta {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  color: var(--vs-soft);
  font-size: 10.5px;
}

.vistore-card__meta > span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-card__meta > span:first-child {
  flex: 1 1 auto;
}

.vistore-card__meta .vistore-icon {
  width: 13px;
  height: 13px;
}

.vistore-card__plugin:empty {
  display: none;
}

.vistore-card__plugin {
  padding: 0 10px 10px;
  font-size: 12px;
}

.vistore-listing-grid.is-list {
  grid-template-columns: 1fr;
}

.vistore-listing-grid.is-list .vistore-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: stretch;
}

.vistore-listing-grid.is-list .vistore-card__image {
  grid-row: 1 / span 2;
  margin: 7px;
}

.vistore-listing-grid.is-list .vistore-card__body {
  padding: 16px 16px 8px;
}

.vistore-listing-grid.is-list .vistore-card__title {
  font-size: 18px;
}

.vistore-listing-grid.is-list .vistore-card__meta {
  justify-content: flex-start;
  margin-top: 13px;
}

.vistore-empty-state {
  min-height: 270px;
  border: 1px dashed var(--vs-line-strong);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--vs-muted);
  background: var(--vs-surface);
  text-align: center;
}

.vistore-empty-state > span {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-empty-state > span .vistore-icon {
  width: 29px;
  height: 29px;
}

.vistore-empty-state h2,
.vistore-empty-state h3 {
  margin-bottom: 6px;
}

.vistore-empty-state p {
  max-width: 470px;
  margin-bottom: 16px;
}

.vistore-empty-state > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.vistore-trust {
  padding: 22px 0 30px;
}

.vistore-trust__grid {
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  padding: 17px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--vs-surface);
}

.vistore-trust__grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 17px;
  border-right: 1px solid var(--vs-line-soft);
}

.vistore-trust__grid > div:last-child {
  border-right: 0;
}

.vistore-trust__grid > div > span {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-trust__grid > div > span .vistore-icon {
  width: 20px;
}

.vistore-trust__grid div div {
  min-width: 0;
  display: grid;
}

.vistore-trust__grid strong {
  color: var(--vs-ink);
  font-size: 12px;
}

.vistore-trust__grid small {
  overflow: hidden;
  color: var(--vs-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-ad {
  width: min(calc(100% - 32px), var(--vs-container));
  margin: 18px auto;
  overflow: hidden;
  text-align: center;
}

.vistore-ad img,
.vistore-ad iframe {
  max-width: 100%;
}

/* Search */
.vistore-breadcrumbs {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: var(--vs-soft);
  font-size: 11px;
  white-space: nowrap;
}

/* Breadcrumbs are intentionally hidden: navigation uses contextual back actions. */
.vistore-breadcrumbs { display: none !important; }

.vistore-breadcrumbs a {
  color: var(--vs-muted);
}

.vistore-breadcrumbs .vistore-icon {
  width: 13px;
  height: 13px;
}

.vistore-breadcrumbs span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.vistore-search-page {
  padding-bottom: 35px;
}

.vistore-search-header {
  min-height: 88px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.vistore-search-header > div:first-child { min-width: 0; flex: 1 1 auto; }
.vistore-search-header__title-row { min-width: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; }
.vistore-search-header__title-row h1 { min-width: 0; flex: 1 1 220px; }

.vistore-search-header h1 {
  margin: 3px 0 0;
  font-size: 27px;
}

.vistore-search-header p {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--vs-muted);
  font-size: 12px;
}

.vistore-search-header p .vistore-icon {
  width: 15px;
}

.vistore-search-controls {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.vistore-sort {
  display: grid;
  gap: 3px;
}

.vistore-sort > span {
  color: var(--vs-muted);
  font-size: 10px;
  font-weight: 650;
}

.vistore-sort select {
  width: 160px;
  min-height: 38px;
  padding-block: 6px;
  font-size: 12px;
}

.vistore-view-toggle {
  height: 38px;
  border: 1px solid var(--vs-line-strong);
  border-radius: 9px;
  padding: 3px;
  display: flex;
  background: var(--vs-surface);
}

.vistore-view-toggle button {
  width: 31px;
  border: 0;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--vs-soft);
  background: transparent;
}

.vistore-view-toggle button.is-active {
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-view-toggle .vistore-icon {
  width: 17px;
  height: 17px;
}

.vistore-filter-open {
  display: none;
  min-height: 38px;
  padding-block: 7px;
}

.vistore-search-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.vistore-search-sidebar {
  position: sticky;
  top: calc(var(--vs-header-height) + 55px);
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
}

.vistore-search-sidebar__header {
  min-height: 52px;
  border-bottom: 1px solid var(--vs-line-soft);
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vistore-search-sidebar__header > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.vistore-search-sidebar__header h2 {
  margin: 0;
  font-size: 15px;
}

.vistore-search-sidebar__header .vistore-icon {
  width: 18px;
  color: var(--vs-primary);
}

.vistore-search-sidebar__header > button {
  display: none;
}

.vistore-filter-form {
  padding: 13px;
  display: grid;
  gap: 13px;
}

.vistore-filter-group {
  display: grid;
  gap: 5px;
}

.vistore-filter-group input,
.vistore-filter-group select {
  min-height: 40px !important;
  padding-block: 7px !important;
  font-size: 12px !important;
}

.vistore-price-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.vistore-price-range label {
  min-width: 0;
}

.vistore-price-range label span {
  display: block;
  margin-bottom: 3px;
  color: var(--vs-soft);
  font-size: 9px;
}

.vistore-filter-form__actions {
  display: grid;
  gap: 8px;
  text-align: center;
}

.vistore-filter-form__actions .vistore-button {
  width: 100%;
  min-height: 40px;
  font-size: 12px;
}

.vistore-filter-form__actions > a {
  color: var(--vs-muted);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vistore-filters-backdrop {
  display: none;
}

.vistore-search-results {
  min-width: 0;
}

.vistore-search-results .vistore-listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vistore-empty-state--search {
  min-height: 430px;
}

.vistore-pagination {
  margin-top: 24px;
}

.vistore-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
}

.vistore-pagination li {
  display: block;
}

.vistore-pagination a,
.vistore-pagination span {
  min-width: 37px;
  height: 37px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  padding-inline: 7px;
  color: var(--vs-text);
  background: var(--vs-surface);
  font-size: 12px;
  font-weight: 650;
}

.vistore-pagination .selected,
.vistore-pagination .active,
.vistore-pagination span.current {
  color: var(--vs-primary-contrast);
  border-color: var(--vs-primary);
  background: var(--vs-primary);
}

/* Item detail */
.vistore-item-page {
  padding-bottom: 38px;
}

.vistore-item-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 18px;
}

.vistore-item-content {
  min-width: 0;
  display: grid;
  gap: 13px;
}

.vistore-gallery,
.vistore-item-header,
.vistore-item-section,
.vistore-owner-actions,
.vistore-seller-card,
.vistore-contact-card,
.vistore-safety-card {
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
}

.vistore-gallery {
  overflow: hidden;
  padding: 7px;
}

.vistore-gallery__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 11px;
  background: var(--vs-line-soft);
}

.vistore-gallery__main > button,
.vistore-gallery__placeholder {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  display: block;
  background: transparent;
}

.vistore-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vistore-gallery__placeholder img {
  object-fit: contain;
}

.vistore-gallery__count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  background: rgba(16, 24, 40, .78);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

.vistore-gallery__count .vistore-icon {
  width: 15px;
}

.vistore-gallery__thumbs {
  margin-top: 7px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.vistore-gallery__thumbs button {
  width: 78px;
  height: 59px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  padding: 0;
  background: var(--vs-line-soft);
}

.vistore-gallery__thumbs button.is-active {
  border-color: var(--vs-primary);
}

.vistore-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vistore-item-header {
  padding: 17px 18px 16px;
  overflow: hidden;
  border-color: var(--vs-separator);
  background: var(--vs-surface);
}

.vistore-item-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vistore-item-header__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.vistore-badge--category {
  color: var(--vs-text);
  background: var(--vs-fill);
}

.vistore-badge--category svg {
  width: 13px;
  height: 13px;
}

.vistore-item-header__title-row {
  margin-top: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.vistore-item-header__identity {
  min-width: 0;
}

.vistore-item-header__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--vs-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vistore-item-header h1 {
  margin: 0;
  max-width: 36ch;
  color: var(--vs-ink);
  font-size: clamp(20px, 2.25vw, 27px);
  line-height: 1.2;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.vistore-item-header__price-box {
  min-width: 0;
  margin-top: 10px;
  border-left: 3px solid var(--vs-primary);
  border-radius: 0;
  padding: 1px 0 1px 11px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  background: transparent;
  text-align: left;
}

.vistore-item-header__price-box > span {
  color: var(--vs-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vistore-item-header__price {
  color: var(--vs-primary);
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -.04em;
  white-space: nowrap;
}

.vistore-item-header__meta {
  margin-top: 13px;
  border-top: 1px solid var(--vs-line-soft);
  padding-top: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 9px;
  color: var(--vs-muted);
  font-size: 11px;
}

.vistore-item-header__meta span {
  min-height: 26px;
  border-radius: 8px;
  padding: 4px 7px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--vs-bg);
}

.vistore-item-header__meta .vistore-icon {
  width: 14px;
  height: 14px;
}

.vistore-item-header__actions {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vistore-item-header__actions .vistore-icon-button {
  width: 38px;
  height: 38px;
  border-color: var(--vs-line);
  color: var(--vs-muted);
  background: var(--vs-surface);
}

.vistore-item-header__actions .vistore-icon-button:hover {
  border-color: color-mix(in srgb, var(--vs-primary) 32%, var(--vs-surface));
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-item-section {
  padding: 20px;
}

.vistore-item-section__heading {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.vistore-item-section__heading > span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-item-section__heading > span .vistore-icon {
  width: 18px;
}

.vistore-item-section__heading h2 {
  margin: 0;
  font-size: 18px;
}

.vistore-item-details:has(.vistore-plugin-detail:empty) {
  display: none;
}

.vistore-plugin-detail:empty {
  display: none;
}

.vistore-plugin-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}

.vistore-plugin-detail > *,
.vistore-plugin-detail .meta,
.vistore-plugin-detail .row {
  min-width: 0;
}

.vistore-item-description,
.vistore-prose {
  color: var(--vs-text);
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.vistore-item-description p:last-child,
.vistore-prose p:last-child {
  margin-bottom: 0;
}

.vistore-item-description img,
.vistore-prose img {
  height: auto;
  border-radius: 10px;
}

.vistore-item-location {
  margin: 0;
  font-weight: 650;
}

.vistore-item-aside {
  position: sticky;
  top: calc(var(--vs-header-height) + 54px);
  display: grid;
  gap: 11px;
}

.vistore-owner-actions {
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vistore-owner-actions strong {
  color: var(--vs-ink);
}

.vistore-seller-card,
.vistore-contact-card {
  padding: 16px;
}

.vistore-seller-card__identity {
  display: flex;
  align-items: center;
  gap: 11px;
}

.vistore-seller-card__identity > div {
  min-width: 0;
}

.vistore-seller-card__identity-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.vistore-seller-card__identity .vistore-seller-card__label {
  color: var(--vs-soft);
  font-size: 10px;
  text-transform: uppercase;
}

.vistore-seller-card__identity h2 {
  margin: 1px 0 3px;
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--vs-ink);
  line-height: 1.25;
}

.vistore-seller-card__identity p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--vs-muted);
  font-size: 11px;
}

.vistore-seller-card__identity p .vistore-icon {
  width: 13px;
}

.vistore-seller-card__signals {
  margin: 14px 0;
  border-block: 1px solid var(--vs-line-soft);
  padding-block: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--vs-muted);
  font-size: 11px;
}

.vistore-seller-card__signals > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.vistore-seller-card__signals .vistore-icon {
  width: 15px;
  color: var(--vs-success);
}

.vistore-contact-card h2 {
  margin-bottom: 13px;
  font-size: 18px;
}

.vistore-contact-card form {
  display: grid;
  gap: 11px;
}

.vistore-contact-card input,
.vistore-contact-card select,
.vistore-contact-card textarea {
  min-height: 40px !important;
  font-size: 12px !important;
}

.vistore-contact-card textarea {
  min-height: 105px !important;
}

.vistore-safety-card {
  padding: 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-color: var(--vs-warning-soft);
  background: #fffcf5;
}

.vistore-safety-card > span {
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--vs-warning-strong);
  background: var(--vs-warning-soft);
}

.vistore-safety-card .vistore-icon {
  width: 18px;
}

.vistore-safety-card h2 {
  margin: 1px 0 3px;
  font-size: 13px;
}

.vistore-safety-card p {
  margin: 0;
  color: var(--vs-warning-strong);
  font-size: 10.5px;
}

.vistore-inline-notice {
  border: 1px solid var(--vs-primary-soft);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
  font-size: 12px;
}

.vistore-inline-notice > .vistore-icon {
  width: 19px;
  flex: 0 0 auto;
}

.vistore-inline-notice p {
  margin: 0;
}

.vistore-inline-notice--column {
  flex-direction: column;
  text-align: center;
}

.vistore-comment-list {
  display: grid;
  gap: 10px;
}

.vistore-comment {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  border-bottom: 1px solid var(--vs-line-soft);
  padding: 10px 0;
}

.vistore-comment > div {
  min-width: 0;
  color: var(--vs-text);
  font-size: 13px;
}

.vistore-comment header {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vistore-comment header strong {
  color: var(--vs-ink);
}

.vistore-comment time {
  color: var(--vs-soft);
  font-size: 10px;
}

.vistore-comment h3 {
  margin: 0 0 4px;
  color: var(--vs-ink);
  font-size: 13px;
}

.vistore-comment__delete {
  display: inline-flex;
  margin-top: 5px;
  color: var(--vs-danger);
  font-size: 11px;
  font-weight: 700;
}

.vistore-comment-form {
  margin-top: 15px;
  border-top: 1px solid var(--vs-line-soft);
  padding-top: 15px;
  display: grid;
  gap: 12px;
}

.vistore-item-mobile-actions {
  display: none;
}

/* Publish */
.vistore-publish-page {
  padding-bottom: 42px;
}

.vistore-publish-header {
  margin: 12px 0 20px;
}

.vistore-publish-header h1 {
  margin: 4px 0 6px;
  font-size: 31px;
}

.vistore-publish-header p {
  margin: 0;
  color: var(--vs-muted);
}

.vistore-publish-layout {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.vistore-publish-steps {
  position: sticky;
  top: calc(var(--vs-header-height) + 55px);
  border: 1px solid var(--vs-line);
  border-radius: 13px;
  padding: 8px;
  display: grid;
  background: var(--vs-surface);
}

.vistore-publish-steps a {
  min-height: 47px;
  border-radius: 9px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vs-text);
  font-size: 12px;
}

.vistore-publish-steps a:hover {
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-publish-steps a span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
  font-size: 10px;
  font-weight: 800;
}

.vistore-publish-form {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.vistore-publish-section,
.vistore-account-section {
  scroll-margin-top: calc(var(--vs-header-height) + 65px);
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  padding: 20px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
}

.vistore-publish-section > header,
.vistore-account-section > header {
  margin-bottom: 17px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.vistore-publish-section > header > span,
.vistore-account-section > header > span {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
  font-size: 12px;
  font-weight: 850;
}

.vistore-publish-section > header > span .vistore-icon,
.vistore-account-section > header > span .vistore-icon {
  width: 19px;
}

.vistore-publish-section > header h2,
.vistore-account-section > header h2 {
  margin: 0 0 3px;
  font-size: 18px;
}

.vistore-publish-section > header p,
.vistore-account-section > header p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 12px;
}

.vistore-core-form {
  display: grid;
  gap: 14px;
}

.vistore-core-form .control-group,
.vistore-publish-form .control-group,
.vistore-account-form .control-group {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
}

.vistore-core-form .control-label,
.vistore-publish-form .control-label,
.vistore-account-form .control-label {
  width: auto;
  float: none;
  color: var(--vs-text);
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.vistore-core-form .controls,
.vistore-publish-form .controls,
.vistore-account-form .controls {
  width: auto;
  float: none;
  margin: 0;
}

.vistore-core-form .row,
.vistore-publish-form .row {
  margin: 0;
}

.vistore-core-form .title,
.vistore-core-form .description {
  display: grid;
  gap: 6px;
}

.vistore-core-form textarea {
  min-height: 180px;
}

.vistore-price-input {
  max-width: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 95px;
  gap: 7px;
}

.vistore-photo-uploader {
  min-height: 130px;
  border: 1px dashed #b8c0cc;
  border-radius: 12px;
  padding: 13px;
  background: var(--vs-surface-subtle);
}

.vistore-photo-uploader .qq-uploader,
.vistore-photo-uploader .photos,
.vistore-photo-uploader #photos {
  width: 100%;
}

.vistore-photo-uploader .qq-upload-button,
.vistore-photo-uploader .qq-upload-drop-area,
.vistore-photo-uploader a.add-photo {
  min-height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  color: var(--vs-primary-contrast);
  background: var(--vs-primary);
  font-weight: 700;
}

.vistore-photo-uploader .qq-upload-list {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.vistore-photo-uploader .qq-upload-list li,
.vistore-photo-uploader .photo {
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 9px;
  background: var(--vs-surface);
}

.vistore-plugin-form-hook:empty {
  display: none;
}

.vistore-plugin-form-hook {
  margin-top: 12px;
}

.vistore-publish-security {
  min-width: 0;
  margin-top: 18px;
  border-top: 1px solid var(--vs-line);
  padding-top: 18px;
  display: flex;
  justify-content: center;
}

.vistore-publish-security:empty {
  display: none;
}

.vistore-publish-security > :only-child {
  max-width: 100%;
}

.vistore-publish-actions {
  position: sticky;
  z-index: 10;
  bottom: 10px;
  border-radius: 13px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #d0d5dd;
  background: rgba(16, 24, 40, .96);
  box-shadow: var(--vs-shadow);
  backdrop-filter: blur(8px);
}

.vistore-publish-actions p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}

.vistore-publish-actions p .vistore-icon {
  width: 17px;
  color: #84adff;
}

/* Static, contact and errors */
.vistore-static-page,
.vistore-contact-page,
.vistore-narrow-page {
  padding-bottom: 40px;
}

.vistore-narrow-page {
  max-width: 790px;
}

.vistore-content-card,
.vistore-form-card {
  border: 1px solid var(--vs-line);
  border-radius: 16px;
  padding: 24px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
}

.vistore-content-card > header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--vs-line-soft);
  padding-bottom: 15px;
}

.vistore-content-card > header h1 {
  margin: 4px 0 0;
  font-size: 31px;
}

.vistore-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: start;
  gap: 24px;
}

.vistore-contact-intro {
  padding: 18px 10px 18px 0;
}

.vistore-contact-intro h1 {
  margin: 5px 0 9px;
  font-size: 34px;
}

.vistore-contact-intro > p {
  color: var(--vs-muted);
}

.vistore-contact-points {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.vistore-contact-points > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.vistore-contact-points > div > .vistore-icon {
  width: 21px;
  color: var(--vs-primary);
}

.vistore-contact-points span {
  display: grid;
}

.vistore-contact-points strong {
  color: var(--vs-ink);
  font-size: 13px;
}

.vistore-contact-points small {
  color: var(--vs-muted);
}

.vistore-form-card form {
  display: grid;
  gap: 13px;
}

.vistore-form-card__header {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.vistore-form-card__header > span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-form-card__header h1 {
  margin: 0 0 4px;
  font-size: 23px;
}

.vistore-form-card__header p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 12px;
}

.vistore-error-page {
  min-height: 570px;
  padding: 55px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vistore-error-page__code {
  color: color-mix(in srgb, var(--vs-primary) 9%, transparent);
  font-size: clamp(110px, 18vw, 220px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.08em;
}

.vistore-error-page__icon {
  width: 64px;
  height: 64px;
  margin-top: -25px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-contrast);
  background: var(--vs-primary);
  box-shadow: var(--vs-shadow);
}

.vistore-error-page__icon .vistore-icon {
  width: 31px;
  height: 31px;
}

.vistore-error-page h1 {
  margin: 18px 0 6px;
  font-size: 30px;
}

.vistore-error-page p {
  color: var(--vs-muted);
}

.vistore-error-page form {
  position: relative;
  width: min(100%, 470px);
  margin: 7px auto 17px;
}

.vistore-error-page form input {
  padding-right: 125px !important;
}

.vistore-error-page form button {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  padding-inline: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--vs-primary-contrast);
  background: var(--vs-primary);
  font-weight: 700;
}

.vistore-error-page > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.vistore-alert-subscribe {
  margin: 18px 0;
  border: 1px solid var(--vs-primary-soft);
  border-radius: 14px;
  padding: 15px;
  display: grid;
  grid-template-columns: 42px minmax(180px, 1fr) minmax(280px, auto);
  align-items: center;
  gap: 12px;
  background: var(--vs-primary-soft);
}

.vistore-alert-subscribe > span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-strong);
  background: #d1e9ff;
}

.vistore-alert-subscribe h2 {
  margin: 0;
  font-size: 15px;
}

.vistore-alert-subscribe p {
  margin: 2px 0 0;
  color: var(--vs-text);
  font-size: 11px;
}

.vistore-alert-subscribe form {
  display: flex;
  gap: 7px;
}

/* User account */
.vistore-user-layout {
  padding-block: 26px 44px;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.vistore-user-sidebar {
  position: sticky;
  top: calc(var(--vs-header-height) + 24px);
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 38px rgba(16, 24, 40, .08), 0 2px 8px rgba(16, 24, 40, .04);
}

.vistore-user-sidebar__profile {
  position: relative;
  min-height: 104px;
  padding: 18px 46px 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 100% 0, rgba(70, 124, 255, .16), transparent 46%),
    linear-gradient(145deg, var(--vs-primary-soft) 0%, #fff 64%);
}

.vistore-user-sidebar__avatar {
  flex: 0 0 auto;
  overflow: visible !important;
}

.vistore-user-sidebar__avatar > * {
  box-shadow: 0 0 0 3px var(--vs-surface), 0 6px 16px rgba(41, 82, 163, .16);
}

.vistore-user-sidebar__identity {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.vistore-user-sidebar__identity > small {
  color: var(--vs-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vistore-user-sidebar__identity > strong {
  overflow: hidden;
  color: var(--vs-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-user-sidebar__status {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: var(--vs-muted);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-user-sidebar__status.is-pro { color: #8a5a00; }
.vistore-user-sidebar__status .vistore-icon { width: 13px; height: 13px; padding: 0; color: currentColor; background: transparent; }

.vistore-user-sidebar__public {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid #dbe5f5;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--vs-primary-strong);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 2px 6px rgba(16, 24, 40, .06);
}

.vistore-user-sidebar__public:hover { border-color: #b6cdf7; color: #004eeb; background: var(--vs-surface); transform: translateY(-1px); }
.vistore-user-sidebar__public .vistore-icon { width: 16px; height: 16px; padding: 0; color: currentColor; background: transparent; }

.vistore-user-sidebar nav {
  border-top: 1px solid var(--vs-line-soft);
  padding: 9px;
  display: grid;
  gap: 7px;
}

.vistore-user-sidebar__group {
  display: grid;
  gap: 2px;
}

.vistore-user-sidebar__group + .vistore-user-sidebar__group {
  border-top: 1px solid var(--vs-line-soft);
  padding-top: 8px;
}

.vistore-user-sidebar__group-title {
  padding: 4px 10px 5px;
  color: var(--vs-soft);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vistore-user-sidebar__link,
.vistore-user-sidebar__plugin-links a {
  position: relative;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--vs-text);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color .16s ease, color .16s ease, background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.vistore-user-sidebar__link:hover,
.vistore-user-sidebar__plugin-links a:hover {
  border-color: #d7e3f8;
  color: var(--vs-primary-strong);
  background: #f7f9fd;
  transform: translateX(2px);
}

.vistore-user-sidebar__link.is-active {
  border-color: #cbdcff;
  color: var(--vs-primary-strong);
  background: linear-gradient(90deg, var(--vs-primary-soft), var(--vs-primary-soft));
  box-shadow: inset 3px 0 var(--vs-primary);
}

.vistore-user-sidebar__link--accent:not(.is-active) {
  color: var(--vs-purple-strong);
  background: #faf8ff;
}

.vistore-user-sidebar__link-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  color: var(--vs-text);
  background: var(--vs-fill);
}

.vistore-user-sidebar__link:hover .vistore-user-sidebar__link-icon,
.vistore-user-sidebar__link.is-active .vistore-user-sidebar__link-icon {
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
}

.vistore-user-sidebar__link--accent .vistore-user-sidebar__link-icon { color: var(--vs-purple-strong); background: #eee8ff; }
.vistore-user-sidebar__link-icon .vistore-icon { width: 17px; height: 17px; padding: 0; color: currentColor; background: transparent; }

.vistore-user-sidebar__link-label {
  min-width: 0;
  flex: 1 1 auto;
}

.vistore-user-sidebar__chevron {
  width: 14px;
  height: 14px;
  padding: 0;
  flex: 0 0 14px;
  color: var(--vs-soft);
  background: transparent;
}

.vistore-user-sidebar__count {
  min-width: 21px;
  height: 21px;
  border-radius: 999px;
  padding-inline: 6px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--vs-primary-strong);
  font-size: 10px;
  font-weight: 800;
  background: var(--vs-primary-soft);
}

.vistore-user-sidebar__count.is-alert { color: #fff; background: #e5484d; }

.vistore-user-sidebar__plugin-links:empty { display: none; }
.vistore-user-sidebar__plugin-links { display: grid; gap: 2px; }
.vistore-user-sidebar__plugin-links :where(ul, li) { margin: 0; padding: 0; list-style: none; }
.vistore-user-sidebar__plugin-links .vistore-icon { width: 17px; height: 17px; }

.vistore-user-sidebar nav .vistore-user-sidebar__logout {
  margin-top: 2px;
  border-top-color: var(--vs-danger-soft);
  color: var(--vs-danger-strong);
  background: #fffafa;
}

.vistore-user-sidebar__logout .vistore-user-sidebar__link-icon { color: var(--vs-danger-strong); background: var(--vs-danger-soft); }
.vistore-user-sidebar__logout .vistore-user-sidebar__link-icon .vistore-icon { transform: rotate(180deg); }

.vistore-user-content {
  min-width: 0;
}

.vistore-user-heading {
  min-height: 83px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.vistore-user-heading h1 {
  margin: 4px 0 4px;
  font-size: 27px;
}

.vistore-user-heading p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 12px;
}

.vistore-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vistore-dashboard-actions > a {
  min-width: 0;
  border: 1px solid var(--vs-line);
  border-radius: 13px;
  padding: 14px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 17px;
  align-items: center;
  gap: 9px;
  color: var(--vs-text);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-xs);
}

.vistore-dashboard-actions > a:hover {
  border-color: color-mix(in srgb, var(--vs-primary) 40%, var(--vs-surface));
  box-shadow: var(--vs-shadow-sm);
}

.vistore-dashboard-actions > a > span {
  width: 37px;
  height: 37px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-dashboard-actions > a > span .vistore-icon {
  width: 19px;
}

.vistore-dashboard-actions > a > .vistore-icon {
  width: 17px;
  color: var(--vs-soft);
}

.vistore-dashboard-actions div {
  min-width: 0;
  display: grid;
}

.vistore-dashboard-actions strong {
  overflow: hidden;
  color: var(--vs-ink);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-dashboard-actions small {
  overflow: hidden;
  color: var(--vs-muted);
  font-size: 9.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-dashboard-guide {
  margin-top: 14px;
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: var(--vs-surface);
}

.vistore-dashboard-guide > div {
  min-width: 0;
}

.vistore-dashboard-guide > div > span {
  width: 35px;
  height: 35px;
  margin-bottom: 9px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-dashboard-guide .vistore-icon {
  width: 18px;
}

.vistore-dashboard-guide h2 {
  margin-bottom: 4px;
  font-size: 13px;
}

.vistore-dashboard-guide p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 10.5px;
}

.vistore-user-filter {
  margin-bottom: 13px;
  border: 1px solid var(--vs-line);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  background: var(--vs-surface);
}

.vistore-user-filter label {
  min-width: 130px;
  flex: 1 1 145px;
  display: grid;
  gap: 3px;
}

.vistore-user-filter label span {
  color: var(--vs-muted);
  font-size: 9px;
  font-weight: 700;
}

.vistore-user-filter input,
.vistore-user-filter select {
  min-height: 37px !important;
  padding-block: 6px !important;
  font-size: 11px !important;
}

.vistore-user-filter .vistore-button {
  min-height: 37px;
  font-size: 11px;
}

.vistore-user-items {
  display: grid;
  gap: 9px;
}

.vistore-user-item {
  min-width: 0;
  border: 1px solid var(--vs-line);
  border-radius: 13px;
  padding: 7px;
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: var(--vs-surface);
}

.vistore-user-item__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 9px;
  background: var(--vs-line-soft);
}

.vistore-user-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vistore-user-item__content {
  min-width: 0;
}

.vistore-user-item__status {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vistore-user-item__status span {
  border-radius: 999px;
  padding: 3px 7px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--vs-text);
  background: var(--vs-fill);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.vistore-user-item__status span.is-active {
  color: var(--vs-success-strong);
  background: var(--vs-success-soft);
}

.vistore-user-item__status span.is-premium {
  color: var(--vs-warning-strong);
  background: var(--vs-warning-soft);
}

.vistore-user-item__status .vistore-icon {
  width: 11px;
  height: 11px;
}

.vistore-user-item h2 {
  margin: 6px 0 2px;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-user-item h2 a {
  color: var(--vs-ink);
}

.vistore-user-item__content > strong {
  color: var(--vs-primary);
  font-size: 14px;
}

.vistore-user-item__content > p {
  margin: 3px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--vs-soft);
  font-size: 9.5px;
}

.vistore-user-item__content > p .vistore-icon {
  width: 12px;
}

.vistore-user-item__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.vistore-account-form {
  display: grid;
  gap: 12px;
}

.vistore-account-section {
  display: grid;
  gap: 14px;
}

.vistore-profile-picture {
  border: 1px solid var(--vs-line-soft);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--vs-surface-subtle);
}

.vistore-profile-picture > div {
  display: grid;
  gap: 3px;
}

.vistore-profile-picture strong {
  color: var(--vs-ink);
}

.vistore-profile-picture p {
  margin: 0 0 5px;
  color: var(--vs-muted);
  font-size: 11px;
}

.vistore-profile-picture input[type="file"] {
  max-width: 100%;
  font-size: 11px;
}

.vistore-account-form__actions {
  display: flex;
  justify-content: flex-end;
}

/* Public profile */
.vistore-public-profile {
  padding-bottom: 42px;
}

.vistore-public-profile__cover {
  height: 190px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--vs-accent) 35%, transparent), transparent 27%),
    linear-gradient(125deg, #0a2f80, var(--vs-primary) 60%, #6b9eff);
}

.vistore-public-profile__header {
  min-height: 135px;
  margin-top: -46px;
  border: 1px solid var(--vs-line);
  border-radius: 16px;
  padding: 15px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-sm);
}

.vistore-public-profile__identity {
  min-width: 0;
}

.vistore-public-profile__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.vistore-public-profile__name h1 {
  margin: 0;
  font-size: 27px;
}

.vistore-public-profile__name span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--vs-success);
  font-size: 10px;
  font-weight: 750;
}

.vistore-public-profile__name .vistore-icon {
  width: 15px;
}

.vistore-public-profile__identity > p,
.vistore-public-profile__identity > a {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--vs-muted);
  font-size: 11px;
}

.vistore-public-profile__identity > p .vistore-icon,
.vistore-public-profile__identity > a .vistore-icon {
  width: 14px;
}

.vistore-public-profile__actions {
  display: flex;
  gap: 7px;
}

.vistore-public-profile__about {
  margin-top: 14px;
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  padding: 18px;
  background: var(--vs-surface);
}

.vistore-public-profile__about h2 {
  margin-bottom: 7px;
  font-size: 17px;
}

.vistore-public-profile__about > div {
  color: var(--vs-muted);
  font-size: 13px;
}

.vistore-public-profile__listings {
  margin-top: 22px;
}

.vistore-public-user-card {
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  padding: 16px;
  background: var(--vs-surface);
  text-align: center;
}

/* Auth */
.page-login .vistore-footer-cta,
.page-register .vistore-footer-cta {
  display: none;
}

.vistore-auth-page {
  width: min(calc(100% - 32px), 1040px);
  min-height: 620px;
  margin: 30px auto 45px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 20px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow);
}

.vistore-auth-panel {
  min-width: 0;
  padding: 36px;
}

.vistore-auth-panel--visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(3, 20, 37, .10) 0%, rgba(3, 20, 37, .24) 45%, rgba(3, 20, 37, .86) 100%),
    url('../images/auth-comores-dusk.jpg') center center / cover no-repeat;
  background-color: #06253f;
}

.vistore-auth-panel--visual .vistore-brand__word,
.vistore-auth-panel--visual .vistore-brand__word strong {
  color: #fff;
}

.vistore-auth-panel--visual .vistore-brand__mark {
  background: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.vistore-auth-panel--visual .vistore-eyebrow {
  color: #dbeafe;
}

.vistore-auth-panel--visual h1 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: 34px;
}

.vistore-auth-panel--visual p {
  color: rgba(255, 255, 255, .75);
}

.vistore-auth-panel--visual ul {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.vistore-auth-panel--visual li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
}

.vistore-auth-panel--visual li .vistore-icon {
  width: 16px;
}

.vistore-auth-panel--form {
  display: grid;
  place-items: center;
}

.vistore-auth-box {
  width: min(100%, 400px);
}

.vistore-auth-box > header {
  margin-bottom: 22px;
}

.vistore-auth-box h2 {
  margin: 5px 0 6px;
  font-size: 29px;
}

.vistore-auth-box header p {
  margin: 0;
  color: var(--vs-muted);
}

.vistore-auth-box form {
  display: grid;
  gap: 14px;
}

.vistore-social-login {
  display: grid;
  gap: 9px;
}

.vistore-social-button {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--vs-line-strong);
  border-radius: 11px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  color: var(--vs-ink);
  background: var(--vs-surface);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vistore-social-button::after {
  content: '';
  width: 24px;
}

.vistore-social-button:hover {
  border-color: var(--vs-soft);
  box-shadow: 0 4px 12px rgba(16, 24, 40, .08);
  transform: translateY(-1px);
}

.vistore-social-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--vs-primary) 24%, transparent);
  outline-offset: 2px;
}

.vistore-social-button--apple {
  color: #fff;
  border-color: #000;
  background: #000;
}

.vistore-social-button--apple:hover {
  color: #fff;
  border-color: #000;
  background: #181818;
}

.vistore-social-button--facebook {
  color: #fff !important;
  border-color: #1877f2;
  background: #1877f2;
}

.vistore-social-button--facebook:hover {
  color: #fff !important;
  border-color: #0f66d3;
  background: #0f66d3;
}

.vistore-social-button--facebook .vistore-social-icon path {
  fill: var(--vs-surface);
}

.vistore-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}

.vistore-auth-divider {
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--vs-muted);
  font-size: 11px;
  white-space: nowrap;
}

.vistore-auth-divider::before,
.vistore-auth-divider::after {
  content: '';
  height: 1px;
  flex: 1;
  background: var(--vs-line);
}

.vistore-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}

.vistore-recaptcha {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.vistore-recaptcha:empty {
  display: none;
  min-height: 0;
}

.vistore-recaptcha .recaptcha,
.vistore-recaptcha .g-recaptcha {
  max-width: none;
  overflow: visible;
}

.vistore-auth-switch {
  margin: 19px 0 0;
  color: var(--vs-muted);
  font-size: 12px;
  text-align: center;
}

.vistore-auth-switch a {
  font-weight: 750;
}

.vistore-auth-simple {
  padding-top: 28px;
}

/* Alerts */
.vistore-alert-list {
  display: grid;
  gap: 9px;
}

.vistore-alert-card {
  border: 1px solid var(--vs-line);
  border-radius: 13px;
  padding: 13px;
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  background: var(--vs-surface);
}

.vistore-alert-card__icon {
  width: 39px;
  height: 39px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}

.vistore-alert-card__icon .vistore-icon {
  width: 20px;
}

.vistore-alert-card__content {
  min-width: 0;
}

.vistore-alert-card h2 {
  margin: 0 0 3px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vistore-alert-card p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--vs-muted);
  font-size: 10px;
}

.vistore-alert-card p .vistore-icon {
  width: 13px;
}

.vistore-alert-frequency {
  margin-top: 6px;
  font-size: 11px;
}

.vistore-alert-card__actions {
  display: flex;
  gap: 6px;
}

/* Generic plugin pages and compatibility */
.vistore-plugin-page {
  min-width: 0;
  padding-block: 24px 40px;
}

.vistore-plugin-page:empty {
  min-height: 300px;
}

.vistore-theme .control-group {
  margin-bottom: 12px;
}

.vistore-theme .control-label {
  color: var(--vs-text);
  font-size: 13px;
  font-weight: 700;
}

.vistore-theme .controls {
  min-width: 0;
}

.vistore-theme .ui-autocomplete,
.vistore-theme .ui-menu {
  z-index: 1500 !important;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid var(--vs-line);
  border-radius: 9px;
  padding: 5px;
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow);
  list-style: none;
}

.vistore-theme .ui-menu-item {
  border-radius: 6px;
  padding: 7px 9px;
}

.vistore-theme .ui-menu-item:hover {
  background: var(--vs-fill);
}

.vistore-theme .recaptcha,
.vistore-theme .g-recaptcha {
  max-width: 100%;
  overflow: visible;
}

@media (max-width: 360px) {
  .vistore-recaptcha {
    min-height: 65px;
    justify-content: flex-start;
  }

  .vistore-recaptcha .g-recaptcha {
    width: 122%;
    transform: scale(.82);
    transform-origin: top left;
  }
}

.vistore-theme table {
  width: 100%;
  border-collapse: collapse;
}

.vistore-theme th,
.vistore-theme td {
  border-bottom: 1px solid var(--vs-line);
  padding: 9px;
  text-align: left;
}

/* Footer */
.vistore-footer-cta {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--vs-accent) 38%, transparent), transparent 25%),
    linear-gradient(125deg, #0a2f80, var(--vs-primary));
}

.vistore-footer-cta__inner {
  min-height: 135px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.vistore-footer-cta__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.vistore-footer-cta__icon .vistore-icon {
  width: 27px;
  height: 27px;
}

.vistore-footer-cta h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 22px;
}

.vistore-footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.vistore-footer {
  color: var(--vs-soft);
  background: #101828;
}

.vistore-footer__grid {
  padding-block: 35px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 35px;
}

.vistore-footer .vistore-brand__word,
.vistore-footer .vistore-brand__word strong {
  color: #fff;
}

.vistore-footer__brand > p {
  max-width: 340px;
  margin: 14px 0;
  font-size: 12px;
}

.vistore-socials {
  display: flex;
  gap: 6px;
}

.vistore-socials a {
  width: 31px;
  height: 31px;
  border: 1px solid var(--vs-text);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #d0d5dd;
  font-size: 10px;
  font-weight: 800;
}

.vistore-socials a:hover {
  color: #fff;
  border-color: var(--vs-text);
  background: #344054;
}

.vistore-socials .vistore-icon {
  width: 15px;
  height: 15px;
}

.vistore-footer__column h2 {
  margin: 7px 0 13px;
  color: #f2f4f7;
  font-size: 13px;
  letter-spacing: 0;
}

.vistore-footer__column nav {
  display: grid;
  gap: 8px;
}

.vistore-footer__column a {
  color: var(--vs-soft);
  font-size: 11px;
}

.vistore-footer__column a:hover {
  color: #fff;
}

.vistore-footer__bottom {
  border-top: 1px solid var(--vs-ink);
}

.vistore-footer__bottom .vistore-container {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}

.vistore-mobile-nav {
  display: none;
}

.vistore-toast {
  position: fixed;
  z-index: 2500;
  left: 50%;
  bottom: 22px;
  max-width: min(90vw, 420px);
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #101828;
  box-shadow: var(--vs-shadow);
  font-size: 12px;
}

/* Responsive */
@media (max-width: 1120px) {
  .vistore-category-strip {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    overflow: hidden;
  }

  .vistore-category-tile:nth-child(n+9) {
    display: none;
  }

  .vistore-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vistore-search-results .vistore-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vistore-header-search {
    max-width: 400px;
  }

  .vistore-header-action span {
    display: none;
  }
}

@media (max-width: 980px) {
  :root {
    --vs-header-height: 64px;
  }

  .vistore-announcement {
    display: none;
  }

  .vistore-header__main {
    gap: 10px;
  }

  .vistore-header__menu {
    display: grid;
  }

  .vistore-header__nav {
    display: none;
  }

  .vistore-header-search {
    max-width: none;
  }

  .vistore-hero-search {
    grid-template-columns: minmax(220px, 1.2fr) minmax(160px, .8fr) minmax(150px, .75fr) auto;
  }

  .vistore-category-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vistore-category-strip::-webkit-scrollbar {
    display: none;
  }

  .vistore-category-tile,
  .vistore-category-tile:nth-child(n+9) {
    width: 110px;
    flex: 0 0 110px;
    display: flex;
    scroll-snap-align: start;
  }

  .vistore-search-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .vistore-search-results .vistore-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vistore-item-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .vistore-dashboard-actions {
    grid-template-columns: 1fr;
  }

  .vistore-footer__grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 22px;
  }
}

@media (max-width: 820px) {
  .vistore-container {
    width: min(calc(100% - 24px), var(--vs-container));
  }

  .vistore-header-search {
    display: none;
  }

  .vistore-header-actions {
    margin-left: auto;
  }

  .vistore-header-action {
    display: none;
  }

  .vistore-hero .vistore-container {
    padding-block: 38px 30px;
  }

  .vistore-hero-search {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .vistore-hero-search__field {
    border-right: 0;
    border-bottom: 1px solid var(--vs-line);
  }

  .vistore-hero-search__field--pattern {
    grid-column: 1 / -1;
  }

  .vistore-hero-search__submit {
    grid-column: 1 / -1;
    height: 48px;
  }

  .vistore-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }

  .vistore-card__body {
    padding-inline: 8px;
  }

  .vistore-search-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .vistore-search-controls {
    width: 100%;
  }

  .vistore-filter-open {
    display: inline-flex;
  }

  .vistore-search-layout {
    display: block;
  }

  .vistore-search-sidebar {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: min(88vw, 340px);
    height: 100vh;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    transform: translateX(-102%);
    transition: transform .24s ease;
  }

  [dir="rtl"] .vistore-search-sidebar {
    left: auto;
    right: 0;
    transform: translateX(102%);
  }

  body.vistore-filters-open .vistore-search-sidebar {
    transform: translateX(0);
  }

  .vistore-search-sidebar__header {
    position: sticky;
    z-index: 2;
    top: 0;
    background: var(--vs-surface);
  }

  .vistore-search-sidebar__header > button {
    display: grid;
  }

  .vistore-filters-backdrop {
    position: fixed;
    z-index: 1190;
    inset: 0;
    border: 0;
    background: rgba(16, 24, 40, .55);
  }

  body.vistore-filters-open .vistore-filters-backdrop {
    display: block;
  }

  .vistore-search-results .vistore-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vistore-item-layout {
    display: block;
  }

  .vistore-item-aside {
    position: static;
    margin-top: 13px;
  }

  .vistore-contact-card {
    scroll-margin-top: 85px;
  }

  .vistore-item-mobile-actions {
    position: fixed;
    z-index: 300;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 67px;
    border-top: 1px solid var(--vs-line);
    padding: 9px 13px calc(9px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -7px 18px rgba(16, 24, 40, .1);
    backdrop-filter: blur(10px);
  }

  .vistore-item-mobile-actions strong {
    color: var(--vs-primary);
    font-size: 18px;
  }

  .page-item .vistore-mobile-nav {
    display: none;
  }

  .page-item .vistore-footer {
    padding-bottom: 70px;
  }

  .vistore-publish-layout {
    display: block;
  }

  .vistore-publish-steps {
    position: sticky;
    z-index: 20;
    top: var(--vs-header-height);
    margin-bottom: 11px;
    display: flex;
    overflow-x: auto;
    border-radius: 10px;
    scrollbar-width: none;
  }

  .vistore-publish-steps a {
    min-height: 38px;
    flex: 0 0 auto;
    padding-block: 3px;
  }

  .vistore-publish-steps a span {
    width: 22px;
    height: 22px;
  }

  .vistore-contact-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vistore-contact-intro {
    padding-right: 0;
  }

  .vistore-user-layout {
    display: block;
  }

  .vistore-user-sidebar {
    position: static;
    margin-bottom: 12px;
  }

  .vistore-user-sidebar__profile {
    padding: 10px;
  }

  .vistore-user-sidebar nav {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vistore-user-sidebar nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .vistore-user-sidebar nav .vistore-user-sidebar__logout {
    border-top: 0;
  }

  .vistore-auth-page {
    grid-template-columns: 1fr;
  }

  .vistore-auth-panel--visual {
    min-height: 270px;
    padding: 28px;
  }

  .vistore-auth-panel--visual h1 {
    font-size: 27px;
  }

  .vistore-auth-panel--visual ul {
    display: none;
  }

  .vistore-footer__grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .vistore-footer__column:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 680px) {
  body.vistore-theme {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .page-item,
  .page-item body {
    padding-bottom: 0;
  }

  .vistore-header {
    box-shadow: none;
  }

  .vistore-header__main {
    min-height: 58px;
  }

  .vistore-header__publish {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
  }

  .vistore-header__publish span {
    display: none;
  }

  .vistore-brand__mark {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }

  .vistore-brand__word {
    font-size: 20px;
  }

  .vistore-brand > img {
    height: 36px;
    max-width: 145px;
  }

  .vistore-hero .vistore-container {
    padding-block: 28px 24px;
  }

  .vistore-hero h1 {
    font-size: 29px;
  }

  .vistore-hero__content > p {
    font-size: 13px;
  }

  .vistore-hero-search {
    margin-top: 20px;
  }

  .vistore-hero__quick-links {
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap;
  }

  .vistore-section {
    padding-block: 23px;
  }

  .vistore-section + .vistore-section {
    padding-top: 11px;
  }

  .vistore-section-heading {
    align-items: center;
    margin-bottom: 12px;
  }

  .vistore-section-heading h2 {
    font-size: 21px;
  }

  .vistore-section-heading > a {
    font-size: 0;
  }

  .vistore-section-heading > a::before {
    content: "Voir tout";
    font-size: 11px;
  }

  .vistore-listing-grid,
  .vistore-search-results .vistore-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .vistore-card {
    border-radius: 12px;
  }

  .vistore-card__image {
    margin: 5px 5px 0;
    border-radius: 9px;
  }

  .vistore-card__price {
    left: 6px;
    bottom: 6px;
    max-width: calc(100% - 45px);
    padding: 4px 6px;
    font-size: 12px;
  }

  .vistore-card__photo-count {
    right: 6px;
    bottom: 6px;
    min-width: 30px;
    height: 23px;
  }

  .vistore-card__image > .vistore-badge {
    left: 6px;
    top: 6px;
  }

  .vistore-badge {
    padding: 3px 6px;
    font-size: 8px;
  }

  .vistore-card__category {
    font-size: 8.5px;
  }

  .vistore-card__title {
    font-size: 12.5px;
  }

  .vistore-card__meta {
    margin-top: 5px;
    font-size: 9px;
  }

  .vistore-card__meta > span:nth-child(2) {
    display: none;
  }

  .vistore-listing-grid.is-list .vistore-card {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .vistore-listing-grid.is-list .vistore-card__body {
    padding: 10px 10px 5px;
  }

  .vistore-listing-grid.is-list .vistore-card__title {
    font-size: 14px;
  }

  .vistore-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  .vistore-trust__grid > div {
    padding: 8px;
    border-right: 0;
  }

  .vistore-trust__grid small {
    white-space: normal;
  }

  .vistore-search-header {
    min-height: 70px;
  }

  .vistore-search-header h1 {
    font-size: 22px;
  }

  .vistore-search-controls {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .vistore-sort {
    flex: 1 1 auto;
  }

  .vistore-sort select {
    width: 100%;
  }

  .vistore-view-toggle {
    display: none;
  }

  .vistore-gallery__main {
    aspect-ratio: 4 / 3;
  }

  .vistore-item-header {
    padding: 15px;
  }

  .vistore-item-header__title-row {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
  }

  .vistore-item-header__price-box {
    min-width: 0;
    padding: 10px 12px;
    text-align: left;
  }

  .vistore-item-header__price {
    font-size: 25px;
  }

  .vistore-item-header__meta {
    margin-top: 13px;
    gap: 6px;
  }

  .vistore-item-header__meta span {
    min-height: 28px;
    font-size: 10px;
  }

  .vistore-item-section {
    padding: 16px;
  }

  .vistore-plugin-detail {
    grid-template-columns: 1fr;
  }

  .vistore-publish-header h1 {
    font-size: 26px;
  }

  .vistore-publish-section,
  .vistore-account-section {
    padding: 15px;
  }

  .vistore-publish-actions {
    bottom: calc(68px + env(safe-area-inset-bottom));
    align-items: stretch;
    flex-direction: column;
    padding: 10px;
  }

  .vistore-publish-actions p {
    display: none;
  }

  .vistore-publish-actions .vistore-button {
    width: 100%;
  }

  .vistore-form-grid--2 {
    grid-template-columns: 1fr;
  }

  .vistore-field--wide {
    grid-column: auto;
  }

  .vistore-content-card,
  .vistore-form-card {
    padding: 17px;
  }

  .vistore-user-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vistore-user-heading .vistore-button {
    width: 100%;
  }

  .vistore-dashboard-guide {
    grid-template-columns: 1fr;
  }

  .vistore-user-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 9px;
  }

  .vistore-user-item__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    border-top: 1px solid var(--vs-line-soft);
    padding-top: 7px;
  }

  .vistore-public-profile__cover {
    height: 135px;
  }

  .vistore-public-profile__header {
    margin-top: -34px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 12px;
  }

  .vistore-avatar.xxlarge {
    width: 82px;
    height: 82px;
  }

  .vistore-public-profile__name h1 {
    font-size: 21px;
  }

  .vistore-public-profile__actions {
    grid-column: 1 / -1;
  }

  .vistore-auth-page {
    width: min(calc(100% - 20px), 1040px);
    margin-block: 12px 25px;
    border-radius: 16px;
  }

  .vistore-auth-panel {
    padding: 22px;
  }

  .vistore-auth-panel--visual {
    min-height: 132px;
    padding: 18px 20px;
    background-position: center 58%;
  }

  .vistore-auth-panel--visual > div {
    display: none;
  }

  .vistore-alert-card {
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .vistore-alert-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .vistore-alert-subscribe {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .vistore-alert-subscribe form {
    grid-column: 1 / -1;
  }

  .vistore-footer-cta__inner {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-block: 20px;
  }

  .vistore-footer-cta__icon {
    width: 42px;
    height: 42px;
  }

  .vistore-footer-cta h2 {
    font-size: 17px;
  }

  .vistore-footer-cta .vistore-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vistore-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
    padding-block: 28px;
  }

  .vistore-footer__brand {
    grid-column: 1 / -1;
  }

  .vistore-footer__column:last-child {
    grid-column: auto;
  }

  .vistore-mobile-nav {
    position: fixed;
    z-index: 250;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(61px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--vs-line);
    padding: 5px 8px;
    padding-bottom: calc(5px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -6px 18px rgba(16, 24, 40, .08);
    backdrop-filter: blur(10px);
  }

  .vistore-mobile-nav > a,
  .vistore-mobile-nav > button {
    min-width: 0;
    height: 50px;
    border: 0;
    padding: 3px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--vs-muted);
    background: transparent;
    font-size: 8px;
    font-style: normal;
    font-weight: 650;
  }

  .vistore-mobile-nav > a.is-active {
    color: var(--vs-primary);
  }

  .vistore-mobile-nav .vistore-icon {
    width: 21px;
    height: 21px;
  }

  .vistore-mobile-nav__publish {
    position: relative;
    overflow: visible;
  }

  .vistore-mobile-nav__publish > span {
    width: 45px;
    height: 45px;
    margin-top: -22px;
    border: 4px solid var(--vs-surface);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--vs-primary-contrast);
    background: var(--vs-primary);
    box-shadow: 0 5px 13px color-mix(in srgb, var(--vs-primary) 32%, transparent);
  }

  .vistore-mobile-nav__publish > span .vistore-icon {
    width: 23px;
  }

  .vistore-mobile-nav__publish em {
    margin-top: 1px;
    font-style: normal;
  }

  .vistore-toast {
    bottom: calc(73px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .vistore-container {
    width: calc(100% - 18px);
  }

  .vistore-header__main {
    width: calc(100% - 12px);
  }

  .vistore-hero-search {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .vistore-hero-search__field,
  .vistore-hero-search__field--pattern,
  .vistore-hero-search__submit {
    grid-column: 1;
  }

  .vistore-hero-search__field {
    padding-inline: 10px;
  }

  .vistore-category-tile {
    width: 98px;
    min-height: 104px;
    flex-basis: 98px;
  }

  .vistore-card__body {
    padding: 7px 7px 9px;
  }

  .vistore-card__title {
    font-size: 12px;
  }

  .vistore-card__meta {
    font-size: 8.5px;
  }

  .vistore-trust__grid {
    grid-template-columns: 1fr;
  }

  .vistore-contact-card,
  .vistore-seller-card {
    padding: 13px;
  }

  .vistore-price-input {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .vistore-user-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vistore-user-filter label {
    min-width: 0;
  }

  .vistore-user-filter .vistore-button {
    grid-column: 1 / -1;
  }

  .vistore-footer__grid {
    grid-template-columns: 1fr;
  }

  .vistore-footer__brand,
  .vistore-footer__column:last-child {
    grid-column: 1;
  }
}

[dir="rtl"] .vistore-icon.chevron,
[dir="rtl"] .vistore-breadcrumbs .vistore-icon {
  transform: rotate(180deg);
}

[dir="rtl"] .vistore-input-icon .vistore-icon {
  left: auto;
  right: 12px;
}

[dir="rtl"] .vistore-input-icon input {
  padding-left: 12px !important;
  padding-right: 38px !important;
}

[dir="rtl"] .vistore-card__price,
[dir="rtl"] .vistore-card__image > .vistore-badge {
  left: auto;
  right: 8px;
}

[dir="rtl"] .vistore-card__photo-count {
  right: auto;
  left: 8px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .vistore-announcement,
  .vistore-header,
  .vistore-footer-cta,
  .vistore-footer,
  .vistore-mobile-nav,
  .vistore-item-mobile-actions,
  .vistore-item-aside,
  .vistore-item-header__actions {
    display: none !important;
  }

  body.vistore-theme {
    padding: 0;
    background: var(--vs-surface);
  }

  .vistore-container {
    width: 100%;
  }

  .vistore-item-layout {
    display: block;
  }
}

/* ========================================================================== */
/* Vistore 2 — isolated hooks, native commerce, rich profiles and messaging.  */
/* ========================================================================== */

.vistore-hook-zone:empty { display: none !important; }
.vistore-hook-zone { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.vistore-hook-zone iframe,
.vistore-hook-zone img,
.vistore-hook-zone table { max-width: 100%; }
.vistore-hook-zone--item-top,
.vistore-hook-zone--item-bottom { margin-block: 12px; }
.vistore-hook-zone--meta,
.vistore-hook-zone--title,
.vistore-hook-zone--loop-top,
.vistore-hook-zone--loop-title,
.vistore-hook-zone--loop-description,
.vistore-hook-zone--loop-bottom { display: contents; }

.vistore-gallery--mixed { overflow: hidden; padding: 0; }
.vistore-gallery__stage { position: relative; aspect-ratio: 16 / 10; background: var(--vs-line-soft); overflow: hidden; }
.vistore-gallery__slide { position: absolute; inset: 0; display: none; margin: 0; }
.vistore-gallery__slide.is-active { display: block; }
.vistore-gallery__slide > button,
.vistore-gallery__slide > img,
.vistore-gallery__slide video { width: 100%; height: 100%; border: 0; padding: 0; }
.vistore-gallery__slide[data-kind="image"] > button,
.vistore-gallery__slide:not([data-kind]) { background: var(--vs-line-soft); }
.vistore-gallery__slide[data-kind="image"] > button img,
.vistore-gallery__slide:not([data-kind]) > img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--vs-line-soft); }
.vistore-gallery__slide[data-kind="video"] video { object-fit: contain; background: #111827; }
.vistore-gallery__media-badge { position: absolute; top: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(16,24,40,.78); font-size: 12px; font-weight: 800; }
.vistore-gallery__media-badge svg { width: 16px; height: 16px; }
.vistore-gallery__arrow { position: absolute; top: 50%; z-index: 4; width: 42px; height: 42px; margin-top: -21px; border: 0; border-radius: 50%; display: grid; place-items: center; color: var(--vs-ink); background: rgba(255,255,255,.94); box-shadow: var(--vs-shadow-sm); }
.vistore-gallery__arrow--prev { left: 14px; transform: rotate(180deg); }
.vistore-gallery__arrow--next { right: 14px; }
.vistore-gallery__arrow svg { width: 20px; }
.vistore-gallery__thumbs { padding: 10px; grid-auto-columns: 74px; background: var(--vs-surface); }
.vistore-gallery__thumbs button { height: 58px; }
.vistore-gallery__thumbs button > span { position: relative; height: 100%; display: grid; place-items: center; overflow: hidden; color: #fff; background: #111827; }
.vistore-gallery__video-thumb > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.vistore-gallery__video-thumb > i { position: relative; z-index: 1; display: grid; place-items: center; gap: 1px; font-style: normal; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.vistore-gallery__thumbs button > span svg { width: 21px; height: 21px; fill: currentColor; }
.vistore-gallery__thumbs button > span small { font-size: 9px; font-weight: 850; }
.vistore-gallery__thumbs button.is-active .vistore-gallery__video-thumb::after { content: ''; position: absolute; inset: 0; border: 2px solid var(--vs-primary); border-radius: 7px; }

.vistore-item-map { margin-top: 16px; border-radius: var(--vs-radius); overflow: hidden; background: var(--vs-line-soft); }
.vistore-item-map > * { margin: 0 !important; }
.vistore-item-map iframe { display: block; width: 100% !important; min-height: 260px; border: 0 !important; }
.vistore-item-map img { max-width: 100%; }

.vistore-item-engagement { margin-top: 14px; padding: 12px; border: 1px solid var(--vs-line); border-radius: var(--vs-radius); background: var(--vs-surface); }
.vistore-item-engagement > div { display: flex; gap: 8px; flex-wrap: wrap; }
.vistore-item-engagement form { flex: 1; min-width: 120px; margin: 0; }
.vistore-item-engagement button { width: 100%; min-height: 42px; border: 1px solid var(--vs-line); border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--vs-text); background: var(--vs-surface); font-size: 13px; font-weight: 750; }
.vistore-item-engagement button:hover,
.vistore-item-engagement button.is-active { border-color: color-mix(in srgb, var(--vs-primary) 35%, var(--vs-surface)); color: var(--vs-primary); background: color-mix(in srgb, var(--vs-primary) 7%, var(--vs-surface)); }
.vistore-item-engagement button svg { width: 18px; height: 18px; }
.vistore-item-engagement button strong { margin-left: 2px; }

.vistore-card__image { isolation: isolate; }
.vistore-card__gallery { position: absolute; inset: 0; display: block; background: var(--vs-line-soft); }
.vistore-card__gallery > img,
.vistore-card__gallery > video,
.vistore-card__gallery > .vistore-card__video-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .18s ease; }
.vistore-card__gallery > img.is-active,
.vistore-card__gallery > video.is-active,
.vistore-card__gallery > .vistore-card__video-preview.is-active { opacity: 1; }
.vistore-card__video-preview { display: block; overflow: hidden; background: var(--vs-line-soft); }
.vistore-card__video-preview > img,
.vistore-card__video-preview > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.vistore-card__video-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(16,24,40,.76); box-shadow: 0 5px 16px rgba(16,24,40,.28); transform: translate(-50%,-50%); pointer-events: none; }
.vistore-card__video-play .vistore-icon { width: 20px; height: 20px; }
.vistore-card__video-preview video ~ .vistore-card__video-play { opacity: 0; }
.vistore-card__gallery-progress { position: absolute; z-index: 6; left: 50%; bottom: 8px; max-width: calc(100% - 74px); transform: translateX(-50%); display: flex; justify-content: center; gap: 4px; pointer-events: none; }
.vistore-card__gallery-progress b { width: 5px; height: 5px; flex: 0 0 5px; border: 1px solid rgba(16,24,40,.22); border-radius: 50%; background: rgba(255,255,255,.65); box-shadow: 0 1px 3px rgba(16,24,40,.18); transition: width .16s ease, border-radius .16s ease, background .16s ease; }
.vistore-card__gallery-progress b.is-active { width: 16px; flex-basis: 16px; border-color: var(--vs-surface); border-radius: 999px; background: var(--vs-surface); }
.vistore-card__seen { position: absolute; z-index: 5; left: 8px; top: 8px; bottom: auto; display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 999px; color: #fff; background: rgba(16,24,40,.76); font-size: 10px; font-weight: 750; }
.vistore-card__seen[hidden] { display: none; }
.vistore-card__seen svg { width: 13px; height: 13px; }
.vistore-card__badges:not(:empty) ~ .vistore-card__seen { top: 39px; }

.vistore-seller-card { overflow: hidden; }
.vistore-seller-card__cover { height: 92px; margin: -18px -18px 14px; background-position: center; background-size: cover; }
.vistore-seller-card__logo { width: 64px; height: 64px; border: 3px solid var(--vs-surface); border-radius: 16px; overflow: hidden; display: grid; place-items: center; background: var(--vs-surface); box-shadow: var(--vs-shadow-sm); flex: 0 0 auto; }
.vistore-seller-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.vistore-pro-badge { width: max-content; display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 999px; color: #065f46; background: #dff7ec; font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.vistore-pro-badge svg { width: 13px; height: 13px; }
.vistore-seller-card__tagline { margin: 8px 0; color: var(--vs-text); font-family: "Space Mono", var(--vs-font-mono); font-size: 11px; font-weight: 400; line-height: 1.35; letter-spacing: -.055em; }
.vistore-seller-card__rating { display: flex; align-items: center; gap: 7px; padding: 10px 0; border-block: 1px solid var(--vs-line-soft); }
.vistore-seller-card__rating > strong { color: var(--vs-ink); font-size: 14px; }
.vistore-seller-card__rating > a { margin-left: auto; font-size: 12px; font-weight: 750; }
.vistore-stars { display: inline-flex; gap: 1px; color: #d0d5dd; letter-spacing: 0; }
.vistore-stars .is-filled { color: #f59e0b; }
.vistore-seller-card__facts { display: grid; gap: 8px; padding: 12px 0; }
.vistore-seller-card__facts > span { display: flex; align-items: center; gap: 8px; color: var(--vs-muted); font-size: 12px; }
.vistore-seller-card__facts svg { width: 16px; height: 16px; color: var(--vs-primary); }
.vistore-seller-card__facts .is-open { color: var(--vs-success); font-weight: 750; }
.vistore-seller-card__facts .is-closed { color: var(--vs-muted); }
.vistore-seller-card__payments { padding: 10px; border-radius: 10px; background: var(--vs-fill-soft); }
.vistore-seller-card__payments > span { display: block; margin-bottom: 7px; color: var(--vs-muted); font-size: 11px; font-weight: 750; }
.vistore-seller-card__payments > div { display: flex; gap: 5px; flex-wrap: wrap; }
.vistore-seller-card__payments small { padding: 4px 6px; border: 1px solid var(--vs-line); border-radius: 6px; background: var(--vs-surface); font-size: 10px; }
.vistore-seller-card__actions { display: grid; gap: 8px; margin-top: 13px; }
.vistore-seller-card__actions form,
.vistore-item-mobile-actions form { margin: 0; }
.vistore-item-mobile-actions form { flex: 1; }
.vistore-item-mobile-actions form .vistore-button { width: 100%; }
.vistore-seller-card__profile-link { min-height: 58px; margin-top: 13px; border: 1px solid var(--vs-line); border-radius: 12px; padding: 8px 10px; display: grid; grid-template-columns: 36px minmax(0,1fr) 17px; align-items: center; gap: 9px; color: var(--vs-text); background: var(--vs-surface); }
.vistore-seller-card__profile-link:hover { border-color: var(--vs-primary); color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-seller-card__profile-link > span:nth-child(2) { min-width: 0; display: grid; gap: 1px; }
.vistore-seller-card__profile-link strong { overflow: hidden; color: inherit; font-size: 12px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.vistore-seller-card__profile-link small { overflow: hidden; color: var(--vs-soft); font-size: 9.5px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.vistore-seller-card__profile-link > .vistore-icon { width: 17px; }
.vistore-seller-card__profile-link-icon { width: 36px; height: 36px; border-radius: 10px; display: grid !important; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-seller-card__profile-link-icon .vistore-icon { width: 18px; }
.vistore-seller-card__profile-link--business { border: 0; color: #fff; background: linear-gradient(135deg,#13233f 0%,var(--vs-primary) 100%); box-shadow: 0 9px 22px rgba(20,53,101,.2); }
.vistore-seller-card__profile-link--business:hover { border-color: transparent; color: #fff; background: linear-gradient(135deg,#0b1930 0%,color-mix(in srgb,var(--vs-primary) 88%,#000) 100%); transform: translateY(-1px); }
.vistore-seller-card__profile-link--business small { color: rgba(255,255,255,.72); }
.vistore-seller-card__profile-link--business .vistore-seller-card__profile-link-icon { color: #fff; background: rgba(255,255,255,.14); }
.vistore-contact-panel,
.vistore-rating-panel,
.vistore-buyer-rating { border: 1px solid var(--vs-line); border-radius: var(--vs-radius); background: var(--vs-surface); overflow: hidden; }
.vistore-contact-panel + .vistore-rating-panel { margin-top: 10px; }
.vistore-contact-panel summary,
.vistore-rating-panel summary,
.vistore-buyer-rating summary { min-height: 58px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; cursor: pointer; list-style: none; }
.vistore-contact-panel summary::-webkit-details-marker,
.vistore-rating-panel summary::-webkit-details-marker,
.vistore-buyer-rating summary::-webkit-details-marker { display: none; }
.vistore-contact-panel summary > svg:first-child,
.vistore-rating-panel summary > svg:first-child { color: var(--vs-primary); }
.vistore-contact-panel summary > svg:last-child,
.vistore-rating-panel summary > svg:last-child,
.vistore-buyer-rating summary > svg:last-child { margin-left: auto; transform: rotate(90deg); transition: transform .2s; }
.vistore-contact-panel[open] summary > svg:last-child,
.vistore-rating-panel[open] summary > svg:last-child,
.vistore-buyer-rating[open] summary > svg:last-child { transform: rotate(-90deg); }
.vistore-contact-panel summary span,
.vistore-rating-panel summary span,
.vistore-buyer-rating summary span { display: grid; }
.vistore-contact-panel summary small,
.vistore-rating-panel summary small,
.vistore-buyer-rating summary small { color: var(--vs-muted); font-size: 11px; }
.vistore-contact-panel > div,
.vistore-rating-panel > form,
.vistore-buyer-rating > form { padding: 14px; border-top: 1px solid var(--vs-line-soft); }
.vistore-rating-panel form,
.vistore-buyer-rating form { display: grid; gap: 12px; }
.vistore-rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; }
.vistore-rating-input legend { width: 100%; margin-bottom: 5px; color: var(--vs-text); font-size: 12px; font-weight: 750; }
.vistore-rating-input input { position: absolute; opacity: 0; pointer-events: none; }
.vistore-rating-input label { color: #d0d5dd; font-size: 28px; line-height: 1; cursor: pointer; }
.vistore-rating-input label:hover,
.vistore-rating-input label:hover ~ label,
.vistore-rating-input input:checked ~ label { color: #f59e0b; }

.vistore-comments .vistore-item-section__heading > div { min-width: 0; }
.vistore-comments .vistore-item-section__heading p { margin: 3px 0 0; color: var(--vs-muted); font-size: 12px; }
.vistore-comment { align-items: flex-start; }
.vistore-comment__content { min-width: 0; flex: 1; }
.vistore-comment header > div { display: flex; align-items: center; gap: 6px; }
.vistore-comment header > div span { display: inline-flex; align-items: center; gap: 3px; color: var(--vs-primary); font-size: 10px; font-weight: 800; }
.vistore-comment header > div span svg { width: 12px; height: 12px; }
.vistore-comment__body { color: var(--vs-text); line-height: 1.65; }
.vistore-comment__media { margin-top: 10px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.vistore-comment__media img,
.vistore-comment__media video { width: 100%; max-height: 260px; border-radius: 10px; object-fit: cover; background: #101828; }
.vistore-comment__actions { margin-top: 10px; display: flex; align-items: center; gap: 10px; }
.vistore-comment__actions form { margin: 0; }
.vistore-comment__actions button { min-height: 30px; border: 0; border-radius: 8px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; color: var(--vs-muted); background: var(--vs-fill); font-size: 11px; font-weight: 750; }
.vistore-comment__actions button svg { width: 14px; height: 14px; }
.vistore-comments__empty { padding: 18px; border: 1px dashed var(--vs-line); border-radius: 12px; display: flex; align-items: center; gap: 10px; color: var(--vs-muted); background: var(--vs-surface-subtle); }
.vistore-comments__empty p { margin: 0; }
.vistore-comment-form__intro { display: flex; align-items: center; gap: 10px; }
.vistore-comment-form__intro > svg { width: 38px; height: 38px; padding: 8px; border-radius: 50%; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-comment-form__intro > div { display: grid; }
.vistore-comment-form__intro span { color: var(--vs-muted); font-size: 11px; }
.vistore-comment-compose-toggle { width: 100%; min-height: 66px; border: 1px solid color-mix(in srgb, var(--vs-primary) 20%, var(--vs-line)); border-radius: 13px; padding: 10px 12px; display: grid; grid-template-columns: 38px minmax(0,1fr) 32px; align-items: center; gap: 10px; color: var(--vs-text); background: color-mix(in srgb, var(--vs-primary) 4%, var(--vs-surface)); text-align: left; }
.vistore-comment-compose-toggle > span:first-child { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: var(--vs-primary); }
.vistore-comment-compose-toggle > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.vistore-comment-compose-toggle strong { color: var(--vs-ink); font-size: 13px; }
.vistore-comment-compose-toggle small { color: var(--vs-muted); font-size: 10.5px; }
.vistore-comment-compose-toggle > svg { width: 18px; height: 18px; justify-self: center; color: var(--vs-primary); transition: transform .18s ease; }
.vistore-comment-compose-toggle.is-open > svg { transform: rotate(45deg); }
.vistore-comment-compose { margin-top: 10px; }
.vistore-comment-compose[hidden] { display: none; }
.vistore-comment-upload { min-height: 72px; border: 1px dashed #b6c2d1; border-radius: 12px; display: flex; align-items: center; gap: 11px; padding: 12px; cursor: pointer; background: var(--vs-surface-subtle); }
.vistore-comment-upload > svg { color: var(--vs-primary); }
.vistore-comment-upload > span { display: grid; }
.vistore-comment-upload small { color: var(--vs-muted); }
.vistore-comment-upload input { position: absolute; opacity: 0; pointer-events: none; }
.vistore-upload-preview { display: flex; gap: 8px; overflow-x: auto; }
.vistore-upload-preview > span { width: 84px; height: 70px; flex: 0 0 auto; border-radius: 9px; overflow: hidden; display: grid; place-items: center; text-align: center; background: var(--vs-line-soft); }
.vistore-upload-preview img { width: 100%; height: 100%; object-fit: cover; }
.vistore-upload-preview small { max-width: 74px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.vistore-native-video-upload { margin-top: 16px; border: 1px solid var(--vs-line); border-radius: 13px; display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 14px; background: var(--vs-surface-subtle); }
.vistore-native-video-upload__icon { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-native-video-upload p { margin: 3px 0 10px; color: var(--vs-muted); font-size: 12px; }
.vistore-native-video-upload video,
.vistore-video-preview video { width: min(100%, 420px); max-height: 260px; margin: 8px 0; border-radius: 10px; background: #101828; }
.vistore-file-button { width: max-content; min-height: 38px; border: 1px solid #cfd6e1; border-radius: 9px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; color: var(--vs-primary); background: var(--vs-surface); font-size: 12px; font-weight: 800; cursor: pointer; }
.vistore-file-button input { position: absolute; opacity: 0; pointer-events: none; }

.vistore-promo-slider { position: relative; margin-top: 22px; }
.vistore-promo-slider__viewport { position: relative; min-height: 430px; border-radius: 22px; overflow: hidden; background: #101828; box-shadow: var(--vs-shadow); }
.vistore-promo-slider__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s; }
.vistore-promo-slider__slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.vistore-promo-slider__slide picture,
.vistore-promo-slider__slide picture img { width: 100%; height: 100%; display: block; }
.vistore-promo-slider__slide picture img { object-fit: cover; }
.vistore-promo-slider__content { position: absolute; z-index: 2; inset-block: 0; left: clamp(24px, 6vw, 76px); width: min(540px, calc(100% - 48px)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.vistore-promo-slider__content > span { margin-bottom: 10px; color: #dbe7ff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vistore-promo-slider__content h2 { max-width: 14ch; margin-bottom: 12px; color: #fff; font-size: clamp(30px, 5vw, 55px); }
.vistore-promo-slider__content p { max-width: 58ch; margin-bottom: 16px; color: rgba(255,255,255,.84); font-size: 16px; }
.vistore-promo-slider__content > strong { margin-bottom: 15px; font-size: 22px; }
.vistore-promo-slider__slide.align-center .vistore-promo-slider__content { left: 50%; transform: translateX(-50%); align-items: center; text-align: center; }
.vistore-promo-slider__slide.align-right .vistore-promo-slider__content { left: auto; right: clamp(24px, 6vw, 76px); align-items: flex-end; text-align: right; }
.vistore-promo-slider__arrow { position: absolute; z-index: 4; top: 50%; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(16,24,40,.55); backdrop-filter: blur(8px); }
.vistore-promo-slider__arrow.is-prev { left: 13px; transform: rotate(180deg); }
.vistore-promo-slider__arrow.is-next { right: 13px; }
.vistore-promo-slider__dots { position: absolute; z-index: 4; left: 50%; bottom: 14px; transform: translateX(-50%); display: flex; gap: 6px; }
.vistore-promo-slider__dots button { width: 8px; height: 8px; border: 0; border-radius: 8px; padding: 0; background: rgba(255,255,255,.5); transition: width .2s; }
.vistore-promo-slider__dots button.is-active { width: 28px; background: var(--vs-surface); }

.vistore-premium-carousel { position: relative; padding-inline: 2px; }
.vistore-listing-grid--premium,
.vistore-related__rail { display: flex; grid-template-columns: none; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vistore-listing-grid--premium::-webkit-scrollbar,
.vistore-related__rail::-webkit-scrollbar { display: none; }
.vistore-listing-grid--premium > .vistore-card,
.vistore-related__rail > .vistore-card { width: min(280px, 78vw); min-width: min(280px, 78vw); scroll-snap-align: start; }
.vistore-carousel-arrow { position: absolute; z-index: 6; top: 40%; width: 40px; height: 40px; border: 1px solid var(--vs-line); border-radius: 50%; display: grid; place-items: center; color: var(--vs-ink); background: var(--vs-surface); box-shadow: var(--vs-shadow-sm); }
.vistore-carousel-arrow.is-prev { left: -20px; transform: rotate(180deg); }
.vistore-carousel-arrow.is-next { right: -20px; }
.vistore-premium-carousel__all { display: none; }
.vistore-related { padding-top: 28px; }

.vistore-analytics-cards { margin-bottom: 18px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.vistore-analytics-cards > div { min-width: 0; border: 1px solid var(--vs-line); border-radius: 13px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 9px; padding: 12px; background: var(--vs-surface); }
.vistore-analytics-cards > div > span { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-analytics-cards svg { width: 17px; }
.vistore-analytics-cards strong { color: var(--vs-ink); font-size: 19px; line-height: 1; }
.vistore-analytics-cards small { overflow: hidden; color: var(--vs-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-user-item__analytics { margin-top: 9px; display: flex; gap: 11px; flex-wrap: wrap; }
.vistore-user-item__analytics span { display: inline-flex; align-items: center; gap: 4px; color: var(--vs-muted); font-size: 11px; }
.vistore-user-item__analytics svg { width: 14px; height: 14px; }

.vistore-business-settings > header { position: relative; }
.vistore-business-settings > header .vistore-pro-badge { margin-left: auto; }
.vistore-business-media { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; }
.vistore-business-media > div { border: 1px solid var(--vs-line); border-radius: 12px; display: grid; grid-template-columns: 82px 1fr; gap: 11px; padding: 11px; }
.vistore-business-media__cover,
.vistore-business-media__logo { height: 70px; border-radius: 9px; overflow: hidden; display: grid; place-items: center; color: var(--vs-muted); background: var(--vs-line-soft); }
.vistore-business-media__logo { border-radius: 16px; }
.vistore-business-media img { width: 100%; height: 100%; object-fit: cover; }
.vistore-business-media__logo img { object-fit: contain; }
.vistore-business-media label { display: grid; align-content: center; }
.vistore-business-media label small { color: var(--vs-muted); }
.vistore-business-features,
.vistore-business-payments { border: 1px solid var(--vs-line); border-radius: 12px; padding: 13px; }
.vistore-business-features h3,
.vistore-business-payments h3,
.vistore-business-hours h3,
.vistore-business-facts h3 { margin-bottom: 10px; font-size: 15px; }
.vistore-business-features { display: flex; gap: 11px; flex-wrap: wrap; }
.vistore-business-features h3 { width: 100%; }
.vistore-business-hours { border: 1px solid var(--vs-line); border-radius: 12px; padding: 13px; }
.vistore-business-hours > div { min-height: 42px; border-top: 1px solid var(--vs-line-soft); display: grid; grid-template-columns: 110px 1fr 18px 1fr 100px; align-items: center; gap: 7px; }
.vistore-business-hours input[type=time] { min-height: 34px !important; padding: 5px 8px !important; }
.vistore-business-payments > div { display: flex; gap: 12px; flex-wrap: wrap; }
.vistore-business-facts { border: 1px solid var(--vs-line); border-radius: 12px; padding: 13px; }
.vistore-business-facts > p { color: var(--vs-muted); font-size: 12px; }
.vistore-business-facts > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; margin-top: 8px; }

.vistore-public-profile.is-pro .vistore-public-profile__cover { min-height: 260px; background-position: center; background-size: cover; background-color: #17315e; }
.vistore-public-profile__logo { width: 132px; height: 132px; border: 6px solid var(--vs-surface); border-radius: 26px; overflow: hidden; display: grid; place-items: center; background: var(--vs-surface); box-shadow: var(--vs-shadow); flex: 0 0 auto; }
.vistore-public-profile__logo img { width: 100%; height: 100%; object-fit: contain; }
.vistore-public-profile__tagline { margin: 6px 0; color: var(--vs-text); font-size: 15px; }
.vistore-public-profile__meta { display: flex; gap: 13px; flex-wrap: wrap; }
.vistore-public-profile__meta span { display: inline-flex; align-items: center; gap: 5px; color: var(--vs-muted); font-size: 12px; }
.vistore-public-profile__meta svg { width: 15px; height: 15px; }
.vistore-public-profile__meta .is-open { color: var(--vs-success); font-weight: 750; }
.vistore-public-profile__rating { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.vistore-public-profile__rating a { font-size: 12px; font-weight: 750; }
.vistore-public-profile__stats { margin: 16px 0; border: 1px solid var(--vs-line); border-radius: 14px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--vs-surface); }
.vistore-public-profile__stats > div { padding: 14px; display: grid; text-align: center; }
.vistore-public-profile__stats > div + div { border-left: 1px solid var(--vs-line); }
.vistore-public-profile__stats strong { color: var(--vs-ink); font-size: 22px; }
.vistore-public-profile__stats span { color: var(--vs-muted); font-size: 11px; }
.vistore-business-showcase { margin: 16px 0 28px; display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(270px, .75fr); gap: 16px; }
.vistore-business-showcase__main,
.vistore-business-showcase > aside > div { border: 1px solid var(--vs-line); border-radius: 14px; padding: 18px; background: var(--vs-surface); }
.vistore-business-showcase h2 { font-size: 17px; }
.vistore-business-showcase__facts { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.vistore-business-showcase__facts span { border-radius: 9px; display: grid; padding: 10px; background: var(--vs-fill-soft); }
.vistore-business-showcase__facts small { color: var(--vs-muted); }
.vistore-business-showcase__services { margin-top: 13px; display: flex; gap: 7px; flex-wrap: wrap; }
.vistore-business-showcase__services span,
.vistore-public-payments span { display: inline-flex; align-items: center; gap: 4px; padding: 6px 8px; border-radius: 8px; color: var(--vs-success-strong); background: var(--vs-success-soft); font-size: 11px; font-weight: 750; }
.vistore-business-showcase__services svg,
.vistore-public-payments svg { width: 14px; }
.vistore-business-showcase > aside { display: grid; gap: 12px; align-content: start; }
.vistore-public-hours > div { min-height: 29px; display: flex; justify-content: space-between; gap: 12px; color: var(--vs-muted); font-size: 11px; }
.vistore-public-hours > div strong { color: var(--vs-text); }
.vistore-public-payments > div,
.vistore-public-socials > div { display: flex; gap: 6px; flex-wrap: wrap; }
.vistore-public-socials a { padding: 6px 8px; border: 1px solid var(--vs-line); border-radius: 8px; font-size: 11px; font-weight: 750; }
.vistore-public-reviews { margin: 26px 0; }
.vistore-public-reviews__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vistore-public-reviews article { border: 1px solid var(--vs-line); border-radius: 13px; padding: 14px; background: var(--vs-surface); }
.vistore-public-reviews article header { display: flex; align-items: center; gap: 8px; }
.vistore-public-reviews article header > div { display: grid; margin-right: auto; }
.vistore-public-reviews article header span { color: var(--vs-muted); font-size: 10px; }
.vistore-public-reviews article p { margin: 10px 0 6px; }
.vistore-public-reviews article time { color: var(--vs-muted); font-size: 10px; }

.vistore-messages-page { padding-block: 26px; }
.vistore-messages-heading { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; }
.vistore-messages-heading h1 { margin: 3px 0 0; }
.vistore-messages-heading > span { padding: 6px 9px; border-radius: 999px; color: var(--vs-primary); background: var(--vs-primary-soft); font-size: 11px; font-weight: 800; }
.vistore-messenger { height: min(720px, calc(100vh - 180px)); min-height: 560px; border: 1px solid var(--vs-line); border-radius: 18px; display: grid; grid-template-columns: 340px minmax(0, 1fr); overflow: hidden; background: var(--vs-surface); box-shadow: var(--vs-shadow-sm); }
.vistore-messenger__inbox { min-width: 0; border-right: 1px solid var(--vs-line); display: grid; grid-template-rows: auto 1fr; }
.vistore-messenger__search { position: relative; margin: 12px; }
.vistore-messenger__search svg { position: absolute; z-index: 1; left: 12px; top: 12px; width: 18px; color: var(--vs-muted); }
.vistore-messenger__search input { padding-left: 38px !important; background: var(--vs-fill-soft) !important; }
.vistore-thread-list { min-height: 0; overflow-y: auto; }
.vistore-thread { position: relative; min-height: 88px; border-top: 1px solid var(--vs-line-soft); display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 11px 12px; color: var(--vs-text) !important; }
.vistore-thread:hover,
.vistore-thread.is-active { background: #f3f7ff; }
.vistore-thread.is-active::before { content: ''; position: absolute; inset-block: 0; left: 0; width: 3px; background: var(--vs-primary); }
.vistore-thread__image { width: 58px; height: 58px; border-radius: 10px; overflow: hidden; background: var(--vs-line-soft); }
.vistore-thread__image img { width: 100%; height: 100%; object-fit: cover; }
.vistore-thread__body { min-width: 0; display: grid; }
.vistore-thread__body strong,
.vistore-thread__body small,
.vistore-thread__body em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vistore-thread__body strong { color: var(--vs-ink); }
.vistore-thread__body small { color: var(--vs-primary); font-size: 10px; font-weight: 750; }
.vistore-thread__body em { color: var(--vs-muted); font-size: 11px; font-style: normal; }
.vistore-thread > b { min-width: 20px; height: 20px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--vs-primary); font-size: 10px; }
.vistore-thread-list__empty,
.vistore-messenger__placeholder,
.vistore-message-stream__empty { height: 100%; display: grid; place-items: center; align-content: center; padding: 30px; color: var(--vs-muted); text-align: center; }
.vistore-thread-list__empty > svg,
.vistore-messenger__placeholder > svg,
.vistore-message-stream__empty > svg { width: 44px; height: 44px; margin-bottom: 10px; padding: 10px; border-radius: 14px; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-messenger__conversation { min-width: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: var(--vs-surface-subtle); }
.vistore-conversation-header { min-height: 78px; border-bottom: 1px solid var(--vs-line); display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: var(--vs-surface); }
.vistore-conversation-header__back { display: none; }
.vistore-conversation-header > div { display: grid; }
.vistore-conversation-header > div a { font-size: 11px; }
.vistore-conversation-header__item { max-width: 360px; min-width: 0; margin-left: auto; border: 1px solid var(--vs-line); border-radius: 10px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 8px; padding: 6px; color: var(--vs-text) !important; background: var(--vs-surface); }
.vistore-conversation-header__item img { width: 52px; height: 48px; border-radius: 7px; object-fit: cover; }
.vistore-conversation-header__item span { min-width: 0; display: grid; }
.vistore-conversation-header__item small,
.vistore-conversation-header__item strong,
.vistore-conversation-header__item em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vistore-conversation-header__item small { color: var(--vs-muted); font-size: 9px; }
.vistore-conversation-header__item em { color: var(--vs-primary); font-size: 10px; font-style: normal; font-weight: 800; }
.vistore-message-stream { min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 5px; padding: 18px; }
.vistore-message { display: flex; }
.vistore-message.is-mine { justify-content: flex-end; }
.vistore-message > div { max-width: min(72%, 560px); border: 1px solid var(--vs-line); border-radius: 14px 14px 14px 4px; padding: 9px 11px 6px; background: var(--vs-surface); box-shadow: var(--vs-shadow-xs); }
.vistore-message.is-mine > div { border-color: var(--vs-primary); border-radius: 14px 14px 4px 14px; color: var(--vs-primary-contrast); background: var(--vs-primary); }
.vistore-message p { margin: 0; white-space: pre-wrap; }
.vistore-message img,
.vistore-message video { width: min(360px, 100%); max-height: 360px; border-radius: 9px; object-fit: contain; background: #101828; }
.vistore-message__file { display: flex; align-items: center; gap: 7px; color: inherit !important; }
.vistore-message footer { margin-top: 4px; display: flex; justify-content: flex-end; gap: 5px; opacity: .68; font-size: 9px; }
.vistore-message-composer { min-height: 66px; border-top: 1px solid var(--vs-line); display: grid; grid-template-columns: 40px minmax(0, 1fr) 42px; gap: 7px; align-items: end; padding: 10px 12px; background: var(--vs-surface); }
.vistore-message-composer__attach { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); cursor: pointer; }
.vistore-message-composer__attach input { position: absolute; opacity: 0; pointer-events: none; }
.vistore-message-composer textarea { min-height: 42px; max-height: 140px; padding: 10px 12px; }
.vistore-message-composer > button { width: 42px; height: 42px; border: 0; border-radius: 10px; display: grid; place-items: center; color: var(--vs-primary-contrast); background: var(--vs-primary); }
.vistore-buyer-rating { margin: 10px; }

@media (max-width: 960px) {
  .vistore-analytics-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vistore-business-showcase { grid-template-columns: 1fr; }
  .vistore-messenger { grid-template-columns: 300px minmax(0, 1fr); }
  .vistore-conversation-header__item { max-width: 260px; }
}

@media (max-width: 720px) {
  .vistore-gallery__arrow { width: 36px; height: 36px; margin-top: -18px; }
  .vistore-gallery__arrow--prev { left: 8px; }
  .vistore-gallery__arrow--next { right: 8px; }
  .vistore-item-engagement { padding: 8px; }
  .vistore-item-engagement > div { gap: 5px; }
  .vistore-item-engagement form { min-width: 0; }
  .vistore-item-engagement button { min-height: 38px; padding: 5px; }
  .vistore-item-engagement button span { display: none; }
  .vistore-comment__media { grid-template-columns: 1fr; }
  .vistore-promo-slider { width: min(calc(100% - 20px), var(--vs-container)); margin-top: 12px; }
  .vistore-promo-slider__viewport { min-height: 500px; border-radius: 17px; }
  .vistore-promo-slider__content,
  .vistore-promo-slider__slide.align-center .vistore-promo-slider__content,
  .vistore-promo-slider__slide.align-right .vistore-promo-slider__content { inset: auto 18px 46px; width: auto; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__content h2 { font-size: 32px; }
  .vistore-promo-slider__content p { font-size: 13px; }
  .vistore-promo-slider__arrow { display: none; }
  .vistore-carousel-arrow { display: none; }
  .vistore-category-tile__icon img { width: 100%; height: 100%; object-fit: contain; }
  .vistore-analytics-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .vistore-business-media { grid-template-columns: 1fr; }
  .vistore-business-hours > div { grid-template-columns: 80px 1fr 12px 1fr; padding: 6px 0; }
  .vistore-business-hours > div .vistore-checkbox { grid-column: 2 / -1; }
  .vistore-business-facts > div { grid-template-columns: 1fr; }
  .vistore-public-profile.is-pro .vistore-public-profile__cover { min-height: 180px; }
  .vistore-public-profile__logo { width: 104px; height: 104px; border-width: 4px; border-radius: 22px; }
  .vistore-public-profile__stats { margin-top: 10px; }
  .vistore-public-profile__stats > div { padding: 10px 5px; }
  .vistore-business-showcase__facts,
  .vistore-public-reviews__grid { grid-template-columns: 1fr; }
  .vistore-messages-page { width: 100%; padding: 0 0 76px; }
  .vistore-messages-heading { padding: 12px 14px; margin: 0; }
  .vistore-messages-heading h1 { font-size: 22px; }
  .vistore-messenger { height: calc(100dvh - 150px); min-height: 520px; border-inline: 0; border-radius: 0; grid-template-columns: 1fr; }
  .vistore-messenger__inbox { border-right: 0; }
  .vistore-messenger__conversation { display: none; }
  .vistore-messenger.has-conversation .vistore-messenger__inbox { display: none; }
  .vistore-messenger.has-conversation .vistore-messenger__conversation { display: grid; }
  .vistore-conversation-header { min-height: 70px; padding: 8px 10px; }
  .vistore-conversation-header__back { width: 34px; height: 34px; display: grid; place-items: center; transform: rotate(180deg); }
  .vistore-conversation-header__item { max-width: 135px; grid-template-columns: 38px minmax(0, 1fr); }
  .vistore-conversation-header__item img { width: 38px; height: 38px; }
  .vistore-conversation-header__item small { display: none; }
  .vistore-message-stream { padding: 12px 9px; }
  .vistore-message > div { max-width: 86%; }
  .vistore-message-composer { padding: 8px; }
}

/* Vistore 2.14 — favorites, compact commerce and item actions ------------ */
.vistore-card { position: relative; }
.vistore-favorite { margin: 0; }
.vistore-favorite button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--vs-line);
  border-radius: 12px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--vs-text);
  background: var(--vs-surface);
  box-shadow: 0 4px 14px rgba(16,24,40,.1);
  cursor: pointer;
}
.vistore-favorite button .vistore-icon { width: 19px; height: 19px; }
.vistore-favorite button b { min-width: 16px; font-size: 10px; }
.vistore-favorite.is-active button { border-color: #fecdd3; color: var(--vs-rose-strong); background: var(--vs-rose-soft); }
.vistore-favorite.is-active button .vistore-icon { fill: currentColor; }
.vistore-favorite--card { position: absolute; z-index: 9; top: 9px; right: 9px; }
.vistore-favorite--card button { width: 38px; min-width: 38px; height: 38px; min-height: 38px; border: 0; border-radius: 50%; padding: 0; }
.vistore-favorite--card .vistore-favorite__label,
.vistore-favorite--card button b { display: none; }

.vistore-header__favorites { position: relative; }
.vistore-header__favorites b {
  position: absolute;
  top: -4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  border: 2px solid var(--vs-surface);
  border-radius: 999px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #e11d48;
  font-size: 8px;
}

.vistore-gallery .vistore-item-header__actions {
  position: absolute;
  z-index: 12;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.vistore-gallery .vistore-item-header__actions > a,
.vistore-gallery .vistore-item-header__actions > button,
.vistore-gallery .vistore-favorite--gallery button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 13px;
  color: var(--vs-ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 18px rgba(16,24,40,.16);
}
.vistore-gallery .vistore-favorite--gallery .vistore-favorite__label,
.vistore-gallery .vistore-favorite--gallery b { display: none; }

.vistore-owner-actions { padding: 14px; display: grid; gap: 12px; }
.vistore-owner-actions__copy { min-width: 0; display: flex; align-items: center; gap: 10px; }
.vistore-owner-actions__copy > span { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-owner-actions__copy > span svg { width: 20px; }
.vistore-owner-actions__copy > div { min-width: 0; display: grid; }
.vistore-owner-actions__copy strong { font-size: 14px; }
.vistore-owner-actions__copy small { color: var(--vs-muted); font-size: 10.5px; line-height: 1.35; }
.vistore-owner-actions__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vistore-owner-actions__buttons .vistore-button { min-width: 0; min-height: 43px; padding-inline: 10px; }

.vistore-seller-card__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vistore-seller-card__actions > :first-child { grid-column: 1 / -1; }
.vistore-seller-card__actions form,
.vistore-seller-card__actions .vistore-button { min-width: 0; width: 100%; }

.vistore-monetization .vistore-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vistore-monetization .vistore-offer-card { min-width: 0; }
.vistore-monetization .vistore-offer-card__description { min-height: 0; }

.vistore-section--categories { color: var(--vs-text); background: var(--vs-bg); }
.vistore-section--categories h2,
.vistore-section--categories strong { color: var(--vs-ink); }
.vistore-trust__grid { color: var(--vs-text); background: var(--vs-surface); }

/* Vistore 1.0.12 — one coherent promotion rail and a denser listing detail. */
.vistore-promo-slider { isolation: isolate; }
.vistore-promo-slider__viewport { border-radius: 22px !important; }
.vistore-promo-slider__progress { border-radius: 0 0 22px 22px !important; }
.vistore-promo-slider__slide--custom { padding: clamp(22px,3.3vw,48px) clamp(32px,5.2vw,78px) clamp(50px,5vw,66px); }
.vistore-promo-slider__slide--custom > picture { position: absolute; inset: 0; }
.vistore-promo-slider__slide--custom > picture img { transform: none !important; }
.vistore-promo-slider__slide--custom::after { background: linear-gradient(90deg,rgba(8,20,42,.91) 0%,rgba(8,20,42,.74) 38%,rgba(8,20,42,.22) 69%,rgba(8,20,42,.05) 100%); }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content { position: relative; z-index: 2; inset: auto; left: auto; width: min(520px,68%); min-height: 100%; padding: 0; display: flex; align-items: flex-start; justify-content: center; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content > span { margin-bottom: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 6px 10px; color: #e8efff; background: rgba(255,255,255,.1); font-size: 10px; letter-spacing: .08em; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 14ch; margin-bottom: 13px; font-size: clamp(29px,3.8vw,52px); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 44ch; margin-bottom: 19px; line-height: 1.55; }
.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content { left: 50%; width: min(580px,calc(100% - 48px)); transform: translateX(-50%); align-items: center; }
.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { left: auto; right: clamp(32px,5.2vw,78px); align-items: flex-end; }

/* Price identifies the listing without hiding the lower third of its photo. */
.vistore-card__price { right: auto; bottom: 7px; left: 7px; width: auto; max-width: calc(100% - 57px); min-height: 0; border-radius: 8px; padding: 6px 8px; background: linear-gradient(135deg,rgba(9,18,34,.91),rgba(9,18,34,.74)); font-size: 14px; font-weight: 780; line-height: 1.15; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.vistore-card__photo-count { right: 7px; bottom: 7px; }

/* The aside is a compact decision panel instead of a column of large cards. */
.vistore-item-aside { gap: 9px; }
.vistore-item-aside .vistore-seller-card { border: 1px solid var(--vs-line-soft); border-radius: 17px; padding: 14px; box-shadow: 0 6px 20px rgba(16,24,40,.055); }
.vistore-seller-card__identity { gap: 10px; }
.vistore-seller-card__identity h2 { font-size: 16px; }
.vistore-seller-card__rating { margin-top: 11px; padding: 9px 0; }
.vistore-seller-card__facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 10px 0; }
.vistore-seller-card__facts > span { min-width: 0; min-height: 34px; border-radius: 9px; padding: 6px 7px; color: #526075; background: var(--vs-fill-soft); font-size: 10.5px; line-height: 1.22; }
.vistore-seller-card__facts > span > span { overflow: hidden; text-overflow: ellipsis; }
.vistore-seller-card__facts svg { width: 15px; height: 15px; flex: 0 0 auto; }
.vistore-seller-card__payments { margin-top: 1px; padding: 8px 9px; }
.vistore-seller-card__actions { margin-top: 10px; gap: 7px; }
.vistore-seller-card__actions .vistore-button { min-height: 42px; }
.vistore-seller-card__profile-link--business { min-height: 52px; margin-top: 10px; border-color: var(--vs-primary-soft); border-radius: 12px; padding: 7px 8px 7px 10px; background: var(--vs-primary-soft); }
.vistore-seller-card__profile-link--business .vistore-seller-card__profile-link-icon { width: 35px; height: 35px; border-radius: 9px; }
.vistore-seller-card__profile-link--business > .vistore-icon { width: 25px; height: 25px; padding: 6px; border-radius: 8px; }
.vistore-seller-card__profile-link--business strong { font-size: 11.5px; }
.vistore-seller-card__profile-link--business small { font-size: 9px; }
.vistore-item-aside .vistore-contact-panel,.vistore-item-aside .vistore-rating-panel,.vistore-item-aside .vistore-report-panel { border-radius: 13px; box-shadow: 0 4px 15px rgba(16,24,40,.035); }
.vistore-item-aside .vistore-contact-panel summary,.vistore-item-aside .vistore-rating-panel summary,.vistore-item-aside .vistore-report-panel summary { min-height: 55px; padding: 11px 13px; }
.vistore-item-aside .vistore-safety-card { border-radius: 13px; padding: 12px; }
.vistore-item-aside .vistore-safety-card h2 { margin-bottom: 3px; font-size: 13px; }
.vistore-item-aside .vistore-safety-card p { font-size: 10.5px; line-height: 1.45; }

@media (max-width: 720px) {
  .vistore-promo-slider__viewport { border-radius: 17px !important; }
  .vistore-promo-slider__progress { border-radius: 0 0 17px 17px !important; }
  .vistore-promo-slider__slide--custom { padding: 19px 17px 56px; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { inset: auto 17px 54px; width: auto; min-height: 0; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 15ch; font-size: clamp(28px,8vw,36px); }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 33ch; margin-bottom: 14px; font-size: 12px; }
  .vistore-card__price { bottom: 6px; left: 6px; max-width: calc(100% - 47px); padding: 4px 6px; border-radius: 7px; font-size: 11.5px; }
  .vistore-card__photo-count { right: 6px; bottom: 6px; }
  .vistore-item-aside { gap: 8px; }
  .vistore-item-aside .vistore-seller-card { border-radius: 14px; padding: 12px; }
  .vistore-seller-card__facts { gap: 6px; }
  .vistore-seller-card__facts > span { min-height: 32px; padding: 5px 6px; font-size: 9.5px; }
  .vistore-item-aside .vistore-contact-panel summary,.vistore-item-aside .vistore-rating-panel summary,.vistore-item-aside .vistore-report-panel summary { min-height: 50px; padding: 9px 11px; }
}

/* Custom advertising shares the same carousel shell as item promotions. */
.vistore-promo-slider__slide--custom { padding: clamp(22px,3.3vw,48px) clamp(32px,5.2vw,78px) clamp(50px,5vw,66px); }
.vistore-promo-slider__slide--custom > picture { position: absolute; inset: 0; }
.vistore-promo-slider__slide--custom > picture img { transform: none !important; }
.vistore-promo-slider__slide--custom::after { background: linear-gradient(90deg,rgba(8,20,42,.91) 0%,rgba(8,20,42,.74) 38%,rgba(8,20,42,.22) 69%,rgba(8,20,42,.05) 100%); }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content { position: relative; z-index: 2; inset: auto; left: auto; width: min(520px,68%); min-height: 100%; padding: 0; display: flex; align-items: flex-start; justify-content: center; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content > span { margin-bottom: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 6px 10px; color: #e8efff; background: rgba(255,255,255,.1); font-size: 10px; letter-spacing: .08em; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 14ch; margin-bottom: 13px; font-size: clamp(29px,3.8vw,52px); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 44ch; margin-bottom: 19px; line-height: 1.55; }
.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content { left: 50%; width: min(580px,calc(100% - 48px)); transform: translateX(-50%); align-items: center; }
.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { left: auto; right: clamp(32px,5.2vw,78px); align-items: flex-end; }

@media (max-width: 720px) {
  .vistore-promo-slider__slide--custom { padding: 19px 17px 56px; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { inset: auto 17px 54px; width: auto; min-height: 0; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 15ch; font-size: clamp(28px,8vw,36px); }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 33ch; margin-bottom: 14px; font-size: 12px; }
}

/* Vistore 1.0.21: Osclass-native controls and marketplace density. */
.vistore-category-tile { position: relative; }
.vistore-search-header__eyebrow-row { display: flex; align-items: center; gap: 9px; }

.vistore-favorite button,
.vistore-favorite--card button,
.vistore-gallery .vistore-favorite--gallery button,
.vistore-favorite button:hover,
.vistore-favorite--card button:hover { border: 0 !important; background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.vistore-favorite button { width: 38px; min-width: 38px; height: 38px; min-height: 38px; padding: 7px !important; color: inherit; }
.vistore-favorite button .vistore-icon { width: 22px; height: 22px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)); }
.vistore-favorite.is-active button,
.vistore-favorite--card.is-active button { color: var(--vs-rose-strong) !important; background: transparent !important; }
.vistore-favorite.is-active button .vistore-icon { fill: currentColor; }

.vistore-account-menu { position: relative; margin: 0; }
.vistore-account-menu > summary { list-style: none; cursor: pointer; }
.vistore-account-menu > summary::-webkit-details-marker { display: none; }
.vistore-account-menu > summary > .vistore-icon { width: 14px; height: 14px; transition: transform .16s ease; }
.vistore-account-menu[open] > summary > .vistore-icon { transform: rotate(180deg); }
.vistore-account-menu__panel { position: absolute; z-index: 70; top: calc(100% + 10px); right: 0; width: 235px; border: 1px solid var(--vs-line); border-radius: 14px; padding: 8px; display: grid; color: var(--vs-text); background: var(--vs-surface); box-shadow: 0 18px 45px rgba(16,24,40,.16); }
.vistore-account-menu__panel > strong { padding: 8px 10px 7px; color: var(--vs-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.vistore-account-menu__panel > a { min-height: 40px; border-radius: 9px; padding: 8px 10px; display: flex; align-items: center; gap: 9px; color: var(--vs-text); font-size: 12px; font-weight: 680; }
.vistore-account-menu__panel > a:hover { color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-account-menu__panel > a .vistore-icon { width: 17px; height: 17px; }
.vistore-account-menu__panel > .vistore-account-menu__logout { margin-top: 4px; border-top: 1px solid var(--vs-line); border-radius: 0 0 9px 9px; color: var(--vs-danger-strong); }

@media (min-width: 1000px) {
  .vistore-monetization .vistore-offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px; }
  .vistore-monetization .vistore-offer-card { min-width: 0; }
}
@media (min-width: 721px) and (max-width: 999px) {
  .vistore-monetization .vistore-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 720px) {
  .vistore-monetization .vistore-offer-grid { grid-template-columns: 1fr !important; }
  .vistore-account-menu__panel { position: fixed; top: 64px; right: 10px; left: 10px; width: auto; }
}

/* Vistore 1.0.9 — structured listing slider. Kept last to neutralise older mobile overrides. */
.vistore-promo-slider__viewport { border-radius: 24px !important; }
.vistore-promo-slider__progress { border-radius: 0 0 24px 24px !important; }
@media (max-width: 720px) {
  .vistore-promo-slider { width: calc(100% - 18px) !important; margin: 10px auto 0 !important; }
  .vistore-promo-slider__viewport { aspect-ratio: auto !important; min-height: 0 !important; border-radius: 17px !important; }
  .vistore-promo-slider__progress { border-radius: 0 0 17px 17px !important; }
}

/* 2.18 final cascade lock. */
@media (max-width: 720px) {
  .vistore-search-sidebar {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: min(88dvh,760px);
    border-radius: 20px 20px 0 0;
    transform: translateY(105%);
    overscroll-behavior: contain;
  }
  [dir="rtl"] .vistore-search-sidebar { right: 0; left: 0; transform: translateY(105%); }
  body.vistore-filters-open .vistore-search-sidebar { transform: translateY(0); }
  .vistore-search-sidebar__header { border-radius: 20px 20px 0 0; }
  .vistore-filter-form__actions { position: sticky; bottom: 0; grid-template-columns: minmax(0,1fr) auto; background: var(--vs-surface); }
}

/* Vistore 2.16 — consistent controls, true list cards and DeepSeek UI. */
.vistore-button,
.vistore-theme .btn,
.vistore-theme .button,
.vistore-theme button.ui-button {
  min-height: 44px;
  border-radius: 12px;
  padding: 9px 14px;
  gap: 8px;
  font-size: 13px;
  font-weight: 780;
  box-shadow: none;
}
.vistore-button .vistore-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.vistore-button:active,
.vistore-icon-button:active { transform: translateY(0) scale(.98); }
.vistore-icon-button { transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease; }
.vistore-button--primary { box-shadow: 0 5px 13px color-mix(in srgb, var(--vs-primary) 18%, transparent); }
.vistore-icon--brand { stroke: none; }

.vistore-card__summary,
.vistore-card__list-action { display: none; }
.vistore-search-results .vistore-listing-grid.is-list { gap: 12px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card {
  min-height: 174px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  grid-template-columns: 228px minmax(0, 1fr);
  background: var(--vs-surface);
  box-shadow: 0 3px 12px rgba(16,24,40,.055);
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card:hover { transform: translateY(-1px); box-shadow: 0 9px 24px rgba(16,24,40,.09); }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__image {
  min-height: 158px;
  margin: 8px;
  border-radius: 13px;
  grid-row: 1 / span 3;
  aspect-ratio: auto;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__body {
  min-width: 0;
  padding: 18px 62px 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__category { margin-bottom: 5px; font-size: 10px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__title { width: 100%; font-size: 18px; line-height: 1.3; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__meta { order: 3; width: 100%; margin-top: 12px; font-size: 10.5px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__summary {
  width: min(100%, 68ch);
  margin: 9px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--vs-muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__list-action {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid color-mix(in srgb, var(--vs-primary) 20%, var(--vs-surface));
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--vs-primary);
  background: var(--vs-primary-soft);
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__list-action span { display: none; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__list-action svg { width: 18px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-favorite--card { top: 12px; right: 12px; }

.vistore-gallery__back { display: none; }

.vistore-button--ai {
  border-color: var(--vs-primary-soft);
  color: #243b80 !important;
  background: linear-gradient(135deg,var(--vs-primary-soft),#f7f3ff);
}
.vistore-button--ai:hover { border-color: #98b5fd; background: #e6eeff; }
.vistore-button--ai.is-loading .vistore-icon { animation: vistore-ai-spin .9s linear infinite; }
@keyframes vistore-ai-spin { to { transform: rotate(360deg); } }
.vistore-ai-assistant {
  margin-top: 14px;
  border: 1px solid #cfdbf8;
  border-radius: 15px;
  padding: 12px;
  color: var(--vs-text);
  background: linear-gradient(135deg,var(--vs-primary-soft) 0%,var(--vs-surface) 62%,#fbf8ff 100%);
}
.vistore-ai-assistant__intro { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.vistore-ai-assistant__intro > span,
.vistore-ai-assistant--search > span { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #4058b7; background: #e8eeff; }
.vistore-ai-assistant__intro > span svg,
.vistore-ai-assistant--search > span svg { width: 21px; }
.vistore-ai-assistant__intro div { min-width: 0; display: grid; gap: 2px; }
.vistore-ai-assistant__intro strong { font-size: 13px; }
.vistore-ai-assistant__intro small { color: var(--vs-muted); font-size: 10.5px; }
.vistore-ai-assistant__status { min-height: 0; margin: 7px 0 0; color: var(--vs-muted); font-size: 11px; }
.vistore-ai-assistant__status:empty { display: none; }
.vistore-ai-assistant__status.is-error { color: var(--vs-danger-strong); }
.vistore-ai-assistant__status.is-success { color: var(--vs-success-strong); }
.vistore-ai-result { margin-top: 10px; border-top: 1px solid var(--vs-primary-soft); padding-top: 10px; display: grid; gap: 9px; }
.vistore-ai-result[hidden] { display: none; }
.vistore-ai-result > div { display: grid; gap: 3px; }
.vistore-ai-result small { color: var(--vs-muted); font-size: 9.5px; font-weight: 750; text-transform: uppercase; }
.vistore-ai-result strong { font-size: 14px; }
.vistore-ai-result p { max-height: 150px; margin: 0; overflow: auto; white-space: pre-wrap; font-size: 12px; line-height: 1.55; }
.vistore-ai-result__meta { display: flex !important; flex-wrap: wrap; gap: 5px !important; }
.vistore-ai-result__meta span:not(:empty) { border-radius: 999px; padding: 5px 8px; color: var(--vs-text); background: var(--vs-fill); font-size: 9.5px; }
.vistore-ai-assistant--search { width: min(100%,720px); margin-top: 18px; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; text-align: left; }
.vistore-ai-assistant--search > div { min-width: 0; }
.vistore-ai-assistant--search strong,
.vistore-ai-assistant--search small { display: block; }
.vistore-ai-assistant--search strong { font-size: 12.5px; }
.vistore-ai-assistant--search small { margin-top: 2px; color: var(--vs-muted); font-size: 10px; }
.vistore-ai-search-result { grid-column: 1 / -1; border-top: 1px solid var(--vs-primary-soft); padding-top: 10px; }
.vistore-ai-search-result[hidden] { display: none; }
.vistore-ai-search-result p { margin: 0 0 8px; color: var(--vs-muted); font-size: 11px; }
.vistore-ai-search-result > div { display: flex; flex-wrap: wrap; gap: 7px; }

.vistore-listing-grid--premium > .vistore-card { width: 270px; min-width: 270px; }

.vistore-favorites-page { padding-block: 28px 60px; }
.vistore-favorites-heading { margin-bottom: 20px; border: 1px solid var(--vs-line); border-radius: 18px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: linear-gradient(135deg,var(--vs-surface) 0%,var(--vs-fill-soft) 100%); }
.vistore-favorites-heading h1 { margin: 2px 0 4px; font-size: 30px; }
.vistore-favorites-heading p { margin: 0; color: var(--vs-muted); }
.vistore-favorites-heading__count { min-width: 180px; border-radius: 14px; padding: 12px 14px; display: grid; grid-template-columns: 34px auto; align-items: center; gap: 0 9px; color: var(--vs-rose-strong); background: var(--vs-rose-soft); }
.vistore-favorites-heading__count > svg { grid-row: 1 / 3; width: 25px; fill: currentColor; }
.vistore-favorites-heading__count strong { font-size: 19px; }
.vistore-favorites-heading__count small { color: #9f1239; font-size: 10px; }

/* 2.15 — compact listing detail with app-style navigation and contact. */
.vistore-item-detail .vistore-item-aside { top: 18px; }

.vistore-gallery__back {
  position: absolute;
  z-index: 13;
  top: 12px;
  left: 12px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 13px;
  color: var(--vs-ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 18px rgba(16,24,40,.16);
}
.vistore-gallery__back .vistore-icon { width: 20px; transform: rotate(180deg); }

.vistore-gallery__meta {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vistore-gallery__meta .vistore-gallery__price,
.vistore-gallery__meta .vistore-gallery__count {
  position: static;
  min-height: 32px;
  border-radius: 9px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  backdrop-filter: blur(7px);
}
.vistore-gallery__meta .vistore-gallery__price {
  color: var(--vs-ink);
  background: rgba(255,255,255,.95);
  box-shadow: 0 5px 18px rgba(16,24,40,.15);
  font-size: clamp(15px,1.55vw,19px);
  font-weight: 850;
  letter-spacing: -.025em;
}
.vistore-gallery__meta .vistore-gallery__count {
  color: #fff;
  background: rgba(16,24,40,.78);
  font-size: 10px;
}

.vistore-item-header__title-row { display: block; margin-top: 9px; }
.vistore-seller-card__actions { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.vistore-seller-card__actions > :first-child { grid-column: 1 / -1; }
.vistore-seller-card__actions .vistore-button { min-height: 43px; padding-inline: 7px; font-size: 11.5px; }

.vistore-item-mobile-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
.vistore-item-mobile-actions > *,
.vistore-item-mobile-actions form,
.vistore-item-mobile-actions .vistore-button { width: 100%; min-width: 0; }
.vistore-item-mobile-actions > :only-child { grid-column: 1 / -1; }
.vistore-item-mobile-actions .vistore-button { min-height: 48px; justify-content: center; }

.vistore-item-detail .vistore-mobile-nav { display: none !important; }
.vistore-item-detail .vistore-footer { padding-bottom: 76px; }
@media (max-width: 980px) {
  .vistore-item-mobile-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Lightweight skeleton layer: content stays in the DOM and becomes usable as soon as JS starts. */
html.vistore-loading .vistore-card__image,
html.vistore-loading .vistore-category-tile__icon,
html.vistore-loading .vistore-business-hero,
html.vistore-loading .vistore-gallery__stage { position: relative; overflow: hidden; background: #edf1f5; }
html.vistore-loading .vistore-card__image::after,
html.vistore-loading .vistore-category-tile__icon::after,
html.vistore-loading .vistore-business-hero::after,
html.vistore-loading .vistore-gallery__stage::after {
  content: "";
  position: absolute;
  z-index: 30;
  inset: 0;
  background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.72) 45%, transparent 65%);
  transform: translateX(-100%);
  animation: vistore-skeleton 1.1s infinite;
  pointer-events: none;
}
@keyframes vistore-skeleton { to { transform: translateX(100%); } }

/* Vistore 2.13 — scroll safety, premium states, chat and dark mode -------- */
html,
body.vistore-theme {
  max-width: 100%;
  overflow-x: hidden;
}

body.vistore-theme {
  overflow-y: auto;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

html.vistore-lock-scroll,
body.vistore-lock-scroll {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.vistore-section--premium {
  border-block-color: #ead9a8;
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 154, 45, .12), transparent 24%),
    linear-gradient(180deg, #fbf9f2 0%, #f7f3e8 100%);
}

.vistore-section--premium .vistore-eyebrow,
.vistore-section--premium .vistore-card__category { color: #8a650f; }

.vistore-card.is-premium {
  border: 1px solid #d5aa42;
  background: var(--vs-surface);
  box-shadow: 0 4px 15px rgba(133, 94, 12, .09);
}

.vistore-card.is-premium::after {
  content: '';
  position: absolute;
  z-index: 3;
  inset: -1px;
  border: 1px solid rgba(255, 226, 139, .72);
  border-radius: inherit;
  pointer-events: none;
}

.vistore-card.is-boosted {
  border-color: color-mix(in srgb, var(--vs-primary) 68%, var(--vs-surface));
  box-shadow: 0 5px 18px color-mix(in srgb, var(--vs-primary) 16%, transparent);
}

.vistore-card.is-boosted::before {
  content: '';
  position: absolute;
  z-index: 4;
  inset: -1px auto -1px -1px;
  width: 3px;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--vs-primary), #55b7ff);
  pointer-events: none;
}

.vistore-badge--premium {
  border-color: #e7c266;
  color: #765100;
  background: linear-gradient(135deg, #fff9df, #f5dc91);
}

.vistore-badge--boosted {
  border-color: color-mix(in srgb, var(--vs-primary) 35%, var(--vs-surface));
  color: #fff;
  background: linear-gradient(135deg, var(--vs-primary), #1487d4);
}

.vistore-badge--boosted .vistore-icon { fill: currentColor; }
.vistore-listing-grid--premium > .vistore-card { width: min(252px, 70vw); min-width: min(252px, 70vw); }

/* Messaging: dense inbox, clear listing context and reliable inner scroll. */
.vistore-messages-page { padding-block: 18px 32px; }
.vistore-messages-heading { margin-bottom: 12px; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.vistore-messages-heading h1 { margin: 2px 0 0; font-size: 25px; }
.vistore-messages-heading > span { border: 1px solid var(--vs-line); border-radius: 999px; padding: 6px 10px; color: var(--vs-muted); background: var(--vs-surface); font-size: 11px; font-weight: 750; }
.vistore-messenger { height: min(760px, calc(100dvh - 190px)); min-height: 580px; border-radius: 22px; background: var(--vs-surface); box-shadow: 0 18px 55px rgba(16, 24, 40, .1); }
.vistore-messenger__inbox { grid-template-rows: auto minmax(0, 1fr); background: var(--vs-surface); }
.vistore-messenger__inbox-top { border-bottom: 1px solid var(--vs-line); padding: 13px 12px 10px; }
.vistore-messenger__search { margin: 0; }
.vistore-messenger__filters { margin-top: 9px; display: flex; gap: 6px; }
.vistore-messenger__filters button { min-height: 32px; border: 1px solid var(--vs-line); border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; color: var(--vs-muted); background: transparent; font-size: 11px; font-weight: 750; }
.vistore-messenger__filters button.is-active { border-color: color-mix(in srgb, var(--vs-primary) 26%, var(--vs-line)); color: var(--vs-primary); background: color-mix(in srgb, var(--vs-primary) 8%, var(--vs-surface)); }
.vistore-messenger__filters button b { min-width: 17px; height: 17px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: var(--vs-primary); font-size: 9px; }
.vistore-thread-list { overscroll-behavior: contain; scrollbar-gutter: stable; }
.vistore-thread { min-height: 82px; border-top: 0; border-bottom: 1px solid var(--vs-line-soft); grid-template-columns: 54px minmax(0, 1fr) auto; padding: 10px 12px; }
.vistore-thread__image { width: 54px; height: 54px; border-radius: 14px; }
.vistore-thread__body { gap: 1px; }
.vistore-thread__body > span { min-width: 0; display: flex; align-items: center; gap: 7px; }
.vistore-thread__body > span strong { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vistore-thread__body time { color: var(--vs-soft); font-size: 9px; }
.vistore-thread__body small { font-size: 10px; }
.vistore-thread__body em { font-size: 11px; }
.vistore-thread.is-unread .vistore-thread__body strong,
.vistore-thread.is-unread .vistore-thread__body em { color: var(--vs-ink); font-weight: 800; }
.vistore-thread__unread { align-self: end; }
.vistore-messenger__conversation { background: color-mix(in srgb, var(--vs-bg) 92%, var(--vs-surface)); }
.vistore-conversation-header { box-shadow: 0 1px 0 var(--vs-line); }
.vistore-conversation-header > .vistore-avatar { border: 2px solid color-mix(in srgb, var(--vs-primary) 22%, var(--vs-surface)); }
.vistore-conversation-context { align-self: center; max-width: 470px; margin: 2px auto 11px; border: 1px solid color-mix(in srgb, var(--vs-primary) 18%, var(--vs-line)); border-radius: 999px; display: flex; align-items: center; gap: 6px; padding: 6px 10px; color: var(--vs-muted); background: var(--vs-surface); font-size: 10px; text-align: center; }
.vistore-conversation-context .vistore-icon { width: 14px; height: 14px; color: var(--vs-primary); }
.vistore-message > div { border: 1px solid var(--vs-line); border-radius: 16px 16px 16px 5px; box-shadow: 0 2px 6px rgba(16, 24, 40, .04); }
.vistore-message.is-mine > div { border-color: transparent; border-radius: 16px 16px 5px 16px; background: var(--vs-primary); }
.vistore-message-composer { position: relative; grid-template-rows: auto auto; border-top: 1px solid var(--vs-line); padding: 10px 12px max(10px, env(safe-area-inset-bottom)); }
.vistore-message-composer__file { grid-column: 2 / -1; overflow: hidden; color: var(--vs-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 430px) {
  .vistore-card__seen span { display: none; }
  .vistore-card__seen { padding: 5px; }
  .vistore-seller-card__cover { margin: -14px -14px 12px; }
  .vistore-comment-form { padding: 12px; }
  .vistore-native-video-upload { grid-template-columns: 1fr; }
  .vistore-native-video-upload__icon { display: none; }
  .vistore-analytics-cards > div { grid-template-columns: 30px 1fr; padding: 9px; }
  .vistore-analytics-cards > div > span { width: 30px; height: 30px; }
  .vistore-public-profile__stats strong { font-size: 18px; }
  .vistore-public-profile__stats span { font-size: 9px; }
}

/* 2.12 unified responsive UI, professional storefront and commerce -------- */
.vistore-main,
.vistore-container,
.vistore-user-content,
.vistore-search-results,
.vistore-item-main,
.vistore-item-sidebar,
.vistore-account-section,
.vistore-content-card,
.vistore-form-card,
.vistore-public-profile__identity,
.vistore-offer-card {
  min-width: 0;
}

img,
video,
iframe,
select,
textarea,
input {
  max-width: 100%;
}

/* Search alert: compact, useful and readable at every width. */
.vistore-alert-subscribe {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid var(--vs-primary-soft);
  border-radius: 18px;
  padding: 17px;
  grid-template-columns: 48px minmax(220px, 1fr) minmax(330px, .9fr);
  gap: 14px;
  background: var(--vs-primary-soft);
  box-shadow: 0 8px 24px rgba(21, 94, 239, .06);
}
.vistore-alert-subscribe::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border: 22px solid rgba(21, 94, 239, .055);
  border-radius: 50%;
  pointer-events: none;
}
.vistore-alert-subscribe > .vistore-alert-subscribe__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: var(--vs-primary);
  box-shadow: 0 7px 16px color-mix(in srgb, var(--vs-primary) 22%, transparent);
}
.vistore-alert-subscribe__icon svg { width: 22px; }
.vistore-alert-subscribe__copy { min-width: 0; }
.vistore-alert-subscribe__copy > small {
  display: block;
  margin-bottom: 2px;
  color: var(--vs-primary);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.vistore-alert-subscribe h2 { color: var(--vs-ink); font-size: 16px; line-height: 1.25; }
.vistore-alert-subscribe p { max-width: 520px; font-size: 11.5px; line-height: 1.45; }
.vistore-alert-subscribe form {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto;
  align-items: center;
  gap: 8px;
}
.vistore-alert-subscribe form input[type="email"],
.vistore-alert-subscribe form input[type="text"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #b8c9eb;
  border-radius: 12px;
  padding: 0 13px;
  color: var(--vs-ink);
  background: var(--vs-surface);
  box-shadow: none;
}

.vistore-alert-subscribe__field {
  min-width: 0;
  display: block;
}

.vistore-alert-subscribe__field input {
  width: 100%;
}

/* Business cards keep a light surface in both themes. This selector must
   outrank the generic dark-mode heading rule. */
.vistore-theme .vbc__name,
.vistore-theme .vbc__name a,
.vistore-theme .vbc__rating-score {
  color: #111827;
}

@media (min-width: 981px) {
  .vistore-gallery__main {
    max-height: min(54vh, 520px);
  }
}
.vistore-alert-subscribe form input:focus {
  border-color: var(--vs-primary);
  outline: 3px solid color-mix(in srgb, var(--vs-primary) 12%, transparent);
}
.vistore-alert-subscribe form .vistore-button { min-height: 46px; white-space: nowrap; }

/* Storefront: one solid business card, no glass panel over the cover. */
.vistore-public-profile.is-pro {
  padding: 20px 0 60px;
  background: var(--vs-fill);
}
.vistore-public-profile.is-pro .vistore-business-cover-shell { padding-inline: 16px; }
.vistore-public-profile.is-pro .vistore-business-hero {
  height: clamp(190px, 22vw, 265px);
  border: 1px solid var(--vs-line-strong);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background-color: #102a52;
  box-shadow: none;
}
.vistore-business-hero__shade {
  background: linear-gradient(180deg, rgba(5, 19, 42, .02), rgba(5, 19, 42, .35));
}
.vistore-business-hero__label {
  border: 0;
  border-radius: 9px;
  color: #102a52;
  background: var(--vs-surface);
  box-shadow: 0 5px 14px rgba(16, 24, 40, .14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-public-profile.is-pro > .vistore-container:not(.vistore-business-cover-shell) { padding-inline: 16px; }
.vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header {
  width: 100%;
  min-height: 150px;
  margin: 0;
  border: 1px solid var(--vs-line-strong);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 18px 20px 20px;
  grid-template-columns: 116px minmax(0, 1fr) minmax(180px, 220px);
  align-items: center;
  gap: 18px;
  background: var(--vs-surface);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-public-profile.is-pro .vistore-public-profile__visual { align-self: start; }
.vistore-public-profile.is-pro .vistore-public-profile__logo,
.vistore-public-profile.is-pro .vistore-public-profile__visual > .vistore-avatar {
  width: 108px;
  height: 108px;
  margin-top: -58px;
  border: 4px solid var(--vs-surface);
  border-radius: 22px;
  background: var(--vs-surface);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .13);
}
.vistore-public-profile.is-pro .vistore-public-profile__name { align-items: center; gap: 7px; }
.vistore-public-profile.is-pro .vistore-public-profile__name h1 {
  max-width: 720px;
  font-size: clamp(22px, 2.3vw, 29px);
  line-height: 1.15;
}
.vistore-public-profile.is-pro .vistore-pro-badge {
  min-height: 25px;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--vs-primary-strong);
  background: var(--vs-primary-soft);
}
.vistore-public-profile.is-pro .vistore-public-profile__tagline { margin: 6px 0; font-size: 13px; }
.vistore-public-profile.is-pro .vistore-public-profile__meta { display: flex; flex-wrap: wrap; gap: 5px; }
.vistore-public-profile.is-pro .vistore-public-profile__meta > span {
  min-height: 27px;
  border-radius: 8px;
  padding: 4px 8px;
  background: var(--vs-fill);
}
.vistore-public-profile.is-pro .vistore-public-profile__rating { margin-top: 7px; }
.vistore-public-profile.is-pro .vistore-public-profile__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.vistore-public-profile.is-pro .vistore-public-profile__actions .vistore-button,
.vistore-public-profile.is-pro .vistore-follow-form--profile .vistore-button {
  width: 100%;
  min-height: 40px;
  justify-content: center;
}
.vistore-public-profile.is-pro .vistore-public-profile__stats,
.vistore-public-profile.is-pro .vistore-business-profile-nav,
.vistore-public-profile.is-pro .vistore-business-showcase,
.vistore-public-profile.is-pro .vistore-public-profile__listings,
.vistore-public-profile.is-pro .vistore-public-reviews {
  width: 100%;
  margin-inline: 0;
}
.vistore-public-profile.is-pro .vistore-public-profile__stats {
  margin-block: 12px;
  border: 1px solid var(--vs-line);
  border-radius: 14px;
  background: var(--vs-surface);
  box-shadow: none;
}
.vistore-public-profile.is-pro .vistore-public-profile__stats > div { padding-block: 12px; }
.vistore-business-profile-nav {
  min-height: 50px;
  margin-bottom: 12px;
  border-radius: 13px;
  box-shadow: none;
}
.vistore-business-profile-nav a { min-height: 38px; }
.vistore-business-showcase { gap: 12px; }
.vistore-business-showcase__main,
.vistore-business-showcase > aside > div,
.vistore-public-hours,
.vistore-public-payments,
.vistore-public-socials {
  border-color: var(--vs-line);
  box-shadow: none;
}
.vistore-public-profile.is-pro .vistore-public-profile__listings { margin-top: 24px; }

/* Commerce hub: clear choice first, price second, payment last. */
.vistore-monetization { align-items: start; }
.vistore-payment-hero {
  min-height: 185px;
  margin-bottom: 12px;
  border: 1px solid #173b6c;
  border-radius: 20px;
  padding: 26px;
  color: #fff;
  background: #0b2447;
  box-shadow: 0 10px 28px rgba(11, 36, 71, .12);
}
.vistore-payment-hero::after { display: none; }
.vistore-payment-hero h1 { max-width: 620px; font-size: clamp(25px, 3vw, 34px); }
.vistore-payment-hero p { color: #c8d4e5; }
.vistore-payment-hero .vistore-wallet-balance {
  min-width: 176px;
  border: 1px solid #36557e;
  border-radius: 14px;
  color: #fff;
  background: #15345e;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-payment-assurances {
  margin: 0 0 14px;
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  padding: 9px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  background: var(--vs-surface);
}
.vistore-payment-assurances > span {
  min-width: 0;
  min-height: 50px;
  border-radius: 10px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 0 8px;
  background: var(--vs-fill-soft);
}
.vistore-payment-assurances svg { grid-row: 1 / 3; width: 18px; align-self: center; color: var(--vs-primary); }
.vistore-payment-assurances strong { color: var(--vs-ink); font-size: 10.5px; }
.vistore-payment-assurances small { overflow: hidden; color: var(--vs-muted); font-size: 8.5px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-offer-journey {
  margin-bottom: 16px;
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  padding: 5px;
  gap: 5px;
  background: var(--vs-surface);
}
.vistore-offer-journey > a {
  min-height: 68px;
  border: 0;
  border-radius: 11px;
  padding: 10px;
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  gap: 8px;
  background: transparent;
  box-shadow: none;
}
.vistore-offer-journey > a:hover { background: var(--vs-primary-soft); transform: none; }
.vistore-offer-journey > a > span { width: 36px; height: 36px; border-radius: 10px; }
.vistore-offer-journey strong { font-size: 11.5px; }
.vistore-offer-section {
  margin-bottom: 18px;
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  padding: 18px;
  background: var(--vs-surface);
}
.vistore-offer-section__heading { margin-bottom: 13px; }
.vistore-offer-section__heading > span { width: 42px; height: 42px; border-radius: 12px; }
.vistore-offer-section__heading h2 { font-size: 20px; }
.vistore-offer-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 11px; }
.vistore-offer-card {
  border-radius: 15px;
  box-shadow: none;
}
.vistore-offer-card:hover { border-color: #b9c8df; }
.vistore-offer-card.is-featured {
  border-width: 2px;
  border-color: var(--vs-primary);
  box-shadow: none;
}
.vistore-offer-card.is-subscription.is-featured { border-color: #7f56d9; }
.vistore-offer-card__header { min-height: 78px; padding: 14px 14px 9px; }
.vistore-offer-card__description { min-height: 48px; padding: 0 14px 11px; }
.vistore-offer-card__price { padding: 11px 14px; }
.vistore-offer-card__price strong { font-size: 24px; }
.vistore-offer-card > ul { padding: 12px 14px; }
.vistore-offer-payment > summary { min-height: 48px; padding-inline: 14px; }
.vistore-offer-checkout { padding: 12px 14px 14px; }
.vistore-wallet-action { border-radius: 14px; box-shadow: none; }
.vistore-order-history { margin-top: 20px; }

/* Tablet: avoid desktop columns squeezed into a narrow viewport. */
@media (min-width: 721px) and (max-width: 1080px) {
  .vistore-container { width: min(calc(100% - 28px), var(--vs-container)); }
  .vistore-user-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 14px; }
  .vistore-search-layout { grid-template-columns: 225px minmax(0, 1fr); gap: 14px; }
  .vistore-item-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 14px; }
  .vistore-listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vistore-form-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .vistore-public-profile.is-pro .vistore-public-profile__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .vistore-payment-hero { grid-template-columns: 1fr; gap: 14px; }
  .vistore-payment-hero .vistore-wallet-balance { width: 210px; }
  .vistore-payment-assurances { grid-template-columns: 1fr; }
  .vistore-payment-assurances > span { min-height: 46px; }
}

@media (max-width: 720px) {
  .vistore-alert-subscribe {
    margin: 14px 0;
    border-radius: 15px;
    padding: 13px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }
  .vistore-alert-subscribe > .vistore-alert-subscribe__icon { width: 42px; height: 42px; border-radius: 12px; }
  .vistore-alert-subscribe h2 { font-size: 14px; }
  .vistore-alert-subscribe p { font-size: 10.5px; }
  .vistore-alert-subscribe form { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .vistore-alert-subscribe form input[type="email"],
  .vistore-alert-subscribe form input[type="text"],
  .vistore-alert-subscribe form .vistore-button { width: 100%; min-height: 44px; }

  .vistore-public-profile.is-pro { padding: 8px 0 82px; }
  .vistore-public-profile.is-pro .vistore-business-cover-shell,
  .vistore-public-profile.is-pro > .vistore-container:not(.vistore-business-cover-shell) {
    width: 100%;
    padding-inline: 9px;
  }
  .vistore-public-profile.is-pro .vistore-business-hero {
    height: 145px;
    border-radius: 15px 15px 0 0;
  }
  .vistore-business-hero__inner { padding: 9px; }
  .vistore-business-hero__label { min-height: 29px; padding: 5px 8px; font-size: 9px; }
  .vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 0 0 15px 15px;
    padding: 11px;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__logo,
  .vistore-public-profile.is-pro .vistore-public-profile__visual > .vistore-avatar {
    width: 68px;
    height: 68px;
    margin-top: -36px;
    border-width: 3px;
    border-radius: 16px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__name { gap: 4px; }
  .vistore-public-profile.is-pro .vistore-public-profile__name h1 { width: 100%; font-size: 18px; }
  .vistore-public-profile.is-pro .vistore-pro-badge { min-height: 22px; padding: 3px 6px; font-size: 8.5px; }
  .vistore-public-profile.is-pro .vistore-public-profile__tagline { margin: 5px 0; font-size: 11px; }
  .vistore-public-profile.is-pro .vistore-public-profile__meta {
    margin-inline: -77px 0;
    padding-top: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__meta > span { flex: 0 0 auto; font-size: 9px; }
  .vistore-public-profile.is-pro .vistore-public-profile__rating { margin-inline: -77px 0; padding-top: 6px; font-size: 9px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__actions .vistore-button,
  .vistore-public-profile.is-pro .vistore-follow-form--profile .vistore-button {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 10px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__actions > .vistore-hook-zone { grid-column: 1 / -1; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats {
    margin-block: 8px;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__stats > div { min-width: 0; padding: 9px 5px; }
  .vistore-business-profile-nav {
    position: sticky;
    z-index: 20;
    top: 62px;
    margin-bottom: 8px;
    border-radius: 12px;
    padding: 4px;
    background: var(--vs-surface);
  }
  .vistore-business-profile-nav a { min-height: 38px; font-size: 9.5px; }
  .vistore-business-showcase { grid-template-columns: 1fr; gap: 8px; }
  .vistore-business-showcase__main,
  .vistore-business-showcase > aside > div,
  .vistore-public-hours,
  .vistore-public-payments,
  .vistore-public-socials { border-radius: 14px; padding: 13px; }
  .vistore-business-showcase__facts { grid-template-columns: 1fr; }
  .vistore-business-showcase__services > div { gap: 6px; }
  .vistore-public-profile.is-pro .vistore-public-profile__listings { margin-top: 18px; }
  .vistore-business-catalog-heading { margin-bottom: 9px; }

  .vistore-monetization { padding-top: 9px; }
  .vistore-monetization .vistore-user-content { width: 100%; }
  .vistore-payment-hero {
    min-height: 0;
    margin-bottom: 8px;
    border-radius: 15px;
    padding: 17px 15px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .vistore-payment-hero h1 { margin-block: 7px; font-size: 21px; }
  .vistore-payment-hero p { font-size: 10.5px; line-height: 1.5; }
  .vistore-payment-hero .vistore-wallet-balance { width: 100%; min-width: 0; }
  .vistore-payment-assurances {
    margin-bottom: 8px;
    border-radius: 13px;
    padding: 5px;
    grid-template-columns: 1fr;
  }
  .vistore-payment-assurances > span { min-height: 43px; }
  .vistore-payment-assurances small { white-space: normal; }
  .vistore-offer-journey {
    margin: 0 0 9px;
    border-radius: 13px;
    padding: 4px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 82vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .vistore-offer-journey > a { min-height: 64px; scroll-snap-align: start; }
  .vistore-offer-section { margin-bottom: 10px; border-radius: 15px; padding: 13px; }
  .vistore-offer-section__heading { grid-template-columns: 38px minmax(0, 1fr); gap: 8px; }
  .vistore-offer-section__heading > span { width: 38px; height: 38px; }
  .vistore-offer-section__heading h2 { font-size: 17px; }
  .vistore-offer-section__heading p { font-size: 10px; }
  .vistore-offer-grid { grid-template-columns: 1fr; }
  .vistore-offer-card { border-radius: 13px; }
  .vistore-offer-card__header { min-height: 72px; }
  .vistore-offer-card__header h3 { font-size: 15px; }
  .vistore-offer-card__price strong { font-size: 22px; }
  .vistore-gateway-picker { grid-template-columns: 1fr; }
  .vistore-gateway-picker label { min-height: 46px; }
  .vistore-wallet-action { grid-template-columns: 38px minmax(0, 1fr); padding: 11px; }
  .vistore-wallet-action__icon { width: 38px; height: 38px; }
  .vistore-wallet-action > label,
  .vistore-wallet-action .vistore-button { grid-column: 1 / -1; width: 100%; }
}

/* Vistore 2.1 — commercial home, live discovery and complete navigation. */
.vistore-header__nav { position: relative; z-index: 30; }
.vistore-category-nav {
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.vistore-category-nav::-webkit-scrollbar { display: none; }
.vistore-category-nav a,
.vistore-category-nav__all {
  min-height: 43px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  color: var(--vs-text);
  background: transparent;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}
.vistore-category-nav a:hover,
.vistore-category-nav__all:hover,
.vistore-category-nav__all[aria-expanded="true"] {
  border-bottom-color: var(--vs-primary);
  color: var(--vs-primary);
  background: color-mix(in srgb, var(--vs-primary) 4%, var(--vs-surface));
}
.vistore-category-nav__all { color: var(--vs-ink); font-weight: 850; }
.vistore-category-nav__all > .vistore-icon:last-child { width: 14px; margin-left: 2px; }
.vistore-category-mega {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: min(76vh, 680px);
  overflow: hidden;
  border-top: 1px solid var(--vs-line-soft);
  border-bottom: 1px solid var(--vs-line);
  padding: 0;
  background: var(--vs-surface);
  box-shadow: 0 24px 55px rgba(16,24,40,.18);
}
.vistore-category-mega[hidden] { display: none; }
.vistore-category-mega__shell { min-height: 470px; max-height: min(76vh,680px); padding: 0; display: grid; grid-template-columns: 285px minmax(0,1fr); overflow: hidden; }
.vistore-category-mega__roots { min-height: 0; border-right: 1px solid var(--vs-line-soft); padding: 20px 12px; overflow-y: auto; background: var(--vs-fill-soft); }
.vistore-category-mega__roots-title { padding: 0 10px 13px; display: grid; }
.vistore-category-mega__roots-title strong { color: var(--vs-ink); font-size: 20px; }
.vistore-category-mega__roots > div[role="tablist"] { display: grid; gap: 3px; }
.vistore-category-mega__roots button { width: 100%; min-height: 55px; border: 0; border-radius: 11px; padding: 6px 8px; display: grid; grid-template-columns: 40px minmax(0,1fr) 16px; grid-template-rows: auto auto; align-items: center; column-gap: 10px; color: var(--vs-text); background: transparent; text-align: left; cursor: pointer; }
.vistore-category-mega__roots button:hover,
.vistore-category-mega__roots button.is-active { color: var(--vs-primary); background: var(--vs-surface); box-shadow: 0 4px 16px rgba(16,24,40,.07); }
.vistore-category-mega__roots button > span { grid-row: 1 / 3; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; overflow: hidden; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-mega__roots button > span img { width: 100%; height: 100%; object-fit: cover; }
.vistore-category-mega__roots button > span .vistore-icon { width: 20px; }
.vistore-category-mega__roots button > strong { align-self: end; overflow: hidden; color: inherit; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-category-mega__roots button > small { align-self: start; overflow: hidden; color: var(--vs-soft); font-size: 9.5px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-category-mega__roots button > .vistore-icon { grid-column: 3; grid-row: 1 / 3; width: 14px; color: var(--vs-soft); }
.vistore-category-mega__content { min-width: 0; min-height: 0; padding: 24px 26px 0; display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; }
.vistore-category-mega__panel { min-height: 0; overflow-y: auto; padding: 0 3px 22px 0; }
.vistore-category-mega__panel[hidden] { display: none; }
.vistore-category-mega__panel > header { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--vs-line-soft); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.vistore-category-mega__panel > header > div { display: flex; align-items: center; gap: 12px; }
.vistore-category-mega__panel-icon { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; overflow: hidden; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-mega__panel-icon img { width: 100%; height: 100%; object-fit: cover; }
.vistore-category-mega__panel-icon .vistore-icon { width: 24px; }
.vistore-category-mega__panel header small { display: block; color: var(--vs-soft); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.vistore-category-mega__panel h2 { margin: 2px 0 0; color: var(--vs-ink); font-size: 24px; line-height: 1.15; }
.vistore-category-mega__panel > header > a { min-height: 40px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; color: var(--vs-primary); font-size: 11px; font-weight: 800; white-space: nowrap; }
.vistore-category-mega__panel > header > a:hover { border-color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-mega__panel > header > a .vistore-icon { width: 15px; }
.vistore-category-mega__subgrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.vistore-category-mega__group { min-width: 0; min-height: 116px; border: 1px solid var(--vs-line-soft); border-radius: 12px; padding: 12px; background: var(--vs-surface); transition: border-color .18s ease,box-shadow .18s ease; }
.vistore-category-mega__group:hover { border-color: color-mix(in srgb,var(--vs-primary) 28%,var(--vs-line)); box-shadow: 0 7px 18px rgba(16,24,40,.06); }
.vistore-category-mega__group > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--vs-ink); font-size: 12px; }
.vistore-category-mega__group > a:hover { color: var(--vs-primary); }
.vistore-category-mega__group > a .vistore-icon { width: 14px; color: var(--vs-soft); }
.vistore-category-mega__group > div { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.vistore-category-mega__group > div a,
.vistore-category-mega__group > small { overflow: hidden; color: var(--vs-muted); font-size: 10px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.vistore-category-mega__group > div a:hover { color: var(--vs-primary); }
.vistore-category-mega__empty { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; }
.vistore-category-mega__empty > span { width: 74px; height: 74px; border-radius: 18px; display: grid; place-items: center; overflow: hidden; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-mega__empty > span img { width: 100%; height: 100%; object-fit: cover; }
.vistore-category-mega__empty p { max-width: 420px; margin: 0; color: var(--vs-muted); }
.vistore-category-mega__footer { margin: 0 -26px; border-top: 1px solid var(--vs-line-soft); padding: 10px 26px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; background: #fafbfd; }
.vistore-category-mega__footer > a { min-height: 48px; border-radius: 10px; padding: 5px 9px; display: grid; grid-template-columns: 34px minmax(0,1fr) 15px; align-items: center; gap: 9px; color: var(--vs-text); }
.vistore-category-mega__footer > a:hover { color: var(--vs-primary); background: var(--vs-surface); }
.vistore-category-mega__footer > a > .vistore-icon:first-child { width: 34px; height: 34px; border-radius: 9px; padding: 8px; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-mega__footer > a > .vistore-icon:last-child { width: 14px; color: var(--vs-soft); }
.vistore-category-mega__footer span { min-width: 0; display: grid; }
.vistore-category-mega__footer strong { font-size: 11px; }
.vistore-category-mega__footer small { color: var(--vs-soft); font-size: 9.5px; }

.vistore-promo-slider {
  position: relative;
  width: min(calc(100% - 32px), var(--vs-container));
  margin: 18px auto 0;
}
.vistore-promo-slider__viewport { min-height: clamp(390px, 40vw, 540px); border-radius: 25px; box-shadow: 0 20px 54px rgba(9,20,42,.18); }
.vistore-promo-slider__slide picture img { transform: scale(1.02); transition: transform 7s ease; }
.vistore-promo-slider__slide.is-active picture img { transform: scale(1.085); }
.vistore-promo-slider__content { left: clamp(34px, 6vw, 92px); padding-bottom: 34px; }
.vistore-promo-slider__content > span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.vistore-promo-slider__content h2 { max-width: 15ch; font-size: clamp(34px,5vw,62px); text-wrap: balance; }
.vistore-promo-slider__content p { max-width: 52ch; line-height: 1.6; }
.vistore-promo-slider__controls { position: absolute; z-index: 5; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.vistore-promo-slider__dots { position: static; transform: none; padding: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(7,16,31,.42); backdrop-filter: blur(10px); }
.vistore-promo-slider__dots button { width: 29px; height: 26px; border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; font-size: 9px; font-weight: 850; }
.vistore-promo-slider__dots button.is-active { width: 42px; color: var(--vs-ink); background: var(--vs-surface); }
.vistore-promo-slider__pause { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(7,16,31,.5); backdrop-filter: blur(10px); }
.vistore-promo-slider__pause svg { width: 15px; height: 15px; }
.vistore-promo-slider__pause.is-paused { color: var(--vs-ink); background: var(--vs-surface); }
.vistore-promo-slider__progress { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 3px; overflow: hidden; border-radius: 0 0 25px 25px; background: rgba(255,255,255,.18); }
.vistore-promo-slider__progress i { display: block; width: 0; height: 100%; background: var(--vs-accent); }

.vistore-home-discovery { position: relative; z-index: 12; margin-top: -35px; }
.vistore-live-search { position: relative; width: min(880px,100%); min-height: 70px; margin-inline: auto; border: 1px solid rgba(208,213,221,.75); border-radius: 18px; padding: 7px 7px 7px 20px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 10px; background: rgba(255,255,255,.98); box-shadow: 0 15px 38px rgba(16,24,40,.15); backdrop-filter: blur(16px); }
.vistore-live-search__icon { color: var(--vs-soft); }
.vistore-live-search__icon svg { width: 21px; }
.vistore-live-search > input[type="search"] { width: 100%; min-height: 54px !important; border: 0 !important; padding: 0 5px !important; color: var(--vs-ink); background: transparent !important; box-shadow: none !important; font-size: 16px; }
.vistore-live-search > button { min-width: 142px; min-height: 54px; border: 0; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--vs-primary); font-weight: 820; box-shadow: 0 5px 13px color-mix(in srgb,var(--vs-primary) 26%,transparent); }
.vistore-live-search > button svg { width: 18px; }
.vistore-live-search__results { position: absolute; z-index: 60; top: calc(100% + 8px); left: 0; right: 0; max-height: min(62vh,480px); overflow-y: auto; border: 1px solid var(--vs-line); border-radius: 15px; padding: 7px; background: var(--vs-surface); box-shadow: 0 18px 42px rgba(16,24,40,.17); }
.vistore-live-search__results[hidden] { display: none; }
.vistore-live-search__heading { padding: 7px 9px; color: var(--vs-muted); font-size: 11px; }
.vistore-live-search__results > a[role="option"] { min-height: 62px; border-radius: 10px; padding: 6px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 10px; color: var(--vs-text); }
.vistore-live-search__results > a[role="option"]:hover,
.vistore-live-search__results > a[role="option"].is-active { background: var(--vs-primary-soft); }
.vistore-live-search__results > a img { width: 52px; height: 48px; border-radius: 8px; object-fit: cover; background: var(--vs-line-soft); }
.vistore-live-search__results > a > span { min-width: 0; display: grid; }
.vistore-live-search__results > a > span strong { overflow: hidden; color: var(--vs-ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-live-search__results > a > span small { color: var(--vs-soft); font-size: 10px; }
.vistore-live-search__results > a b { color: var(--vs-primary); font-size: 12px; white-space: nowrap; }
.vistore-live-search__all { min-height: 42px !important; margin-top: 4px; display: flex !important; grid-template-columns: none !important; justify-content: center; color: var(--vs-primary) !important; background: var(--vs-primary-soft); font-size: 11px; font-weight: 800; }
.vistore-live-search__results--header { top: calc(100% + 9px); min-width: 540px; }
.vistore-home-discovery__quick { width: max-content; max-width: min(880px,100%); min-height: 44px; margin: 12px auto 0; border: 1px solid rgba(208,213,221,.82); border-radius: 14px; padding: 5px 6px 5px 13px; display: flex; align-items: center; gap: 6px; color: var(--vs-muted); background: rgba(255,255,255,.92); box-shadow: 0 6px 18px rgba(16,24,40,.06); }
.vistore-home-discovery__quick-label { min-height: 30px; border-right: 1px solid var(--vs-line); padding-right: 12px; display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: var(--vs-ink); font-size: 12px; font-weight: 700; letter-spacing: -.01em; }
.vistore-home-discovery__quick-label i { width: 7px; height: 7px; border-radius: 50%; display: block; background: var(--vs-accent); box-shadow: 0 0 0 4px color-mix(in srgb,var(--vs-accent) 15%,transparent); }
.vistore-home-discovery__quick-links { min-width: 0; display: flex; align-items: center; gap: 2px; }
.vistore-home-discovery__quick a { min-height: 32px; border-radius: 9px; padding: 0 10px; display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--vs-text); font-size: 12px; font-weight: 600; white-space: nowrap; transition: color .16s ease,background .16s ease,transform .16s ease; }
.vistore-home-discovery__quick a:hover { color: var(--vs-primary); background: color-mix(in srgb,var(--vs-primary) 8%,var(--vs-surface)); transform: translateY(-1px); }

.vistore-section--categories { padding-top: 26px; }
.vistore-category-strip { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; overflow: visible; }
.vistore-category-tile { min-height: 132px; border-color: var(--vs-line-soft); border-radius: 15px; padding: 11px; align-items: flex-start; text-align: left; }
.vistore-category-tile__icon { width: 100%; height: 72px; border-radius: 11px; }
.vistore-category-tile__icon img { width: 100%; height: 100%; object-fit: cover; }
.vistore-category-tile strong { font-size: 13px; }

/* Local marketplace discovery: editorial imagery backed by live categories. */
.vistore-local-selection { padding: 22px 0 16px; overflow: hidden; background: radial-gradient(circle at 4% 5%, rgba(222, 244, 231, .72), transparent 23%), linear-gradient(180deg, #fff 0%, #f7fbf8 100%); }
.vistore-local-hero { isolation: isolate; position: relative; min-height: 318px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .78); border-radius: 24px; background: #0b5c40; box-shadow: 0 16px 34px rgba(20, 70, 52, .12); }
.vistore-local-hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vistore-local-hero__wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 31%, rgba(255, 255, 255, .54) 48%, rgba(255, 255, 255, .04) 70%); }
.vistore-local-hero__wash::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: 28%; width: 27%; border: 2px solid rgba(255, 255, 255, .6); border-left: 0; border-radius: 0 50% 50% 0; transform: rotate(-13deg); box-shadow: 28px 0 0 rgba(255, 255, 255, .18), 54px 0 0 rgba(255, 255, 255, .12); }
.vistore-local-hero__content { position: relative; width: min(53%, 600px); padding: 31px 40px 24px; }
.vistore-local-hero__eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #1f2937; font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.vistore-local-hero__eyebrow i { width: 27px; height: 4px; border-radius: 99px; background: #117447; }
.vistore-local-hero h2 { max-width: 560px; margin: 12px 0 8px; color: #14213a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 3.25vw, 53px); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.vistore-local-hero h2 em { color: #0e7946; font-style: normal; }
.vistore-local-hero__content > p { margin: 0; color: #28364e; font-size: 17px; font-weight: 500; }
.vistore-local-hero__cta { min-height: 45px; margin-top: 15px; border-radius: 13px; padding: 0 19px; display: inline-flex; align-items: center; gap: 10px; color: #fff !important; background: linear-gradient(135deg, #087247, #0d563e); box-shadow: 0 9px 19px rgba(5, 93, 57, .23); font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.vistore-local-hero__cta:hover { color: #fff !important; transform: translateY(-2px); box-shadow: 0 13px 24px rgba(5, 93, 57, .3); }
.vistore-local-hero__cta .vistore-icon { width: 19px; height: 19px; }
.vistore-local-hero__promises { margin-top: 20px; display: flex; align-items: center; gap: clamp(14px, 2.4vw, 36px); }
.vistore-local-hero__promises > span { display: grid; grid-template-columns: 42px auto; grid-template-rows: 19px 17px; column-gap: 9px; min-width: 0; color: #18243a; }
.vistore-local-hero__promises .vistore-icon { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 13px; padding: 10px; color: #087247; background: rgba(229, 246, 235, .82); }
.vistore-local-hero__promises b, .vistore-local-hero__promises small { overflow: hidden; font-size: 11px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.vistore-local-hero__promises b { align-self: end; font-weight: 800; }
.vistore-local-hero__promises small { color: #4d6073; font-weight: 500; }
.vistore-local-hero__local-badge { position: absolute; right: 24px; bottom: 20px; min-width: 290px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 17px; padding: 12px 60px 12px 57px; display: grid; grid-template-columns: 1fr; color: #fff; background: rgba(17, 57, 43, .63); box-shadow: 0 9px 24px rgba(9, 27, 22, .23); backdrop-filter: blur(12px); }
.vistore-local-hero__local-badge > span { position: absolute; left: 12px; top: 11px; width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .17); }
.vistore-local-hero__local-badge .vistore-icon { width: 20px; height: 20px; }
.vistore-local-hero__local-badge b { font-size: 14px; line-height: 1.2; }
.vistore-local-hero__local-badge small { margin-top: 2px; font-size: 11px; opacity: .88; }
.vistore-local-hero__local-badge i { position: absolute; right: 13px; top: 10px; width: 37px; height: 37px; border: 2px solid rgba(255, 255, 255, .9); border-radius: 50%; background: linear-gradient(135deg, #07864c 0 25%, #f4d245 25% 50%, #fff 50% 75%, #cf4542 75%); }
.vistore-local-selection__heading { margin: 22px 2px 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.vistore-local-selection__heading .vistore-eyebrow { margin-bottom: 4px; color: #087247; }
.vistore-local-selection__heading h2 { margin: 0; color: #17223a; font-size: clamp(26px, 2.8vw, 38px); letter-spacing: -.045em; }
.vistore-local-selection__heading p { margin: 5px 0 0; color: #718096; font-size: 14px; }
.vistore-local-selection__heading > a { margin-bottom: 4px; display: inline-flex; align-items: center; gap: 9px; color: #087247; font-size: 13px; font-weight: 800; white-space: nowrap; }
.vistore-local-selection__heading > a .vistore-icon { width: 19px; height: 19px; }
.vistore-local-selection__rail { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.vistore-local-card { isolation: isolate; position: relative; min-width: 0; height: 345px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .82); border-radius: 17px; display: flex; flex-direction: column; color: #162239; background: var(--local-surface, #f9e3dd); box-shadow: 0 7px 20px rgba(34, 64, 57, .1); transition: transform .24s ease, box-shadow .24s ease; }
.vistore-local-card:hover { color: #162239; transform: translateY(-5px); box-shadow: 0 15px 28px rgba(27, 70, 55, .18); }
.vistore-local-card__visual { height: 208px; flex: 0 0 208px; overflow: hidden; display: block; background: #d6e0db; }
.vistore-local-card__visual::after { content: ""; position: absolute; z-index: 1; top: 164px; left: -8%; width: 116%; height: 65px; border-radius: 50% 50% 0 0; background: var(--local-surface, #f9e3dd); }
.vistore-local-card__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--local-position, center); transition: transform .45s ease; }
.vistore-local-card:hover .vistore-local-card__visual img { transform: scale(1.05); }
.vistore-local-card__icon { position: absolute; z-index: 2; top: 174px; left: 50%; width: 52px; height: 52px; border: 2px solid rgba(255, 255, 255, .95); border-radius: 50%; display: grid; place-items: center; color: var(--local-accent, #c85d42); background: rgba(255, 255, 255, .9); box-shadow: 0 4px 13px rgba(72, 42, 31, .12); transform: translateX(-50%); }
.vistore-local-card__icon .vistore-icon { width: 25px; height: 25px; stroke-width: 1.8; }
.vistore-local-card__body { min-height: 0; padding: 20px 13px 10px; display: flex; flex: 1 1 auto; flex-direction: column; align-items: center; text-align: center; }
.vistore-local-card__body > strong { color: #172035; font-size: clamp(15px, 1.22vw, 18px); font-weight: 850; letter-spacing: -.035em; line-height: 1.12; }
.vistore-local-card__body > small { min-height: 32px; margin: 5px 0 7px; color: #3d4656; font-size: 12px; font-weight: 500; line-height: 1.3; }
.vistore-local-card__action { min-height: 39px; margin-top: 0; border-radius: 12px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--local-accent, #c85d42); font-size: 12px; font-weight: 800; box-shadow: 0 6px 12px color-mix(in srgb, var(--local-accent, #c85d42) 26%, transparent); }
.vistore-local-card__action .vistore-icon { width: 16px; height: 16px; }
.vistore-local-card--0 { --local-surface: #f9e1dc; --local-accent: #cc6549; --local-position: 51% center; }
.vistore-local-card--1 { --local-surface: #dbeee3; --local-accent: #438f67; --local-position: 52% center; }
.vistore-local-card--2 { --local-surface: #f9ebc9; --local-accent: #bd851b; --local-position: center; }
.vistore-local-card--3 { --local-surface: #ebe1fb; --local-accent: #7652a9; --local-position: center; }
.vistore-local-card--4 { --local-surface: #f8dcdf; --local-accent: #ca4562; --local-position: center; }
.vistore-local-card--5 { --local-surface: #f5e8d5; --local-accent: #a6762c; --local-position: center; }
.vistore-local-selection__assurances { margin-top: 14px; border: 1px solid #e2e9e5; border-radius: 16px; padding: 13px 10px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, .8); box-shadow: 0 8px 18px rgba(36, 61, 52, .05); }
.vistore-local-selection__assurances > span { min-width: 0; border-right: 1px solid #dce7e0; padding: 0 14px; display: grid; grid-template-columns: 32px minmax(0, 1fr); grid-template-rows: 17px 16px; column-gap: 9px; }
.vistore-local-selection__assurances > span:last-child { border-right: 0; }
.vistore-local-selection__assurances .vistore-icon { grid-row: 1 / 3; width: 32px; height: 32px; color: #075f46; }
.vistore-local-selection__assurances b, .vistore-local-selection__assurances small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vistore-local-selection__assurances b { color: #1c273b; font-size: 13px; font-weight: 800; }
.vistore-local-selection__assurances small { color: #718096; font-size: 11px; }

@media (max-width: 1100px) {
  .vistore-local-selection__rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vistore-local-card { height: 326px; }
  .vistore-local-card__visual { height: 194px; flex-basis: 194px; }
  .vistore-local-card__visual::after { top: 150px; }
  .vistore-local-card__icon { top: 160px; }
  .vistore-local-selection__assurances { grid-template-columns: repeat(2, 1fr); gap: 15px 0; }
  .vistore-local-selection__assurances > span:nth-child(2) { border-right: 0; }
}

@media (max-width: 720px) {
  .vistore-local-selection { padding: 10px 0 5px; }
  /* Mobile keeps the home feed compact; Explorer remains available in the main menu. */
  .vistore-local-hero { display: none; }
  .vistore-local-hero__image { object-position: 61% center; }
  .vistore-local-hero__wash { background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .87) 44%, rgba(255, 255, 255, .2) 77%, rgba(6, 57, 42, .45) 100%); }
  .vistore-local-hero__wash::after { display: none; }
  .vistore-local-hero__content { width: 100%; padding: 27px 21px; }
  .vistore-local-hero__eyebrow { font-size: 9px; letter-spacing: .16em; }
  .vistore-local-hero__eyebrow i { width: 20px; height: 3px; }
  .vistore-local-hero h2 { margin-top: 9px; font-size: clamp(32px, 9vw, 42px); line-height: 1.01; }
  .vistore-local-hero__content > p { max-width: 275px; font-size: 14px; line-height: 1.35; }
  .vistore-local-hero__cta { min-height: 44px; margin-top: 15px; font-size: 13px; }
  .vistore-local-hero__promises { margin-top: 24px; gap: 8px; }
  .vistore-local-hero__promises > span { grid-template-columns: 32px minmax(0, 1fr); grid-template-rows: 16px 15px; column-gap: 5px; flex: 1 1 0; }
  .vistore-local-hero__promises .vistore-icon { width: 32px; height: 32px; border-radius: 10px; padding: 8px; }
  .vistore-local-hero__promises b, .vistore-local-hero__promises small { font-size: 9px; }
  .vistore-local-hero__local-badge { right: 12px; bottom: 12px; min-width: 0; width: calc(100% - 24px); padding: 10px 50px 10px 48px; border-radius: 14px; }
  .vistore-local-hero__local-badge > span { left: 9px; top: 8px; width: 31px; height: 31px; border-radius: 10px; }
  .vistore-local-hero__local-badge b { font-size: 12px; }
  .vistore-local-hero__local-badge small { font-size: 10px; }
  .vistore-local-hero__local-badge i { right: 10px; top: 8px; width: 31px; height: 31px; }
  .vistore-local-selection__heading { margin: 22px 1px 13px; display: block; }
  .vistore-local-selection__heading h2 { font-size: 27px; }
  .vistore-local-selection__heading p { font-size: 12px; }
  .vistore-local-selection__heading > a { margin-top: 11px; font-size: 12px; }
  .vistore-local-selection__rail { width: calc(100% + 24px); margin-left: -12px; padding: 0 12px 8px; display: flex; gap: 11px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .vistore-local-selection__rail::-webkit-scrollbar { display: none; }
  /* Keep the desktop composition; only the rail becomes horizontally scrollable. */
  .vistore-local-card { height: 345px; min-width: min(72vw, 258px); min-height: 0; flex: 0 0 min(72vw, 258px); scroll-snap-align: start; }
  .vistore-local-card__visual { height: 208px; flex: 0 0 208px; }
  .vistore-local-card__visual::after { top: 164px; }
  .vistore-local-card__icon { top: 174px; width: 52px; height: 52px; }
  .vistore-local-card__icon .vistore-icon { width: 25px; height: 25px; }
  .vistore-local-card__body { min-height: 0; padding: 20px 13px 10px; }
  .vistore-local-card__body > strong { max-width: none; display: block; overflow: visible; font-size: clamp(15px, 1.22vw, 18px); line-height: 1.12; text-overflow: clip; white-space: normal; }
  .vistore-local-card__body > small { min-height: 32px; margin: 5px 0 7px; display: block; overflow: visible; font-size: 12px; line-height: 1.3; }
  .vistore-local-card__action { min-height: 39px; margin-top: 0; padding-inline: 13px; font-size: 12px; }
  .vistore-local-selection__assurances { display: none; }
}

/* Phones may expose a tablet-sized CSS viewport in their browser. */
@media (hover: none) and (pointer: coarse) {
  .vistore-local-selection__assurances { display: none; }
}

@media (max-width: 900px) {
  .vistore-category-mega__shell { grid-template-columns: 245px minmax(0,1fr); }
  .vistore-category-mega__subgrid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vistore-category-strip { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .vistore-category-mega { display: none !important; }
  .vistore-category-nav__all { display: none; }
  .vistore-promo-slider { width: 100%; margin-top: 0; }
  .vistore-promo-slider__viewport { min-height: min(118vw,560px); border-radius: 0; }
  .vistore-promo-slider__progress { border-radius: 0; }
  .vistore-promo-slider__content { padding-bottom: 42px; }
  .vistore-promo-slider__controls { bottom: 14px; }
  .vistore-promo-slider__pause { display: none; }
  .vistore-home-discovery { margin-top: -24px; }
  .vistore-live-search { width: 100%; min-height: 58px; border-radius: 15px; padding: 5px 5px 5px 14px; grid-template-columns: 20px minmax(0,1fr) 48px; gap: 6px; }
  .vistore-live-search > input[type="search"] { min-height: 46px !important; font-size: 14px; }
  .vistore-live-search > button { min-width: 48px; min-height: 48px; border-radius: 11px; }
  .vistore-live-search > button span { display: none; }
  .vistore-home-discovery__quick { width: 100%; min-height: 42px; justify-content: flex-start; overflow: hidden; border-radius: 13px; padding: 4px 5px 4px 11px; }
  .vistore-home-discovery__quick-label { min-height: 29px; padding-right: 10px; font-size: 11px; }
  .vistore-home-discovery__quick-links { overflow-x: auto; padding-right: 3px; scrollbar-width: none; }
  .vistore-home-discovery__quick-links::-webkit-scrollbar { display: none; }
  .vistore-home-discovery__quick a { min-height: 31px; padding-inline: 9px; font-size: 11px; }
  .vistore-category-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vistore-category-tile { min-height: 112px; }
  .vistore-category-tile__icon { height: 58px; }
}

@media (max-width: 480px) {
  .vistore-category-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vistore-category-tile { min-height: 108px; }
  .vistore-live-search__results > a[role="option"] { grid-template-columns: 46px minmax(0,1fr); }
  .vistore-live-search__results > a img { width: 46px; height: 44px; }
  .vistore-live-search__results > a b { grid-column: 2; }
  .vistore-live-search__results--header { min-width: min(92vw,540px); }
}

.vistore-follow-form { margin: 0; }
.vistore-follow-form .vistore-button { width: 100%; }
.vistore-follow-form .vistore-button small { min-width: 22px; border-radius: 999px; padding: 2px 5px; color: inherit; background: rgba(255,255,255,.18); font-size: 10px; }
.vistore-follow-form .vistore-button.is-following small { background: #eef2f6; }
.vistore-public-profile__actions .vistore-follow-form { min-width: 148px; }
.vistore-public-profile__stats { grid-template-columns: repeat(4,1fr); }
.vistore-public-profile.is-basic { padding-top: 18px; }
.vistore-public-profile.is-basic .vistore-public-profile__header { min-height: 0; margin-top: 0; box-shadow: none; }
.vistore-public-profile.is-basic .vistore-avatar--xxlarge { width: 82px; height: 82px; }

/* 2.2 runtime and plugin interoperability -------------------------------- */
.vistore-external-slider {
  width: min(calc(100% - 32px), var(--vs-container));
  margin: 18px auto 0;
  overflow: hidden;
}
.vistore-external-slider > *,
.vistore-external-slider .vistore-widget-area { width: 100%; max-width: none; margin: 0; }
.vistore-plugin-sections { margin-top: 16px; min-width: 0; }
.vistore-hook-zone--details { display: grid; gap: 12px; min-width: 0; }
.vistore-hook-zone--details > * { min-width: 0; max-width: 100%; margin: 0 !important; }
.vistore-hook-zone--details form,
.vistore-hook-zone--details fieldset,
.vistore-hook-zone--details table { width: 100%; min-width: 0; }
.vistore-hook-zone--details [class^="flw"],
.vistore-hook-zone--details [class*=" flw"],
.vistore-hook-zone--details [id^="flw"],
.vistore-hook-zone--details [data-plugin*="follow"] { display: none !important; }
.vistore-search-subcategories {
  margin: -6px 0 20px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 1px 7px;
  scrollbar-width: thin;
}
.vistore-search-subcategories a {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid var(--vs-line);
  border-radius: 999px;
  padding: 6px 12px 6px 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vs-ink);
  background: var(--vs-surface);
  font-size: 12px;
  font-weight: 750;
}
.vistore-search-subcategories a > img,
.vistore-search-subcategories a > svg,
.vistore-search-subcategories a > i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.vistore-search-subcategories a:hover { border-color: var(--vs-primary); color: var(--vs-primary); }

@media (max-width: 720px) {
  .vistore-external-slider { width: 100%; margin-top: 0; }
  .vistore-search-subcategories { margin-inline: -16px; padding-inline: 16px; }
}

/* 2.9 slider boundary and monetization ----------------------------------- */
@media (min-width: 721px) {
  .vistore-promo-slider,
  .vistore-external-slider {
    width: min(calc(100% - 32px), var(--vs-container));
    max-width: var(--vs-container);
    margin-inline: auto;
  }
  .vistore-external-slider > *,
  .vistore-external-slider .vistore-widget-area,
  .vistore-external-slider [class*="rev_slider"],
  .vistore-external-slider [class*="revslider"] {
    max-width: 100% !important;
  }
}

.vistore-button--boost { border-color: #f79009; color: var(--vs-warning-strong) !important; background: var(--vs-warning-soft); }
.vistore-button--boost:hover { border-color: #f79009; background: #ffead5; }
.vistore-payment-heading { align-items: center; }
.vistore-wallet-balance { min-width: 160px; border: 1px solid var(--vs-warning-soft); border-radius: 16px; padding: 13px 16px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; gap: 0 10px; background: var(--vs-warning-soft); }
.vistore-wallet-balance > span { grid-row: 1 / 3; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: var(--vs-warning-strong); background: var(--vs-warning-soft); }
.vistore-wallet-balance > span svg { width: 19px; }
.vistore-wallet-balance strong { color: var(--vs-ink); font-size: 20px; line-height: 1; }
.vistore-wallet-balance small { color: var(--vs-muted); font-size: 10px; }
.vistore-payment-notice { margin-bottom: 18px; border: 1px solid var(--vs-warning-soft); border-radius: 13px; padding: 12px; display: flex; gap: 10px; color: var(--vs-warning-strong); background: var(--vs-warning-soft); }
.vistore-payment-notice p { margin: 0; }
.vistore-offer-tabs { position: sticky; z-index: 8; top: 80px; margin: 0 0 20px; border: 1px solid var(--vs-line); border-radius: 13px; padding: 5px; display: flex; gap: 5px; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.vistore-offer-tabs a { flex: 1; min-height: 40px; border-radius: 9px; display: grid; place-items: center; color: var(--vs-text); font-size: 12px; font-weight: 800; }
.vistore-offer-tabs a:hover { color: var(--vs-primary); background: #f3f6fb; }
.vistore-offer-section { scroll-margin-top: 145px; margin-bottom: 34px; }
.vistore-offer-section__heading { margin-bottom: 13px; }
.vistore-offer-section__heading h2 { margin-bottom: 4px; font-size: 21px; }
.vistore-offer-section__heading p { margin: 0; color: var(--vs-muted); font-size: 13px; }
.vistore-offer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.vistore-offer-card { position: relative; min-width: 0; border: 1px solid var(--vs-line); border-radius: 18px; padding: 18px; display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 13px; background: var(--vs-surface); box-shadow: var(--vs-shadow-xs); }
.vistore-offer-card__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-offer-card__icon svg { width: 22px; }
.vistore-offer-card > div > span { color: var(--vs-primary); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.vistore-offer-card h3 { margin: 3px 0 6px; font-size: 15px; }
.vistore-offer-card p { margin: 0; color: var(--vs-muted); font-size: 12px; }
.vistore-offer-card__price { grid-column: 1 / -1; color: var(--vs-ink); font-size: 26px; }
.vistore-offer-card > ul { grid-column: 1 / -1; margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.vistore-offer-card > ul li { display: flex; align-items: center; gap: 7px; color: var(--vs-text); font-size: 12px; }
.vistore-offer-card > ul svg { width: 15px; color: var(--vs-success); }
.vistore-offer-checkout,.vistore-wallet-boost { grid-column: 1 / -1; display: grid; gap: 10px; }
.vistore-offer-checkout > label,.vistore-wallet-boost > label { display: grid; gap: 5px; }
.vistore-offer-checkout label > span,.vistore-wallet-boost label > span { color: var(--vs-muted); font-size: 11px; font-weight: 750; }
.vistore-offer-checkout__empty { color: var(--vs-warning); font-size: 11px; }
.vistore-offer-checkout select,.vistore-wallet-boost select { width: 100%; min-height: 44px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 0 10px; color: var(--vs-ink); background: var(--vs-surface); }
.vistore-wallet-boost { border-top: 1px dashed var(--vs-line); padding-top: 12px; }
.vistore-gateway-picker { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.vistore-gateway-picker label { min-width: 0; min-height: 48px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 6px 8px; display: grid; grid-template-columns: 17px 28px minmax(0,1fr); align-items: center; gap: 6px; cursor: pointer; }
.vistore-gateway-picker label:has(input:checked) { border-color: var(--vs-primary); box-shadow: 0 0 0 2px color-mix(in srgb,var(--vs-primary) 10%,transparent); }
.vistore-gateway-picker strong { overflow: hidden; color: var(--vs-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-payment-logo { width: 28px; height: 28px; border: 1px solid var(--vs-line); border-radius: 8px; display: grid; place-items: center; color: var(--vs-text); background: var(--vs-surface); }
.vistore-payment-logo svg { width: 21px; height: 21px; display: block; }
.vistore-payment-logo.is-bank { color: var(--vs-text); background: var(--vs-fill); }
.vistore-order-history { margin-top: 32px; }
.vistore-order-history h2 { font-size: 20px; }
.vistore-order-history > div { border: 1px solid var(--vs-line); border-radius: 15px; overflow: hidden; background: var(--vs-surface); }
.vistore-order-history article { min-height: 62px; border-bottom: 1px solid var(--vs-line-soft); padding: 9px 12px; display: grid; grid-template-columns: 9px minmax(0,1fr) auto auto; align-items: center; gap: 10px; }
.vistore-order-history article:last-child { border-bottom: 0; }
.vistore-order-history article > span { width: 9px; height: 9px; border-radius: 50%; background: var(--vs-warning); }.vistore-order-history article > span.is-paid { background: var(--vs-success); }.vistore-order-history article > span.is-failed { background: var(--vs-danger); }
.vistore-order-history article div { display: grid; }.vistore-order-history article small { color: var(--vs-soft); font-size: 10px; }.vistore-order-history article b { color: var(--vs-ink); font-size: 12px; }.vistore-order-history article em { border-radius: 99px; padding: 3px 7px; color: var(--vs-muted); background: var(--vs-fill); font-size: 9px; font-style: normal; text-transform: uppercase; }
.vistore-payment-result,.vistore-payment-bridge { width: min(calc(100% - 32px),620px); min-height: 420px; margin: 42px auto; border: 1px solid var(--vs-line); border-radius: 22px; padding: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: var(--vs-surface); box-shadow: var(--vs-shadow-sm); text-align: center; }
.vistore-payment-result__icon { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; color: var(--vs-warning-strong); background: var(--vs-warning-soft); }.vistore-payment-result__icon.is-paid { color: #027a48; background: var(--vs-success-soft); }.vistore-payment-result__icon.is-failed { color: var(--vs-danger-strong); background: var(--vs-danger-soft); }.vistore-payment-result__icon svg { width: 30px; }
.vistore-payment-result h1,.vistore-payment-bridge h1 { margin: 4px 0 0; font-size: 27px; }.vistore-payment-result p,.vistore-payment-bridge p { max-width: 500px; margin: 0; color: var(--vs-muted); }.vistore-payment-result__actions { margin-top: 10px; display: flex; gap: 8px; }
.vistore-bank-instructions { width: 100%; border: 1px solid var(--vs-warning-soft); border-radius: 13px; padding: 14px; color: var(--vs-warning-strong); background: var(--vs-warning-soft); text-align: left; }.vistore-bank-instructions > strong { display: block; margin-bottom: 8px; color: var(--vs-warning-strong); font-size: 18px; }.vistore-bank-instructions p { color: inherit; }
.vistore-payment-bridge__spinner { width: 46px; height: 46px; border: 4px solid var(--vs-line); border-top-color: var(--vs-primary); border-radius: 50%; animation: vistore-payment-spin .8s linear infinite; }@keyframes vistore-payment-spin{to{transform:rotate(360deg)}}

/* Vistore 2.17 — adaptive slider, list cards and private local discovery. */
body.vistore-item-detail .vistore-header__nav { display: none !important; }

.vistore-promo-slider__viewport {
  min-height: 0 !important;
  aspect-ratio: 5 / 2;
  border-radius: 24px !important;
  background: linear-gradient(125deg, #0a214b, var(--vs-primary) 58%, #4385ff);
  box-shadow: 0 20px 54px rgba(9,20,42,.18);
}
.vistore-promo-slider__progress { border-radius: 0 0 24px 24px !important; }

.vistore-promo-slider__slide { padding: clamp(20px, 4vw, 52px); }
.vistore-promo-slider__content { position: relative; inset: auto; left: auto; width: 100%; height: 100%; padding: 0; display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .9fr); align-items: center; gap: clamp(24px, 5vw, 72px); color: #fff; }
.vistore-promo-slider__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.vistore-promo-slider__eyebrow { margin-bottom: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 6px 9px; color: #e5edff; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.vistore-promo-slider__content h2 { max-width: 13ch; margin: 0 0 12px; color: #fff; font-size: clamp(28px, 4vw, 52px); line-height: 1.06; text-wrap: balance; }
.vistore-promo-slider__location { margin-bottom: 18px; display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.84); font-size: 13px; }
.vistore-promo-slider__location svg { width: 15px; height: 15px; }
.vistore-promo-slider__price { margin-bottom: 20px; color: #fff; font-size: clamp(23px, 2.8vw, 34px); line-height: 1; letter-spacing: -.035em; }
.vistore-promo-slider__media { position: relative; height: 100%; min-height: 250px; border: 1px solid rgba(255,255,255,.26); border-radius: 18px; padding: 8px; display: block; overflow: hidden; background: rgba(255,255,255,.14); box-shadow: 0 24px 42px rgba(3,12,32,.26); transform: rotate(2deg); }
.vistore-promo-slider__media picture,.vistore-promo-slider__media img { width: 100%; height: 100%; display: block; }
.vistore-promo-slider__media img { border-radius: 12px; object-fit: contain; background: var(--vs-fill); }
.vistore-promo-slider__media:hover { transform: rotate(0) translateY(-2px); }

@media (max-width: 720px) {
  .vistore-promo-slider { width: calc(100% - 18px); margin: 10px auto 0; border-radius: 17px; }
  .vistore-promo-slider__viewport { aspect-ratio: auto; min-height: 0 !important; border-radius: 17px !important; }
  .vistore-promo-slider__progress { border-radius: 0 0 17px 17px !important; }
  .vistore-promo-slider__slide { padding: 18px 16px 58px; }
  .vistore-promo-slider__content { min-height: min(132vw, 600px); grid-template-columns: 1fr; grid-template-rows: auto minmax(230px,1fr); gap: 17px; }
  .vistore-promo-slider__copy { order: 2; }
  .vistore-promo-slider__content h2 { max-width: 19ch; font-size: 30px; }
  .vistore-promo-slider__location { margin-bottom: 12px; }
  .vistore-promo-slider__price { margin-bottom: 14px; font-size: 26px; }
  .vistore-promo-slider__media { order: 1; min-height: 235px; max-height: 310px; padding: 6px; border-radius: 15px; transform: none; }
  .vistore-promo-slider__media img { border-radius: 10px; }
}

.js .vistore-search-results .vistore-pagination[data-vistore-pagination] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.vistore-infinite-scroll {
  min-height: 66px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--vs-muted);
  font-size: 11px;
  font-weight: 720;
}
.vistore-infinite-scroll__spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #dce3ed;
  border-top-color: var(--vs-primary);
  border-radius: 50%;
  opacity: 0;
}
.vistore-infinite-scroll.is-loading .vistore-infinite-scroll__spinner { opacity: 1; animation: vistore-infinite-spin .75s linear infinite; }
.vistore-infinite-scroll.is-finished { min-height: 42px; }
.vistore-infinite-scroll.is-finished .vistore-infinite-scroll__spinner { display: none; }
@keyframes vistore-infinite-spin { to { transform: rotate(360deg); } }

.vistore-search-results .vistore-listing-grid.is-list {
  grid-template-columns: minmax(0,1fr);
  gap: 12px;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card {
  min-height: 196px;
  border: 1px solid var(--vs-line);
  border-radius: 17px;
  display: grid;
  grid-template-columns: minmax(210px,28%) minmax(0,1fr);
  overflow: hidden;
  background: var(--vs-surface);
  box-shadow: 0 3px 12px rgba(16,24,40,.05);
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__image {
  min-height: 180px;
  margin: 8px;
  border-radius: 12px;
  grid-row: 1 / span 3;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__body {
  min-width: 0;
  padding: 18px 62px 15px 10px;
  display: flex;
  flex-direction: column;
}
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__category { margin-bottom: 5px; font-size: 9.5px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__title { width: 100%; font-size: 18px; line-height: 1.3; white-space: normal; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__summary { max-width: 70ch; margin: 9px 0 0; display: -webkit-box; overflow: hidden; color: var(--vs-muted); font-size: 11.5px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__meta { order: 3; margin-top: auto; padding-top: 12px; display: flex; flex-wrap: wrap; gap: 12px; font-size: 10.5px; }
.vistore-search-results .vistore-listing-grid.is-list .vistore-card__list-action { position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-search-results .vistore-listing-grid.is-list .vistore-favorite--card { top: 13px; right: 13px; }

.vistore-section--personalized { padding: 24px 0 8px; background: linear-gradient(180deg,var(--vs-fill-soft) 0%,var(--vs-surface) 100%); }
.vistore-section--personalized[hidden],
.vistore-personalized-results[hidden],
.vistore-personalized-skeleton[hidden] { display: none !important; }
.vistore-recent-searches { margin-bottom: 22px; }
.vistore-recent-searches .vistore-section-heading { margin-bottom: 9px; }
.vistore-recent-searches .vistore-section-heading h2 { font-size: 18px; }
.vistore-recent-searches__chips { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.vistore-recent-searches__chips::-webkit-scrollbar { display: none; }
.vistore-recent-searches__chips a { min-height: 38px; border: 1px solid var(--vs-line); border-radius: 999px; padding: 8px 13px; display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--vs-text); background: var(--vs-surface); font-size: 11px; font-weight: 720; box-shadow: 0 2px 6px rgba(16,24,40,.035); }
.vistore-recent-searches__chips a:hover { border-color: #b8cdf7; color: var(--vs-primary); }
.vistore-personalized-skeleton { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.vistore-personalized-skeleton > span { min-height: 265px; border-radius: 16px; overflow: hidden; background: linear-gradient(90deg,var(--vs-line-soft) 25%,#f8f9fb 40%,var(--vs-line-soft) 60%); background-size: 300% 100%; animation: vistore-personalized-skeleton 1.15s infinite; }
@keyframes vistore-personalized-skeleton { to { background-position: -100% 0; } }
.vistore-ai-result__applied { width: max-content; min-height: 34px; border-radius: 9px; padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; color: var(--vs-success-strong); background: var(--vs-success-soft); font-size: 10px; font-weight: 800; }
.vistore-ai-result__applied svg { width: 14px; }

@media (max-width: 900px) {
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card { grid-template-columns: minmax(175px,34%) minmax(0,1fr); }
  .vistore-personalized-skeleton { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .vistore-promo-slider__viewport { min-height: 0 !important; aspect-ratio: 3 / 4; border-radius: 0 !important; }
  .vistore-search-results .vistore-listing-grid.is-list { grid-template-columns: 1fr; gap: 9px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card { min-height: 132px; border-radius: 15px; grid-template-columns: 124px minmax(0,1fr); }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__image { min-height: 116px; margin: 7px; border-radius: 11px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__body { padding: 11px 39px 10px 2px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__category { margin-bottom: 3px; font-size: 9px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__title { font-size: 14px; line-height: 1.3; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__summary,
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__photo-count,
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__seen,
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__list-action { display: none; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__meta { margin-top: auto; padding-top: 7px; display: grid; gap: 3px; font-size: 9.5px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__price { left: 6px; bottom: 6px; max-width: calc(100% - 12px); font-size: 11.5px; }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-favorite--card { top: 7px; right: 7px; }
  .vistore-infinite-scroll { min-height: 58px; margin-top: 8px; }
  .vistore-section--personalized { padding: 17px 0 4px; }
  .vistore-section--personalized .vistore-section-heading h2 { font-size: 18px; }
  .vistore-section--personalized .vistore-section-heading > a { font-size: 10px; }
  .vistore-recent-searches { margin-bottom: 18px; }
  .vistore-recent-searches__chips { margin-inline: -9px; padding-inline: 9px; }
  .vistore-recent-searches__chips a { min-height: 36px; padding: 7px 11px; font-size: 10.5px; }
  .vistore-personalized-skeleton { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .vistore-personalized-skeleton > span { min-height: 218px; border-radius: 14px; }
}

/* Vistore 1.0.10 — item promotion is distinct from a custom advert. */
.vistore-promo-slider__slide--item .vistore-promo-slider__media picture img { transform: none !important; }

/* Custom adverts keep the original full-visual advertising treatment. */
.vistore-promo-slider__slide--custom > picture,
.vistore-promo-slider__slide--custom > picture img { width: 100%; height: 100%; display: block; }
.vistore-promo-slider__slide--custom > picture img { object-fit: cover; }
.vistore-promo-slider__slide--custom::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(7,16,31,.8) 0%,rgba(7,16,31,.48) 44%,rgba(7,16,31,.06) 78%); }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content { position: absolute; z-index: 2; inset-block: 0; left: clamp(24px,6vw,76px); width: min(540px,calc(100% - 48px)); height: auto; padding: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content > span { margin-bottom: 10px; border: 0; border-radius: 0; padding: 0; color: #dbe7ff; background: transparent; backdrop-filter: none; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 14ch; margin-bottom: 12px; color: #fff; font-size: clamp(30px,5vw,55px); line-height: 1.08; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 58ch; margin: 0 0 16px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.55; }
.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content { left: 50%; transform: translateX(-50%); align-items: center; text-align: center; }
.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { right: clamp(24px,6vw,76px); left: auto; align-items: flex-end; text-align: right; }

/* Listing card price: full image footer, readable on every photo. */
.vistore-card__price { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; width: 100%; max-width: none; min-height: 64px; overflow: hidden; border-radius: 0 0 6px 6px; padding: 38px 36px 8px 8px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.04935) 13.71%,rgba(0,0,0,.11481) 25.12%,rgba(0,0,0,.1925) 34.61%,rgba(0,0,0,.27852) 42.59%,rgba(0,0,0,.36898) 49.46%,rgba(0,0,0,.46) 55.63%,rgba(0,0,0,.54769) 61.47%,rgba(0,0,0,.62815) 67.41%,rgba(0,0,0,.6975) 73.83%,rgba(0,0,0,.75185) 81.13%,rgba(0,0,0,.78731) 89.73%,rgba(0,0,0,.8)); font-size: 17px; font-weight: 600; line-height: 20px; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.vistore-card__photo-count { z-index: 6; }

/* Favorites: visible without a white pill; item count sits over the icon. */
.vistore-favorite--card button { position: relative; width: 38px; min-width: 38px; height: 38px; min-height: 38px; border: 1px solid rgba(255,255,255,.52); border-radius: 12px; color: #fff; background: rgba(10,18,32,.55); box-shadow: 0 7px 18px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.vistore-favorite--card:hover button { border-color: rgba(255,255,255,.86); background: rgba(10,18,32,.74); }
.vistore-favorite--card.is-active button { border-color: rgba(255,211,220,.72); color: #fff; background: #e11d48; }
.vistore-favorite--card button b { position: absolute; top: -7px; right: -7px; min-width: 18px; height: 18px; border: 2px solid var(--vs-surface); border-radius: 999px; padding: 0 4px; display: grid; place-items: center; color: #fff; background: #e11d48; box-shadow: 0 3px 8px rgba(0,0,0,.2); font-size: 9px; line-height: 1; }
.vistore-favorite--card button b[hidden] { display: none; }
.vistore-header__favorites { position: relative; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.vistore-header__favorites b { top: 0; right: -2px; border-color: var(--vs-header-bg,var(--vs-surface)); }

/* Business profile entry: a distinct premium call-to-action, not a utility row. */
.vistore-seller-card__profile-link--business { min-height: 66px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 9px; color: #fff; background: linear-gradient(135deg,#101828 0%,#1d2f50 56%,var(--vs-primary) 150%); box-shadow: 0 14px 26px rgba(16,24,40,.2); }
.vistore-seller-card__profile-link--business:hover { border-color: rgba(255,255,255,.3); color: #fff; background: linear-gradient(135deg,#0b1220 0%,#172b4d 56%,var(--vs-primary) 150%); transform: translateY(-2px); }
.vistore-seller-card__profile-link--business .vistore-seller-card__profile-link-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; color: #fff; background: rgba(255,255,255,.1); }
.vistore-seller-card__profile-link--business > .vistore-icon { width: 28px; height: 28px; border-radius: 50%; padding: 7px; color: #fff; background: rgba(255,255,255,.12); }
.vistore-seller-card__profile-link--business strong { font-size: 13px; }
.vistore-seller-card__profile-link--business small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 10px; }

@media (max-width: 720px) {
  .vistore-promo-slider__viewport { border-radius: 17px !important; }
  .vistore-promo-slider__progress { border-radius: 0 0 17px 17px !important; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content { right: 18px; bottom: 42px; left: 18px; width: auto; height: auto; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content,
  .vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { right: 18px; left: 18px; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { font-size: 30px; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content p { font-size: 13px; }
  .vistore-card__price { min-height: 52px; padding: 29px 32px 6px 6px; font-size: 12px; line-height: 15px; }
  .vistore-header__favorites { width: 42px; height: 42px; min-height: 42px; }
}

@media (max-width: 380px) {
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card { grid-template-columns: 108px minmax(0,1fr); }
  .vistore-search-results .vistore-listing-grid.is-list .vistore-card__image { min-height: 108px; }
}

/* Vistore 1.0.11 — stable item promotion, plugin-safe filters and card actions. */
/*
 * Custom advertising remains intentionally untouched above.  These rules apply
 * only to promoted listings, whose real title and real photo must never be
 * treated like an advertising background image.
 */
.vistore-promo-slider__slide--item { padding: clamp(22px, 3.3vw, 48px) clamp(32px, 5.2vw, 78px) clamp(50px, 5vw, 66px); }
.vistore-promo-slider__slide--item .vistore-promo-slider__content {
  position: relative;
  inset: auto;
  left: auto;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .92fr);
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
}
.vistore-promo-slider__slide--item .vistore-promo-slider__copy { min-width: 0; max-width: 600px; }
.vistore-promo-slider__slide--item .vistore-promo-slider__eyebrow { margin-bottom: 12px; }
.vistore-promo-slider__slide--item .vistore-promo-slider__content h2 {
  max-width: 14ch;
  margin: 0 0 14px;
  overflow: hidden;
  color: #fff;
  font-size: clamp(30px, 3.35vw, 48px);
  line-height: 1.08;
  letter-spacing: -.038em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.vistore-promo-slider__slide--item .vistore-promo-slider__location { max-width: 100%; margin-bottom: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vistore-promo-slider__slide--item .vistore-promo-slider__price { margin-bottom: 20px; font-size: clamp(23px, 2.3vw, 32px); }
.vistore-promo-slider__slide--item .vistore-promo-slider__media {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  height: auto;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 18px 34px rgba(3,12,32,.25);
  transform: none;
}
.vistore-promo-slider__slide--item .vistore-promo-slider__media img { object-fit: contain; }
.vistore-promo-slider__slide--item .vistore-promo-slider__media:hover { transform: translateY(-2px); }

/* Third-party category attributes are one field per row in the narrow search rail. */
.vistore-filter-dynamic { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.vistore-filter-dynamic > * { min-width: 0 !important; max-width: 100% !important; float: none !important; clear: both !important; }
.vistore-filter-dynamic label,
.vistore-filter-dynamic fieldset,
.vistore-filter-dynamic .control-group,
.vistore-filter-dynamic .row,
.vistore-filter-dynamic .form-group { min-width: 0; margin: 0 !important; display: grid !important; grid-template-columns: minmax(0, 1fr) !important; gap: 5px; }
.vistore-filter-dynamic label,
.vistore-filter-dynamic legend,
.vistore-filter-dynamic .control-label { color: var(--vs-text) !important; font-size: 12px !important; font-weight: 750 !important; line-height: 1.25 !important; }
.vistore-filter-dynamic input,
.vistore-filter-dynamic select,
.vistore-filter-dynamic textarea { width: 100% !important; min-width: 0 !important; min-height: 42px !important; margin: 0 !important; box-sizing: border-box !important; font-size: 13px !important; }
.vistore-filter-dynamic .controls,
.vistore-filter-dynamic .input-append,
.vistore-filter-dynamic .input-prepend { min-width: 0 !important; display: block !important; }
.vistore-filter-dynamic .controls > input,
.vistore-filter-dynamic .controls > select { width: 100% !important; }

/* The price remains part of the image, but photo controls stay readable above it. */
.vistore-card__price { z-index: 5; padding-right: 72px; font-weight: 700; letter-spacing: -.015em; }
.vistore-card__photo-count { z-index: 7; right: 8px; bottom: 8px; border: 1px solid rgba(255,255,255,.16); background: rgba(9,18,34,.78); box-shadow: 0 5px 12px rgba(0,0,0,.16); }
.vistore-favorite--card { z-index: 8; }
.vistore-favorite--card button { border-color: rgba(255,255,255,.42); border-radius: 11px; background: rgba(8,16,30,.64); }
.vistore-favorite--card button:hover { color: #fff; border-color: rgba(255,255,255,.8); background: rgba(8,16,30,.84); }
.vistore-favorite--card.is-active button { border-color: #fb7185; background: #e11d48; }

/* The professional catalogue is an entry point, not a large decorative banner. */
.vistore-seller-card__profile-link--business {
  min-height: 58px;
  border: 1px solid rgba(21,94,239,.2);
  border-radius: 14px;
  padding: 8px 9px 8px 12px;
  color: #172b4d;
  background: linear-gradient(135deg,var(--vs-surface-subtle) 0%,var(--vs-primary-soft) 100%);
  box-shadow: none;
}
.vistore-seller-card__profile-link--business:hover { border-color: var(--vs-primary); color: #0b4ad6; background: var(--vs-surface); transform: none; box-shadow: 0 8px 18px rgba(21,94,239,.12); }
.vistore-seller-card__profile-link--business .vistore-seller-card__profile-link-icon { width: 38px; height: 38px; border: 0; border-radius: 10px; color: #fff; background: var(--vs-primary); }
.vistore-seller-card__profile-link--business > .vistore-icon { width: 30px; height: 30px; border-radius: 10px; padding: 8px; color: var(--vs-primary); background: #dceaff; }
.vistore-seller-card__profile-link--business strong { color: inherit; font-size: 12px; }
.vistore-seller-card__profile-link--business small { color: var(--vs-muted); font-size: 9.5px; }

@media (max-width: 720px) {
  .vistore-promo-slider__slide--item { padding: 16px 16px 56px; }
  .vistore-promo-slider__slide--item .vistore-promo-slider__content { min-height: min(132vw, 570px); grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto; gap: 17px; }
  .vistore-promo-slider__slide--item .vistore-promo-slider__media { order: 1; max-height: 268px; padding: 6px; border-radius: 15px; }
  .vistore-promo-slider__slide--item .vistore-promo-slider__copy { order: 2; }
  .vistore-promo-slider__slide--item .vistore-promo-slider__content h2 { max-width: 19ch; font-size: clamp(26px,8vw,34px); }
  .vistore-promo-slider__slide--item .vistore-promo-slider__location { margin-bottom: 12px; font-size: 12px; }
  .vistore-promo-slider__slide--item .vistore-promo-slider__price { margin-bottom: 13px; font-size: 25px; }
  .vistore-filter-dynamic { gap: 11px; }
  .vistore-card__price { padding-right: 56px; }
}

@media (max-width: 720px) {
  .vistore-offer-grid { grid-template-columns: 1fr; }
  .vistore-payment-heading { align-items: stretch; }
  .vistore-wallet-balance { width: 100%; }
  .vistore-offer-tabs { top: 66px; margin-inline: -2px; }
  .vistore-offer-card { border-radius: 16px; padding: 15px; }
  .vistore-payment-result,.vistore-payment-bridge { width: calc(100% - 20px); min-height: 390px; margin: 10px auto 86px; border-radius: 18px; padding: 28px 18px; }
  .vistore-payment-result__actions { width: 100%; flex-direction: column; }
  .vistore-order-history article { grid-template-columns: 9px minmax(0,1fr) auto; }.vistore-order-history article em { grid-column: 2 / -1; justify-self: start; }
}

/* Browser push opt-in ------------------------------------------------------ */
.vistore-push-optin {
  position: fixed;
  z-index: 95;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 46px minmax(180px, 1fr) auto 34px;
  align-items: center;
  gap: 12px;
  width: min(620px, calc(100vw - 36px));
  padding: 14px;
  border: 1px solid rgba(21, 94, 239, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 55px rgba(16, 24, 40, .2);
  backdrop-filter: blur(14px);
}
.vistore-push-optin[hidden] { display: none; }
.vistore-push-optin > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--vs-primary);
  border-radius: 14px;
  background: var(--vs-primary-soft);
}
.vistore-push-optin > span svg { width: 23px; height: 23px; }
.vistore-push-optin > div { display: grid; gap: 3px; }
.vistore-push-optin > div strong { color: var(--vs-ink); font-size: 14px; }
.vistore-push-optin > div small { color: var(--vs-muted); font-size: 12px; line-height: 1.35; }
.vistore-push-optin.is-active { border-color: rgba(3, 152, 85, .24); }
.vistore-push-optin.is-active > span { color: #027a48; background: var(--vs-success-soft); }
.vistore-push-optin.is-error > span { color: var(--vs-danger-strong); background: var(--vs-danger-soft); }

@media (max-width: 680px) {
  .vistore-push-optin {
    grid-template-columns: 42px 1fr 30px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    padding: 12px;
  }
  .vistore-push-optin > span { width: 42px; height: 42px; }
  .vistore-push-optin > .vistore-button { grid-column: 1 / -1; width: 100%; }
  .vistore-push-optin > .vistore-icon-button { grid-column: 3; grid-row: 1; }
}

/* 2.10 professional storefront and profile editor ------------------------- */
.vistore-business-settings { overflow: hidden; }
.vistore-business-settings__heading { align-items: center !important; }
.vistore-business-settings__heading > div > small { display: block; margin-bottom: 2px; color: var(--vs-primary); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vistore-business-settings__status { margin-left: auto; display: grid; justify-items: end; gap: 7px; }
.vistore-business-settings__status a { display: inline-flex; align-items: center; gap: 5px; color: var(--vs-primary); font-size: 11px; font-weight: 800; }
.vistore-business-settings__status a svg { width: 14px; }
.vistore-business-upgrade-note { border: 1px solid var(--vs-primary-soft); border-radius: 14px; padding: 14px; display: flex; align-items: flex-start; gap: 11px; color: #17315e; background: #f4f7ff; }
.vistore-business-upgrade-note > svg { width: 22px; flex: 0 0 auto; }
.vistore-business-upgrade-note strong { font-size: 13px; }
.vistore-business-upgrade-note p { margin: 3px 0 0; color: #52637c; font-size: 11px; line-height: 1.55; }
.vistore-business-subheading { margin: 22px 0 10px; border-top: 1px solid var(--vs-line-soft); padding-top: 18px; }
.vistore-business-subheading > div { display: flex; align-items: center; gap: 10px; }
.vistore-business-subheading > div > span { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--vs-primary); font-size: 11px; font-weight: 900; }
.vistore-business-subheading h3 { margin: 0; color: var(--vs-ink); font-size: 15px; }
.vistore-business-subheading p { margin: 2px 0 0; color: var(--vs-muted); font-size: 11px; }
.vistore-business-media { grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); gap: 12px; }
.vistore-business-media__card { min-width: 0; overflow: hidden; border: 1px solid var(--vs-line); border-radius: 15px; background: var(--vs-surface); }
.vistore-business-media__preview { position: relative; width: 100%; overflow: hidden; display: grid; place-items: center; color: var(--vs-muted); background: #edf2f7; }
.vistore-business-media__card--cover .vistore-business-media__preview { height: 178px; border-radius: 0; }
.vistore-business-media__card--logo .vistore-business-media__preview { width: 118px; height: 118px; margin: 18px auto 2px; border: 1px solid var(--vs-line); border-radius: 24px; background: var(--vs-surface); box-shadow: var(--vs-shadow-sm); }
.vistore-business-media__preview > span { display: grid; justify-items: center; gap: 7px; }
.vistore-business-media__preview > span svg { width: 28px; }
.vistore-business-media__preview > span small { font-size: 10px; }
.vistore-business-media__preview img { width: 100%; height: 100%; object-fit: cover; }
.vistore-business-media__card--logo .vistore-business-media__preview img { object-fit: contain; }
.vistore-business-media__content { padding: 13px; display: grid; gap: 6px; }
.vistore-business-media__content > strong { color: var(--vs-ink); font-size: 13px; }
.vistore-business-media__content > small { color: var(--vs-muted); font-size: 10.5px; line-height: 1.45; }
.vistore-business-upload { width: max-content; min-height: 37px; margin-top: 4px; border: 1px solid color-mix(in srgb, var(--vs-primary) 26%, var(--vs-line)); border-radius: 10px; padding: 7px 10px; display: inline-flex !important; align-items: center !important; gap: 6px; color: var(--vs-primary); background: var(--vs-primary-soft); font-size: 11px; font-weight: 820; cursor: pointer; }
.vistore-business-upload svg { width: 16px; }
.vistore-business-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.vistore-business-upload__filename { overflow: hidden; max-width: 100%; color: var(--vs-text) !important; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-remove { margin-top: 2px; color: var(--vs-muted); font-size: 10px; }
.vistore-business-information { border: 1px solid var(--vs-line); border-radius: 14px; padding: 14px; background: var(--vs-surface-subtle); }
.vistore-business-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.vistore-business-features .vistore-checkbox { min-height: 44px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 8px 10px; background: var(--vs-surface); }
.vistore-business-features .vistore-checkbox span { display: inline-flex; align-items: center; gap: 6px; font-weight: 720; }
.vistore-business-features .vistore-checkbox span svg { width: 14px; color: var(--vs-success); }
.vistore-business-hours { margin-top: 10px; background: var(--vs-surface-subtle); }
.vistore-business-hours > p,
.vistore-business-payments > p,
.vistore-business-socials p { margin: -6px 0 10px; color: var(--vs-muted); font-size: 11px; }
.vistore-business-details-grid { margin-top: 10px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 10px; }
.vistore-business-payments,
.vistore-business-facts { margin: 0; background: var(--vs-surface); }
.vistore-business-socials { margin-top: 10px; border: 1px solid var(--vs-line); border-radius: 14px; padding: 14px; background: var(--vs-surface-subtle); }
.vistore-business-socials h3 { margin: 0; font-size: 15px; }

.vistore-public-profile.is-pro { padding-bottom: 56px; background: var(--vs-surface-subtle); }
.vistore-business-hero { position: relative; height: clamp(220px, 27vw, 340px); overflow: hidden; isolation: isolate; background-color: #0d2750; background-image: radial-gradient(circle at 85% 15%, rgba(80,138,255,.62), transparent 27%), linear-gradient(125deg, #071b38 0%, #143b78 58%, #2365c7 100%); background-position: center; background-size: cover; }
.vistore-business-hero__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,15,34,.04) 20%, rgba(4,15,34,.5) 100%); }
.vistore-business-hero__inner { height: 100%; display: flex; align-items: flex-start; justify-content: flex-end; padding-top: 22px; }
.vistore-business-hero__label { min-height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 7px 11px; display: inline-flex; align-items: center; gap: 6px; color: #fff; background: rgba(8,25,52,.54); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; }
.vistore-business-hero__label svg { width: 15px; }
.vistore-public-profile.is-pro > .vistore-container { position: relative; }
.vistore-public-profile.is-pro .vistore-public-profile__header { min-height: 170px; margin-top: -76px; border: 0; border-radius: 22px; padding: 20px 22px; grid-template-columns: auto minmax(0, 1fr) minmax(180px, auto); gap: 19px; box-shadow: 0 18px 45px rgba(16,24,40,.13); }
.vistore-public-profile__visual { align-self: center; }
.vistore-public-profile.is-pro .vistore-public-profile__logo { width: 126px; height: 126px; border: 1px solid var(--vs-line-soft); border-radius: 25px; box-shadow: 0 10px 24px rgba(16,24,40,.12); }
.vistore-public-profile.is-pro .vistore-public-profile__name h1 { max-width: 680px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.025em; }
.vistore-public-profile.is-pro .vistore-public-profile__tagline { max-width: 680px; margin: 7px 0; color: var(--vs-text); font-size: 14px; line-height: 1.5; }
.vistore-public-profile.is-pro .vistore-public-profile__meta { gap: 7px; }
.vistore-public-profile.is-pro .vistore-public-profile__meta > span { min-height: 29px; border-radius: 999px; padding: 5px 9px; background: var(--vs-fill); }
.vistore-public-profile.is-pro .vistore-public-profile__meta > .is-open { color: var(--vs-success-strong); background: var(--vs-success-soft); }
.vistore-public-profile.is-pro .vistore-public-profile__meta > .is-closed { color: var(--vs-danger-strong); background: var(--vs-danger-soft); }
.vistore-public-profile.is-pro .vistore-public-profile__actions { min-width: 190px; display: grid; align-content: center; gap: 8px; }
.vistore-public-profile.is-pro .vistore-public-profile__actions > .vistore-button,
.vistore-public-profile.is-pro .vistore-public-profile__actions > form .vistore-button { width: 100%; min-height: 42px; justify-content: center; }
.vistore-public-profile.is-pro .vistore-public-profile__stats { margin: 14px 0 18px; border: 0; border-radius: 16px; box-shadow: 0 7px 20px rgba(16,24,40,.055); }
.vistore-public-profile.is-pro .vistore-public-profile__stats > div { position: relative; padding: 15px 10px; }
.vistore-public-profile.is-pro .vistore-public-profile__stats strong { color: var(--vs-primary); font-size: 23px; }
.vistore-business-showcase { margin: 0 0 30px; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .72fr); gap: 14px; }
.vistore-business-showcase__main,
.vistore-business-showcase > aside > div { border: 0; border-radius: 17px; padding: 19px; box-shadow: 0 7px 22px rgba(16,24,40,.055); }
.vistore-business-block-heading { display: flex; align-items: center; gap: 10px; }
.vistore-business-block-heading > span { width: 39px; height: 39px; border-radius: 11px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-business-block-heading > span svg { width: 19px; }
.vistore-business-block-heading small,
.vistore-public-hours header small { color: var(--vs-primary); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vistore-business-block-heading h2,
.vistore-public-hours header h2 { margin: 1px 0 0; font-size: 17px; }
.vistore-business-showcase__description { margin: 16px 0 0; color: var(--vs-text); font-size: 13px; line-height: 1.75; }
.vistore-business-showcase__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.vistore-business-showcase__facts span { grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 7px; padding: 11px; background: var(--vs-fill-soft); }
.vistore-business-showcase__facts span > svg { grid-row: 1 / 3; align-self: center; width: 18px; color: var(--vs-primary); }
.vistore-business-showcase__facts small,
.vistore-business-showcase__facts strong { grid-column: 2; overflow-wrap: anywhere; }
.vistore-business-showcase__facts small { font-size: 10px; }
.vistore-business-showcase__facts strong { font-size: 12px; }
.vistore-business-showcase__services { padding-top: 17px; border-top: 1px solid var(--vs-line-soft); display: block; }
.vistore-business-showcase__services h3 { margin: 0 0 9px; font-size: 13px; }
.vistore-business-showcase__services > div { display: flex; gap: 6px; flex-wrap: wrap; }
.vistore-business-showcase__services span { border: 1px solid #cdebdc; border-radius: 999px; padding: 6px 9px; }
.vistore-public-hours header { margin-bottom: 11px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.vistore-public-hours header > span { border-radius: 999px; padding: 5px 7px; font-size: 9px; font-weight: 800; }
.vistore-public-hours header > .is-open { color: var(--vs-success-strong); background: var(--vs-success-soft); }
.vistore-public-hours header > .is-closed { color: var(--vs-danger-strong); background: var(--vs-danger-soft); }
.vistore-public-hours > div { min-height: 32px; border-top: 1px solid var(--vs-line-soft); align-items: center; }
.vistore-public-socials > div { display: grid; gap: 6px; }
.vistore-public-socials a { min-height: 38px; border: 0; border-radius: 10px; padding: 6px 8px; display: grid; grid-template-columns: 26px minmax(0, 1fr) 15px; align-items: center; gap: 7px; background: var(--vs-fill-soft); }
.vistore-public-socials a > span { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: var(--vs-primary); font-size: 10px; font-weight: 900; }
.vistore-public-socials a > svg { width: 14px; }
.vistore-business-catalog-heading p { margin: 3px 0 0; color: var(--vs-muted); font-size: 11px; }

@media (max-width: 960px) {
  .vistore-business-media { grid-template-columns: 1fr; }
  .vistore-business-media__card--logo { display: grid; grid-template-columns: 155px minmax(0, 1fr); align-items: center; }
  .vistore-business-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vistore-business-details-grid { grid-template-columns: 1fr; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { grid-template-columns: auto minmax(0, 1fr); }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vistore-business-settings__heading { grid-template-columns: 36px minmax(0, 1fr) !important; }
  .vistore-business-settings__status { grid-column: 1 / -1; width: 100%; margin: 4px 0 0; display: flex; align-items: center; justify-content: space-between; }
  .vistore-business-media__card--cover .vistore-business-media__preview { height: 132px; }
  .vistore-business-media__card--logo { grid-template-columns: 118px minmax(0, 1fr); }
  .vistore-business-media__card--logo .vistore-business-media__preview { width: 90px; height: 90px; margin: 14px; border-radius: 19px; }
  .vistore-business-features { grid-template-columns: 1fr 1fr; gap: 6px; }
  .vistore-business-features .vistore-checkbox { min-height: 40px; padding: 7px; font-size: 10px; }
  .vistore-business-hours > div { grid-template-columns: 70px minmax(0, 1fr) 10px minmax(0, 1fr); gap: 5px; }
  .vistore-business-hours > div .vistore-checkbox { grid-column: 2 / -1; }
  .vistore-business-hero { height: 205px; }
  .vistore-business-hero__inner { padding-top: 12px; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { min-height: 0; margin-top: -52px; border-radius: 18px; padding: 14px; grid-template-columns: 76px minmax(0, 1fr); align-items: start; gap: 11px; }
  .vistore-public-profile.is-pro .vistore-public-profile__logo { width: 76px; height: 76px; border-radius: 17px; }
  .vistore-public-profile.is-pro .vistore-public-profile__name { align-items: flex-start; }
  .vistore-public-profile.is-pro .vistore-public-profile__name h1 { width: 100%; font-size: 20px; }
  .vistore-public-profile.is-pro .vistore-pro-badge { font-size: 8px; }
  .vistore-public-profile.is-pro .vistore-public-profile__tagline { margin: 5px 0; font-size: 11px; }
  .vistore-public-profile.is-pro .vistore-public-profile__meta { display: grid; gap: 4px; }
  .vistore-public-profile.is-pro .vistore-public-profile__meta > span { min-height: 0; padding: 0; background: transparent; font-size: 10px; }
  .vistore-public-profile.is-pro .vistore-public-profile__rating { font-size: 10px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-column: 1 / -1; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions > :nth-child(n+3) { grid-column: 1 / -1; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions .vistore-button { min-height: 39px; padding: 7px; font-size: 10px; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats { margin: 10px 0 12px; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats > div { padding: 9px 3px; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats strong { font-size: 17px; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats span { font-size: 8px; }
  .vistore-business-showcase { gap: 10px; }
  .vistore-business-showcase__main,
  .vistore-business-showcase > aside > div { border-radius: 14px; padding: 14px; }
  .vistore-business-showcase__facts { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .vistore-business-media__card--logo { grid-template-columns: 1fr; }
  .vistore-business-media__card--logo .vistore-business-media__preview { width: 94px; height: 94px; margin-bottom: 0; }
  .vistore-business-upload { width: 100%; justify-content: center; }
  .vistore-business-features { grid-template-columns: 1fr; }
  .vistore-business-hero { height: 176px; }
  .vistore-business-hero__label { min-height: 29px; padding: 5px 8px; font-size: 9px; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { margin-top: -42px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-template-columns: 1fr 1fr; }
}

/* 2.11 simplified categories, commerce hub and responsive business store --- */
.vistore-header__nav {
  z-index: 24;
  border-top: 1px solid var(--vs-line-soft);
  border-bottom: 1px solid var(--vs-line-soft);
  background: var(--vs-surface);
}
.vistore-category-nav {
  min-height: 48px;
  padding: 5px 0;
  gap: 3px;
  align-items: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.vistore-category-nav::-webkit-scrollbar { display: none; }
.vistore-category-nav > a {
  min-height: 36px;
  border: 0;
  border-radius: 9px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  scroll-snap-align: start;
  color: var(--vs-text);
  background: transparent;
  font-size: 12px;
  font-weight: 730;
  line-height: 1;
  white-space: nowrap;
}
.vistore-category-nav > a:hover { color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-category-nav > a[aria-current="page"] { color: #fff; background: var(--vs-primary); }

.vistore-monetization .vistore-user-content { min-width: 0; }
.vistore-payment-hero {
  position: relative;
  min-height: 210px;
  margin-bottom: 18px;
  border-radius: 22px;
  padding: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  color: #fff;
  background: linear-gradient(130deg, #071a37 0%, #123c7a 64%, #2368d6 100%);
  box-shadow: 0 18px 42px rgba(11, 42, 91, .18);
}
.vistore-payment-hero::after {
  content: "";
  position: absolute;
  right: -75px;
  top: -105px;
  width: 280px;
  height: 280px;
  border: 54px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.vistore-payment-hero__copy { position: relative; z-index: 1; max-width: 650px; }
.vistore-payment-hero__eyebrow { display: inline-flex; align-items: center; gap: 7px; color: #cfe0ff; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.vistore-payment-hero__eyebrow svg { width: 16px; }
.vistore-payment-hero h1 { max-width: 660px; margin: 9px 0 10px; color: #fff; font-size: clamp(25px, 3vw, 37px); line-height: 1.1; letter-spacing: -.025em; }
.vistore-payment-hero p { max-width: 610px; margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.65; }
.vistore-payment-hero .vistore-wallet-balance { position: relative; z-index: 1; min-width: 182px; border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.11); backdrop-filter: blur(12px); }
.vistore-payment-hero .vistore-wallet-balance > span { color: #fff; background: rgba(255,255,255,.15); }
.vistore-payment-hero .vistore-wallet-balance strong { color: #fff; }
.vistore-payment-hero .vistore-wallet-balance small { color: rgba(255,255,255,.7); }

.vistore-offer-journey { margin-bottom: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.vistore-offer-journey > a { min-width: 0; min-height: 92px; border: 1px solid var(--vs-line); border-radius: 16px; padding: 14px; display: grid; grid-template-columns: 43px minmax(0, 1fr) 16px; align-items: center; gap: 10px; background: var(--vs-surface); box-shadow: 0 5px 16px rgba(16,24,40,.04); }
.vistore-offer-journey > a > span { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-offer-journey > a.is-pack > span { color: var(--vs-warning-strong); background: var(--vs-warning-soft); }
.vistore-offer-journey > a.is-subscription > span { color: var(--vs-purple-strong); background: var(--vs-purple-soft); }
.vistore-offer-journey > a > span svg { width: 20px; }
.vistore-offer-journey > a > div { min-width: 0; display: grid; gap: 1px; }
.vistore-offer-journey small { color: var(--vs-primary); font-size: 9px; font-weight: 900; }
.vistore-offer-journey strong { overflow: hidden; color: var(--vs-ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-offer-journey em { color: var(--vs-muted); font-size: 9.5px; font-style: normal; }
.vistore-offer-journey > a > svg { width: 15px; color: var(--vs-soft); }
.vistore-offer-journey > a:hover { border-color: color-mix(in srgb, var(--vs-primary) 38%, var(--vs-line)); transform: translateY(-2px); }

.vistore-offer-section { scroll-margin-top: 92px; margin-bottom: 42px; }
.vistore-offer-section__heading { margin-bottom: 16px; display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 11px; }
.vistore-offer-section__heading > span { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: var(--vs-primary); background: #eaf2ff; font-size: 12px; font-weight: 900; }
.vistore-offer-section.is-pack .vistore-offer-section__heading > span { color: var(--vs-warning-strong); background: var(--vs-warning-soft); }
.vistore-offer-section.is-subscription .vistore-offer-section__heading > span { color: var(--vs-purple-strong); background: var(--vs-purple-soft); }
.vistore-offer-section__heading small { color: var(--vs-primary); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vistore-offer-section__heading h2 { margin: 1px 0 3px; font-size: 21px; }
.vistore-offer-section__heading p { margin: 0; color: var(--vs-muted); font-size: 12px; line-height: 1.5; }
.vistore-wallet-action { margin: 0 0 14px; border: 1px solid #b8d2ff; border-radius: 17px; padding: 14px; display: grid; grid-template-columns: 44px minmax(180px, 1fr) minmax(180px, .8fr) auto; align-items: center; gap: 12px; background: var(--vs-primary-soft); }
.vistore-wallet-action__icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: var(--vs-primary); }
.vistore-wallet-action__icon svg { width: 20px; }
.vistore-wallet-action > div { display: grid; }
.vistore-wallet-action > div small { color: var(--vs-primary); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.vistore-wallet-action > div strong { color: var(--vs-ink); font-size: 13px; }
.vistore-wallet-action > div p { margin: 2px 0 0; color: var(--vs-muted); font-size: 10px; }
.vistore-wallet-action > label { min-width: 0; display: grid; gap: 4px; }
.vistore-wallet-action > label span { color: var(--vs-muted); font-size: 9px; font-weight: 800; }
.vistore-wallet-action select { width: 100%; min-height: 42px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 0 9px; background: var(--vs-surface); }
.vistore-wallet-action .vistore-button { min-height: 42px; white-space: nowrap; }

.vistore-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.vistore-offer-card { border-radius: 18px; padding: 0; display: block; overflow: hidden; box-shadow: 0 8px 24px rgba(16,24,40,.055); }
.vistore-offer-card.is-featured { border-color: color-mix(in srgb, var(--vs-primary) 42%, var(--vs-line)); box-shadow: 0 11px 30px rgba(21,94,239,.1); }
.vistore-offer-card__header { min-height: 86px; padding: 16px 16px 10px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.vistore-offer-card__header > div { min-width: 0; }
.vistore-offer-card__header small { color: var(--vs-primary); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.vistore-offer-card__header h3 { margin: 2px 0 0; font-size: 15px; line-height: 1.2; }
.vistore-offer-card__header > b { border-radius: 999px; padding: 5px 7px; color: var(--vs-primary); background: var(--vs-primary-soft); font-size: 8px; text-transform: uppercase; }
.vistore-offer-card.is-pack .vistore-offer-card__icon { color: var(--vs-warning-strong); background: var(--vs-warning-soft); }
.vistore-offer-card.is-subscription .vistore-offer-card__icon { color: var(--vs-purple-strong); background: var(--vs-purple-soft); }
.vistore-offer-card__description { min-height: 54px; margin: 0; padding: 0 16px 13px; color: var(--vs-muted); font-size: 11px; line-height: 1.55; }
.vistore-offer-card__price { border-top: 1px solid var(--vs-line-soft); border-bottom: 1px solid var(--vs-line-soft); padding: 13px 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; background: var(--vs-surface-subtle); }
.vistore-offer-card__price strong { color: var(--vs-ink); font-size: 26px; letter-spacing: -.025em; }
.vistore-offer-card__price span { border-radius: 999px; padding: 5px 8px; color: var(--vs-text); background: var(--vs-line-soft); font-size: 9px; font-weight: 800; }
.vistore-offer-card > ul { margin: 0; padding: 14px 16px; gap: 8px; }
.vistore-offer-payment { border-top: 1px solid var(--vs-line-soft); }
.vistore-offer-payment > summary { min-height: 48px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--vs-primary); background: var(--vs-fill-soft); font-size: 11px; font-weight: 850; cursor: pointer; list-style: none; }
.vistore-offer-payment > summary::-webkit-details-marker { display: none; }
.vistore-offer-payment > summary svg { width: 15px; transition: transform .2s ease; }
.vistore-offer-payment[open] > summary svg { transform: rotate(90deg); }
.vistore-offer-checkout { padding: 14px 16px 16px; }
.vistore-gateway-picker { min-width: 0; margin: 0; border: 0; padding: 0; }
.vistore-gateway-picker legend { grid-column: 1 / -1; margin-bottom: 6px; color: var(--vs-muted); font-size: 10px; font-weight: 800; }
.vistore-offer-empty { grid-column: 1 / -1; min-height: 120px; border: 1px dashed var(--vs-line); border-radius: 17px; padding: 22px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--vs-muted); background: var(--vs-surface-subtle); }
.vistore-offer-empty > svg { width: 27px; color: var(--vs-soft); }
.vistore-offer-empty strong { color: var(--vs-ink); font-size: 13px; }
.vistore-offer-empty p { margin: 2px 0 0; font-size: 11px; }

.vistore-public-profile.is-pro { padding: 22px 0 58px; }
.vistore-business-cover-shell { padding-top: 0 !important; }
.vistore-business-hero { width: 100%; max-width: 100%; height: clamp(205px, 23vw, 275px); border-radius: 24px; box-shadow: 0 14px 36px rgba(16,24,40,.12); }
.vistore-business-hero__inner { width: 100%; padding: 18px; }
.vistore-public-profile.is-pro > .vistore-container:not(.vistore-business-cover-shell) { padding-top: 0; }
.vistore-public-profile.is-pro .vistore-public-profile__header { width: calc(100% - 44px); min-height: 150px; margin: -54px auto 0; border: 1px solid rgba(218,223,230,.75); border-radius: 20px; padding: 18px 20px; grid-template-columns: auto minmax(0, 1fr) minmax(170px, 210px); gap: 17px; box-shadow: 0 16px 38px rgba(16,24,40,.11); }
.vistore-public-profile.is-pro .vistore-public-profile__logo { width: 112px; height: 112px; border: 5px solid var(--vs-surface); border-radius: 23px; }
.vistore-public-profile.is-pro .vistore-public-profile__name { gap: 7px; }
.vistore-public-profile.is-pro .vistore-public-profile__name h1 { font-size: clamp(22px, 2.3vw, 30px); }
.vistore-public-profile.is-pro .vistore-public-profile__actions { min-width: 0; }
.vistore-public-profile.is-pro .vistore-public-profile__stats { width: calc(100% - 44px); margin: 12px auto; }
.vistore-business-profile-nav { width: calc(100% - 44px); min-height: 52px; margin: 0 auto 14px; border: 1px solid var(--vs-line); border-radius: 14px; padding: 5px; display: flex; align-items: center; gap: 4px; overflow-x: auto; background: var(--vs-surface); box-shadow: 0 5px 15px rgba(16,24,40,.035); scrollbar-width: none; }
.vistore-business-profile-nav::-webkit-scrollbar { display: none; }
.vistore-business-profile-nav a { min-height: 40px; border-radius: 10px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: var(--vs-muted); font-size: 11px; font-weight: 780; white-space: nowrap; }
.vistore-business-profile-nav a svg { width: 15px; }
.vistore-business-profile-nav a span { min-width: 18px; height: 18px; border-radius: 999px; padding: 0 5px; display: grid; place-items: center; color: var(--vs-text); background: var(--vs-line-soft); font-size: 8px; }
.vistore-business-profile-nav a:hover,
.vistore-business-profile-nav a.is-active { color: var(--vs-primary); background: var(--vs-primary-soft); }
.vistore-business-showcase { width: calc(100% - 44px); margin-inline: auto; }
.vistore-business-showcase.has-no-aside { grid-template-columns: 1fr; }
.vistore-public-profile__listings,
.vistore-public-reviews,
.vistore-hook-zone--public-profile { scroll-margin-top: 92px; }
.vistore-public-profile.is-pro .vistore-public-profile__listings { width: calc(100% - 44px); margin-inline: auto; }
.vistore-public-profile.is-pro .vistore-public-reviews { width: calc(100% - 44px); margin-inline: auto; }

@media (max-width: 960px) {
  .vistore-payment-hero { min-height: 190px; padding: 24px; }
  .vistore-offer-journey { grid-template-columns: 1fr; }
  .vistore-offer-journey > a { min-height: 76px; }
  .vistore-wallet-action { grid-template-columns: 44px minmax(0, 1fr) minmax(190px, .9fr); }
  .vistore-wallet-action .vistore-button { grid-column: 2 / -1; justify-self: end; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { grid-template-columns: auto minmax(0, 1fr); }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vistore-header__nav .vistore-container { width: 100%; }
  .vistore-category-nav { min-height: 43px; padding: 4px 12px; }
  .vistore-category-nav > a { min-height: 33px; padding: 7px 10px; font-size: 10.5px; }
  .vistore-payment-hero { min-height: 0; margin-bottom: 12px; border-radius: 17px; padding: 19px 17px; grid-template-columns: 1fr; gap: 15px; }
  .vistore-payment-hero h1 { font-size: 24px; }
  .vistore-payment-hero p { font-size: 11px; }
  .vistore-payment-hero .vistore-wallet-balance { width: 100%; }
  .vistore-offer-journey { margin-inline: -9px; margin-bottom: 24px; padding: 0 9px 4px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(235px, 82vw); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .vistore-offer-journey > a { min-height: 75px; scroll-snap-align: start; }
  .vistore-offer-section { margin-bottom: 32px; }
  .vistore-offer-section__heading { grid-template-columns: 40px minmax(0, 1fr); gap: 9px; }
  .vistore-offer-section__heading > span { width: 40px; height: 40px; border-radius: 12px; }
  .vistore-offer-section__heading h2 { font-size: 18px; }
  .vistore-offer-grid { grid-template-columns: 1fr; }
  .vistore-wallet-action { grid-template-columns: 39px minmax(0, 1fr); padding: 12px; }
  .vistore-wallet-action__icon { width: 39px; height: 39px; }
  .vistore-wallet-action > label,
  .vistore-wallet-action .vistore-button { grid-column: 1 / -1; width: 100%; justify-self: stretch; justify-content: center; }
  .vistore-offer-card__description { min-height: 0; }
  .vistore-gateway-picker { grid-template-columns: 1fr 1fr; }
  .vistore-public-profile.is-pro { padding-top: 9px; }
  .vistore-business-cover-shell { width: calc(100% - 18px); }
  .vistore-business-hero { height: 158px; border-radius: 16px; }
  .vistore-business-hero__inner { padding: 11px; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { width: calc(100% - 18px); margin-top: -34px; border-radius: 16px; padding: 12px; grid-template-columns: 70px minmax(0, 1fr); gap: 10px; }
  .vistore-public-profile.is-pro .vistore-public-profile__logo { width: 70px; height: 70px; border-width: 3px; border-radius: 16px; }
  .vistore-public-profile.is-pro .vistore-public-profile__name h1 { font-size: 18px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vistore-public-profile.is-pro .vistore-public-profile__actions > :nth-child(n+3) { grid-column: auto; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions > .vistore-hook-zone { grid-column: 1 / -1; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats,
  .vistore-business-profile-nav,
  .vistore-business-showcase,
  .vistore-public-profile.is-pro .vistore-public-profile__listings,
  .vistore-public-profile.is-pro .vistore-public-reviews { width: calc(100% - 18px); }
  .vistore-business-profile-nav { margin-bottom: 10px; border-radius: 12px; }
  .vistore-business-profile-nav a { min-height: 37px; padding: 7px 9px; font-size: 10px; }
  .vistore-business-showcase { grid-template-columns: 1fr; }
  .vistore-public-profile.is-pro .vistore-public-profile__stats { overflow-x: auto; grid-template-columns: repeat(4, minmax(75px, 1fr)); }
}

@media (max-width: 430px) {
  .vistore-payment-hero h1 { font-size: 21px; }
  .vistore-offer-card__header { grid-template-columns: 42px minmax(0, 1fr); }
  .vistore-offer-card__header > b { grid-column: 2; justify-self: start; }
  .vistore-public-profile.is-pro .vistore-public-profile__header { grid-template-columns: 62px minmax(0, 1fr); }
  .vistore-public-profile.is-pro .vistore-public-profile__logo { width: 62px; height: 62px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-template-columns: 1fr 1fr; }
}

/* 2.12 final cascade lock ------------------------------------------------- */
.vistore-public-profile.is-pro { padding: 20px 0 60px; background: var(--vs-fill); }
.vistore-public-profile.is-pro .vistore-business-cover-shell { padding-inline: 16px; }
.vistore-public-profile.is-pro .vistore-business-hero {
  width: 100%;
  max-width: 100%;
  height: clamp(190px, 22vw, 265px);
  border: 1px solid var(--vs-line-strong);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background-color: #102a52;
  box-shadow: none;
}
.vistore-public-profile.is-pro .vistore-business-hero__label {
  border: 0;
  border-radius: 9px;
  color: #102a52;
  background: var(--vs-surface);
  box-shadow: 0 5px 14px rgba(16, 24, 40, .14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-public-profile.is-pro > .vistore-container:not(.vistore-business-cover-shell) { padding-inline: 16px; }
.vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header {
  width: 100%;
  min-height: 150px;
  margin: 0;
  border: 1px solid var(--vs-line-strong);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 18px 20px 20px;
  grid-template-columns: 116px minmax(0, 1fr) minmax(180px, 220px);
  align-items: center;
  gap: 18px;
  background: var(--vs-surface);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-public-profile.is-pro .vistore-public-profile__logo,
.vistore-public-profile.is-pro .vistore-public-profile__visual > .vistore-avatar {
  width: 108px;
  height: 108px;
  margin-top: -58px;
  border: 4px solid var(--vs-surface);
  border-radius: 22px;
  background: var(--vs-surface);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .13);
}
.vistore-public-profile.is-pro .vistore-public-profile__name h1 { font-size: clamp(22px, 2.3vw, 29px); }
.vistore-public-profile.is-pro .vistore-public-profile__actions { display: grid; grid-template-columns: 1fr; gap: 7px; }
.vistore-public-profile.is-pro .vistore-public-profile__stats,
.vistore-public-profile.is-pro .vistore-business-profile-nav,
.vistore-public-profile.is-pro .vistore-business-showcase,
.vistore-public-profile.is-pro .vistore-public-profile__listings,
.vistore-public-profile.is-pro .vistore-public-reviews { width: 100%; margin-inline: 0; }
.vistore-public-profile.is-pro .vistore-public-profile__stats { margin-block: 12px; overflow: hidden; }

.vistore-monetization .vistore-payment-hero {
  min-height: 185px;
  margin-bottom: 12px;
  border: 1px solid #173b6c;
  border-radius: 20px;
  padding: 26px;
  color: #fff;
  background: #0b2447;
  box-shadow: 0 10px 28px rgba(11, 36, 71, .12);
}
.vistore-monetization .vistore-payment-hero::after { display: none; }
.vistore-monetization .vistore-payment-hero h1 { font-size: clamp(25px, 3vw, 34px); }
.vistore-monetization .vistore-payment-hero p { color: #c8d4e5; }
.vistore-monetization .vistore-payment-hero .vistore-wallet-balance {
  border-color: #36557e;
  color: #fff;
  background: #15345e;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.vistore-monetization .vistore-offer-journey {
  margin-bottom: 16px;
  border: 1px solid var(--vs-line);
  border-radius: 15px;
  padding: 5px;
  gap: 5px;
  background: var(--vs-surface);
}
.vistore-monetization .vistore-offer-journey > a {
  min-height: 68px;
  border: 0;
  border-radius: 11px;
  padding: 10px;
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  gap: 8px;
  background: transparent;
  box-shadow: none;
}
.vistore-monetization .vistore-offer-journey > a > span { width: 36px; height: 36px; border-radius: 10px; }
.vistore-monetization .vistore-offer-section {
  margin-bottom: 18px;
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  padding: 18px;
  background: var(--vs-surface);
}
.vistore-monetization .vistore-offer-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 11px; }
.vistore-monetization .vistore-offer-card { border-radius: 15px; box-shadow: none; }
.vistore-monetization .vistore-offer-card.is-featured { border-width: 2px; border-color: var(--vs-primary); box-shadow: none; }

@media (min-width: 721px) and (max-width: 1080px) {
  .vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header { grid-template-columns: 100px minmax(0, 1fr); }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vistore-monetization .vistore-payment-hero { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 720px) {
  .vistore-public-profile.is-pro { padding: 8px 0 82px; }
  .vistore-public-profile.is-pro .vistore-business-cover-shell,
  .vistore-public-profile.is-pro > .vistore-container:not(.vistore-business-cover-shell) { width: 100%; padding-inline: 9px; }
  .vistore-public-profile.is-pro .vistore-business-hero { height: 145px; border-radius: 15px 15px 0 0; }
  .vistore-public-profile.is-pro .vistore-public-profile__header.vistore-business-header {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 0 0 15px 15px;
    padding: 11px;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__logo,
  .vistore-public-profile.is-pro .vistore-public-profile__visual > .vistore-avatar {
    width: 68px;
    height: 68px;
    margin-top: -36px;
    border-width: 3px;
    border-radius: 16px;
  }
  .vistore-public-profile.is-pro .vistore-public-profile__name h1 { font-size: 18px; }
  .vistore-public-profile.is-pro .vistore-public-profile__actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vistore-public-profile.is-pro .vistore-public-profile__stats { grid-template-columns: repeat(2, 1fr); overflow: hidden; }
  .vistore-monetization .vistore-payment-hero { min-height: 0; border-radius: 15px; padding: 17px 15px; grid-template-columns: 1fr; }
  .vistore-monetization .vistore-payment-hero h1 { font-size: 21px; }
  .vistore-monetization .vistore-offer-journey {
    margin-bottom: 9px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 82vw);
    overflow-x: auto;
  }
  .vistore-monetization .vistore-offer-section { margin-bottom: 10px; border-radius: 15px; padding: 13px; }
  .vistore-monetization .vistore-offer-grid { grid-template-columns: 1fr; }
}

/* 2.14 final cascade lock ------------------------------------------------ */
@media (min-width: 721px) {
  .vistore-listing-grid--premium > .vistore-card { width: 270px; min-width: 270px; }
  .vistore-monetization .vistore-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
.vistore-section--categories { color: var(--vs-text); background: var(--vs-bg); }
.vistore-section--categories h2,
.vistore-section--categories strong { color: var(--vs-ink); }
.vistore-trust__grid { color: var(--vs-text); background: var(--vs-surface); }

/* Vistore 1.0.12 final cascade: neutralise legacy full-height price overlays. */
.vistore-promo-slider__viewport { border-radius: 22px !important; }
.vistore-promo-slider__progress { border-radius: 0 0 22px 22px !important; }
.vistore-card__price { right: auto; bottom: 7px; left: 7px; width: auto; max-width: calc(100% - 57px); min-height: 0; border-radius: 8px; padding: 6px 8px; background: linear-gradient(135deg,rgba(9,18,34,.91),rgba(9,18,34,.74)); font-size: 14px; font-weight: 780; line-height: 1.15; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.vistore-card__photo-count { right: 7px; bottom: 7px; }
.vistore-item-aside { gap: 9px; }
.vistore-item-aside .vistore-seller-card { border: 1px solid var(--vs-line-soft); border-radius: 17px; padding: 14px; box-shadow: 0 6px 20px rgba(16,24,40,.055); }
.vistore-seller-card__facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 10px 0; }
.vistore-seller-card__facts > span { min-width: 0; min-height: 34px; border-radius: 9px; padding: 6px 7px; color: #526075; background: var(--vs-fill-soft); font-size: 10.5px; line-height: 1.22; }
.vistore-seller-card__facts > span > span { overflow: hidden; text-overflow: ellipsis; }
.vistore-seller-card__actions { margin-top: 10px; gap: 7px; }
.vistore-seller-card__actions .vistore-button { min-height: 42px; }
.vistore-seller-card__profile-link--business { min-height: 52px; margin-top: 10px; border-color: var(--vs-primary-soft); border-radius: 12px; padding: 7px 8px 7px 10px; background: var(--vs-primary-soft); }
.vistore-seller-card__profile-link--business .vistore-seller-card__profile-link-icon { width: 35px; height: 35px; border-radius: 9px; }
.vistore-seller-card__profile-link--business > .vistore-icon { width: 25px; height: 25px; padding: 6px; border-radius: 8px; }
.vistore-item-aside .vistore-contact-panel,.vistore-item-aside .vistore-rating-panel,.vistore-item-aside .vistore-report-panel { border-radius: 13px; box-shadow: 0 4px 15px rgba(16,24,40,.035); }
.vistore-item-aside .vistore-contact-panel summary,.vistore-item-aside .vistore-rating-panel summary,.vistore-item-aside .vistore-report-panel summary { min-height: 55px; padding: 11px 13px; }
.vistore-item-aside .vistore-safety-card { border-radius: 13px; padding: 12px; }

@media (max-width: 720px) {
  .vistore-promo-slider__viewport { border-radius: 17px !important; }
  .vistore-promo-slider__progress { border-radius: 0 0 17px 17px !important; }
  .vistore-card__price { bottom: 6px; left: 6px; max-width: calc(100% - 47px); padding: 4px 6px; border-radius: 7px; font-size: 11.5px; }
  .vistore-card__photo-count { right: 6px; bottom: 6px; }
  .vistore-item-aside { gap: 8px; }
  .vistore-item-aside .vistore-seller-card { border-radius: 14px; padding: 12px; }
  .vistore-seller-card__facts { gap: 6px; }
  .vistore-seller-card__facts > span { min-height: 32px; padding: 5px 6px; font-size: 9.5px; }
  .vistore-item-aside .vistore-contact-panel summary,.vistore-item-aside .vistore-rating-panel summary,.vistore-item-aside .vistore-report-panel summary { min-height: 50px; padding: 9px 11px; }
}

/* Custom advertising shares the same carousel shell as item promotions. */
.vistore-promo-slider__slide--custom { padding: clamp(22px,3.3vw,48px) clamp(32px,5.2vw,78px) clamp(50px,5vw,66px); }
.vistore-promo-slider__slide--custom > picture { position: absolute; inset: 0; }
.vistore-promo-slider__slide--custom > picture img { transform: none !important; }
.vistore-promo-slider__slide--custom::after { background: linear-gradient(90deg,rgba(8,20,42,.91) 0%,rgba(8,20,42,.74) 38%,rgba(8,20,42,.22) 69%,rgba(8,20,42,.05) 100%); }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content { position: relative; z-index: 2; inset: auto; left: auto; width: min(520px,68%); min-height: 100%; padding: 0; display: flex; align-items: flex-start; justify-content: center; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content > span { margin-bottom: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 6px 10px; color: #e8efff; background: rgba(255,255,255,.1); font-size: 10px; letter-spacing: .08em; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 14ch; margin-bottom: 13px; font-size: clamp(29px,3.8vw,52px); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 44ch; margin-bottom: 19px; line-height: 1.55; }
.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content { left: 50%; width: min(580px,calc(100% - 48px)); transform: translateX(-50%); align-items: center; }
.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { left: auto; right: clamp(32px,5.2vw,78px); align-items: flex-end; }

@media (max-width: 720px) {
  .vistore-promo-slider__slide--custom { padding: 19px 17px 56px; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-center .vistore-promo-slider__content,.vistore-promo-slider__slide--custom.align-right .vistore-promo-slider__content { inset: auto 17px 54px; width: auto; min-height: 0; transform: none; align-items: flex-start; text-align: left; }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content h2 { max-width: 15ch; font-size: clamp(28px,8vw,36px); }
  .vistore-promo-slider__slide--custom .vistore-promo-slider__content p { max-width: 33ch; margin-bottom: 14px; font-size: 12px; }
}

/* Vistore 1.0.25: the three commerce families form one responsive catalog. */
.vistore-monetization .vistore-offer-catalog {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}
.vistore-monetization .vistore-offer-catalog > .vistore-offer-section {
  min-width: 0;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.vistore-monetization .vistore-offer-catalog .vistore-offer-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}
.vistore-monetization .vistore-offer-catalog .vistore-offer-card {
  width: 100%;
}
@media (min-width: 721px) and (max-width: 1080px) {
  .vistore-monetization .vistore-offer-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .vistore-monetization .vistore-offer-catalog { grid-template-columns: minmax(0, 1fr); gap: 10px; }
}

/* Vistore 1.5.28: public businesses and professionals directory. */
.vistore-business-directory {
  padding: 18px 0 58px;
  color: var(--vs-text);
  background:
    radial-gradient(circle at 8% 5%, color-mix(in srgb, var(--vs-primary) 8%, transparent), transparent 28%),
    var(--vs-bg);
}
.vistore-business-directory__hero {
  min-height: 260px;
  border: 1px solid var(--vs-line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
  overflow: hidden;
  background: var(--vs-surface);
  box-shadow: 0 16px 42px rgba(16, 24, 40, .08);
}
.vistore-business-directory__hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(26px, 3.5vw, 46px);
  background: linear-gradient(110deg, var(--vs-surface) 0%, var(--vs-surface) 74%, color-mix(in srgb, var(--vs-surface) 72%, transparent) 100%);
}
.vistore-business-directory__eyebrow {
  margin-bottom: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #067647;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vistore-business-directory__eyebrow .vistore-icon { width: 15px; height: 15px; }
.vistore-business-directory__hero h1 { max-width: 660px; margin-bottom: 8px; font-size: clamp(28px, 3.5vw, 43px); letter-spacing: -.045em; }
.vistore-business-directory__hero-copy > p { max-width: 610px; margin-bottom: 23px; color: var(--vs-muted); font-size: 14px; }
.vistore-business-directory__benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vistore-business-directory__benefits > span { min-width: 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); column-gap: 8px; align-items: center; }
.vistore-business-directory__benefits .vistore-icon { grid-row: 1 / 3; width: 30px; height: 30px; border-radius: 9px; padding: 7px; color: #067647; background: #ecfdf3; }
.vistore-business-directory__benefits > span:nth-child(2) .vistore-icon { color: #b54708; background: #fffaeb; }
.vistore-business-directory__benefits > span:nth-child(3) .vistore-icon { color: #175cd3; background: #eff8ff; }
.vistore-business-directory__benefits > span:nth-child(4) .vistore-icon { color: #c11574; background: #fdf2fa; }
.vistore-business-directory__benefits b { overflow: hidden; color: var(--vs-ink); font-size: 10px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-directory__benefits small { overflow: hidden; color: var(--vs-muted); font-size: 8.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-directory__hero-visual {
  position: relative;
  min-height: 260px;
  margin-left: -80px;
  background-position: center 73%;
  background-size: cover;
}
.vistore-business-directory__hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--vs-surface) 0%, transparent 34%), linear-gradient(0deg, rgba(5, 27, 34, .48), transparent 55%); }
.vistore-business-directory__hero-visual > span { position: absolute; right: 18px; bottom: 16px; min-width: 162px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; padding: 10px 13px; display: grid; grid-template-columns: 29px 1fr; column-gap: 9px; color: #fff; background: rgba(4, 36, 43, .68); box-shadow: 0 10px 28px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.vistore-business-directory__hero-visual > span .vistore-icon { grid-row: 1 / 3; width: 29px; height: 29px; padding: 6px; border-radius: 9px; background: rgba(255,255,255,.16); }
.vistore-business-directory__hero-visual > span b { font-size: 17px; line-height: 1.05; }
.vistore-business-directory__hero-visual > span small { color: rgba(255,255,255,.82); font-size: 8.5px; }

.vistore-business-directory__toolbar { margin: 14px 0 18px; display: flex; align-items: center; gap: 12px; }
.vistore-business-directory__categories { min-width: 0; display: flex; gap: 8px; flex: 1 1 auto; overflow-x: auto; scrollbar-width: none; }
.vistore-business-directory__categories::-webkit-scrollbar { display: none; }
.vistore-business-directory__categories a { min-height: 40px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 7px 10px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: var(--vs-text); background: var(--vs-surface); font-size: 10px; font-weight: 760; box-shadow: var(--vs-shadow-xs); }
.vistore-business-directory__categories a .vistore-icon { width: 15px; height: 15px; color: var(--vs-muted); }
.vistore-business-directory__categories a small { min-width: 18px; border-radius: 999px; padding: 2px 5px; color: var(--vs-muted); background: var(--vs-fill-soft, #f2f4f7); font-size: 8px; text-align: center; }
.vistore-business-directory__categories a:hover { border-color: color-mix(in srgb, var(--vs-primary) 32%, var(--vs-line)); color: var(--vs-primary); }
.vistore-business-directory__categories a.is-active { border-color: #075e42; color: #fff; background: #075e42; box-shadow: 0 8px 20px rgba(7, 94, 66, .2); }
.vistore-business-directory__categories a.is-active .vistore-icon { color: #fff; }
.vistore-business-directory__categories a.is-active small { color: #075e42; background: #fff; }
.vistore-business-directory__sort { min-height: 40px; border: 1px solid var(--vs-line); border-radius: 10px; padding: 0 9px; display: flex; align-items: center; gap: 5px; flex: 0 0 auto; color: var(--vs-muted); background: var(--vs-surface); box-shadow: var(--vs-shadow-xs); }
.vistore-business-directory__sort label { font-size: 9px; white-space: nowrap; }
.vistore-business-directory__sort select { min-height: 38px; border: 0; padding: 0 22px 0 2px; color: var(--vs-ink); background: transparent; font-size: 10px; font-weight: 780; outline: 0; }

.vistore-business-directory__heading { margin-bottom: 12px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.vistore-business-directory__heading span { color: #067647; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.vistore-business-directory__heading h2 { margin: 3px 0 0; font-size: clamp(20px, 2.3vw, 27px); }
.vistore-business-directory__heading p { margin: 0; color: var(--vs-muted); font-size: 10px; font-weight: 700; white-space: nowrap; }
.vistore-business-directory__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.vistore-business-card { min-width: 0; border: 1px solid var(--vs-line); border-radius: 16px; display: flex; flex-direction: column; overflow: hidden; background: var(--vs-surface); box-shadow: 0 6px 20px rgba(16,24,40,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vistore-business-card:hover { border-color: color-mix(in srgb, #075e42 32%, var(--vs-line)); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16,24,40,.1); }
.vistore-business-card__cover { position: relative; height: 118px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; color: #075e42; background: linear-gradient(135deg, #dff6e9, #e8f0ff 58%, #fff2da); }
.vistore-business-card__cover > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vistore-business-card:hover .vistore-business-card__cover > img { transform: scale(1.035); }
.vistore-business-card__cover > span { width: 58px; height: 58px; border: 1px solid rgba(7,94,66,.12); border-radius: 18px; padding: 15px; background: rgba(255,255,255,.68); box-shadow: 0 10px 26px rgba(7,94,66,.1); }
.vistore-business-card__cover > b { position: absolute; top: 8px; left: 8px; min-height: 22px; border-radius: 7px; padding: 4px 7px; display: inline-flex; align-items: center; gap: 4px; color: #fff; background: rgba(7,94,66,.92); font-size: 8px; font-weight: 850; }
.vistore-business-card__cover > b .vistore-icon { width: 11px; height: 11px; }
.vistore-business-card__body { position: relative; padding: 36px 11px 11px; display: flex; flex: 1 1 auto; flex-direction: column; }
.vistore-business-card__logo { position: absolute; top: -33px; left: 11px; width: 62px; height: 62px; border: 4px solid var(--vs-surface); border-radius: 50%; display: grid; place-items: center; overflow: visible; color: var(--vs-primary); background: var(--vs-surface); box-shadow: 0 7px 17px rgba(16,24,40,.16); }
.vistore-business-card__logo > img,
.vistore-business-card__logo > .vistore-avatar { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.vistore-business-card__logo > i { position: absolute; right: -2px; bottom: 1px; width: 18px; height: 18px; border: 2px solid var(--vs-surface); border-radius: 50%; display: grid; place-items: center; color: #fff; background: #079455; }
.vistore-business-card__logo > i .vistore-icon { width: 10px; height: 10px; }
.vistore-business-card__identity { min-width: 0; }
.vistore-business-card__identity h3 { margin: 0; overflow: hidden; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-card__identity > span { display: block; overflow: hidden; color: var(--vs-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-card__rating { margin-top: 8px; display: flex; align-items: center; gap: 4px; }
.vistore-business-card__rating .vistore-stars { gap: 0; font-size: 10px; }
.vistore-business-card__rating strong { color: var(--vs-ink); font-size: 9px; }
.vistore-business-card__rating small { color: var(--vs-muted); font-size: 8px; }
.vistore-business-card__facts { margin-top: 7px; display: grid; gap: 3px; }
.vistore-business-card__facts > span { min-width: 0; display: flex; align-items: center; gap: 5px; overflow: hidden; color: var(--vs-muted); font-size: 8.5px; text-overflow: ellipsis; white-space: nowrap; }
.vistore-business-card__facts .vistore-icon { width: 12px; height: 12px; flex: 0 0 auto; color: #067647; }
.vistore-business-card__body > p { height: 30px; margin: 8px 0 0; overflow: hidden; color: var(--vs-muted); font-size: 8.5px; line-height: 1.45; }
.vistore-business-card__actions { margin-top: auto; padding-top: 10px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 6px; }
.vistore-business-card__actions > .vistore-button,
.vistore-business-card__actions .vistore-button { min-width: 0; min-height: 34px; border-radius: 8px; padding: 7px 8px; gap: 4px; font-size: 8.5px; white-space: nowrap; }
.vistore-business-card__actions > .vistore-button .vistore-icon { width: 12px; }
.vistore-business-card__actions .vistore-follow-form { min-width: 0; }
.vistore-business-card__actions .vistore-button--follow { border: 1px solid var(--vs-line); color: var(--vs-text); background: var(--vs-surface); }
.vistore-business-card__actions .vistore-button--follow small { display: none; }

.vistore-business-directory__empty { min-height: 310px; border: 1px dashed var(--vs-line); border-radius: 18px; padding: 38px 20px; display: grid; place-items: center; align-content: center; text-align: center; background: var(--vs-surface); }
.vistore-business-directory__empty > span { width: 58px; height: 58px; border-radius: 18px; padding: 14px; color: #075e42; background: #ecfdf3; }
.vistore-business-directory__empty h2 { margin: 14px 0 5px; font-size: 20px; }
.vistore-business-directory__empty p { max-width: 500px; margin-bottom: 16px; color: var(--vs-muted); font-size: 12px; }
.vistore-business-directory__cta { margin-top: 18px; border: 1px solid #d9e8df; border-radius: 18px; padding: 18px 22px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 15px; background: linear-gradient(115deg, #f1f8f4, #f8fbf9 58%, #edf5f1); }
.vistore-business-directory__cta > span { width: 54px; height: 54px; border-radius: 17px; padding: 13px; color: #075e42; background: #dff1e7; }
.vistore-business-directory__cta small { color: #067647; font-size: 9px; font-weight: 850; }
.vistore-business-directory__cta h2 { margin: 2px 0; font-size: 16px; }
.vistore-business-directory__cta p { margin: 0; color: var(--vs-muted); font-size: 9px; }
.vistore-business-directory__cta > .vistore-button { min-height: 42px; border-radius: 10px; padding-inline: 18px; font-size: 10px; }
.vistore-business-directory__cta > ul { grid-column: 2 / 4; margin: -2px 0 0; padding: 0; display: flex; gap: 15px; list-style: none; }
.vistore-business-directory__cta > ul li { display: inline-flex; align-items: center; gap: 4px; color: var(--vs-muted); font-size: 8px; }
.vistore-business-directory__cta > ul .vistore-icon { width: 12px; height: 12px; color: #067647; }

@media (max-width: 1080px) {
  .vistore-business-directory__hero { grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); }
  .vistore-business-directory__benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vistore-business-directory__grid { grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); }
}
@media (max-width: 820px) {
  .vistore-business-directory__hero { grid-template-columns: 1fr 250px; }
  .vistore-business-directory__hero-visual { margin-left: -48px; }
  .vistore-business-directory__grid { grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); }
}
@media (max-width: 720px) {
  .vistore-business-directory { padding: 8px 0 82px; }
  .vistore-business-directory > .vistore-container { width: 100%; padding-inline: 9px; }
  .vistore-business-directory__hero { min-height: 0; border-radius: 16px; grid-template-columns: 1fr; }
  .vistore-business-directory__hero-copy { padding: 19px 15px 16px; background: var(--vs-surface); }
  .vistore-business-directory__hero h1 { margin-bottom: 6px; font-size: 25px; }
  .vistore-business-directory__hero-copy > p { margin-bottom: 15px; font-size: 11px; }
  .vistore-business-directory__benefits { gap: 9px; }
  .vistore-business-directory__benefits > span { grid-template-columns: 27px minmax(0, 1fr); column-gap: 6px; }
  .vistore-business-directory__benefits .vistore-icon { width: 27px; height: 27px; padding: 6px; }
  .vistore-business-directory__benefits b { font-size: 8.5px; }
  .vistore-business-directory__benefits small { display: none; }
  .vistore-business-directory__hero-visual { min-height: 132px; margin: 0; background-position: center 76%; }
  .vistore-business-directory__hero-visual::before { background: linear-gradient(0deg, rgba(5,27,34,.58), transparent 68%); }
  .vistore-business-directory__hero-visual > span { right: 10px; bottom: 9px; min-width: 146px; padding: 8px 10px; }
  .vistore-business-directory__toolbar { margin: 9px 0 14px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
  .vistore-business-directory__categories { grid-column: 1 / -1; }
  .vistore-business-directory__categories a { min-height: 37px; padding: 6px 9px; }
  .vistore-business-directory__sort { justify-self: end; grid-column: 2; min-height: 36px; }
  .vistore-business-directory__sort label { display: none; }
  .vistore-business-directory__sort select { min-height: 34px; }
  .vistore-business-directory__heading { margin-bottom: 9px; align-items: center; }
  .vistore-business-directory__heading h2 { font-size: 18px; }
  .vistore-business-directory__heading p { font-size: 8.5px; }
  .vistore-business-directory__grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .vistore-business-card { border-radius: 13px; }
  .vistore-business-card__cover { height: 105px; }
  .vistore-business-card__body { padding: 31px 9px 9px; }
  .vistore-business-card__logo { top: -29px; left: 9px; width: 54px; height: 54px; border-width: 3px; }
  .vistore-business-card__actions { grid-template-columns: 1.15fr .85fr; }
  .vistore-business-card__actions .vistore-button { min-height: 33px; }
  .vistore-business-directory__cta { margin-top: 11px; border-radius: 15px; padding: 14px; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
  .vistore-business-directory__cta > span { width: 42px; height: 42px; border-radius: 13px; padding: 10px; }
  .vistore-business-directory__cta h2 { font-size: 14px; }
  .vistore-business-directory__cta > .vistore-button { grid-column: 1 / -1; width: 100%; min-height: 40px; }
  .vistore-business-directory__cta > ul { grid-column: 1 / -1; gap: 10px; overflow-x: auto; }
  .vistore-business-directory__cta > ul li { white-space: nowrap; }
}
@media (max-width: 430px) {
  .vistore-business-directory__grid { grid-template-columns: minmax(0, 1fr); }
  .vistore-business-card__cover { height: 128px; }
  .vistore-business-card__actions { grid-template-columns: 1.15fr .85fr; }
  .vistore-business-card__body > p { height: auto; max-height: 30px; }
}

/* Vistore 1.5.31: editorial business directory, deliberately compact. */
.vistore-business-directory { background: #f5f7f5; }
.vistore-business-directory__hero {
  position: relative; min-height: 286px; display: block; isolation: isolate; border: 0; border-radius: 24px; overflow: hidden;
  background-image: linear-gradient(90deg, rgba(5,42,33,.97) 0%, rgba(5,42,33,.9) 39%, rgba(5,42,33,.34) 68%, rgba(5,42,33,.08) 100%), var(--vistore-business-hero-image);
  background-position: center 72%; background-size: cover; box-shadow: 0 18px 42px rgba(12,49,39,.16);
}
.vistore-business-directory__hero-copy { width: min(760px,72%); padding: 35px 42px; background: transparent; }
.vistore-business-directory__eyebrow { color: #9ff1c2; }
.vistore-business-directory__hero h1 { max-width: 640px; color: #fff; font-size: clamp(30px,3.6vw,46px); }
.vistore-business-directory__hero-copy > p { max-width: 520px; color: rgba(255,255,255,.76); font-size: 14px; }
.vistore-business-directory__benefits { max-width: 690px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; }
.vistore-business-directory__benefits > span { min-height: 48px; grid-template-columns: 25px minmax(0,1fr); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: 7px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.vistore-business-directory__benefits .vistore-icon,
.vistore-business-directory__benefits > span:nth-child(2) .vistore-icon,
.vistore-business-directory__benefits > span:nth-child(3) .vistore-icon,
.vistore-business-directory__benefits > span:nth-child(4) .vistore-icon { width: 25px; height: 25px; padding: 6px; color: #d9ffe8; background: rgba(255,255,255,.12); }
.vistore-business-directory__benefits b { color: #fff; font-size: 9px; }
.vistore-business-directory__benefits small { display: none; }
.vistore-business-directory__hero-visual { position: absolute; inset: 0; min-height: 0; margin: 0; background: none; pointer-events: none; }
.vistore-business-directory__hero-visual::before { display: none; }
.vistore-business-directory__hero-visual > span { right: 22px; bottom: 20px; border-color: rgba(255,255,255,.22); border-radius: 12px; background: rgba(3,31,24,.65); }

.vistore-business-directory__toolbar { margin: 16px 0 21px; }
.vistore-business-directory__categories a { min-height: 38px; border-radius: 999px; padding: 6px 11px; box-shadow: none; }
.vistore-business-directory__categories a.is-active { border-color: #075e42; background: #075e42; box-shadow: 0 8px 16px rgba(7,94,66,.18); }
.vistore-business-directory__sort { min-height: 38px; border-radius: 999px; box-shadow: none; }
.vistore-business-directory__heading { margin-bottom: 15px; }
.vistore-business-directory__heading h2 { font-size: clamp(22px,2.4vw,29px); }
.vistore-business-directory__grid { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 15px; }
.vistore-business-card { border: 0; border-radius: 18px; box-shadow: 0 10px 26px rgba(16,24,40,.07); }
.vistore-business-card:hover { border: 0; transform: translateY(-4px); box-shadow: 0 18px 34px rgba(16,24,40,.12); }
.vistore-business-card__cover { height: 152px; background: linear-gradient(135deg,#174d42,#86bd9d); }
.vistore-business-card__cover > span { color: #075e42; }
.vistore-business-card__cover > b { top: 10px; left: 10px; background: rgba(3,63,44,.86); }
.vistore-business-card__body { min-height: 173px; padding: 42px 14px 13px; }
.vistore-business-card__logo { top: -35px; left: 14px; width: 68px; height: 68px; }
.vistore-business-card__identity h3 { font-size: 15px; }
.vistore-business-card__identity > span { margin-top: 2px; color: #5a6d64; font-size: 9px; font-weight: 700; }
.vistore-business-card__rating { margin-top: 9px; }
.vistore-business-card__facts { margin-top: 8px; display: flex; gap: 12px; }
.vistore-business-card__facts > span { max-width: 55%; font-size: 9px; }
.vistore-business-card__actions { padding-top: 13px; grid-template-columns: minmax(0,1fr) 42px; gap: 7px; }
.vistore-business-card__actions > .vistore-button,
.vistore-business-card__actions .vistore-button { min-height: 37px; border-radius: 10px; padding: 8px 10px; font-size: 9px; }
.vistore-business-card__actions > .vistore-button { color: #fff; background: #075e42; box-shadow: 0 7px 14px rgba(7,94,66,.2); }
.vistore-business-card__actions .vistore-button--follow { width: 42px; padding: 0; color: #075e42; border-color: #cfe4d8; background: #f4fbf6; }
.vistore-business-card__actions .vistore-button--follow span { display: none; }
.vistore-business-card__actions .vistore-button--follow .vistore-icon { width: 17px; height: 17px; }
.vistore-business-directory__cta { border: 0; border-radius: 20px; color: #fff; background: linear-gradient(110deg,#063d2e,#0a6449); box-shadow: 0 16px 34px rgba(7,94,66,.16); }
.vistore-business-directory__cta > span { color: #d9ffe8; background: rgba(255,255,255,.12); }
.vistore-business-directory__cta small { color: #9ff1c2; }
.vistore-business-directory__cta h2 { color: #fff; }
.vistore-business-directory__cta p,
.vistore-business-directory__cta > ul li { color: rgba(255,255,255,.7); }
.vistore-business-directory__cta > ul .vistore-icon { color: #9ff1c2; }
.vistore-business-directory__cta > .vistore-button { color: #075e42 !important; background: #fff !important; box-shadow: none; }
.vistore-business-directory__cta > .vistore-button .vistore-icon { color: currentColor; }

@media (max-width: 720px) {
  .vistore-business-directory__hero { min-height: 286px; border-radius: 17px; background-position: 62% 73%; }
  .vistore-business-directory__hero-copy { width: 100%; padding: 23px 16px; background: linear-gradient(90deg,rgba(5,42,33,.94),rgba(5,42,33,.47)); }
  .vistore-business-directory__hero h1 { font-size: 27px; }
  .vistore-business-directory__hero-copy > p { max-width: 310px; font-size: 11px; }
  .vistore-business-directory__benefits { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 320px; }
  .vistore-business-directory__benefits > span { min-height: 42px; }
  .vistore-business-directory__benefits b { font-size: 8.5px; white-space: normal; }
  .vistore-business-directory__hero-visual > span { right: 11px; bottom: 11px; }
  .vistore-business-directory__grid { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .vistore-business-card { display: grid; grid-template-columns: 122px minmax(0,1fr); min-height: 159px; }
  .vistore-business-card__cover { height: auto; min-height: 159px; }
  .vistore-business-card__body { min-height: 159px; padding: 15px 12px 11px; }
  .vistore-business-card__logo { top: 13px; left: -30px; width: 58px; height: 58px; }
  .vistore-business-card__identity { padding-left: 35px; }
  .vistore-business-card__identity h3 { font-size: 14px; }
  .vistore-business-card__rating { margin-top: 7px; }
  .vistore-business-card__facts { margin-top: 7px; gap: 8px; }
  .vistore-business-card__facts > span { font-size: 8px; }
  .vistore-business-card__actions { padding-top: 9px; grid-template-columns: minmax(0,1fr) 36px; }
  .vistore-business-card__actions .vistore-button--follow { width: 36px; }
}

/* Global vbc__cover radius */
.vbc__cover { border-radius: 14px; }

/* Explorer les Comores --------------------------------------------------- */
.vistore-explore { overflow: hidden; padding: 22px 0 54px; color: #17233b; background: radial-gradient(circle at 93% 8%, rgba(255, 205, 119, .22), transparent 24rem), linear-gradient(180deg, #f8fcfa 0%, #fff 35%, #f4faf7 100%); }
.vistore-explore__hero { isolation: isolate; position: relative; width: min(calc(100% - 32px), var(--vs-container)); min-height: 510px; margin: 0 auto; overflow: hidden; border-radius: 28px; background: #07533f; box-shadow: 0 24px 55px rgba(5, 55, 42, .18); }
.vistore-explore__hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vistore-explore__hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4, 44, 35, .95) 0%, rgba(4, 44, 35, .85) 37%, rgba(4, 44, 35, .38) 66%, rgba(4, 44, 35, .1) 100%); }
.vistore-explore__hero-inner { min-height: 510px; padding: 69px 58px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.vistore-explore__eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #b6f1ce; font-size: 11px; font-weight: 900; letter-spacing: .19em; }
.vistore-explore__eyebrow i { width: 29px; height: 3px; border-radius: 999px; background: #b6f1ce; }
.vistore-explore__hero h1 { max-width: 690px; margin: 17px 0 0; color: #fff; font-size: clamp(40px, 5vw, 66px); font-weight: 850; letter-spacing: -.065em; line-height: .97; }
.vistore-explore__hero h1 em { color: #b5f0ca; font-family: Georgia, 'Times New Roman', serif; font-size: .91em; font-style: italic; font-weight: 500; letter-spacing: -.06em; }
.vistore-explore__hero p { max-width: 510px; margin: 19px 0 0; color: rgba(255, 255, 255, .79); font-size: 16px; line-height: 1.5; }
.vistore-explore__hero-actions { margin-top: 25px; display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.vistore-explore__primary-action { min-height: 49px; border-radius: 14px; padding: 0 19px; display: inline-flex; align-items: center; gap: 10px; color: #063d2e; background: #e9ffc9; box-shadow: 0 12px 23px rgba(0, 15, 10, .18); font-size: 13px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.vistore-explore__primary-action:hover { color: #063d2e; background: #fff6d5; transform: translateY(-2px); }
.vistore-explore__primary-action .vistore-icon { width: 18px; height: 18px; }
.vistore-explore__text-action { color: #fff; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 13px; font-weight: 800; line-height: 1.9; }
.vistore-explore__text-action:hover { color: #fff; border-color: #b6f1ce; }
.vistore-explore__hero-facts { margin-top: auto; display: flex; gap: 10px; }
.vistore-explore__hero-facts > span { min-width: 145px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; padding: 10px 12px 10px 42px; position: relative; display: grid; grid-template-rows: 16px 14px; background: rgba(1, 38, 29, .34); backdrop-filter: blur(11px); }
.vistore-explore__hero-facts .vistore-icon { position: absolute; left: 11px; top: 12px; width: 22px; height: 22px; color: #b6f1ce; }
.vistore-explore__hero-facts b { color: #fff; font-size: 11px; font-weight: 850; }
.vistore-explore__hero-facts small { color: rgba(255,255,255,.67); font-size: 10px; }
.vistore-explore__hero-scroll { position: absolute; right: 25px; bottom: 25px; width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(1, 38, 29, .32); backdrop-filter: blur(10px); animation: vistore-explore-bob 2.3s ease-in-out infinite; }
.vistore-explore__hero-scroll:hover { color: #063d2e; background: #e9ffc9; }
.vistore-explore__hero-scroll .vistore-icon { width: 20px; height: 20px; }
@keyframes vistore-explore-bob { 50% { transform: translateY(-5px); } }

.vistore-explore__islands { padding-top: 52px; }
.vistore-explore__section-heading { margin-bottom: 19px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.vistore-explore__section-heading .vistore-eyebrow { margin-bottom: 6px; color: #0a7a50; }
.vistore-explore__section-heading h2 { margin: 0; color: #17233b; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.055em; }
.vistore-explore__section-heading > p { max-width: 332px; margin: 0 0 3px; color: #64748b; font-size: 13px; line-height: 1.48; }
.vistore-explore__section-heading > a { margin-bottom: 4px; display: inline-flex; align-items: center; gap: 8px; color: #087047; font-size: 13px; font-weight: 850; white-space: nowrap; }
.vistore-explore__section-heading > a .vistore-icon { width: 18px; height: 18px; }
.vistore-explore__island-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.vistore-explore__island { isolation: isolate; position: relative; min-height: 342px; overflow: hidden; border-radius: 21px; color: #fff; background: #124c3c; box-shadow: 0 12px 28px rgba(14, 59, 46, .12); }
.vistore-explore__island > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.2,1); }
.vistore-explore__island:nth-child(1) > img { object-position: 45% center; }
.vistore-explore__island:nth-child(2) > img { object-position: 50% center; }
.vistore-explore__island:nth-child(3) > img { object-position: 58% center; }
.vistore-explore__island:hover { color: #fff; }
.vistore-explore__island:hover > img { transform: scale(1.065); }
.vistore-explore__island-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2,35,27,.03) 21%, rgba(2,35,27,.79) 100%); }
.vistore-explore__island-copy { position: absolute; inset: auto 0 0; padding: 25px 23px 21px; display: flex; flex-direction: column; align-items: flex-start; }
.vistore-explore__island-copy small { color: #bff3d4; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.vistore-explore__island-copy strong { margin-top: 4px; color: #fff; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.055em; line-height: 1; }
.vistore-explore__island-copy em { min-height: 38px; margin-top: 8px; color: rgba(255,255,255,.78); font-size: 12px; font-style: normal; line-height: 1.4; }
.vistore-explore__island-copy b { margin-top: 13px; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 11px; font-weight: 850; }
.vistore-explore__island-copy b .vistore-icon { width: 16px; height: 16px; }

.vistore-explore__themes { margin-top: 54px; padding: 47px 0 54px; background: linear-gradient(110deg, #e8f7ed 0%, #f7f0dc 55%, #fff5e3 100%); }
.vistore-explore__section-heading--themes { margin-bottom: 20px; }
.vistore-explore__theme-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; gap: 15px; }
.vistore-explore__theme { position: relative; min-height: 326px; overflow: hidden; border-radius: 19px; color: #fff; background: #165240; }
.vistore-explore__theme > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vistore-explore__theme:hover { color: #fff; }
.vistore-explore__theme:hover > img { transform: scale(1.055); }
.vistore-explore__theme > span { position: absolute; inset: 0; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; background: linear-gradient(180deg, rgba(3,35,27,.05) 27%, rgba(3,35,27,.88) 100%); }
.vistore-explore__theme small { color: #d9f7b9; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.vistore-explore__theme strong { margin-top: auto; color: #fff; font-size: clamp(21px, 2.1vw, 31px); letter-spacing: -.045em; line-height: 1.05; }
.vistore-explore__theme em { min-height: 37px; margin-top: 7px; color: rgba(255,255,255,.8); font-size: 11px; font-style: normal; line-height: 1.42; }
.vistore-explore__theme b { margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 11px; font-weight: 850; }
.vistore-explore__theme b .vistore-icon { width: 16px; height: 16px; }
.vistore-explore__local-note { margin-top: 43px; border: 1px solid #d5e7db; border-radius: 21px; padding: 19px 24px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 17px; background: #fff; box-shadow: 0 11px 26px rgba(8, 67, 48, .06); }
.vistore-explore__local-note-mark { width: 54px; height: 54px; border-radius: 17px; display: grid; place-items: center; color: #087047; background: #e6f5e9; }
.vistore-explore__local-note-mark .vistore-icon { width: 27px; height: 27px; }
.vistore-explore__local-note span { color: #087047; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.vistore-explore__local-note h2 { margin: 4px 0 0; color: #17233b; font-size: clamp(18px, 2.1vw, 27px); letter-spacing: -.04em; }
.vistore-explore__local-note > a { min-height: 43px; border-radius: 12px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: #087047; font-size: 12px; font-weight: 850; white-space: nowrap; }
.vistore-explore__local-note > a:hover { color: #fff; background: #065c3a; }
.vistore-explore__local-note > a .vistore-icon { width: 17px; height: 17px; }

@media (max-width: 720px) {
  .vistore-main-menu__explore { min-width: max-content; }
  .vistore-explore { padding: 12px 0 35px; }
  .vistore-explore__hero { width: calc(100% - 20px); min-height: 503px; border-radius: 22px; }
  .vistore-explore__hero-image { object-position: 61% center; }
  .vistore-explore__hero-shade { background: linear-gradient(180deg, rgba(3,42,33,.88) 0%, rgba(3,42,33,.65) 48%, rgba(3,42,33,.8) 100%); }
  .vistore-explore__hero-inner { min-height: 503px; padding: 30px 22px 23px; }
  .vistore-explore__eyebrow { font-size: 9px; letter-spacing: .14em; }
  .vistore-explore__eyebrow i { width: 20px; }
  .vistore-explore__hero h1 { margin-top: 13px; font-size: clamp(35px, 10vw, 44px); }
  .vistore-explore__hero p { max-width: 275px; margin-top: 15px; font-size: 13px; line-height: 1.43; }
  .vistore-explore__hero-actions { margin-top: 18px; gap: 12px; }
  .vistore-explore__primary-action { min-height: 44px; padding-inline: 14px; font-size: 12px; }
  .vistore-explore__text-action { font-size: 11px; }
  .vistore-explore__hero-facts { width: 100%; gap: 6px; }
  .vistore-explore__hero-facts > span { min-width: 0; flex: 1 1 0; border-radius: 11px; padding: 8px 5px 7px 31px; grid-template-rows: 14px 13px; }
  .vistore-explore__hero-facts .vistore-icon { left: 7px; top: 9px; width: 17px; height: 17px; }
  .vistore-explore__hero-facts b { font-size: 9px; white-space: nowrap; }
  .vistore-explore__hero-facts small { font-size: 8px; white-space: nowrap; }
  .vistore-explore__hero-scroll { display: none; }
  .vistore-explore__islands { padding-top: 33px; }
  .vistore-explore__section-heading { margin-bottom: 15px; display: block; }
  .vistore-explore__section-heading h2 { font-size: 28px; }
  .vistore-explore__section-heading > p { max-width: 300px; margin: 7px 0 0; font-size: 12px; }
  .vistore-explore__section-heading > a { margin-top: 11px; font-size: 12px; }
  .vistore-explore__island-grid { width: calc(100% + 24px); margin-left: -12px; padding: 0 12px 6px; display: flex; overflow-x: auto; gap: 11px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .vistore-explore__island-grid::-webkit-scrollbar { display: none; }
  .vistore-explore__island { min-width: min(78vw, 290px); min-height: 345px; scroll-snap-align: start; }
  .vistore-explore__island-copy { padding: 21px 18px 17px; }
  .vistore-explore__island-copy strong { font-size: 31px; }
  .vistore-explore__themes { margin-top: 34px; padding: 33px 0 37px; }
  .vistore-explore__theme-grid { display: grid; grid-template-columns: 1fr; gap: 11px; }
  .vistore-explore__theme { min-height: 248px; }
  .vistore-explore__theme > span { padding: 18px; }
  .vistore-explore__theme strong { font-size: 25px; }
  .vistore-explore__local-note { margin-top: 28px; border-radius: 17px; padding: 15px; grid-template-columns: 43px minmax(0, 1fr); gap: 11px; }
  .vistore-explore__local-note-mark { width: 43px; height: 43px; border-radius: 13px; }
  .vistore-explore__local-note-mark .vistore-icon { width: 22px; height: 22px; }
  .vistore-explore__local-note span { font-size: 8px; letter-spacing: .1em; }
  .vistore-explore__local-note h2 { font-size: 17px; line-height: 1.13; }
  .vistore-explore__local-note > a { grid-column: 1 / -1; min-height: 39px; justify-content: center; font-size: 11px; }
}
