:root {
  --vm-red: #4f46e5;
  --vm-red-dark: #3730a3;
  --vm-primary-rgb: 79, 70, 229;
  --vm-text: #212529;
  --vm-muted: #6c757d;
  --vm-bg: #f8f9fa;
  --vm-card: #ffffff;
}

html {
  font-size: 15px;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  html { font-size: 16px; }
}

body {
  margin: 0;
  color: var(--vm-text);
  background: var(--vm-bg);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

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

img,
video,
svg,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

video.vm-reel-video,
.vm-slide-item img,
.vm-reel-video {
  height: 100%;
}

table {
  max-width: 100%;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .vm-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .btn,
  .vm-btn,
  .form-control,
  .form-select {
    min-height: 42px;
  }

  .btn-sm,
  .vm-btn-sm {
    min-height: 36px;
  }
}

.vm-navbar {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 0 !important;
}

.vm-navbar > .vm-navbar-container {
  padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
  padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  row-gap: 0.35rem;
  position: relative;
}

/* Mobile header: [back] menu | logo (center) | icons */
.vm-mobile-topbar {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 52px;
  padding: 0.2rem 0;
}

.vm-mobile-topbar-start {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  flex-shrink: 0;
}

.vm-mobile-back-btn .bi {
  font-size: 1.35rem;
}

.vm-mobile-brand {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 0;
  padding: 0 0.25rem;
}

.vm-mobile-logo-img {
  width: auto;
  height: 38px;
  max-width: min(180px, 42vw);
  object-fit: contain;
}

.vm-mobile-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
}

.vm-header-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--vm-text);
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease, background 0.15s ease;
}

.vm-header-icon-btn:hover,
.vm-header-icon-btn:focus-visible {
  color: var(--vm-red);
  background: rgba(var(--vm-primary-rgb), 0.08);
}

.vm-header-icon-btn .bi {
  font-size: 1.2rem;
  line-height: 1;
}

.vm-mobile-menu-btn {
  cursor: pointer;
}

.vm-mobile-menu-btn .bi {
  font-size: 1.55rem;
}

.vm-header-profile-btn {
  padding: 0;
}

.vm-store-profile-avatar--header {
  width: 32px;
  height: 32px;
  font-size: 0.82rem;
  box-shadow: none;
}

.vm-mobile-cart-wrap,
.vm-desktop-cart-wrap {
  position: relative;
}

.vm-header-icon-btn .vm-cart-badge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 0.68rem;
  margin-left: 0;
}

.vm-navbar-collapse {
  min-width: 0;
}

.vm-navbar-end {
  row-gap: 0.35rem;
  column-gap: 0.35rem;
}

.vm-navbar .navbar-brand.vm-navbar-brand {
  min-width: 0;
}

.vm-navbar-brand-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.vm-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.vm-brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(145deg, #22d3ee 0%, #2563eb 55%, #1e3a8a 100%);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08), 0 4px 14px rgba(37, 99, 235, 0.28);
  flex-shrink: 0;
}

.vm-brand-logo-mark {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0f172a;
  background: #0f172a;
}

.vm-brand-logo-mark--mobile {
  width: 36px;
  height: 36px;
}

/* Horizontal logo for mobile header — full mark visible, no circular crop */
.vm-brand-logo-wrap--banner {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vm-brand-logo-mark--banner {
  display: block;
  width: auto;
  height: 34px;
  max-width: min(168px, 40vw);
  border-radius: 0;
  object-fit: contain;
  border: none;
  background: transparent;
}

.vm-mobile-brand .vm-brand-logo-mark--banner {
  height: 32px;
  max-width: min(152px, 38vw);
}

.vm-brand-logo-wrap--footer {
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.22);
}

.vm-brand-logo-mark--footer {
  width: 44px;
  height: 44px;
}

.vm-brand-accent {
  color: #0284c7;
  font-weight: 800;
}

.vm-mobile-brand .vm-brand-logo-wrap {
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.25);
}

.vm-navbar .nav-link {
  color: #2f2f2f !important;
  font-weight: 500;
  font-size: 0.95rem;
}

.vm-main-nav {
  padding-left: 0.75rem;
  gap: 0.2rem;
}

/* Store navbar: primary links follow the brand; utilities (search/cart/account) sit on the right */
@media (min-width: 576px) {
  .vm-navbar-end {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.45rem;
  }

  .vm-main-nav-primary {
    justify-content: flex-start;
    padding-left: 0;
  }

  .vm-navbar-actions.vm-nav-actions {
    margin-left: auto;
    border-left: 1px solid #e6e6e6;
    padding-left: 0.65rem;
  }
}

@media (min-width: 992px) {
  .vm-navbar-end {
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .vm-navbar .vm-nav-pill {
    padding: 0.4rem 0.65rem !important;
    font-size: 0.9rem;
  }
}

.vm-nav-icon {
  font-size: 1rem;
  line-height: 1;
}

.vm-navbar .nav-link:hover {
  color: var(--vm-red) !important;
}

.vm-nav-pill {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.45rem 0.85rem !important;
  transition: all 0.2s ease;
}

.vm-nav-pill:hover {
  background: #fff1f1;
  border-color: #f0cccc;
}

.vm-nav-pill .vm-cart-badge {
  margin-left: 2px;
}

.vm-store-profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vm-red), var(--vm-red-dark));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vm-store-profile-avatar:hover {
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.vm-store-profile-avatar:focus-visible {
  outline: 2px solid var(--vm-red);
  outline-offset: 2px;
}

.vm-store-profile-avatar-lg {
  width: 48px;
  height: 48px;
  font-size: 1.15rem;
}

.vm-nav-profile-link {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.vm-page {
  padding-top: 8px;
  padding-bottom: 20px;
}

.vm-hero {
  background: linear-gradient(120deg, #ffffff 0%, #fff4f4 100%);
  border: 1px solid #f2d9d9;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.vm-hero h1, .vm-hero h2 {
  margin-bottom: 6px;
  font-weight: 700;
}

.vm-hero p {
  color: var(--vm-muted);
  margin-bottom: 0;
}

.vm-card {
  background: var(--vm-card);
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform .15s ease, box-shadow .15s ease;
}

.vm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.vm-card .card-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.vm-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: none;
  object-fit: cover;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 8px;
}

.vm-product-gallery-video-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  min-height: 280px;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.vm-product-gallery-video {
  display: block;
  width: 100%;
  object-fit: contain;
  background: #000;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.vm-product-gallery .carousel-item.active .vm-product-gallery-video-slide {
  pointer-events: auto;
}

.vm-product-gallery .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #efefef;
  background: #fff;
}

.vm-product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.vm-product-gallery-thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.vm-product-gallery-thumb.is-active {
  border-color: var(--vm-red, #dc2626);
}

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

.vm-product-gallery-thumb--video {
  position: relative;
}

.vm-product-gallery-thumb-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.42);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  pointer-events: none;
}

.vm-product-gallery-wrap {
  position: relative;
}

.vm-product-gallery {
  position: relative;
}

.vm-product-gallery-counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}

.vm-product-card .vm-product-image {
  object-fit: contain;
  background: #fafafa;
}

.vm-product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vm-filter-row .form-control,
.vm-filter-row .btn {
  min-height: 42px;
}

.vm-btn,
.btn {
  border-radius: 8px;
}

.vm-btn {
  min-height: 40px;
  font-weight: 600;
  font-size: 0.92rem;
}

.vm-btn-sm {
  min-height: 32px;
  padding: 0.3rem 0.55rem;
  font-size: 0.82rem;
}

.vm-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #444;
}

.vm-badge.in-stock { background: #e8f7eb; color: #1f7a31; }
.vm-badge.out-stock { background: #fdeaea; color: #b12828; }

.vm-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--vm-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.vm-cart-badge-pulse {
  animation: vm-cart-pulse 0.62s ease-out 1;
}

@keyframes vm-cart-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--vm-primary-rgb), 0.45);
  }
  35% {
    transform: scale(1.26);
    box-shadow: 0 0 0 10px rgba(var(--vm-primary-rgb), 0.0);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--vm-primary-rgb), 0.0);
  }
}

.vm-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #fff;
}

.vm-floating-warn {
  position: fixed;
  top: 5.5rem;
  left: 50%;
  transform: translate(-50%, -12px);
  z-index: 1090;
  max-width: min(420px, calc(100vw - 1.5rem));
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.vm-floating-warn-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.vm-nav-cart-wrap .vm-cart-nav-link {
  position: relative;
}

.vm-added-cart-popover {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: min(360px, calc(100vw - 1.25rem));
  z-index: 1055;
}

.vm-added-cart-popover.d-none {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden;
}

.vm-added-cart-popover-inner {
  background: linear-gradient(165deg, #ffffff 0%, #f8f6ff 42%, #fff9f8 100%);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.22);
  border-radius: 14px;
  box-shadow:
    0 4px 6px rgba(var(--vm-primary-rgb), 0.06),
    0 18px 44px rgba(var(--vm-primary-rgb), 0.16);
  overflow: hidden;
  padding: 0;
}

.vm-added-cart-popover-content {
  padding: 14px 14px 12px;
}

.vm-added-cart-popover-head {
  padding-bottom: 2px;
}

.vm-added-cart-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(var(--vm-primary-rgb), 0.12);
  color: var(--vm-red);
  font-size: 1.1rem;
  line-height: 1;
}

.vm-added-cart-popover-head .fw-semibold {
  color: var(--vm-text);
}

.vm-added-cart-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid rgba(var(--vm-primary-rgb), 0.12);
  background: #fff;
}

.vm-added-cart-close {
  line-height: 1;
  color: var(--vm-muted) !important;
  text-decoration: none !important;
}

.vm-added-cart-close:hover {
  color: var(--vm-red) !important;
}

.vm-added-cart-actions .vm-btn {
  min-height: 42px;
}

.vm-added-cart-continue {
  text-decoration: none;
  font-weight: 600;
  color: var(--vm-red) !important;
}

.vm-added-cart-continue:hover {
  text-decoration: underline;
  color: var(--vm-red-dark) !important;
}

.vm-mobile-menu-back {
  color: var(--vm-red) !important;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.vm-mobile-menu-back:hover,
.vm-mobile-menu-back:focus-visible {
  background: rgba(var(--vm-primary-rgb), 0.08) !important;
  border-color: rgba(var(--vm-primary-rgb), 0.2) !important;
  color: var(--vm-red-dark) !important;
}

@media (max-width: 991.98px) {
  .vm-navbar > .vm-navbar-container {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .vm-navbar-collapse {
    width: 100%;
    border-top: 1px solid #ececec;
    margin-top: 0.15rem;
    padding-top: 0.35rem;
  }

  .vm-navbar-collapse .vm-nav-actions {
    display: none !important;
  }

  .vm-mobile-cart-wrap {
    position: static;
  }

  .vm-added-cart-popover {
    position: fixed;
    top: var(--vm-added-cart-top, calc(env(safe-area-inset-top, 0px) + 56px));
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: none;
    z-index: 1055;
  }

  .vm-added-cart-popover-inner {
    border-radius: 0 0 14px 14px;
    border-left: none;
    border-right: none;
    box-shadow:
      0 8px 24px rgba(var(--vm-primary-rgb), 0.12),
      0 18px 44px rgba(var(--vm-primary-rgb), 0.14);
  }

  .vm-added-cart-popover-content {
    padding: 14px max(0.75rem, env(safe-area-inset-right, 0px)) 12px max(0.75rem, env(safe-area-inset-left, 0px));
  }
}

.vm-cart-drawer {
  --bs-offcanvas-width: min(100vw - 1rem, 420px);
}

.vm-cart-drawer-busy {
  opacity: 0.55;
  pointer-events: none;
}

.vm-cart-drawer-row {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}

.vm-cart-drawer-row:last-child {
  border-bottom: none;
}

.vm-cart-drawer-img-wrap {
  flex-shrink: 0;
}

.vm-cart-drawer-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ececec;
}

.vm-cart-drawer-body {
  flex: 1;
  min-width: 0;
}

.vm-cart-drawer-qty .btn {
  min-width: 2.25rem;
}

.vm-cart-thumb {
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .vm-cart-drawer-img {
    width: 64px;
    height: 64px;
  }

  .vm-cart-drawer-row {
    gap: 10px;
    padding: 12px 0;
  }
}

.btn-primary {
  background-color: var(--vm-red);
  border-color: var(--vm-red);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--vm-red-dark);
  border-color: var(--vm-red-dark);
}

.btn-outline-primary {
  color: var(--vm-red);
  border-color: var(--vm-red);
}

.btn-outline-primary:hover {
  background: var(--vm-red);
  border-color: var(--vm-red);
}

.form-control:focus, .form-select:focus {
  border-color: #f1a0a0;
  box-shadow: 0 0 0 0.2rem rgba(var(--vm-primary-rgb), 0.16);
}

