:root {
  --cgst-vsp-orange: #f47b20;
  --cgst-vsp-orange-deep: #d9620d;
  --cgst-vsp-orange-soft: #fff1e5;
  --cgst-vsp-ink: #101828;
  --cgst-vsp-ink-soft: #5f6c82;
  --cgst-vsp-card: #ffffff;
  --cgst-vsp-line: #e8edf3;
  --cgst-vsp-bg: #f6f8fb;
  --cgst-vsp-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  --cgst-vsp-shadow-soft: 0 12px 28px rgba(16, 24, 40, 0.06);
  --cgst-vsp-radius-xl: 28px;
  --cgst-vsp-radius-lg: 22px;
  --cgst-vsp-radius-md: 18px;
}

body.cgst-vendor-store-page-active {
  background: var(--cgst-vsp-bg);
}

body.cgst-vendor-store-page-active .site-content,
body.cgst-vendor-store-page-active .ct-container {
  max-width: none !important;
  width: 100% !important;
}

.cgst-vsp-page {
  color: var(--cgst-vsp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 18px 0 42px;
}

.cgst-vsp-shell {
  width: min(1380px, calc(100% - 28px));
  margin: 0 auto;
}

.cgst-vsp-page * { box-sizing: border-box; }

.cgst-vsp-page a { text-decoration: none; }

.cgst-vsp-page h1,
.cgst-vsp-page h2,
.cgst-vsp-page h3,
.cgst-vsp-page p { margin: 0; }

.cgst-vsp-hero {
  position: relative;
  border-radius: var(--cgst-vsp-radius-xl);
  overflow: hidden;
  min-height: 380px;
  background: linear-gradient(135deg, #1a2234 0%, #0f1420 100%);
  box-shadow: var(--cgst-vsp-shadow);
  margin-bottom: 22px;
}

.cgst-vsp-hero.is-no-banner {
  min-height: 320px;
}

.cgst-vsp-hero-banner,
.cgst-vsp-hero-banner img,
.cgst-vsp-hero-overlay {
  position: absolute;
  inset: 0;
}

.cgst-vsp-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cgst-vsp-hero-overlay {
  background: linear-gradient(180deg, rgba(10,14,24,0.22) 0%, rgba(10,14,24,0.58) 38%, rgba(10,14,24,0.82) 72%, rgba(10,14,24,0.93) 100%);
}

.cgst-vsp-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  min-height: 380px;
  padding: 28px;
  color: #fff;
}

.cgst-vsp-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.cgst-vsp-brand-block {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.cgst-vsp-logo-wrap {
  width: 116px;
  height: 116px;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 14px 30px rgba(16,24,40,0.16);
  padding: 12px;
  display: grid;
  place-items: center;
}

.cgst-vsp-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cgst-vsp-eyebrow,
.cgst-vsp-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cgst-vsp-kicker {
  background: var(--cgst-vsp-orange-soft);
  border-color: rgba(244,123,32,.18);
  color: var(--cgst-vsp-orange-deep);
}

.cgst-vsp-featured .cgst-vsp-kicker {
  background: rgba(244,123,32,.12);
  border-color: rgba(244,123,32,.22);
}

.cgst-vsp-brand-copy h1 {
  margin-top: 14px;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.03;
  letter-spacing: -.04em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.28), 0 10px 28px rgba(0,0,0,.18);
}

.cgst-vsp-location {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}


.cgst-vsp-badge-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cgst-vsp-verify-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(8px);
}

.cgst-vsp-verify-badge.is-verified {
  color: #14532d;
  background: rgba(240, 253, 244, 0.96);
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.cgst-vsp-verify-badge.is-pending {
  color: #9a3412;
  background: rgba(255, 247, 237, 0.96);
  border: 1px solid rgba(251, 146, 60, 0.45);
}

.cgst-vsp-verify-badge-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.cgst-vsp-verify-badge.is-verified .cgst-vsp-verify-badge-icon {
  background: #16a34a;
  color: #fff;
}

.cgst-vsp-verify-badge.is-pending .cgst-vsp-verify-badge-icon {
  background: #f97316;
  color: #fff;
}


.cgst-vsp-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.cgst-vsp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.cgst-vsp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.cgst-vsp-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
}

.cgst-vsp-stat-card {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
}