.vm-table {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.vm-summary {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
}

.vm-section-title {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}

.vm-muted { color: var(--vm-muted); }

.vm-panel {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px;
}

.vm-skeleton-row .vm-card {
  pointer-events: none;
}

.vm-skeleton {
  border-radius: 8px;
  background: linear-gradient(90deg, #efefef 25%, #f8f8f8 37%, #efefef 63%);
  background-size: 400% 100%;
  animation: vm-shimmer 1.4s ease infinite;
}

.vm-skeleton-image { height: 170px; }
.vm-skeleton-line { height: 14px; width: 100%; }
.vm-skeleton-line.short { width: 65%; }
.vm-skeleton-badge { height: 22px; width: 90px; border-radius: 999px; }
.vm-skeleton-button { height: 40px; width: 100%; }

@keyframes vm-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.vm-sticky-add {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.97);
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
}

.vm-sticky-add .form-control {
  max-width: 80px;
}

@media (max-width: 576px) {
  .vm-navbar-brand-text {
    font-size: 0.95rem;
  }

  .vm-logo {
    width: 30px;
    height: 30px;
  }

  .vm-main-nav {
    padding-left: 0;
  }

  .vm-page {
    padding-top: 4px;
    padding-bottom: 14px;
  }

  .vm-hero {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .vm-hero h1, .vm-hero h2 {
    font-size: 1.2rem;
  }

  .vm-product-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .vm-section-title {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }

  body {
    padding-bottom: 86px;
  }
}

@media (min-width: 768px) {
  .vm-page {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .vm-product-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 992px) {
  .vm-product-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.footer {
  background: #fff;
  border-top: 1px solid #e8e8e8 !important;
  padding: 10px 0;
}

.vm-carousel {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
}

.vm-slide-item {
  height: clamp(300px, 42vw, 520px);
  position: relative;
}

.vm-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vm-slide-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.52) 100%);
}

.vm-slide-caption {
  color: #fff;
  font-size: clamp(1.15rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

/* Store home */
.vm-store-home {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.vm-home-hero-wrap {
  position: relative;
}

.vm-home-search-section {
  scroll-margin-top: 5.5rem;
}

.vm-home-hero {
  margin-bottom: 0;
}

.vm-home-carousel-indicators {
  margin-bottom: 0.85rem;
}

.vm-home-carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.45);
}

.vm-home-carousel-indicators .active {
  background-color: #fff;
}

.vm-slide-overlay {
  position: absolute;
  left: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 2.5vw, 24px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  max-width: 34rem;
}

.vm-slide-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vm-slide-cta {
  margin-top: 0.35rem;
  min-height: 38px;
  padding-inline: 1rem;
  font-weight: 700;
  border: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.vm-home-search-card {
  width: 100%;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border-radius: 16px;
  border: 1px solid rgba(var(--vm-primary-rgb), 0.14);
  background: linear-gradient(165deg, #fff 0%, #faf8ff 52%, #fff 100%);
  box-shadow: 0 10px 28px rgba(var(--vm-primary-rgb), 0.08);
}

.vm-home-search-card .vm-search-fields-row {
  --bs-gutter-x: 0.75rem;
}

.vm-home-search-card .vm-search-submit-col .vm-btn {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.vm-home-search-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.vm-home-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--vm-red), var(--vm-red-dark));
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(var(--vm-primary-rgb), 0.22);
}

.vm-home-search-title {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #111827;
}

.vm-home-search-lead {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.45;
}

.vm-home-section {
  scroll-margin-top: 5.5rem;
}

.vm-home-section-head {
  margin-bottom: 1rem;
}

.vm-home-section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.vm-home-section-lead {
  font-size: 0.9rem;
  color: #6b7280;
}

.vm-home-section-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.vm-home-trust {
  margin-bottom: 0;
}

.vm-home-trust .vm-features-banner {
  padding-bottom: 10px;
}

.vm-home-trust .vm-features-grid {
  padding-bottom: 8px;
}

.vm-page--store-home {
  padding-bottom: 0;
}

.vm-page--store-home main {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .vm-store-home {
    gap: 1.75rem;
  }

  .vm-home-search-card {
    padding: 1.35rem 1.5rem 1.25rem;
  }

  .vm-home-search-card .vm-search-fields-row {
    --bs-gutter-x: 1rem;
  }

  .vm-home-search-head {
    margin-bottom: 1.15rem;
  }

  .vm-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .vm-category-grid--home {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .vm-category-grid--home .vm-category-tile {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    gap: 8px;
    border-radius: 12px;
  }

  .vm-category-grid--home .vm-category-icon {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    border-radius: 9px;
  }

  .vm-category-grid--home .vm-category-title {
    font-size: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vm-category-grid--home .vm-category-sub,
  .vm-category-grid--home .vm-category-arrow {
    display: none;
  }
}

@media (min-width: 992px) {
  .vm-category-grid--home .vm-category-tile {
    padding: 12px 10px;
  }

  .vm-category-grid--home .vm-category-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .vm-category-grid--home .vm-category-title {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .vm-brand-grid {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  }
}

.vm-search-panel {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
}

.vm-search-field-hint {
  font-size: 0.78rem;
  margin-top: 0.35rem;
}

@media (min-width: 768px) {
  .vm-search-panel .vm-search-fields-row {
    --bs-gutter-x: 0.65rem;
  }

  .vm-search-panel .vm-search-submit-col .vm-btn {
    min-height: calc(1.5em + 0.75rem + 2px);
    white-space: nowrap;
  }
}

.vm-device-hints {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.vm-device-hints-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--vm-muted, #6c757d);
}

.vm-device-hints-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.vm-device-hint-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--vm-primary-rgb, 79, 70, 229), 0.22);
  background: rgba(var(--vm-primary-rgb, 79, 70, 229), 0.06);
  color: var(--vm-primary, #4f46e5);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}

.vm-device-hint-chip:hover {
  background: rgba(var(--vm-primary-rgb, 79, 70, 229), 0.12);
  border-color: var(--vm-primary, #4f46e5);
  color: var(--vm-primary, #4f46e5);
}

.vm-compat-highlight {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 1rem;
}

.vm-compat-highlight--muted {
  border-color: rgba(79, 70, 229, 0.16);
  background: linear-gradient(135deg, #f0f9ff 0%, #faf8ff 100%);
}

.vm-compat-highlight-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--vm-muted, #6c757d);
}

.vm-compat-highlight-label .bi {
  flex-shrink: 0;
  font-size: 0.95rem;
  color: var(--vm-primary, #4f46e5);
}

.vm-compat-highlight-devices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.vm-compat-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--vm-primary-rgb, 79, 70, 229), 0.22);
  background: rgba(var(--vm-primary-rgb, 79, 70, 229), 0.06);
  font-size: 0.78rem;
  font-weight: 600;
  color: #3730a3;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.vm-compat-chip--more {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #6b7280;
  font-weight: 600;
}

.vm-compat-see-all {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--vm-primary, #4f46e5);
  text-decoration: none;
  font-weight: 600;
}

.vm-compat-see-all:hover {
  color: #3730a3;
  text-decoration: underline;
}

.vm-compat-muted-copy {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
}

/* Compact compatibility on browse product cards — same theme as details highlight */
.vm-compat-highlight--card {
  padding: 0.55rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.vm-compat-highlight--card .vm-compat-highlight-label {
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
}

.vm-compat-highlight--card .vm-compat-highlight-label .bi {
  font-size: 0.78rem;
}

.vm-compat-highlight--card .vm-compat-highlight-devices {
  gap: 0.3rem;
}

.vm-compat-highlight--card .vm-compat-chip {
  padding: 0.2rem 0.5rem;
  font-size: 0.68rem;
}

.vm-catalog-empty-tips {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.vm-confirm-next {
  text-align: left;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(var(--vm-primary-rgb, 79, 70, 229), 0.12);
  background: #fafbff;
}

.vm-confirm-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vm-confirm-timeline-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  position: relative;
}

.vm-confirm-timeline-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.1rem;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
}

.vm-confirm-timeline-step--active .vm-confirm-timeline-dot {
  background: var(--vm-primary, #4f46e5);
  box-shadow: 0 0 0 3px rgba(var(--vm-primary-rgb, 79, 70, 229), 0.18);
}

.vm-confirm-timeline-dot {
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #ced4da;
}

.vm-confirm-track-hint {
  line-height: 1.45;
}

.vm-return-progress-card {
  border: 1px solid rgba(234, 88, 12, 0.18);
}

.vm-return-progress-meta dt {
  font-weight: 500;
}

.vm-return-carrier-tracking {
  border: 1px solid var(--vm-border, #ececec);
}

.vm-fulfilment-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vm-fulfilment-step {
  display: flex;
  gap: 12px;
  position: relative;
  padding-bottom: 16px;
}

.vm-fulfilment-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 18px;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
}

.vm-fulfilment-step--done:not(:last-child)::before,
.vm-fulfilment-step--active:not(:last-child)::before {
  background: rgba(var(--vm-primary-rgb, 79, 70, 229), 0.35);
}

.vm-fulfilment-dot {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border-radius: 50%;
  background: #ced4da;
}

.vm-fulfilment-step--done .vm-fulfilment-dot,
.vm-fulfilment-step--active .vm-fulfilment-dot {
  background: var(--vm-primary, #4f46e5);
}

.vm-fulfilment-step--active .vm-fulfilment-dot {
  box-shadow: 0 0 0 3px rgba(var(--vm-primary-rgb, 79, 70, 229), 0.18);
}

.vm-tracking-timeline li:last-child {
  border-left-color: var(--vm-primary, #4f46e5) !important;
  padding-bottom: 0 !important;
}

.vm-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.vm-brand-tile {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 12px 8px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.vm-brand-tile:hover {
  border-color: var(--vm-red);
  color: var(--vm-red);
}

.vm-brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff1f1;
  border: 1px solid #f1cbcb;
  font-weight: 700;
  overflow: hidden;
}

.vm-brand-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.vm-section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.vm-section-link:hover {
  color: var(--vm-red);
}

.vm-section-link i {
  transition: transform 0.2s ease;
}

.vm-section-link:hover i {
  transform: translateX(3px);
}

.vm-section-link--ghost {
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
}

.vm-section-link--ghost:hover {
  color: var(--vm-red-dark);
}

.vm-store-tagline {
  margin: 0;
  padding: 0.4rem 1rem 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}

.vm-home-search-btn {
  min-width: 7.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .vm-home-search-card .vm-search-submit-col {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .vm-home-search-btn {
    width: auto;
    min-width: 8.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.vm-brand-grid--home .vm-brand-tile {
  min-width: 0;
}

.vm-brand-name {
  display: block;
  width: 100%;
  max-width: 108px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vm-brand-tile--more {
  border-style: dashed;
  color: #64748b;
}

.vm-brand-tile--more:hover {
  color: var(--vm-red-dark);
  border-color: var(--vm-red);
}

.vm-brand-logo--more {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #64748b;
  font-size: 1.25rem;
}

.vm-brand-grid--home .vm-brand-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.vm-brand-grid--home .vm-brand-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.vm-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.vm-category-grid--home {
  max-width: 100%;
}

.vm-category-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.vm-category-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.vm-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.5rem;
  flex-shrink: 0;
  color: #fff;
}

.vm-category-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}

.vm-category-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: #111827;
  line-height: 1.2;
}

.vm-category-sub {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 2px;
}

.vm-category-arrow {
  font-size: 1.05rem;
  color: #9ca3af;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.vm-category-tile:hover .vm-category-arrow {
  transform: translateX(3px);
  color: #111827;
}

.vm-cat-indigo { background: #eef2ff; border-color: #e0e7ff; }
.vm-cat-indigo .vm-category-icon { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.vm-cat-rose   { background: #fff1f3; border-color: #ffd9df; }
.vm-cat-rose   .vm-category-icon { background: linear-gradient(135deg, #f43f5e, #ec4899); }
.vm-cat-amber  { background: #fffbeb; border-color: #fde68a; }
.vm-cat-amber  .vm-category-icon { background: linear-gradient(135deg, #f59e0b, #f97316); }
.vm-cat-teal   { background: #ecfdf5; border-color: #a7f3d0; }
.vm-cat-teal   .vm-category-icon { background: linear-gradient(135deg, #14b8a6, #10b981); }

.vm-category-grid--home .vm-cat-indigo { background: #f4f5fb; border-color: #e8eaf3; }
.vm-category-grid--home .vm-cat-indigo .vm-category-icon { background: linear-gradient(135deg, #8b93e8, #a89fd4); }
.vm-category-grid--home .vm-cat-rose { background: #faf5f6; border-color: #f0e4e7; }
.vm-category-grid--home .vm-cat-rose .vm-category-icon { background: linear-gradient(135deg, #e88a9a, #d49aab); }
.vm-category-grid--home .vm-cat-amber { background: #faf8f3; border-color: #f0ead8; }
.vm-category-grid--home .vm-cat-amber .vm-category-icon { background: linear-gradient(135deg, #d9a84a, #d4956a); }
.vm-category-grid--home .vm-cat-teal { background: #f3faf7; border-color: #dceee6; }
.vm-category-grid--home .vm-cat-teal .vm-category-icon { background: linear-gradient(135deg, #5eb8aa, #5fad8f); }

.vm-reels-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vm-reels-section-head .vm-section-title {
  position: relative;
  padding-left: 12px;
}

.vm-reels-section-head .vm-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--vm-red), var(--vm-red-dark));
}

.vm-reels-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--vm-red);
  background: rgba(var(--vm-primary-rgb), 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}

.vm-reels-hint i {
  font-size: 0.95rem;
}

.vm-reels-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 14px 4px;
  margin: 0 -4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.vm-reels-rail::-webkit-scrollbar {
  height: 6px;
}

.vm-reels-rail::-webkit-scrollbar-thumb {
  background: rgba(var(--vm-primary-rgb), 0.35);
  border-radius: 999px;
}

.vm-reel-card {
  position: relative;
  flex: 0 0 220px;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  scroll-snap-align: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
}

.vm-reel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(var(--vm-primary-rgb), 0.18);
}

.vm-reel-card.is-playing {
  border-color: var(--vm-red);
  box-shadow: 0 0 0 4px rgba(var(--vm-primary-rgb), 0.18), 0 14px 28px rgba(var(--vm-primary-rgb), 0.22);
}

.vm-reel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #0f172a;
}

.vm-reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
  z-index: 1;
}

.vm-reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  color: var(--vm-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(var(--vm-primary-rgb), 0.55), 0 8px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
  animation: vmReelPulse 2.2s ease-out infinite;
}

@keyframes vmReelPulse {
  0%   { box-shadow: 0 0 0 0   rgba(var(--vm-primary-rgb), 0.55), 0 8px 22px rgba(0, 0, 0, 0.35); }
  70%  { box-shadow: 0 0 0 14px rgba(var(--vm-primary-rgb), 0),    0 8px 22px rgba(0, 0, 0, 0.35); }
  100% { box-shadow: 0 0 0 0   rgba(var(--vm-primary-rgb), 0),    0 8px 22px rgba(0, 0, 0, 0.35); }
}

.vm-reel-card:hover .vm-reel-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--vm-red);
  color: #ffffff;
  animation: none;
}

.vm-reel-card.is-playing .vm-reel-play {
  opacity: 0;
  pointer-events: none;
}

.vm-reel-overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

.vm-reel-author {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.9;
}

.vm-reel-caption {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.vm-features-banner {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 26px 22px 14px;
  color: #1f2937;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.vm-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 1.25rem;
  padding: 10px 8px 20px;
}

.vm-features-grid.vm-features-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vm-features-grid.vm-features-grid--count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vm-feature {
  text-align: center;
  padding: 14px 10px 12px;
  border: 1px solid rgba(var(--vm-primary-rgb), 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  box-shadow: 0 2px 10px rgba(var(--vm-primary-rgb), 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vm-feature--highlight {
  border-color: rgba(var(--vm-primary-rgb), 0.28);
  background: linear-gradient(180deg, #fff 0%, #f5f3ff 100%);
}

@media (hover: hover) and (pointer: fine) {
  .vm-feature:hover {
    border-color: rgba(var(--vm-primary-rgb), 0.32);
    box-shadow: 0 6px 16px rgba(var(--vm-primary-rgb), 0.1);
  }
}

.vm-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--vm-red), var(--vm-red-dark));
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 6px 14px rgba(var(--vm-primary-rgb), 0.22);
}

.vm-feature-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
  color: #1f2937;
}

.vm-feature-sub {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.45;
}

.vm-features-social {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background: #fafafa;
  color: #111827;
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid #efefef;
}

.vm-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  font-size: 0.92rem;
  min-width: 0;
}

.vm-social-link:hover {
  color: var(--vm-red);
}

.vm-social-link span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vm-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.vm-social-instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.vm-social-facebook  { background: #1877f2; }
.vm-social-youtube   { background: #ff0000; }
.vm-social-linkedin  { background: #0a66c2; }

.vm-site-footer {
  margin-top: 16px;
  padding: 32px 0 0;
  background: #ffffff;
  color: #4b5563;
  border-top: 1px solid #ececec;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.03);
}

.vm-site-footer .container {
  max-width: 1200px;
}

.vm-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 36px;
  padding-bottom: 32px;
}

.vm-footer-col {
  min-width: 0;
}

.vm-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 14px;
}

.vm-footer-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.vm-footer-brand {
  align-items: center;
}

.vm-footer-brand .vm-brand-logo-wrap {
  margin-right: 2px;
}

.vm-footer-text {
  color: #5b6470;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.vm-footer-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.vm-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f9fa;
  color: #4b5563;
  font-size: 1.05rem;
  text-decoration: none;
  border: 1px solid #ececec;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vm-footer-social:hover {
  background: var(--vm-red);
  color: #fff;
  border-color: var(--vm-red);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(var(--vm-primary-rgb), 0.25);
}

.vm-footer-heading {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 10px;
}

.vm-footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: var(--vm-red);
  border-radius: 2px;
}

.vm-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-links li {
  margin-bottom: 8px;
}

.vm-footer-links a {
  color: #5b6470;
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.15s ease, padding-left 0.15s ease;
  display: inline-block;
}

.vm-footer-links a:hover {
  color: var(--vm-red);
  padding-left: 4px;
}

.vm-footer-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  color: #5b6470;
  line-height: 1.5;
}

.vm-footer-contacts li i {
  color: var(--vm-red);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.vm-footer-contacts li a {
  color: #5b6470;
  text-decoration: none;
  transition: color 0.15s ease;
}

.vm-footer-address {
  white-space: pre-line;
}

.vm-footer-contacts li a:hover {
  color: var(--vm-red);
}

.vm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #ececec;
  font-size: 0.85rem;
  color: #6b7280;
}

.vm-footer-pay {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vm-footer-pay-label {
  color: #6b7280;
}

.vm-footer-pay i {
  font-size: 1.15rem;
  color: #374151;
}

.vm-footer-pay-text {
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.04em;
}

@media (max-width: 991px) {
  .vm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 575px) {
  .vm-site-footer {
    padding-top: 36px;
  }

  .vm-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vm-footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vm-features-banner {
    padding: 24px 16px 14px;
  }

  .vm-features-grid,
  .vm-features-grid.vm-features-grid--count-3,
  .vm-features-grid.vm-features-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 4px 0 14px;
  }

  .vm-feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .vm-feature-title {
    font-size: 0.95rem;
  }

  .vm-feature-sub {
    font-size: 0.8rem;
  }

  .vm-features-social {
    gap: 8px;
    padding: 12px 14px;
  }

  .vm-social-link {
    font-size: 0.85rem;
    gap: 8px;
  }

  .vm-social-icon {
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
  }

  .vm-reel-card {
    flex: 0 0 180px;
  }
}

.vm-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #1f2937;
  padding: 4px 2px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.vm-filter-count {
  display: inline-flex;
  align-items: center;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.vm-filter-trigger:hover,
.vm-filter-trigger:focus-visible {
  color: var(--vm-red);
}

.vm-filter-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;
}

.vm-filter-trigger-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}

.vm-mobile-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.vm-filter-panel {
  position: sticky;
  top: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.vm-filter-panel h4 {
  position: static;
  background: #fff;
  z-index: 1;
}

.vm-filter-panel h4 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.vm-filter-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f3f4f6;
  color: #374151;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.vm-filter-close-btn .bi {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .vm-filter-close-btn:hover,
  .vm-filter-close-btn:focus-visible {
    background: #fee2e2;
    color: var(--vm-red);
    box-shadow: 0 0 0 3px rgba(var(--vm-primary-rgb), 0.12);
  }
}

.vm-filter-close-btn:active {
  transform: scale(0.96);
}

.vm-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.vm-filter-actions .vm-btn {
  min-height: 42px;
}

.vm-price-input-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vm-filter-accordion {
  border-bottom: 1px dashed #ececec;
}

.vm-filter-accordion summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  padding-right: 22px;
  position: relative;
  margin-bottom: 8px;
}

.vm-filter-accordion summary::-webkit-details-marker {
  display: none;
}

.vm-filter-accordion summary::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.vm-filter-accordion[open] summary::after {
  content: "\F286";
  color: #111827;
}

.vm-filter-accordion summary:hover::after {
  color: #111827;
}

.vm-filter-search-wrap {
  position: relative;
  margin-bottom: 10px;
}

.vm-filter-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

.vm-filter-search {
  padding-left: 2.35rem;
  padding-right: 0.75rem;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.9rem;
  color: #0f172a;
  box-shadow: none;
}

.vm-filter-search::placeholder {
  color: #94a3b8;
}

.vm-filter-search:focus {
  border-color: rgba(var(--vm-primary-rgb), 0.55);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--vm-primary-rgb), 0.12);
}

.vm-filter-search-empty {
  padding-left: 2px;
}

.vm-filter-check-list .form-check.d-none {
  display: none !important;
}

.vm-filter-header-title {
  flex: 1 1 auto;
}

.vm-filter-active-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  margin-left: 0.35rem;
  border-radius: 999px;
  background: rgb(var(--vm-primary-rgb));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.vm-filter-block {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ececec;
}

.vm-filter-options-scroll {
  max-height: clamp(180px, 28vh, 260px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 6px;
  margin-right: -2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--vm-primary-rgb), 0.42) #eef1f5;
}

.vm-filter-options-scroll::-webkit-scrollbar {
  width: 8px;
}

.vm-filter-options-scroll::-webkit-scrollbar-track {
  background: #eef1f5;
  border-radius: 999px;
}

.vm-filter-options-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--vm-primary-rgb), 0.38);
  border-radius: 999px;
  border: 2px solid #eef1f5;
}

@media (hover: hover) and (pointer: fine) {
  .vm-filter-options-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--vm-primary-rgb), 0.58);
  }
}

.vm-filter-accordion--models .vm-filter-options-scroll {
  margin-top: 2px;
}

.vm-filter-block .form-check {
  margin-bottom: 4px;
}

.vm-filter-block .form-check-input {
  cursor: pointer;
}

.vm-filter-block .form-check-label {
  font-size: 0.88rem;
  cursor: pointer;
}

.vm-filter-check-list .form-check-input[type="checkbox"] {
  border-radius: 0.25rem;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.vm-filter-check-list .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.vm-filter-check-list .form-check-label {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vm-filter-check-list .form-check-input:checked {
  background-color: rgb(var(--vm-primary-rgb));
  border-color: rgb(var(--vm-primary-rgb));
}

.vm-range-slider {
  position: relative;
  height: 34px;
}

.vm-range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 6px;
  border-radius: 999px;
  background: #d9d9d9;
}

.vm-range-slider .form-range {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  width: 100%;
  margin: 0;
  background: transparent;
  pointer-events: auto;
  z-index: 2;
}

#vmMinPriceRange {
  z-index: 3;
}

#vmMaxPriceRange {
  z-index: 4;
}

.vm-range-slider .form-range::-webkit-slider-thumb {
  pointer-events: auto;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--vm-red);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.vm-range-slider .form-range::-moz-range-thumb {
  pointer-events: auto;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--vm-red);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.vm-range-slider .form-range::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.vm-range-slider .form-range::-moz-range-track {
  height: 6px;
  background: transparent;
}

.vm-product-link,
.vm-product-card-link {
  text-decoration: none;
  color: inherit;
}

.vm-product-link:hover,
.vm-product-card-link:hover .vm-product-title {
  color: var(--vm-red);
}

.vm-product-card-details {
  padding: 0.65rem 0.7rem 0;
}

.vm-product-card-add-form {
  position: relative;
  z-index: 2;
  padding: 0 0.7rem 0.75rem;
}

.vm-product-main-image {
  height: 420px;
}

.vm-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-thumb {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}

.vm-thumb img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.vm-thumb.active {
  border-color: var(--vm-red);
}

.vm-review-link {
  color: #0d6efd;
  text-decoration: none;
}

.vm-review-link:hover {
  text-decoration: underline;
}

.vm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #6c757d;
}

.vm-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}

.vm-breadcrumb a:hover {
  color: var(--vm-red);
}

.vm-detail-head,
.vm-detail-price,
.vm-review-panel {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px;
}

.vm-detail-price .h4 {
  color: #111;
}

.vm-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
}

.vm-cart-table-head {
  background: #f8f9fb;
}

.vm-cart-table-body tr {
  border-top: 1px solid #f0f0f0;
}

.vm-summary-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 14px;
}

.vm-order-summary.vm-summary-card {
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 42%, #fff8f8 100%);
  border: 1px solid rgba(79, 70, 229, 0.2);
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(79, 70, 229, 0.09);
  padding: 1.1rem 1.05rem 1.05rem;
}

.vm-order-summary-head {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(79, 70, 229, 0.15);
  color: var(--vm-text);
}

.vm-order-summary-items {
  margin-bottom: 0.25rem;
}

.vm-order-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.vm-order-summary-item:last-child {
  border-bottom: 0;
}

.vm-order-summary-item-name {
  color: #333;
  min-width: 0;
}

.vm-order-summary-item-amt {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--vm-text);
}

/* Checkout order summary — line items with thumb */
.vm-checkout-summary .vm-order-summary-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.vm-checkout-summary .vm-order-summary-line:last-child {
  border-bottom: 0;
}

.vm-checkout-summary .vm-order-summary-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.vm-checkout-summary .vm-order-summary-line-main {
  flex: 1;
  min-width: 0;
}

.vm-checkout-summary .vm-order-summary-line-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.vm-checkout-summary .vm-order-summary-line-title {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #222;
}

.vm-order-summary .vm-order-summary-line-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.12rem;
}

.vm-checkout-summary .vm-order-summary-line-brand,
.vm-checkout-summary .vm-order-summary-line-category,
.vm-checkout-order-panel--mobile .vm-order-summary-line-brand,
.vm-checkout-order-panel--mobile .vm-order-summary-line-category,
.vm-cart-order-panel--mobile .vm-order-summary-line-brand,
.vm-cart-order-panel--mobile .vm-order-summary-line-category,
.vm-order-summary .vm-order-summary-line-brand,
.vm-order-summary .vm-order-summary-line-category {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.78rem;
  color: #6c757d;
  line-height: 1.35;
  margin-top: 0;
}

.vm-checkout-summary .vm-order-summary-line-qty,
.vm-checkout-order-panel--mobile .vm-order-summary-line-qty,
.vm-cart-order-panel--mobile .vm-order-summary-line-qty,
.vm-order-summary .vm-order-summary-line-qty {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.78rem;
  font-weight: 500;
  color: #495057;
  margin-top: 0;
}

.vm-checkout-summary .vm-order-summary-line-amt {
  flex-shrink: 0;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--vm-text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.vm-order-summary-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.22), transparent);
  margin: 0.5rem 0 0.65rem;
}

.vm-order-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.35rem 0;
  font-size: 0.9rem;
  color: var(--vm-muted);
}

.vm-order-summary-amt {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--vm-text);
}

.vm-order-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--vm-text);
}

.vm-order-summary-total-amt {
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
  color: var(--vm-red);
}

.vm-cart-summary-wrap {
  position: sticky;
  top: 14px;
  align-self: start;
}

.vm-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  align-items: start;
}

#vmCheckoutPageChrome.vm-checkout-pending-choice {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.vm-checkout-main {
  min-width: 0;
}

.vm-checkout-step-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--vm-text);
}

.vm-checkout-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: var(--vm-indigo, #4f46e5);
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.vm-deliver-to-recap {
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 100%);
  border: 1px solid rgba(79, 70, 229, 0.18);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.85rem;
}

.vm-deliver-to-recap__body {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.vm-deliver-to-recap__icon {
  color: var(--vm-indigo, #4f46e5);
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.vm-deliver-to-recap__change {
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}

.vm-checkout-promo-panel {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
}

.vm-checkout-mobile-price-breakdown {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
}

.vm-checkout-summary {
  align-self: start;
  position: sticky;
  top: 14px;
}
.vm-checkout-form-card.vm-card,
.vm-checkout-form-card.vm-card:hover {
  transform: none;
}

body.modal-open .vm-checkout-form-card.vm-card,
body.modal-open .vm-checkout-summary .vm-summary-card {
  transform: none !important;
}

.vm-payment-options {
  display: grid;
  gap: 8px;
}

.vm-payment-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 10px 12px;
}

.vm-checkout-order-panel--desktop {
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 42%, #fff8f8 100%);
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  padding: 1.1rem 1.05rem 1.05rem;
}

/* Checkout — small screens: vertical flow, tap targets, wrapping */
.vm-checkout-layout .vm-card,
.vm-checkout-form-card {
  min-width: 0;
}

.vm-ship-opt .form-check-input {
  flex-shrink: 0;
  margin-top: 0.35rem;
}

.vm-checkout-delivery-summary {
  background: var(--vm-card, #fff);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--vm-text);
}

.vm-checkout-delivery-summary .vm-checkout-delivery-eta {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}

.vm-checkout-delivery-summary .vm-checkout-delivery-fee {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: var(--vm-muted);
}

.vm-eta-copy {
  overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
  .vm-checkout-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }

  .vm-deliver-to-recap {
    position: sticky;
    top: calc(0.35rem + env(safe-area-inset-top, 0px));
    z-index: 20;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .vm-checkout-form-card {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vm-checkout-form-card,
  .vm-checkout-summary .vm-summary-card {
    padding: 0.875rem !important;
  }

  .vm-checkout-order-panel {
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .vm-checkout-order-panel.vm-order-summary,
  .vm-checkout-order-panel--mobile.vm-order-summary {
    background: linear-gradient(165deg, #ffffff 0%, #faf8ff 42%, #fff8f8 100%);
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    padding: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }

  .vm-saved-address-book,
  .vm-saved-address-list {
    width: 100%;
    max-width: 100%;
  }

  .vm-checkout-order-panel__toggle {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    margin: 0;
    list-style: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .vm-checkout-order-panel__toggle::-webkit-details-marker {
    display: none;
  }

  .vm-checkout-order-panel__toggle-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .vm-checkout-order-panel__title {
    font-weight: 700;
    font-size: 1rem;
    color: var(--vm-text);
  }

  .vm-checkout-order-panel__count {
    font-size: 0.78rem;
    color: var(--vm-muted);
    line-height: 1.35;
  }

  .vm-checkout-order-panel__toggle-total {
    font-weight: 700;
    font-size: 1.05rem;
    font-variant-numeric: tabular-nums;
    color: var(--vm-red);
    flex-shrink: 0;
  }

  .vm-checkout-order-panel__chevron {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--vm-muted);
    transition: transform 0.2s ease;
  }

  .vm-checkout-order-panel[open] .vm-checkout-order-panel__chevron {
    transform: rotate(180deg);
  }

  .vm-checkout-order-panel__body {
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(79, 70, 229, 0.12);
  }

  .vm-checkout-order-panel__desktop-head {
    display: none;
  }

  .vm-checkout-summary .vm-order-summary-items,
  .vm-checkout-order-panel--mobile .vm-order-summary-items {
    max-height: min(42vh, 320px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    margin-right: -0.25rem;
    padding-right: 0.25rem;
  }

  .vm-checkout-summary .vm-order-summary-line,
  .vm-checkout-order-panel--mobile .vm-order-summary-line {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    padding: 0.75rem 0;
  }

  .vm-checkout-summary .vm-order-summary-thumb,
  .vm-checkout-order-panel--mobile .vm-order-summary-thumb {
    width: 56px;
    height: 56px;
    grid-row: 1 / -1;
    grid-column: 1;
  }

  .vm-checkout-summary .vm-order-summary-line-main,
  .vm-checkout-order-panel--mobile .vm-order-summary-line-main {
    grid-column: 2;
    grid-row: 1;
  }

  .vm-checkout-summary .vm-order-summary-line-amt,
  .vm-checkout-order-panel--mobile .vm-order-summary-line-amt {
    font-size: 0.95rem;
  }

  .vm-order-summary-totals {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    padding: 0.5rem 0.65rem 0.35rem;
    margin-top: 0.35rem;
  }

  .vm-order-summary-divider--tight {
    margin: 0.35rem 0 0.5rem;
  }

  .vm-checkout-mobile-paybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 0.65rem max(0.75rem, env(safe-area-inset-left, 0px)) calc(0.65rem + env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-right, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .vm-checkout-mobile-paybar__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 520px;
    margin: 0 auto;
  }

  .vm-checkout-paybar-breakdown {
    flex: 1;
    min-width: 0;
  }

  .vm-checkout-paybar-breakdown > summary {
    list-style: none;
    cursor: pointer;
  }

  .vm-checkout-paybar-breakdown > summary::-webkit-details-marker {
    display: none;
  }

  .vm-checkout-paybar-breakdown__body {
    padding-top: 0.35rem;
    font-size: 0.82rem;
    color: var(--vm-muted);
  }

  .vm-checkout-paybar-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.1rem 0;
    font-variant-numeric: tabular-nums;
  }

  .vm-checkout-mobile-paybar__total {
    flex: 1;
    min-width: 0;
  }

  .vm-checkout-mobile-paybar__total strong {
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
    color: var(--vm-red);
  }

  .vm-checkout-mobile-paybar .vm-btn {
    min-height: 48px;
    min-width: 8.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 992px) {
  .vm-checkout-order-panel__toggle {
    display: none;
  }

  .vm-checkout-order-panel__body {
    display: block !important;
  }

  .vm-checkout-order-panel.vm-order-summary {
    padding: 1.1rem 1.05rem 1.05rem;
  }

  .vm-checkout-order-panel__desktop-head {
    display: block;
  }

  .vm-checkout-mobile-paybar {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vm-saved-address-list .list-group-item {
    padding: 0.75rem 0.875rem;
  }

  .vm-payment-card {
    padding: 12px 14px;
    min-height: 48px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .vm-checkout-touch-target {
    min-height: 48px;
    font-size: 1rem;
  }

  #vmCheckoutEntryModal .modal-body {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  #vmCheckoutEntryModal .modal-footer {
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
  }

  .vm-checkout-entry-modal-content {
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }

  .vm-ship-opt {
    padding: 0.75rem !important;
  }

  .vm-checkout-layout .vm-btn {
    min-height: 48px;
  }
}

.vm-confirm-wrap {
  display: flex;
  justify-content: center;
}

.vm-pay-return-card {
  text-align: center;
}

.vm-pay-return-loader {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.vm-pay-return-spinner {
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #e8efe8;
  border-top-color: #1f7a31;
  border-radius: 50%;
  animation: vm-pay-return-spin 0.85s linear infinite;
}

@keyframes vm-pay-return-spin {
  to { transform: rotate(360deg); }
}

.vm-pay-return-card[aria-busy="true"] #vmPayReturnLeave {
  opacity: 0.55;
  pointer-events: none;
}

.vm-confirm-card {
  width: min(700px, 100%);
  background: #fff;
  border: 1px solid #e8efe8;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.05);
}

.vm-confirm-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f7eb;
  color: #1f7a31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 10px;
}

.vm-confirm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vm-confirm-grid div {
  background: #f9fafb;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  padding: 10px;
}

.vm-confirm-grid span {
  display: block;
  color: #6c757d;
  font-size: 0.8rem;
}

.vm-confirm-email-note {
  background: #f0f7f1;
  border: 1px solid #d4e8d8;
  border-radius: 8px;
  padding: 10px 12px;
  line-height: 1.45;
  color: #2d4a32;
}

.vm-payment-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.vm-payment-badge .bi {
  font-size: 0.95rem;
  flex-shrink: 0;
}

.vm-payment-badge-label {
  white-space: nowrap;
}

.vm-payment-badge-method {
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: 0.01em;
  opacity: 0.92;
  padding-left: 0.5rem;
  margin-left: 0.1rem;
  border-left: 1px solid currentColor;
  white-space: nowrap;
}

.vm-payment-badge--paid {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.38);
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.14);
}

.vm-payment-badge--paid .bi {
  color: #059669;
}

.vm-payment-badge--pending {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.vm-payment-badge--failed {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.vm-payment-badge--refunded {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #1d4ed8;
  border: 1px solid rgba(59, 130, 246, 0.32);
}

.vm-payment-badge--neutral {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

/* Customer order status badges */
.vm-order-status {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  white-space: normal;
  text-align: left;
}

.vm-order-status--preparing {
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  color: #3730a3;
  border: 1px solid rgba(79, 70, 229, 0.28);
}

.vm-order-status--transit {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  color: #6d28d9;
  border: 1px solid rgba(109, 40, 217, 0.28);
}

.vm-order-status--delivered {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.32);
}

.vm-order-status--cancelled {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  color: #6b7280;
  border: 1px solid #d1d5db;
}

.vm-order-status--return {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #c2410c;
  border: 1px solid rgba(249, 115, 22, 0.32);
}

.vm-order-status--issue {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.32);
}

.vm-order-status--pending {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.32);
}

.vm-order-status--neutral {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.vm-store-order-status {
  display: flex;
  justify-content: flex-end;
}

/* Customer My orders — list cards */
.vm-store-orders-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vm-store-orders-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.vm-store-orders-filter:hover {
  border-color: rgba(var(--vm-primary-rgb), 0.35);
  color: var(--vm-red-dark);
}

.vm-store-orders-filter.active {
  background: rgba(var(--vm-primary-rgb), 0.1);
  border-color: rgba(var(--vm-primary-rgb), 0.35);
  color: var(--vm-red-dark);
}

.vm-store-orders-filter-count {
  font-weight: 700;
  opacity: 0.75;
}

.vm-store-order-card {
  position: relative;
  padding: 1rem 1rem 1rem calc(1rem + 4px);
  border-left: 4px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vm-store-order-card--success { border-left-color: #22c55e; }
.vm-store-order-card--violet { border-left-color: #8b5cf6; }
.vm-store-order-card--info { border-left-color: #3b82f6; }
.vm-store-order-card--warn { border-left-color: #f59e0b; }
.vm-store-order-card--danger { border-left-color: #ef4444; }
.vm-store-order-card--muted { border-left-color: #94a3b8; }

.vm-store-order-card__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem 1rem;
}

.vm-store-order-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  min-width: 0;
}

.vm-store-order-card__ref {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f172a;
  text-decoration: none;
}

.vm-store-order-card__ref:hover {
  color: var(--vm-red-dark);
}

.vm-store-order-card__date {
  font-size: 0.8125rem;
  color: #64748b;
}

.vm-store-order-card__products {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.vm-store-order-card__thumbs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.vm-store-order-thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.vm-store-order-thumb-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 48px;
  padding: 0 0.35rem;
  border-radius: 10px;
  background: #f1f5f9;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
}

.vm-store-order-item-badge {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #f1f5f9;
  color: #475569;
}

.vm-store-order-product-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vm-store-order-card__total {
  font-size: 0.875rem;
}

.vm-store-order-card__progress {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.vm-store-orders-progress-bar,
.vm-store-order-card__progress .vm-orders-progress-bar {
  display: flex;
  align-items: center;
  gap: 3px;
  max-width: 100%;
}

.vm-orders-progress-bar--cancelled {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: #fecaca;
}

.vm-orders-progress-seg {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  max-width: 36px;
}

.vm-orders-progress-bar--success .vm-orders-progress-seg--done,
.vm-orders-progress-bar--success .vm-orders-progress-seg--active { background: #22c55e; }
.vm-orders-progress-bar--violet .vm-orders-progress-seg--done,
.vm-orders-progress-bar--violet .vm-orders-progress-seg--active { background: #8b5cf6; }
.vm-orders-progress-bar--info .vm-orders-progress-seg--done,
.vm-orders-progress-bar--info .vm-orders-progress-seg--active { background: #3b82f6; }
.vm-orders-progress-bar--warn .vm-orders-progress-seg--done,
.vm-orders-progress-bar--warn .vm-orders-progress-seg--active { background: #f59e0b; }
.vm-orders-progress-bar--danger .vm-orders-progress-seg--done,
.vm-orders-progress-bar--danger .vm-orders-progress-seg--active { background: #ef4444; }
.vm-orders-progress-bar--muted .vm-orders-progress-seg--done,
.vm-orders-progress-bar--muted .vm-orders-progress-seg--active { background: #94a3b8; }

.vm-store-order-progress-caption {
  font-size: 0.75rem;
  color: #64748b;
}

.vm-store-order-actions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.vm-store-order-card__cta {
  width: 100%;
}

.vm-store-order-card__track {
  align-self: center;
  padding: 0;
  font-size: 0.8125rem;
}

.vm-order-detail-layout {
  align-items: flex-start;
}

@media (min-width: 992px) {
  .vm-order-detail-aside {
    position: sticky;
    top: 5.5rem;
  }
}

.vm-order-detail-head-progress {
  max-width: 20rem;
}

.vm-order-detail-head-progress .vm-orders-progress-bar {
  display: flex;
  align-items: center;
  gap: 3px;
}

.vm-order-detail-head-progress-caption {
  margin-top: 0.35rem;
}

.vm-order-detail-progress-bar-wrap .vm-orders-progress-bar {
  display: flex;
  align-items: center;
  gap: 3px;
}

.vm-order-detail-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.vm-order-detail-item-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.vm-order-detail-items .vm-order-detail-item-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #f8fafc;
}

.vm-order-detail-address-lines {
  font-style: normal;
  line-height: 1.5;
}

.vm-order-detail-totals {
  margin: 0;
}

.vm-order-detail-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.2rem 0;
}

.vm-order-detail-totals-row dt,
.vm-order-detail-totals-row dd {
  margin: 0;
}

.vm-order-detail-totals-row--total {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--vm-border, #ececec);
  font-weight: 600;
}

.vm-order-detail-totals-row--total dd {
  font-size: 1.05rem;
}

.vm-order-detail-courier-hint {
  padding: 0.65rem 0.85rem;
  margin: 0;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
}

.vm-order-detail-cancel {
  border-width: 1px;
}

.vm-order-detail-reviews--compact .vm-order-review-item + .vm-order-review-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--vm-border, #ececec);
}

.vm-order-detail-footer {
  padding-top: 0.25rem;
}

.vm-fulfilment-step--done strong {
  color: #64748b;
  font-weight: 600;
}

.vm-fulfilment-step:not(.vm-fulfilment-step--done):not(.vm-fulfilment-step--active) strong {
  color: #94a3b8;
  font-weight: 500;
}

.vm-orders-empty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(52vh, 420px);
  padding: 1rem 0 2rem;
}

.vm-orders-empty {
  width: min(100%, 34rem);
  padding: 2.75rem 1.75rem 2.5rem;
  border-radius: 16px;
  border: 1px dashed rgba(79, 70, 229, 0.22);
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 48%, #f8fbff 100%);
  box-shadow: 0 10px 32px rgba(79, 70, 229, 0.06);
}

.vm-orders-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 1.15rem;
  border-radius: 50%;
  font-size: 2rem;
  color: var(--vm-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.1);
}

.vm-orders-empty-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: #1e1b4b;
}

.vm-orders-empty-lead {
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.vm-orders-empty-actions .vm-btn {
  min-width: 10.5rem;
}

.vm-orders-empty-hint {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .vm-orders-empty-wrap {
    min-height: auto;
    padding: 0.25rem 0 1.5rem;
  }

  .vm-orders-empty {
    padding: 2rem 1.25rem 1.75rem;
  }

  .vm-orders-empty-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.65rem;
  }

  .vm-orders-empty-actions .vm-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .vm-order-status {
    font-size: 0.72rem;
    padding: 0.34rem 0.62rem;
  }
}

.vm-payment-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.vm-order-head-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

@media (max-width: 575.98px) {
  .vm-payment-badge {
    font-size: 0.72rem;
    padding: 0.34rem 0.62rem;
  }

  .vm-payment-badge-method {
    font-size: 0.68rem;
  }
}

.vm-product-action-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 -8px 20px rgba(0,0,0,0.07);
  z-index: 1025;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.vm-action-product {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.vm-action-product img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ececec;
}

.vm-action-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .vm-product-action-footer .vm-action-controls {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

  .vm-product-action-footer .vm-product-footer-add {
    flex: 0 0 auto;
    min-width: 0;
  }

  .vm-product-action-footer .vm-action-controls .btn {
    width: auto !important;
    min-width: 9.5rem;
  }
}

.vm-float-cart {
  position: fixed;
  right: 16px;
  top: 84px;
  width: 260px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  padding: 12px;
  z-index: 1040;
  display: none;
}

.vm-float-cart.show {
  display: block;
}

.vm-float-cart h4 {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.vm-static-page {
  padding-bottom: 30px;
}

body {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  #vmMobileFilters.collapse:not(.show) {
    display: none;
  }

  #vmMobileFilters.collapse.show {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 1060;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    height: 100dvh;
    max-height: 100dvh;
  }

  #vmMobileFilters .vm-filter-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    max-width: none;
    max-height: none;
    margin: 0;
    top: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #fff;
  }

  #vmMobileFilters .vm-filter-header {
    position: sticky;
    top: 0;
    z-index: 6;
    flex-shrink: 0;
    background: #fff;
    padding: max(12px, env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid #eceef1;
  }

  #vmMobileFilters .vm-filter-header-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
  }

  #vmMobileFilters .vm-filter-close-btn {
    position: static;
    top: auto;
    right: auto;
    flex-shrink: 0;
    margin: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  #vmMobileFilters .vm-filter-close-btn .bi {
    font-size: 1.25rem;
  }

  #vmMobileFilters .vm-filter-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  #vmMobileFilters .vm-filter-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    padding: 12px 16px 16px;
  }

  #vmMobileFilters .vm-filter-options-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-right: 0;
  }

  .vm-filter-modal-open {
    overflow: hidden;
  }

  .vm-filter-panel {
    position: static;
    margin-top: 10px;
    border-radius: 10px;
    padding: 12px;
  }

  .vm-filter-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .vm-filter-options-scroll {
    max-height: clamp(200px, 34vh, 320px);
  }

  #vmMobileFilters .vm-filter-accordion {
    min-height: 0;
  }

  .vm-filter-block .form-check-label {
    font-size: 0.92rem;
  }

  .vm-filter-panel .vm-btn {
    min-height: 42px;
    font-size: 0.92rem;
    padding: 0.5rem 0.75rem;
  }

  .vm-range-slider {
    margin-top: 2px;
  }

  #vmMobileFilters .form-control,
  #vmMobileFilters .form-select {
    min-height: 36px;
    font-size: 0.9rem;
  }

  #vmMobileFilters .form-label,
  #vmMobileFilters .form-check-label {
    font-size: 0.86rem;
  }

  #vmMobileFilters .vm-filter-actions {
    position: sticky;
    bottom: 0;
    z-index: 6;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    background: #fff;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    margin-top: 0;
    border-top: 1px solid #eceef1;
    width: 100%;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06);
  }

  #vmMobileFilters .vm-filter-actions .btn {
    min-width: 0;
    width: 100%;
  }

  #vmMobileFilters .vm-filter-block .form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  #vmMobileFilters .vm-filter-block .form-check-label {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #vmMobileFilters .vm-price-input-row,
  #vmMobileFilters .vm-range-slider {
    width: 100%;
  }

  #vmMobileFilters .vm-price-input-row {
    grid-template-columns: repeat(2, minmax(0, 120px));
    justify-content: flex-start;
  }

  .vm-cart-layout,
  .vm-checkout-layout {
    grid-template-columns: 1fr;
  }

  .vm-product-main-image {
    height: 320px;
  }

  .vm-thumb-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .vm-product-action-footer {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .vm-action-controls {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .vm-action-controls > * {
    flex: 1 1 0;
    min-width: 0;
  }

  .vm-product-action-footer .vm-product-footer-add {
    flex: 1 1 0;
    min-width: 0;
  }

  .vm-product-action-footer .vm-action-controls .btn {
    width: 100%;
  }

  .vm-confirm-grid {
    grid-template-columns: 1fr;
  }

  .vm-float-cart {
    right: 10px;
    left: 10px;
    width: auto;
    top: auto;
    bottom: 88px;
  }
}

@media (min-width: 992px) {
  #vmMobileFilters .vm-filter-panel {
    display: block;
    min-height: 0;
    height: auto;
  }

  #vmMobileFilters .vm-filter-form {
    display: block;
  }

  #vmMobileFilters .vm-filter-scroll {
    flex: none;
    max-height: calc(100vh - 220px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0 4px 0 0;
  }

  #vmMobileFilters .vm-filter-options-scroll {
    max-height: clamp(160px, 22vh, 240px);
  }

  #vmMobileFilters .vm-filter-accordion--models .vm-filter-options-scroll {
    max-height: clamp(180px, 28vh, 280px);
  }

  #vmMobileFilters .vm-filter-header {
    padding: 0 0 10px;
    border-bottom: 0;
  }

  #vmMobileFilters .vm-filter-actions {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    box-shadow: none;
    padding: 0;
    margin-top: 12px;
  }
}