.cgst-vsp-stat-card strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.cgst-vsp-stat-card span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.84);
}

.cgst-vsp-main-grid {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 20px;
  align-items: start;
}

.cgst-vsp-sidebar,
.cgst-vsp-content,
.cgst-vsp-featured-grid,
.cgst-vsp-product-grid { min-width: 0; }

.cgst-vsp-card {
  background: var(--cgst-vsp-card);
  border: 1px solid var(--cgst-vsp-line);
  border-radius: var(--cgst-vsp-radius-lg);
  box-shadow: var(--cgst-vsp-shadow-soft);
  padding: 20px;
}

.cgst-vsp-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 92px;
  align-self: start;
}

.cgst-vsp-sticky {
  position: static;
  top: auto;
}

.cgst-vsp-card-head h2,
.cgst-vsp-card-head h3,
.cgst-vsp-section-head h2 {
  margin-top: 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
  color: var(--cgst-vsp-ink);
}

.cgst-vsp-card-head h3 { font-size: 21px; }

.cgst-vsp-cat-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cgst-vsp-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  color: var(--cgst-vsp-ink);
  font-weight: 700;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.cgst-vsp-cat-item strong {
  color: var(--cgst-vsp-orange);
  font-size: 13px;
}

.cgst-vsp-cat-item:hover,
.cgst-vsp-cat-item.is-active {
  background: var(--cgst-vsp-orange-soft);
  border-color: rgba(244,123,32,.2);
  transform: translateY(-1px);
}

.cgst-vsp-prose {
  margin-top: 16px;
  color: var(--cgst-vsp-ink-soft);
  line-height: 1.72;
  font-size: 15px;
}

.cgst-vsp-prose p + p { margin-top: 12px; }

.cgst-vsp-link-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cgst-vsp-link-stack a,
.cgst-vsp-text-link {
  color: var(--cgst-vsp-orange);
  font-weight: 800;
}

.cgst-vsp-content { display: grid; gap: 18px; }

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

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

.cgst-vsp-featured-item,
.cgst-vsp-product-card {
  border: 1px solid #edf2f7;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.cgst-vsp-featured-item:hover,
.cgst-vsp-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16,24,40,.08);
}

.cgst-vsp-featured-image,
.cgst-vsp-product-image {
  display: block;
  background: #f4f7fb;
  aspect-ratio: 1 / .78;
}

.cgst-vsp-featured-image img,
.cgst-vsp-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cgst-vsp-no-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  color: #8b96a8;
  font-weight: 700;
}

.cgst-vsp-featured-body,
.cgst-vsp-product-body {
  padding: 14px;
}

.cgst-vsp-featured-body h3,
.cgst-vsp-product-body h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.cgst-vsp-featured-body h3 a,
.cgst-vsp-product-body h3 a {
  color: var(--cgst-vsp-ink);
}

.cgst-vsp-price {
  margin-top: 10px;
  color: var(--cgst-vsp-orange);
  font-weight: 800;
  font-size: 14px;
}

.cgst-vsp-price .amount { color: inherit; }

.cgst-vsp-product-tax {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--cgst-vsp-ink-soft);
}