@media (max-width: 575.98px) {
  .vm-navbar-end {
    width: 100%;
    row-gap: 0.15rem;
  }

  .vm-main-nav-primary {
    width: 100%;
    align-items: stretch;
  }

  .vm-main-nav {
    padding-left: 0;
    gap: 0.35rem;
  }

  .vm-navbar .nav-item {
    width: 100%;
  }

  .vm-nav-pill {
    justify-content: flex-start;
    width: 100%;
    padding: 0.55rem 0.8rem !important;
    border-radius: 10px;
  }

  .vm-confirm-card {
    padding: 16px 14px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: calc(100% - 0.5rem);
  }
}

@media (max-width: 767px) {
  .vm-navbar .vm-navbar-container {
    padding-left: max(0.7rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.7rem, env(safe-area-inset-right, 0px));
  }

  .vm-store-home {
    gap: 1.35rem;
  }

  .vm-store-home .vm-home-hero-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }

  .vm-store-home .vm-home-hero {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .vm-slide-item {
    height: clamp(220px, 58vw, 320px);
  }

  .vm-slide-overlay {
    gap: 0.3rem;
  }

  .vm-slide-eyebrow {
    font-size: 0.72rem;
  }

  .vm-slide-cta {
    min-height: 36px;
    font-size: 0.84rem;
    margin-top: 0.15rem;
  }

  .vm-home-search-head {
    margin-bottom: 0.85rem;
  }

  .vm-home-search-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .vm-home-section-head--split {
    align-items: flex-start;
  }

  .vm-slide-caption {
    font-size: 1.05rem;
  }

  .vm-carousel .carousel-control-prev,
  .vm-carousel .carousel-control-next {
    width: 12%;
  }

  .vm-search-panel {
    padding: 10px;
  }

  .vm-filter-trigger {
    font-size: 0.92rem;
  }

  .vm-catalog-empty {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2.25rem 1rem 2.5rem;
    border-radius: 14px;
  }

  .vm-catalog-empty-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.65rem;
  }

  .vm-catalog-empty-title {
    font-size: 1.05rem;
  }

  .vm-catalog-empty-lead {
    font-size: 0.9rem;
    max-width: none;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .vm-catalog-empty-actions {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .vm-catalog-empty-actions .vm-btn {
    min-width: 0;
    width: 100%;
  }

  .vm-product-grid--empty {
    min-height: min(42vh, 340px);
  }

  .vm-brand-grid {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 4px;
    -webkit-overflow-scrolling: touch;
    padding: 4px 4px 10px 4px;
    margin: 0 -4px;
    scrollbar-width: thin;
  }

  .vm-brand-grid::-webkit-scrollbar {
    height: 4px;
  }

  .vm-brand-grid::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 999px;
  }

  .vm-brand-grid > .vm-brand-tile {
    flex: 0 0 calc((100% - 20px) / 3);
    scroll-snap-align: start;
  }

  .vm-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .vm-category-tile {
    padding: 10px 8px;
    gap: 8px;
    border-radius: 12px;
  }

  .vm-category-icon {
    width: 36px;
    height: 36px;
    font-size: 1.05rem;
    border-radius: 10px;
  }

  .vm-category-title {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .vm-category-sub {
    display: none;
  }

  .vm-category-arrow {
    display: none;
  }

  .vm-reels-rail {
    gap: 12px;
    scroll-padding-left: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .vm-reel-card {
    flex: 0 0 min(78vw, 320px);
    border-radius: 14px;
  }

  .vm-reel-play {
    width: 60px;
    height: 60px;
    font-size: 1.7rem;
  }

  .vm-reel-caption {
    font-size: 0.82rem;
  }

  .vm-features-banner {
    padding: 22px 14px 14px;
    border-radius: 14px;
  }

  .vm-features-grid,
  .vm-features-grid.vm-features-grid--count-3,
  .vm-features-grid.vm-features-grid--count-4 {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-bottom: 14px;
  }

  .vm-feature {
    padding: 12px 8px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(var(--vm-primary-rgb), 0.06);
  }

  .vm-feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .vm-feature-title {
    font-size: 0.92rem;
  }

  .vm-feature-sub {
    font-size: 0.78rem;
  }

  .vm-features-social {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 12px;
  }

  .vm-social-link {
    font-size: 0.82rem;
    gap: 8px;
  }

  .vm-social-icon {
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
  }

  .vm-brand-tile {
    padding: 12px 6px;
  }

  .vm-brand-logo {
    width: 40px;
    height: 40px;
  }

  .vm-brand-icon {
    width: 22px;
    height: 22px;
  }

  .vm-filter-panel {
    padding: 10px;
  }

  .vm-filter-block {
    border-bottom: 1px solid #f2f2f2;
  }

  .vm-product-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .vm-product-main-image {
    height: auto;
    max-height: none;
  }

  .vm-product-gallery .carousel-control-prev,
  .vm-product-gallery .carousel-control-next {
    width: 10%;
    z-index: 1;
  }

  .vm-product-gallery-thumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }

  .vm-product-gallery-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }

  .vm-product-gallery-counter {
    right: 8px;
    bottom: 8px;
    font-size: 0.72rem;
  }

  .vm-breadcrumb {
    font-size: 0.78rem;
    gap: 6px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
  }

  .vm-detail-head,
  .vm-detail-price,
  .vm-review-panel,
  .vm-panel {
    padding: 12px;
  }
}

@media (max-width: 420px) {
  .vm-slide-item {
    height: 240px;
  }

  .vm-product-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .vm-product-main-image {
    height: 240px;
  }

  #vmMobileFilters .vm-filter-header {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  #vmMobileFilters .vm-filter-scroll,
  #vmMobileFilters .vm-filter-actions {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/* ---------- Product ratings (storefront, responsive) ---------- */
.vm-star-rating-field {
  margin-bottom: 0.15rem;
}

.vm-star-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.35rem;
}

.vm-star-rating-stars--sm {
  gap: 0.15rem;
}

.vm-star-rating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #d1d5db;
  line-height: 1;
  transition: color 0.15s ease, transform 0.12s ease;
}

.vm-star-rating-stars--sm .vm-star-rating-btn {
  width: 2.05rem;
  height: 2.05rem;
}

.vm-star-rating-btn i {
  font-size: 1.45rem;
  pointer-events: none;
}

.vm-star-rating-stars--sm .vm-star-rating-btn i {
  font-size: 1.25rem;
}

.vm-star-rating-btn.is-active,
.vm-star-rating-btn:hover,
.vm-star-rating-btn:focus-visible {
  color: #f59e0b;
}

.vm-star-rating-btn:focus-visible {
  outline: 2px solid rgba(79, 70, 229, 0.45);
  outline-offset: 2px;
}