.cgst-vsp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cgst-vsp-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid #edf2f7;
  color: var(--cgst-vsp-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.cgst-vsp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.cgst-vsp-results-note {
  margin: 12px 0 0;
  color: var(--cgst-vsp-ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.cgst-vsp-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(190px, 220px);
  gap: 10px;
  align-items: center;
}

.cgst-vendor-store-page-active .cgst-vsp-filter-bar {
  display: grid !important;
}

.cgst-vendor-store-page-active .dokan-store-products-filter-area {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cgst-vsp-filter-bar input,
.cgst-vsp-filter-bar select {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid #e4ebf3;
  background: #fff;
  padding: 0 14px;
  color: var(--cgst-vsp-ink);
  font-size: 14px;
}

.cgst-vsp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.cgst-vsp-btn:hover { transform: translateY(-1px); }

.cgst-vsp-btn-primary {
  background: linear-gradient(180deg, var(--cgst-vsp-orange), var(--cgst-vsp-orange-deep));
  color: #fff;
  box-shadow: 0 14px 24px rgba(244,123,32,.22);
}

.cgst-vsp-btn-secondary {
  background: #fff;
  color: var(--cgst-vsp-orange);
  border: 1px solid rgba(244,123,32,.24);
}

.cgst-vsp-btn-small {
  min-height: 40px;
  margin-top: 12px;
  width: 100%;
}

.cgst-vsp-pagination-wrap {
  margin-top: 20px;
}

.cgst-vsp-pagination-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cgst-vsp-pagination-wrap a,
.cgst-vsp-pagination-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  background: #fff;
  color: var(--cgst-vsp-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(16,24,40,.04);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.cgst-vsp-pagination-wrap .current {
  background: linear-gradient(135deg, var(--cgst-vsp-orange), #ff9a3c);
  border-color: var(--cgst-vsp-orange);
  color: #fff;
  box-shadow: 0 14px 26px rgba(244,123,32,.26);
}

.cgst-vsp-empty-state {
  padding: 28px;
  border-radius: 18px;
  background: #fff8f3;
  border: 1px solid rgba(244,123,32,.18);
  text-align: center;
}

.cgst-vsp-empty-state h3 { font-size: 22px; }
.cgst-vsp-empty-state p { margin: 10px 0 18px; color: var(--cgst-vsp-ink-soft); }

@media (max-width: 1240px) {
  .cgst-vsp-featured-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cgst-vsp-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 1024px) {
  .cgst-vsp-main-grid,
  .cgst-vsp-hero-top {
    grid-template-columns: 1fr;
  }

  .cgst-vsp-sidebar,
  .cgst-vsp-sticky { position: static; top: auto; }

  .cgst-vsp-hero-actions { justify-content: start; }

  .cgst-vsp-filter-bar {
    grid-template-columns: minmax(0, 1fr) auto minmax(180px, 210px);
  }
}

@media (max-width: 767px) {
  .cgst-vsp-shell { width: min(100% - 18px, 1380px); }
  .cgst-vsp-page { padding-top: 12px; }
  .cgst-vsp-hero,
  .cgst-vsp-card { border-radius: 20px; }
  .cgst-vsp-hero-content { min-height: auto; padding: 20px; }
  .cgst-vsp-brand-block { grid-template-columns: 78px minmax(0,1fr); gap: 12px; align-items: start; }
  .cgst-vsp-logo-wrap { width: 78px; height: 78px; border-radius: 18px; }
  .cgst-vsp-brand-copy h1 { font-size: 28px; }
  .cgst-vsp-stat-grid { grid-template-columns: 1fr; }
  .cgst-vsp-featured-grid,
  .cgst-vsp-product-grid { grid-template-columns: 1fr; }
  .cgst-vsp-section-head-mobile-stack {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cgst-vsp-filter-bar {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cgst-vsp-btn,
  .cgst-vsp-filter-bar input,
  .cgst-vsp-filter-bar select,
  .cgst-vsp-section-head-mobile-stack > * { width: 100%; }
  .cgst-vsp-card,
  .cgst-vsp-hero-content { padding: 18px; }
}


/* =========================================
   BLUE HOVER / FOCUS FIXES
   ========================================= */
.cgst-vsp-page,
.cgst-vsp-page * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.cgst-vsp-page a,
.cgst-vsp-page a:visited,
.cgst-vsp-page a:hover,
.cgst-vsp-page a:focus,
.cgst-vsp-page a:active {
  text-decoration: none;
}

.cgst-vsp-page a:focus,
.cgst-vsp-page button:focus,
.cgst-vsp-page input:focus,
.cgst-vsp-page select:focus,
.cgst-vsp-page textarea:focus,
.cgst-vsp-page a:focus-visible,
.cgst-vsp-page button:focus-visible,
.cgst-vsp-page input:focus-visible,
.cgst-vsp-page select:focus-visible,
.cgst-vsp-page textarea:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(244,123,32,.16) !important;
  border-color: rgba(244,123,32,.38) !important;
}

.cgst-vsp-page .cgst-vsp-btn,
.cgst-vsp-page .cgst-vsp-btn:visited,
.cgst-vsp-page .cgst-vsp-btn:hover,
.cgst-vsp-page .cgst-vsp-btn:active,
.cgst-vsp-page .cgst-vsp-btn:focus {
  text-decoration: none;
}

.cgst-vsp-page .cgst-vsp-btn-primary,
.cgst-vsp-page .cgst-vsp-btn-primary:visited,
.cgst-vsp-page .cgst-vsp-btn-primary:hover,
.cgst-vsp-page .cgst-vsp-btn-primary:active,
.cgst-vsp-page .cgst-vsp-btn-primary:focus {
  background: linear-gradient(180deg, var(--cgst-vsp-orange), var(--cgst-vsp-orange-deep)) !important;
  border-color: var(--cgst-vsp-orange) !important;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(244,123,32,.22) !important;
}

.cgst-vsp-page .cgst-vsp-filter-bar .cgst-vsp-btn-primary,
.cgst-vsp-page .cgst-vsp-filter-bar .cgst-vsp-btn-primary:hover,
.cgst-vsp-page .cgst-vsp-filter-bar .cgst-vsp-btn-primary:focus,
.cgst-vsp-page .cgst-vsp-filter-bar .cgst-vsp-btn-primary:active {
  background: linear-gradient(180deg, var(--cgst-vsp-orange), var(--cgst-vsp-orange-deep)) !important;
  border-color: var(--cgst-vsp-orange) !important;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(244,123,32,.22) !important;
}

.cgst-vsp-page .cgst-vsp-btn-secondary,
.cgst-vsp-page .cgst-vsp-btn-secondary:visited,
.cgst-vsp-page .cgst-vsp-btn-secondary:hover,
.cgst-vsp-page .cgst-vsp-btn-secondary:active,
.cgst-vsp-page .cgst-vsp-btn-secondary:focus {
  color: var(--cgst-vsp-orange) !important;
}

.cgst-vsp-link-stack a:hover,
.cgst-vsp-link-stack a:focus,
.cgst-vsp-text-link:hover,
.cgst-vsp-text-link:focus,
.cgst-vsp-featured-body h3 a:hover,
.cgst-vsp-featured-body h3 a:focus,
.cgst-vsp-product-body h3 a:hover,
.cgst-vsp-product-body h3 a:focus {
  color: var(--cgst-vsp-orange-deep) !important;
}

/* =========================================
   CATEGORY ICONS + COPY
   ========================================= */
.cgst-vsp-cat-item {
  align-items: center;
  justify-content: flex-start;
}

.cgst-vsp-cat-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff7ed, #ffedd5);
  border: 1px solid rgba(244,123,32,.18);
  color: var(--cgst-vsp-orange);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.cgst-vsp-cat-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cgst-vsp-cat-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cgst-vsp-cat-copy > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cgst-vsp-cat-item strong {
  flex: 0 0 auto;
}

.cgst-vsp-cat-item:hover .cgst-vsp-cat-icon,
.cgst-vsp-cat-item.is-active .cgst-vsp-cat-icon {
  background: linear-gradient(180deg, var(--cgst-vsp-orange), #ff9a3c);
  color: #fff;
  border-color: var(--cgst-vsp-orange);
}

/* =========================================
   MOBILE HORIZONTAL CATEGORY BAR
   ========================================= */
.cgst-vsp-mobile-category-rail {
  display: none;
  margin-bottom: 18px;
}

.cgst-vsp-mobile-category-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cgst-vsp-mobile-category-track::-webkit-scrollbar {
  display: none;
}

.cgst-vsp-cat-item-mobile {
  flex: 0 0 260px;
  scroll-snap-align: start;
  box-shadow: var(--cgst-vsp-shadow-soft);
}

.cgst-vsp-cat-item-mobile .cgst-vsp-cat-copy > span:first-child {
  white-space: normal;
  line-height: 1.25;
}

/* =========================================
   PAGINATION HOVER FIX
   ========================================= */
.cgst-vsp-pagination-wrap a:hover,
.cgst-vsp-pagination-wrap a:focus,
.cgst-vsp-pagination-wrap a:active {
  transform: translateY(-1px);
  border-color: rgba(244,123,32,.32);
  background: var(--cgst-vsp-orange-soft);
  color: var(--cgst-vsp-orange-deep) !important;
  box-shadow: 0 14px 24px rgba(16,24,40,.08);
}

@media (max-width: 1024px) {
  .cgst-vsp-mobile-category-rail {
    display: block;
  }

  .cgst-vsp-sidebar .cgst-vsp-card:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .cgst-vsp-mobile-category-rail {
    margin-bottom: 14px;
  }

  .cgst-vsp-cat-item-mobile {
    flex-basis: 220px;
  }

  .cgst-vsp-sidebar {
    gap: 14px;
  }
}


/* =========================================
   DESKTOP CATEGORY LIST: TEXT ONLY
   ========================================= */
.cgst-vsp-cat-item-desktop {
  padding: 12px 14px;
}

.cgst-vsp-cat-item-desktop .cgst-vsp-cat-copy {
  width: 100%;
}

@media (min-width: 1025px) {
  .cgst-vsp-cat-list .cgst-vsp-cat-icon {
    display: none !important;
  }

  .cgst-vsp-cat-list .cgst-vsp-cat-item {
    gap: 0 !important;
  }
}


/* =========================================
   DESKTOP OVERLAP SAFETY FIX
   ========================================= */
.cgst-vsp-main-grid {
  grid-template-columns: minmax(280px, 300px) minmax(0, 1fr);
  overflow: visible;
}

.cgst-vsp-sidebar {
  width: 100%;
  max-width: 300px;
}

.cgst-vsp-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.cgst-vsp-featured-item,
.cgst-vsp-product-card,
.cgst-vsp-featured-body,
.cgst-vsp-product-body {
  min-width: 0;
}

.cgst-vsp-featured-image,
.cgst-vsp-product-image {
  width: 100%;
}

@media (max-width: 1180px) {
  .cgst-vsp-main-grid {
    grid-template-columns: 1fr;
  }

  .cgst-vsp-sidebar,
  .cgst-vsp-sticky {
    position: static;
    top: auto;
    max-width: none;
  }
}



/* =========================================
   DESKTOP LAYOUT HARD FIX v1.0.7
   ========================================= */
@media (min-width: 1025px) {
  .cgst-vsp-shell {
    overflow-x: clip;
  }

  .cgst-vsp-main-grid {
    display: grid !important;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    column-gap: 28px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  .cgst-vsp-sidebar {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    position: sticky !important;
    top: 92px !important;
    align-self: start !important;
    z-index: 3;
  }

  .cgst-vsp-content {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
  }

  .cgst-vsp-featured-grid,
  .cgst-vsp-product-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .cgst-vsp-featured-item,
  .cgst-vsp-product-card,
  .cgst-vsp-featured-image,
  .cgst-vsp-product-image,
  .cgst-vsp-featured-body,
  .cgst-vsp-product-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .cgst-vsp-product-image img,
  .cgst-vsp-featured-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1360px) {
  .cgst-vsp-main-grid {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr) !important;
    column-gap: 22px !important;
  }

  .cgst-vsp-sidebar {
    max-width: 280px !important;
  }

  .cgst-vsp-product-grid,
  .cgst-vsp-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .cgst-vsp-main-grid {
    grid-template-columns: 1fr !important;
  }

  .cgst-vsp-sidebar,
  .cgst-vsp-content {
    grid-column: auto !important;
    max-width: none !important;
  }

  .cgst-vsp-sidebar,
  .cgst-vsp-sticky {
    position: static !important;
    top: auto !important;
  }
}


/* =========================================
   DESKTOP COLUMN SPACING FIX v1.0.8
   ========================================= */
@media (min-width: 1025px) {
  .cgst-vsp-shell {
    width: min(1480px, calc(100% - 36px)) !important;
  }

  .cgst-vsp-main-grid {
    grid-template-columns: 340px minmax(0, 1fr) !important;
    column-gap: 32px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  .cgst-vsp-sidebar {
    max-width: 340px !important;
    width: 100% !important;
  }

  .cgst-vsp-content {
    padding-left: 8px !important;
  }

  .cgst-vsp-product-grid,
  .cgst-vsp-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (min-width: 1500px) {
  .cgst-vsp-main-grid {
    grid-template-columns: 340px minmax(0, 1fr) !important;
    column-gap: 36px !important;
  }

  .cgst-vsp-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cgst-vsp-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .cgst-vsp-main-grid {
    grid-template-columns: 320px minmax(0, 1fr) !important;
    column-gap: 24px !important;
  }

  .cgst-vsp-sidebar {
    max-width: 320px !important;
  }

  .cgst-vsp-content {
    padding-left: 4px !important;
  }
}