.vm-star-rating-btn:active {
  transform: scale(0.94);
}

.vm-rating-star-icon {
  color: #f59e0b;
  font-size: 0.95rem;
}

.vm-rating-stars-inline .vm-rating-star-icon {
  vertical-align: -0.1em;
}

.vm-rating-headline .vm-rating-stars-inline {
  margin-right: 0.15rem;
}

.vm-rating-card-line {
  min-height: 1.35rem;
}

.vm-product-shipping-body {
  line-height: 1.55;
}

.vm-product-pin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  max-width: 22rem;
}

.vm-product-pin-row .form-control {
  min-height: 38px;
}

.vm-product-delivery-result strong {
  font-weight: 600;
}

.vm-product-delivery-result > div + div {
  margin-top: 0.35rem;
}

.vm-rating-compose .card-body {
  padding: 1rem 1.1rem;
}

/* Product reviews section (details page) */
.vm-product-reviews-section {
  scroll-margin-top: calc(5rem + env(safe-area-inset-top, 0px));
  padding: 1rem 1.1rem 1.15rem;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
}

.vm-product-reviews-head {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #f0f0f0;
}

.vm-product-reviews-summary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

.vm-product-reviews-score {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}

.vm-product-reviews-stars {
  font-size: 1.05rem;
}

.vm-product-reviews-count {
  font-size: 0.88rem;
  color: var(--vm-muted, #6c757d);
}

.vm-review-compose-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(79, 70, 229, 0.12);
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 100%);
}

.vm-product-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vm-review-card {
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(79, 70, 229, 0.1);
  background: linear-gradient(165deg, #ffffff 0%, #fafbff 100%);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.04);
}

.vm-review-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.35rem;
}

.vm-review-card-author {
  font-weight: 600;
  font-size: 0.92rem;
  color: #1f2937;
}

.vm-review-card-date {
  display: block;
  font-size: 0.78rem;
  color: var(--vm-muted, #6c757d);
  margin-bottom: 0.45rem;
}

.vm-review-card-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #374151;
  overflow-wrap: anywhere;
}

.vm-product-reviews-empty {
  padding: 1.75rem 1rem;
  border-radius: 10px;
  border: 1px dashed rgba(79, 70, 229, 0.22);
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 48%, #f8fbff 100%);
}

.vm-product-reviews-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  font-size: 1.35rem;
  color: var(--vm-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.1);
}

.vm-product-reviews-empty-title {
  font-weight: 700;
  color: #1e1b4b;
}

.vm-product-reviews-load-more {
  min-width: 12rem;
}

.vm-product-reviews-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

.vm-product-reviews-collapse-wrap {
  display: none;
}

@media (max-width: 576px) {
  .vm-product-reviews-section {
    padding: 0.9rem 0.85rem 1rem;
  }

  .vm-product-reviews-score {
    font-size: 1.75rem;
  }

  .vm-review-compose-panel {
    padding: 0.85rem;
  }

  .vm-product-reviews-load-more,
  .vm-product-reviews-show-less {
    width: 100%;
    min-width: 0;
  }

  .vm-product-reviews-collapse-wrap.is-visible {
    display: block;
  }
}

@media (min-width: 768px) {
  .vm-product-reviews-section {
    padding: 1.15rem 1.25rem 1.25rem;
  }
}

@media (max-width: 576px) {
  .vm-rating-compose .card-body {
    padding: 0.85rem 0.9rem;
  }

  .vm-star-rating-btn {
    width: 2.55rem;
    height: 2.55rem;
  }

  .vm-rating-form textarea.form-control {
    min-height: 120px;
    font-size: 1rem;
  }

  .vm-rating-form-actions .btn {
    min-height: 48px;
    width: 100%;
  }

  .vm-rating-review-text {
    word-break: break-word;
  }
}

.vm-rating-review-list .vm-rating-review-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.vm-review-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vm-review-image-link {
  display: inline-flex;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e8e9f3;
}

.vm-review-image-thumb {
  width: 84px;
  height: 84px;
  object-fit: cover;
  display: block;
}

.vm-product-action-footer .vm-action-controls .btn {
  white-space: nowrap;
}

.vm-cart-header {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(79, 70, 229, 0.1);
}

.vm-cart-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.vm-cart-subhead {
  max-width: 42rem;
  line-height: 1.5;
  font-size: 0.95rem;
}

.vm-cart-item-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.1);
  color: var(--vm-red);
  font-weight: 600;
  font-size: 0.82rem;
  white-space: nowrap;
}

.vm-catalog-empty {
  padding: 3rem 1.5rem 3.25rem;
  margin: 0.5rem auto 1.5rem;
  border-radius: 16px;
  border: 1px dashed rgba(79, 70, 229, 0.22);
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 48%, #f8fbff 100%);
  box-shadow: 0 10px 32px rgba(79, 70, 229, 0.06);
  max-width: 36rem;
}

.vm-catalog-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  font-size: 1.85rem;
  color: var(--vm-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.1);
}

.vm-catalog-empty-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1e1b4b;
}

.vm-catalog-empty-lead {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem;
}

.vm-catalog-empty-actions .vm-btn {
  min-width: 10.5rem;
}

.vm-product-unavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(52vh, 420px);
  padding: 0.5rem 0 2rem;
}

.vm-product-grid--empty {
  min-height: min(48vh, 380px);
  align-content: center;
}

#vmStoreResults {
  scroll-margin-top: calc(4.75rem + env(safe-area-inset-top, 0px) + 12px);
}

#vmStoreResults:focus {
  outline: none;
}

.vm-filter-count--empty {
  color: #b45309;
}

.vm-filter-empty-hint {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #1e3a5f;
  background: linear-gradient(135deg, #f0f9ff 0%, #faf8ff 100%);
  border: 1px solid rgba(79, 70, 229, 0.16);
}

.vm-filter-empty-hint .bi {
  flex-shrink: 0;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: var(--vm-primary, #4f46e5);
}

.vm-cart-empty {
  padding: 2.25rem 1.25rem 2.5rem;
  border-radius: 14px;
  border: 1px solid rgba(79, 70, 229, 0.14);
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 50%, #fff8f8 100%);
  box-shadow: 0 8px 28px rgba(79, 70, 229, 0.07);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.vm-cart-empty-icon {
  font-size: 2.75rem;
  line-height: 1;
  color: rgba(79, 70, 229, 0.35);
}

.vm-cart-empty-copy {
  max-width: 26rem;
}

.vm-cart-items-column {
  min-width: 0;
}

.vm-cart-table-shell {
  background: #fff;
  border: 1px solid rgba(79, 70, 229, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.045);
}

.vm-cart-table-head th {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: var(--vm-muted);
  font-weight: 600;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid rgba(79, 70, 229, 0.12);
  vertical-align: middle;
}

.vm-cart-table-body td {
  padding: 0.9rem 0.85rem;
  vertical-align: middle;
}

.vm-cart-table-body tr {
  transition: background-color 0.15s ease;
}

@media (hover: hover) {
  .vm-cart-table-body tr:hover {
    background: rgba(79, 70, 229, 0.045);
  }
}

.vm-cart-table-thumb {
  object-fit: cover;
  border-radius: 10px !important;
}

.vm-cart-product-name {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--vm-text);
}

.vm-cart-product-meta {
  margin-top: 0.2rem;
  line-height: 1.35;
}

.vm-cart-price-cell {
  font-variant-numeric: tabular-nums;
}

.vm-cart-page-qty .btn {
  min-width: 2.35rem;
  font-weight: 600;
}

.vm-cart-page-qty .vm-cart-qty-num {
  min-width: 2.35rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.vm-cart-remove-btn {
  white-space: nowrap;
}

.vm-cart-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.vm-cart-mobile-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: linear-gradient(165deg, #ffffff 0%, #faf8ff 55%, #fffbfb 100%);
  border: 1px solid rgba(79, 70, 229, 0.14);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 4px 18px rgba(79, 70, 229, 0.07);
}

.vm-cart-mobile-card__main {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.vm-cart-mobile-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 12px;
}

.vm-cart-mobile-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.vm-cart-mobile-title {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--vm-text);
}

.vm-cart-mobile-line-amt {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--vm-text);
  line-height: 1.35;
}

.vm-cart-mobile-meta {
  font-size: 0.78rem;
  color: var(--vm-muted);
  line-height: 1.35;
  margin-top: 0.12rem;
}

.vm-cart-mobile-unit {
  width: 100%;
  font-size: 0.76rem;
  color: var(--vm-muted);
  margin: 0.5rem 0 0;
  padding: 0;
}

.vm-cart-mobile-unit .vm-cart-unit-price {
  font-weight: 600;
  color: var(--vm-text);
}

.vm-cart-mobile-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  flex-wrap: nowrap;
}

.vm-cart-mobile-card__footer .vm-cart-qty-stepper {
  flex: 0 0 auto;
  border: 1px solid rgba(55, 65, 81, 0.55);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

.vm-cart-mobile-card__footer .vm-cart-qty-stepper > .btn {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(55, 65, 81, 0.28);
  background: #fff;
  color: var(--vm-text);
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: none;
}

.vm-cart-mobile-card__footer .vm-cart-qty-stepper > .btn:last-child {
  border-right: 0;
}

.vm-cart-mobile-card__footer .vm-cart-qty-stepper > .vm-cart-qty-num {
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-right: 1px solid rgba(55, 65, 81, 0.28);
  border-radius: 0;
  background: #fff;
  color: var(--vm-text);
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 1;
}

.vm-cart-mobile-remove {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(220, 53, 69, 0.75);
  background: #fff;
  color: #dc3545;
  line-height: 1;
  box-shadow: none;
}

.vm-cart-mobile-remove:hover,
.vm-cart-mobile-remove:focus {
  background: rgba(220, 53, 69, 0.06);
  color: #dc3545;
  border-color: #dc3545;
}

.vm-cart-summary-footnote {
  font-size: 0.76rem;
  color: var(--vm-muted);
  text-align: center;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .vm-cart-page-root {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }

  .vm-cart-summary-wrap {
    position: static;
  }

  .vm-cart-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .vm-cart-items-column {
    order: 1;
  }

  .vm-cart-mobile-summary {
    order: 2;
    margin-top: 0.25rem;
  }

  .vm-cart-order-panel--mobile.vm-order-summary {
    background: linear-gradient(165deg, #ffffff 0%, #faf8ff 42%, #fff8f8 100%);
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    padding: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }

  .vm-cart-mobile-summary .vm-order-summary-head {
    display: none;
  }

  .vm-cart-summary-card {
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.08);
  }
}

@media (max-width: 576px) {
  .vm-cart-header-top {
    flex-direction: column;
    align-items: stretch;
  }

  .vm-cart-header-top .d-flex {
    justify-content: space-between;
  }

  .vm-cart-table-shell .vm-cart-page-qty .btn,
  .vm-cart-table-shell .vm-cart-page-qty .vm-cart-qty-num {
    min-width: 2.85rem;
    min-height: 2.85rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 1.15rem;
    line-height: 1;
  }

  .vm-cart-table-shell .vm-cart-page-qty .vm-cart-qty-num {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }

  .vm-cart-mobile-thumb {
    width: 72px;
    height: 72px;
  }

  .vm-cart-mobile-card {
    padding: 12px 14px;
  }

  .vm-cart-empty {
    padding: 1.75rem 1rem 2rem;
  }

  .vm-cart-empty-icon {
    font-size: 2.35rem;
  }

  .vm-catalog-empty {
    padding: 1.75rem 0.85rem 2rem;
    border-radius: 12px;
  }

  .vm-catalog-empty-icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.45rem;
    margin-bottom: 0.75rem;
  }

  .vm-catalog-empty-title {
    font-size: 1rem;
  }

  .vm-catalog-empty-lead {
    font-size: 0.86rem;
  }

  .vm-catalog-empty-actions {
    max-width: none;
    gap: 0.5rem !important;
  }

  .vm-product-grid--empty {
    min-height: min(38vh, 300px);
  }
}

.vm-rating-reviews-accordion-body .vm-rating-review-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .vm-rating-reviews-accordion-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* ---------- Storefront pages: phones & small tablets ---------- */
.vm-page-head {
  min-width: 0;
}

.vm-page-head h1,
.vm-page-head .h4,
.vm-page-head .h5 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vm-store-order-head {
  min-width: 0;
}

.vm-store-order-head .badge {
  max-width: 100%;
  white-space: normal;
  text-align: right;
  line-height: 1.25;
}

.vm-auth-form-wrap {
  width: min(560px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* Guest order tracking */
.vm-guest-track-page {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.vm-guest-track-main {
  width: 100%;
}

.vm-guest-track-head {
  text-align: center;
  margin-bottom: 1rem;
}

.vm-guest-track-card {
  width: 100%;
}

.vm-guest-track-contact {
  margin: 0;
  padding: 0;
  border: 0;
}

.vm-guest-track-contact legend {
  float: left;
  width: 100%;
}

.vm-guest-track-or {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.15rem 0 0.85rem;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vm-guest-track-or::before,
.vm-guest-track-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.vm-guest-track-submit {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.vm-guest-track-page--results {
  max-width: 720px;
}

.vm-guest-track-page--results .vm-guest-track-head {
  text-align: left;
}

.vm-has-group-error.vm-guest-track-contact {
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid #fecaca;
  background: #fff5f5;
}

.vm-auth-form-wrap .btn-link {
  display: inline-block;
  margin-top: 0.5rem;
  padding-left: 0;
}

.vm-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vm-profile {
  width: min(520px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .vm-page {
    padding-left: max(14px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(14px, env(safe-area-inset-right, 0px)) !important;
  }

  .vm-store-order-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vm-store-order-status {
    justify-content: flex-start;
    width: 100%;
  }

  .vm-store-order-status .vm-order-status {
    text-align: left;
  }

  .vm-catalog-empty {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .vm-catalog-empty-actions .vm-btn {
    min-width: 0;
  }

  .vm-product-grid--empty {
    min-height: min(44vh, 360px);
    align-content: center;
  }
}

@media (max-width: 767.98px) {
  .vm-page-head .btn,
  .vm-page-head .btn-group {
    width: 100%;
  }

  .vm-store-order-card .btn,
  .vm-store-order-actions .btn {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .vm-return-form .btn {
    width: 100%;
  }
}

.vm-return-evidence-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

/* Return request — reason alerts, evidence dropzone, refund summary */
.vm-return-reason-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.vm-return-reason-alert--warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.vm-return-reason-alert--warning .bi {
  color: #ea580c;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.vm-return-reason-alert--info {
  background: rgba(var(--vm-primary-rgb), 0.08);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.2);
  color: var(--vm-red-dark);
}

.vm-return-reason-alert--info .bi {
  color: var(--vm-red);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.vm-return-detail-wrap {
  position: relative;
}

.vm-return-detail-count {
  position: absolute;
  left: 0.65rem;
  bottom: 0.45rem;
  pointer-events: none;
  font-size: 0.75rem;
}

.vm-return-evidence-dropzone {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  padding: 1.25rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.vm-return-evidence-dropzone:focus {
  outline: 2px solid rgba(var(--vm-primary-rgb), 0.45);
  outline-offset: 2px;
}

.vm-return-evidence-dropzone--drag,
.vm-return-evidence-dropzone:hover {
  border-color: rgba(var(--vm-primary-rgb), 0.55);
  background: rgba(var(--vm-primary-rgb), 0.04);
}

.vm-return-evidence-dropzone--active {
  border-color: rgba(var(--vm-primary-rgb), 0.45);
  background: rgba(var(--vm-primary-rgb), 0.06);
}

.vm-return-evidence-dropzone__icon {
  display: block;
  font-size: 1.75rem;
  color: var(--vm-red);
  margin: 0 auto 0.35rem;
}

.vm-return-evidence-dropzone__link {
  color: var(--vm-red);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vm-return-quote-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vm-return-refund-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: var(--vm-card);
}

.vm-return-refund-card--loading,
.vm-return-refund-card--error {
  padding: 0.875rem 1rem;
  background: var(--vm-card);
  border-color: #e2e8f0;
}

.vm-return-refund-card--error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.vm-return-refund-card--free,
.vm-return-refund-card--primary {
  background: var(--vm-card);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.22);
  box-shadow: 0 2px 10px rgba(var(--vm-primary-rgb), 0.1);
}

.vm-return-refund-card--fee,
.vm-return-refund-card--accent {
  background: var(--vm-card);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.18);
  box-shadow: 0 2px 10px rgba(var(--vm-primary-rgb), 0.08);
}

.vm-return-refund-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.vm-return-refund-card__header-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.vm-return-refund-card__header-eligibility {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--vm-red-dark);
  text-align: right;
  line-height: 1.35;
  max-width: 58%;
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  background: rgba(var(--vm-primary-rgb), 0.14);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.32);
  box-shadow: 0 1px 2px rgba(var(--vm-primary-rgb), 0.08);
}

.vm-return-refund-card__header-eligibility strong {
  font-weight: 700;
  color: var(--vm-red);
}

.vm-return-refund-card--free .vm-return-refund-card__header,
.vm-return-refund-card--primary .vm-return-refund-card__header {
  color: var(--vm-red-dark);
  background: rgba(var(--vm-primary-rgb), 0.06);
}

.vm-return-refund-card--free .vm-return-refund-card__header .bi,
.vm-return-refund-card--primary .vm-return-refund-card__header .bi {
  color: var(--vm-red);
}

.vm-return-refund-card--fee .vm-return-refund-card__header,
.vm-return-refund-card--accent .vm-return-refund-card__header {
  color: var(--vm-red-dark);
  background: rgba(var(--vm-primary-rgb), 0.05);
}

.vm-return-refund-card--fee .vm-return-refund-card__header .bi,
.vm-return-refund-card--accent .vm-return-refund-card__header .bi {
  color: var(--vm-red);
}

.vm-return-refund-card__main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0.85rem 1rem;
  padding: 0.875rem;
  align-items: start;
}

@media (max-width: 399.98px) {
  .vm-return-refund-card__main {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

.vm-return-refund-card__primary {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vm-return-refund-card__primary .vm-return-refund-card__label {
  font-size: 0.75rem;
  color: var(--vm-muted);
}

.vm-return-refund-card__amount {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--vm-text);
  font-variant-numeric: tabular-nums;
}

.vm-return-refund-card__subhint {
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.3;
}

.vm-return-refund-card__side .vm-return-refund-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.8125rem;
  padding: 0.28rem 0;
}

.vm-return-refund-card__side .vm-return-refund-card__label {
  color: var(--vm-muted);
  min-width: 0;
}

.vm-return-refund-card__value {
  font-weight: 600;
  color: var(--vm-text);
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.vm-return-refund-card__value--highlight {
  color: #15803d;
  font-weight: 700;
}

.vm-return-refund-card__value--deduct {
  color: #b45309;
  font-weight: 700;
}

.vm-return-refund-card__receive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(var(--vm-primary-rgb), 0.04);
  font-size: 0.875rem;
}

.vm-return-refund-card__receive-label {
  font-weight: 600;
  color: var(--vm-text);
}

.vm-return-refund-card__receive-amount {
  font-weight: 700;
  color: var(--vm-text);
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
}

.vm-return-refund-card__fee-note {
  padding: 0 0.875rem 0.65rem;
  line-height: 1.35;
}

.vm-return-eligibility-banner {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.8125rem;
}

.vm-return-eligibility-banner--free,
.vm-return-eligibility-banner--primary {
  background: rgba(var(--vm-primary-rgb), 0.08);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.2);
  color: var(--vm-red-dark);
}

.vm-return-eligibility-banner--fee,
.vm-return-eligibility-banner--accent {
  background: rgba(var(--vm-primary-rgb), 0.06);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.16);
  color: var(--vm-text);
}

.vm-return-next-steps--compact {
  margin-top: 0.5rem;
  padding: 0.75rem 0.875rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.vm-return-next-steps__list li {
  margin-bottom: 0.35rem;
  color: #475569;
}

.vm-return-next-steps__list li:last-child {
  margin-bottom: 0;
}

.vm-return-next-steps {
  margin-top: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(var(--vm-primary-rgb), 0.04);
  border: 1px solid rgba(var(--vm-primary-rgb), 0.1);
}

.vm-return-next-steps__title {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--vm-text);
}

.vm-return-next-steps--timeline .vm-return-next-steps__timeline {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  text-align: center;
}

.vm-return-next-steps__step {
  flex: 1;
  font-size: 0.625rem;
  color: var(--vm-muted);
  line-height: 1.25;
}

.vm-return-next-steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0 auto 0.2rem;
  border-radius: 50%;
  background: rgba(var(--vm-primary-rgb), 0.1);
  color: var(--vm-red);
  font-size: 0.7rem;
}

.vm-return-next-steps__checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--vm-text);
  padding: 0.1rem 0;
}

.vm-return-next-steps__checks .bi {
  color: var(--vm-red);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.vm-return-next-steps__payment {
  margin-top: 0.2rem;
  padding-left: 1.15rem;
  font-size: 0.6875rem !important;
}

.vm-return-form .vm-return-fee-accept {
  padding: 0.7rem 0.85rem;
  background: var(--vm-card);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.vm-return-form .vm-return-fee-accept .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.15em;
}

.vm-return-form .vm-return-fee-accept .form-check-label {
  padding-left: 0.25rem;
  line-height: 1.4;
}

.vm-return-secure-note .bi {
  font-size: 0.8rem;
  opacity: 0.75;
}

.vm-order-cancel-action {
  margin-top: 0.25rem;
}

.vm-order-return-launch .btn {
  min-width: 8.5rem;
}

.vm-return-modal .vm-return-modal__dialog {
  max-width: min(34rem, calc(100vw - 1.5rem));
  margin: 3rem auto 1.25rem;
}

@media (min-width: 576px) {
  .vm-return-modal .vm-return-modal__dialog {
    max-width: 36rem;
    margin-top: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .vm-return-modal .vm-return-modal__dialog {
    width: calc(100% - 1rem);
    max-width: calc(100vw - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.vm-return-modal .modal-content,
.vm-return-modal__content {
  border-radius: 12px;
  overflow: hidden;
}

.vm-return-modal .modal-body,
.vm-return-modal__body {
  padding: 0.5rem 1rem 0.25rem;
  max-height: min(78vh, 40rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.vm-return-modal.show .modal-backdrop,
.modal.show .modal-backdrop {
  opacity: 0.55;
}

.vm-return-modal .vm-return-form,
.vm-return-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vm-return-reason-field {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.vm-return-reason-field legend {
  margin-bottom: 0.5rem;
}

.vm-return-reason-options {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vm-return-reason-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  cursor: pointer;
  background: #fff;
  border-color: #e2e8f0 !important;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.vm-return-reason-option:hover {
  border-color: rgba(79, 70, 229, 0.35) !important;
}

.vm-return-reason-option.is-selected,
.vm-return-reason-option:has(input:checked) {
  border-color: var(--vm-primary, #4f46e5) !important;
  background: rgba(79, 70, 229, 0.04);
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.12);
}

.vm-return-reason-option__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vm-return-reason-option__label {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1e293b;
  word-break: break-word;
}

.vm-return-reason-option__hint {
  font-size: 0.75rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.3;
}

.vm-return-fee-accept--attached {
  margin-top: -0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.vm-return-form__footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 28%);
}

.vm-return-modal .modal-header {
  padding: 0.85rem 1rem 0.25rem;
}

.vm-return-modal .vm-return-form .btn[type="submit"] {
  width: 100%;
}

@media (max-width: 575.98px) {
  .vm-return-refund-card__header-eligibility {
    max-width: 100%;
    text-align: left;
    flex: 1 1 100%;
    white-space: normal;
  }

  .vm-return-refund-card__amount {
    font-size: 1.5rem;
  }

  .vm-return-refund-card__receive-amount {
    font-size: 1.05rem;
  }

  .vm-return-form__footer {
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
  }
}

.vm-cancel-order-modal .modal-body {
  padding-top: 0.25rem;
}

.vm-order-detail-cancel .vm-order-cancel-action .btn {
  width: auto;
}

@media (min-width: 768px) {
  .vm-return-refund-card__main {
    padding: 1rem 1.125rem;
  }

  .vm-return-refund-card__amount {
    font-size: 1.85rem;
  }

  .vm-return-next-steps--timeline .vm-return-next-steps__timeline {
    max-width: 100%;
    margin: 0;
  }

  .vm-return-next-steps__step {
    font-size: 0.6875rem;
  }
}

@media (max-width: 767.98px) {
  .vm-confirm-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vm-confirm-actions .btn,
  .vm-confirm-actions a.btn {
    width: 100%;
    margin: 0;
  }

  .vm-confirm-card .d-grid .btn,
  .vm-confirm-card .d-grid a.btn {
    min-height: 48px;
  }

  .vm-profile .d-flex.flex-wrap {
    flex-direction: column;
    align-items: stretch !important;
  }

  .vm-profile .d-flex.flex-wrap .btn {
    width: 100%;
  }

  .toast-container {
    left: 0 !important;
    right: 0 !important;
    padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
  }

  .toast-container .toast {
    width: 100%;
    max-width: 100%;
  }
}

/* Toast notifications (vm-toast.js) — storefront + admin */
.vm-toast-host {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 1090;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: min(420px, calc(100vw - 24px));
  pointer-events: none;
}

body.vm-admin-body .vm-toast-host {
  top: calc(env(safe-area-inset-top, 0px) + var(--vm-admin-topbar-height, 60px) + 10px);
}

.vm-toast {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  padding: 14px 14px 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--vm-admin-border, #ececec);
  background: #fff;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 16px 40px rgba(var(--vm-primary-rgb, 79, 70, 229), 0.12);
  pointer-events: auto;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.vm-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.vm-toast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--vm-red);
}

.vm-toast--success::before {
  background: #16a34a;
}

.vm-toast--danger::before {
  background: #dc2626;
}

.vm-toast--warning::before {
  background: #d97706;
}

.vm-toast--info::before {
  background: var(--vm-red);
}

.vm-toast-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.vm-toast--success .vm-toast-icon {
  background: #dcfce7;
  color: #15803d;
}

.vm-toast--danger .vm-toast-icon {
  background: #fee2e2;
  color: #b91c1c;
}

.vm-toast--warning .vm-toast-icon {
  background: #fef3c7;
  color: #b45309;
}

.vm-toast--info .vm-toast-icon {
  background: rgba(var(--vm-primary-rgb, 79, 70, 229), 0.12);
  color: var(--vm-red);
}

.vm-toast-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 1px;
}

.vm-toast-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vm-muted, #6c757d);
  margin-bottom: 2px;
}

.vm-toast-message {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--vm-text, #212529);
  word-break: break-word;
}

.vm-toast-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: -4px -4px 0 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--vm-muted, #6c757d);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.vm-toast-close:hover {
  background: #f1f5f9;
  color: var(--vm-text, #212529);
}

@media (max-width: 575.98px) {
  .vm-toast-host {
    left: max(12px, env(safe-area-inset-left, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    width: auto;
    align-items: stretch;
  }

  .vm-toast {
    max-width: none;
  }

  .vm-toast--persistent .vm-toast-close {
    width: 40px;
    height: 40px;
    margin: -6px -6px 0 0;
    background: #f1f5f9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-toast {
    transition: none;
    transform: none;
  }

  .vm-toast.is-visible {
    opacity: 1;
  }
}

/* Themed alert / confirm dialog (vm-dialog.js) — storefront + shared */
.vm-message-modal .modal-content {
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.14);
}

.vm-message-modal .modal-title {
  font-weight: 700;
}

.vm-message-modal__dialog--wide {
  max-width: min(34rem, calc(100vw - 1.5rem));
}

@media (min-width: 576px) {
  .vm-message-modal__dialog--wide {
    max-width: 36rem;
  }
}

.vm-message-modal__dialog--wide .modal-body {
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: pre-line;
}

@media (max-width: 575.98px) {
  .vm-message-modal .modal-footer .btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .vm-page-head {
    padding-left: 0;
    padding-right: 0;
  }

  .vm-store-order-card,
  .vm-card.vm-store-order-card {
    padding: 0.875rem !important;
  }

  .vm-auth-form-wrap.vm-card {
    padding: 1rem !important;
  }

  .vm-auth-form-wrap .btn[type="submit"],
  .vm-auth-form-wrap .btn-primary {
    width: 100%;
  }

  .vm-confirm-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .vm-confirm-card .btn,
  .vm-confirm-card a.btn {
    min-height: 48px;
  }

  #vmNewAddressModal .modal-dialog,
  #vmEditAddressModal .modal-dialog,
  #vmCheckoutEntryModal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .vm-saved-address-item {
    flex-direction: row;
    align-items: flex-start !important;
  }

  .vm-saved-address-item .form-check-input {
    margin-top: 0.2rem;
  }

  .vm-edit-saved-address-btn {
    align-self: center;
    position: relative;
    z-index: 2;
  }

  .vm-saved-address-pick {
    cursor: pointer;
  }

.vm-profile-address-book .vm-saved-address-book,
.vm-cart-page-root > .vm-card .vm-saved-address-book {
  max-width: 100%;
}

  .vm-checkout-form-card h3.h6 {
    font-size: 0.95rem;
  }

  .vm-order-summary-line-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .vm-order-summary-line-brand,
  .vm-order-summary-line-category,
  .vm-order-summary-line-qty {
    display: block;
    width: 100%;
  }
}

/* ---------- Small devices: theme-aligned storefront polish ---------- */
@media (max-width: 991.98px) {
  :root {
    --vm-sticky-top: calc(3.5rem + env(safe-area-inset-top, 0px));
  }
}

@media (hover: none) and (pointer: coarse) {
  .vm-card:hover,
  .vm-category-tile:hover,
  .vm-brand-tile:hover {
    transform: none;
  }

  .vm-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }
}

.vm-horizontal-scroll-wrap {
  position: relative;
}

@media (max-width: 767.98px) {
  .vm-horizontal-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    width: 2rem;
    background: linear-gradient(90deg, transparent, var(--vm-bg));
    pointer-events: none;
  }

  .vm-search-panel {
    padding: 14px;
    border-radius: 14px;
    border-color: rgba(var(--vm-primary-rgb), 0.14);
    background: linear-gradient(165deg, #fff 0%, #faf8ff 52%, #fff 100%);
    box-shadow: 0 6px 22px rgba(var(--vm-primary-rgb), 0.07);
  }

  .vm-mobile-toolbar {
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid rgba(var(--vm-primary-rgb), 0.14);
    background: #fff;
    box-shadow: 0 4px 16px rgba(var(--vm-primary-rgb), 0.06);
  }

  .vm-filter-trigger {
    color: var(--vm-red);
    font-weight: 700;
  }

  .vm-filter-count--empty {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
  }

  .vm-store-results-head {
    position: sticky;
    top: var(--vm-sticky-top, 3.5rem);
    z-index: 25;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0.75rem !important;
    padding: 10px 12px;
    background: rgba(248, 249, 250, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(var(--vm-primary-rgb), 0.1);
  }

  #vmStoreResults.row:not(.vm-product-grid--empty) {
    --bs-gutter-x: 0.6rem;
    --bs-gutter-y: 0.65rem;
  }

  .vm-product-card.vm-card {
    border-radius: 12px;
    overflow: hidden;
    border-color: rgba(var(--vm-primary-rgb), 0.1);
  }

  .vm-product-card .vm-product-image {
    height: 168px;
    padding: 8px;
    border: 0;
    border-radius: 0;
  }

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

  .vm-product-card .vm-product-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.88rem;
    line-height: 1.32;
  }

  .vm-product-card .small {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .vm-product-card .vm-compat-highlight--card {
    padding: 0.4rem 0.45rem;
    margin-bottom: 0.4rem;
  }

  .vm-product-card .vm-compat-highlight--card .vm-compat-highlight-label {
    font-size: 0.62rem;
    margin-bottom: 0.28rem;
  }

  .vm-product-card .vm-compat-highlight--card .vm-compat-highlight-label .bi {
    font-size: 0.72rem;
  }

  .vm-product-card .vm-compat-highlight--card .vm-compat-chip {
    padding: 0.15rem 0.42rem;
    font-size: 0.62rem;
  }

  .vm-product-card .h6 {
    font-size: 0.94rem;
    margin-bottom: 0.45rem !important;
  }

  .vm-product-card .vm-badge {
    font-size: 0.68rem;
    padding: 2px 8px;
  }

  .vm-product-card .vm-btn {
    min-height: 40px;
    font-size: 0.84rem;
  }

  .vm-product-card form.vm-ajax-add-form,
  .vm-product-card form.vm-product-card-add-form {
    position: relative;
    z-index: 2;
  }

  .vm-product-card form.vm-ajax-add-form .vm-btn,
  .vm-product-card form.vm-product-card-add-form .vm-btn,
  .vm-product-action-footer form.vm-ajax-add-form .vm-btn {
    touch-action: manipulation;
    cursor: pointer;
  }

  .vm-carousel.mb-4 {
    margin-bottom: 0.85rem !important;
  }

  .vm-category-tile {
    min-height: 72px;
  }

  #vmMobileFilters .form-check-input {
    width: 1.12em;
    height: 1.12em;
    margin-top: 0.18em;
    border-color: #c5c9d2;
  }

  #vmMobileFilters .form-check-input:checked {
    background-color: var(--vm-red);
    border-color: var(--vm-red);
  }

  .vm-floating-warn {
    top: calc(var(--vm-sticky-top, 3.5rem) + 0.35rem);
    left: 0.75rem;
    right: 0.75rem;
    transform: translateY(-8px);
    max-width: none;
  }

  .vm-floating-warn-visible {
    transform: translateY(0);
  }
}

@media (max-width: 575.98px) {
  .vm-section-title {
    font-size: 1.1rem;
  }

  .vm-product-card .vm-product-image {
    height: 152px;
  }

  .vm-store-results-head .text-muted {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .vm-cart-header-top {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.65rem;
  }

  .vm-cart-header-top .d-flex {
    width: 100%;
    justify-content: space-between;
  }

  .vm-cart-header-top .btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ---- Shared form validation ---- */
.vm-field-error {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #b91c1c;
}

.vm-field-error.d-none {
  display: none !important;
}

.vm-form-summary {
  padding: 0.65rem 0.85rem;
  border-radius: 0.375rem;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
  font-size: 0.875rem;
  line-height: 1.4;
}

.vm-form-summary.d-none {
  display: none !important;
}

.form-control.vm-is-invalid,
.form-select.vm-is-invalid,
textarea.form-control.vm-is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 0.15rem rgba(220, 38, 38, 0.12);
}

.form-control.vm-is-invalid:focus,
.form-select.vm-is-invalid:focus {
  border-color: #b91c1c;
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.18);
}

.vm-has-group-error .list-group-item,
.vm-has-group-error.vm-saved-address-list {
  border-color: #fca5a5;
}

.vm-ajax-form-error {
  margin-top: 0.35rem;
}

.vm-variant-picker {
  padding: 14px 16px;
  border: 1px solid rgba(var(--vm-primary-rgb), 0.14);
  border-radius: 12px;
  background: var(--vm-card);
  box-shadow: 0 4px 14px rgba(var(--vm-primary-rgb), 0.06);
}

.vm-variant-picker__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--vm-muted);
  margin-bottom: 10px;
}

.vm-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-variant-chip {
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: var(--vm-text);
  padding: 0.4rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.vm-variant-chip:hover:not(:disabled):not(.active) {
  border-color: rgba(var(--vm-primary-rgb), 0.35);
  background: rgba(var(--vm-primary-rgb), 0.04);
}

.vm-variant-chip.active {
  background: var(--vm-red);
  border-color: var(--vm-red);
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--vm-primary-rgb), 0.28);
}

.vm-variant-chip.is-unavailable,
.vm-variant-chip:disabled {
  opacity: 0.45;
  text-decoration: line-through;
  cursor: not-allowed;
}

.vm-variant-stock-hint {
  font-size: 0.82rem;
  color: var(--vm-muted);
  margin-top: 10px;
  min-height: 0;
}

.vm-variant-stock-hint:empty {
  display: none;
  margin-top: 0;
}

.vm-variant-stock-hint.is-low {
  color: #b45309;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .vm-variant-picker {
    padding: 12px 14px;
  }

  .vm-variant-chip {
    padding: 0.45rem 0.9rem;
    font-size: 0.86rem;
  }
}