.vb-preview {
  --vb-ink: #12161f;
  --vb-ink-2: #273142;
  --vb-muted: #667085;
  --vb-line: #e4e8ef;
  --vb-paper: #ffffff;
  --vb-wash: #f6f8fb;
  --vb-blue: #145fd7;
  --vb-blue-2: #eaf2ff;
  --vb-orange: #ef7c22;
  --vb-green: #11846f;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--vb-ink);
  background: var(--vb-paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.vb-preview-active-page iframe[src*="widget.chatway.app"],
body.vb-preview-active-page [class*="chatway"],
body.vb-preview-active-page [id*="chatway"],
body.vb-preview-active-page .hustle-ui,
body.vb-preview-active-page .hustle-popup,
body.vb-preview-active-page .hustle-popup-mask,
body.vb-preview-active-page [id^="hustle-popup"],
body.vb-preview-active-page [class*="hustle-popup"],
body.vb-preview-active-page [class*="sales-booster"],
body.vb-preview-active-page [id*="sales-booster"],
body.vb-preview-active-page [class*="xstore-sales"],
body.vb-preview-active-page [id*="xstore-sales"],
body.vb-preview-active-page [class*="etheme-sales"],
body.vb-preview-active-page [id*="etheme-sales"],
body.vb-preview-active-page .et-sales-popup,
body.vb-preview-active-page .et-notify {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

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

.vb-preview a {
  color: inherit;
  text-decoration: none;
}

.vb-preview img {
  display: block;
  max-width: 100%;
}

.vb-preview h1,
.vb-preview h2,
.vb-preview h3,
.vb-preview p {
  margin-top: 0;
}

.vb-preview h1,
.vb-preview h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.vb-topbar {
  display: flex;
  justify-content: center;
  gap: 30px;
  min-height: 34px;
  padding: 9px 18px;
  color: #f9fafb;
  background: var(--vb-ink);
  font-size: 13px;
  line-height: 1.2;
}

.vb-nav-shell {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--vb-line);
  backdrop-filter: blur(16px);
}

.vb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 44px;
  background: transparent;
}

.vb-brand {
  display: inline-flex;
  align-items: center;
  min-width: 178px;
}

.vb-brand-logo {
  width: 172px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.vb-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--vb-ink-2);
  font-size: 14px;
  font-weight: 680;
}

.vb-nav a {
  white-space: nowrap;
}

.vb-nav a[aria-current="page"] {
  color: var(--vb-blue);
}

.vb-category-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 44px 10px;
  overflow-x: auto;
  color: var(--vb-ink-2);
  background: transparent;
  scrollbar-width: none;
}

.vb-category-nav::-webkit-scrollbar {
  display: none;
}

.vb-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
}

.vb-category-nav a[aria-current="page"] {
  color: var(--vb-blue);
  background: var(--vb-blue-2);
  border-color: rgba(20, 95, 215, 0.22);
}

.vb-whatsapp,
.vb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
}

.vb-whatsapp {
  min-height: 40px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--vb-green);
}

.vb-button {
  min-height: 46px;
  padding: 0 20px;
}

.vb-preview .vb-primary,
.vb-preview a.vb-primary,
.vb-preview button.vb-primary {
  color: #ffffff !important;
  background: var(--vb-ink) !important;
}

.vb-preview .vb-primary:visited,
.vb-preview a.vb-primary:visited {
  color: #ffffff !important;
}

.vb-preview .vb-secondary,
.vb-preview a.vb-secondary,
.vb-preview button.vb-secondary {
  color: var(--vb-ink);
  background: #ffffff;
  border: 1px solid var(--vb-line);
}

.vb-preview .vb-button,
.vb-preview .vb-card-footer a {
  color: inherit;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.vb-preview a.vb-button.vb-primary,
.vb-preview a.vb-button.vb-primary:visited {
  color: #ffffff !important;
}

.vb-eyebrow {
  margin: 0 0 14px;
  color: var(--vb-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.vb-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - 104px);
  padding: 54px 48px 44px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 52%, #edf4ff 100%);
}

.vb-hero-copy {
  max-width: 680px;
  min-width: 0;
}

.vb-hero h1 {
  margin-bottom: 20px;
  max-width: 520px;
  font-size: clamp(30px, 2.45vw, 38px) !important;
  line-height: 1.16 !important;
  font-weight: 820 !important;
  overflow-wrap: normal;
}

.vb-hero-text {
  max-width: 560px;
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.65;
}

.vb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.vb-hero-tabs {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vb-hero-tab {
  min-height: 86px;
  padding: 14px;
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  cursor: pointer;
}

.vb-hero-tab.is-active {
  border-color: rgba(20, 95, 215, 0.55);
  box-shadow: 0 10px 24px rgba(20, 95, 215, 0.12);
}

.vb-hero-tab span {
  display: inline-flex;
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 800;
}

.vb-hero-tab strong {
  display: block;
  margin-top: 8px;
  color: var(--vb-ink);
  font-size: 15px;
  line-height: 1.25;
}

.vb-hero-visual {
  display: grid;
  align-items: center;
  min-height: 640px;
}

.vb-hero-image-wrap {
  overflow: hidden;
  height: min(70vh, 690px);
  background: #ffffff;
  border: 1px solid rgba(212, 219, 228, 0.9);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(17, 24, 39, 0.16);
}

.vb-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-category-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 48px 82px;
  background: #ffffff;
}

.vb-category-card {
  position: relative;
  display: flex;
  min-height: 280px;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  color: #ffffff;
  background: #1f2937;
  border-radius: 8px;
  isolation: isolate;
}

.vb-category-card::before,
.vb-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.vb-category-card::before {
  background-image: var(--category-image);
  background-position: center;
  background-size: cover;
  transition: transform 220ms ease;
}

.vb-category-card::after {
  background: linear-gradient(180deg, rgba(18, 22, 31, 0.08) 0%, rgba(18, 22, 31, 0.36) 48%, rgba(18, 22, 31, 0.86) 100%);
}

.vb-category-card:hover::before {
  transform: scale(1.035);
}

.vb-category-card.autopartes {
  grid-column: span 2;
}

.vb-category-card span {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 820;
}

.vb-category-card h2 {
  margin-bottom: 12px;
  font-size: 26px !important;
  line-height: 1.12 !important;
}

.vb-category-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
}

.vb-delivery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 48px;
  background: #ffffff;
  border-bottom: 1px solid var(--vb-line);
}

.vb-delivery-pill {
  display: grid;
  gap: 6px;
  min-height: 78px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.vb-delivery-pill span {
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-delivery-pill strong {
  color: var(--vb-ink);
  font-size: 16px;
  line-height: 1.25;
}

.vb-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 88px 48px;
  color: #ffffff;
  background: var(--vb-ink);
}

.vb-story h2,
.vb-section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 820 !important;
}

.vb-story p:not(.vb-eyebrow) {
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.7;
}

.vb-story .vb-eyebrow {
  color: #8fc5ff;
}

.vb-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vb-story-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #ffffff;
  border-radius: 8px;
}

.vb-marketplace-reviews {
  scroll-margin-top: 136px;
  padding: 56px 48px 82px;
  background: #ffffff;
  border-top: 1px solid var(--vb-line);
}

.vb-review-intro {
  max-width: 1180px;
  margin: 0 0 22px 52px;
  color: var(--vb-ink);
  font-size: 18px;
  font-weight: 820;
}

.vb-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-review-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.07);
}

.vb-review-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f8fafc;
}

.vb-review-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-review-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.vb-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.vb-review-meta span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  color: var(--vb-blue);
  background: var(--vb-blue-2);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 820;
}

.vb-review-meta strong {
  color: var(--vb-ink);
  font-size: 13px;
  white-space: nowrap;
}

.vb-review-body p {
  margin: 0;
  color: var(--vb-ink-2);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.vb-review-body small {
  color: var(--vb-muted);
  font-size: 12px;
  font-weight: 700;
}

.vb-catalog-page,
.vb-product-page {
  background: #ffffff;
}

.vb-catalog-hero {
  min-height: 300px;
  padding: 42px 48px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 45%, rgba(255, 255, 255, 0.26) 100%), var(--catalog-image);
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--vb-line);
}

.vb-catalog-hero > div {
  max-width: 780px;
}

.vb-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--vb-muted);
  font-size: 14px;
  font-weight: 700;
}

.vb-breadcrumb a {
  color: var(--vb-ink);
}

.vb-catalog-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

.vb-catalog-hero p:not(.vb-eyebrow) {
  max-width: 560px;
  color: var(--vb-ink-2);
  font-size: 18px;
  line-height: 1.65;
}

.vb-catalog-shell {
  padding: 42px 48px 86px;
}

.vb-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.vb-catalog-heading h2 {
  margin-bottom: 6px;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.15 !important;
}

.vb-catalog-heading p {
  margin: 0;
  color: var(--vb-muted);
  font-weight: 650;
}

.vb-search {
  display: grid;
  gap: 8px;
  min-width: min(360px, 100%);
  color: var(--vb-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vb-search input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  color: var(--vb-ink);
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  outline: none;
}

.vb-search input:focus {
  border-color: rgba(20, 95, 215, 0.6);
  box-shadow: 0 0 0 4px rgba(20, 95, 215, 0.12);
}

.vb-catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.vb-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vb-catalog-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vb-filter-chip,
.vb-catalog-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--vb-ink-2);
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 780;
}

.vb-filter-chip.is-strong,
.vb-catalog-badges .is-strong {
  color: var(--vb-blue);
  border-color: rgba(20, 95, 215, 0.32);
  background: var(--vb-blue-2);
}

.vb-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px 0 18px;
  color: var(--vb-muted);
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.vb-sort select {
  color: var(--vb-ink);
  background: transparent;
  border: 0;
  font: inherit;
  outline: 0;
}

.vb-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-catalog-card {
  display: grid;
  grid-template-rows: 320px 1fr;
  min-height: 560px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vb-catalog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 95, 215, 0.35);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
}

.vb-catalog-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f7fb;
}

.vb-catalog-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-catalog-body {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.vb-catalog-body > span {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 8px;
  color: var(--vb-blue);
  background: var(--vb-blue-2);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.vb-catalog-body h3 {
  margin-bottom: 10px;
  font-size: 21px !important;
  line-height: 1.2 !important;
}

.vb-catalog-body p {
  flex: 1;
  margin-bottom: 22px;
  color: var(--vb-muted);
  line-height: 1.6;
}

.vb-card-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.vb-card-points span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--vb-ink-2);
  background: var(--vb-wash);
  border: 1px solid var(--vb-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
}

.vb-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vb-card-price {
  margin-right: auto;
  color: var(--vb-ink);
  font-size: 15px;
  font-weight: 820;
  white-space: nowrap;
}

.vb-color-dot {
  width: 24px;
  height: 24px;
  background: var(--dot);
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--vb-line);
}

.vb-card-footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  color: #ffffff !important;
  background: var(--vb-ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
}

.vb-empty {
  padding: 22px;
  color: var(--vb-muted);
  background: var(--vb-wash);
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-product-breadcrumb {
  margin: 0;
  padding: 34px 48px 0;
}

.vb-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 42px;
  align-items: start;
  padding: 30px 48px 72px;
}

.vb-product-gallery {
  display: grid;
  gap: 14px;
}

.vb-product-main-image {
  display: grid;
  place-items: center;
  min-height: 640px;
  overflow: hidden;
  background: #f7f9fc;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-product-main-image img {
  width: 100%;
  height: 100%;
  max-height: 760px;
  object-fit: contain;
}

.vb-thumbnail-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.vb-thumbnail {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  cursor: pointer;
}

.vb-thumbnail.is-active {
  border-color: rgba(20, 95, 215, 0.72);
  box-shadow: 0 0 0 3px rgba(20, 95, 215, 0.12);
}

.vb-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-product-info {
  position: sticky;
  top: 112px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.vb-product-info h1 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.4vw, 34px) !important;
  line-height: 1.16 !important;
}

.vb-product-price {
  display: block;
  margin: -4px 0 14px;
  color: var(--vb-ink);
  font-size: 24px;
  font-weight: 860;
  line-height: 1.2;
}

.vb-product-info p:not(.vb-eyebrow) {
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.7;
}

.vb-product-selling-points {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
}

.vb-product-selling-points span {
  position: relative;
  display: block;
  padding-left: 22px;
  color: var(--vb-ink-2);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
}

.vb-product-selling-points span::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--vb-green);
  border-radius: 999px;
}

.vb-product-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 6px 0 22px;
}

.vb-product-meta-grid article {
  min-width: 0;
  padding: 14px;
  background: var(--vb-wash);
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-product-meta-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--vb-blue);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-product-meta-grid strong {
  display: block;
  color: var(--vb-ink);
  font-size: 13px;
  line-height: 1.35;
}

.vb-product-delivery-card {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 18px;
  color: var(--vb-ink);
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(20, 95, 215, 0.22);
  border-radius: 8px;
}

.vb-product-delivery-card span {
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-product-delivery-card strong {
  font-size: 16px;
  line-height: 1.3;
}

.vb-product-delivery-card small {
  color: var(--vb-muted);
  font-size: 13px;
  line-height: 1.45;
}

.vb-shipping-page {
  background: #ffffff;
}

.vb-shipping-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
  padding: 48px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  border-bottom: 1px solid var(--vb-line);
}

.vb-shipping-hero h1 {
  margin-bottom: 18px;
  max-width: 620px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

.vb-shipping-hero p:not(.vb-eyebrow) {
  max-width: 560px;
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.65;
}

.vb-shipping-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.vb-shipping-cards article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.vb-shipping-cards strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.vb-shipping-cards p {
  margin: 0;
  color: var(--vb-muted);
  line-height: 1.45;
}

.vb-swatch {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 2px solid #d7dce5;
}

.vb-swatch.blue {
  background: #9fc5ff;
  border-color: #1767f2;
}

.vb-swatch.neutral {
  background: #f3f4f6;
}

.vb-shipping-map {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(17, 24, 39, 0.13);
}

.vb-shipping-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vb-policy-page {
  background: #ffffff;
}

.vb-policy-hero {
  display: grid;
  gap: 14px;
  padding: 72px 48px 42px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid var(--vb-line);
}

.vb-policy-hero h1 {
  max-width: 760px;
  font-size: 44px !important;
  line-height: 1.08 !important;
}

.vb-policy-hero > p:last-child {
  max-width: 760px;
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.65;
}

.vb-policy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  padding: 42px 48px 72px;
}

.vb-policy-nav {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 10px;
  align-self: start;
}

.vb-policy-nav a {
  padding: 14px 16px;
  color: var(--vb-ink-2) !important;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 820;
}

.vb-policy-nav a.is-active {
  color: var(--vb-blue) !important;
  background: var(--vb-blue-2);
  border-color: rgba(37, 99, 235, 0.24);
}

.vb-policy-card {
  display: grid;
  gap: 22px;
  max-width: 920px;
}

.vb-policy-card article {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.05);
}

.vb-policy-card h2 {
  margin-bottom: 14px;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.vb-policy-card p,
.vb-policy-card li {
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.72;
}

.vb-policy-card p + p {
  margin-top: 10px;
}

.vb-policy-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.vb-shipping-notes {
  background: #ffffff;
}

.vb-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-note-grid article {
  min-height: 220px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-note-grid span {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--vb-orange);
  font-size: 12px;
  font-weight: 820;
}

.vb-note-grid h3 {
  margin-bottom: 10px;
  font-size: 20px !important;
}

.vb-note-grid p {
  color: var(--vb-muted);
  line-height: 1.6;
}

.vb-section {
  padding: 82px 48px;
}

.vb-image-strip {
  background: var(--vb-wash);
}

.vb-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.vb-blog-preview {
  background: #ffffff;
  border-top: 1px solid var(--vb-line);
}

.vb-blog-list-section {
  background: #ffffff;
}

.vb-blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.vb-blog-heading > div {
  max-width: 780px;
}

.vb-blog-heading p:not(.vb-eyebrow),
.vb-blog-hero p:not(.vb-eyebrow) {
  color: var(--vb-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vb-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-blog-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vb-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 95, 215, 0.35);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
}

.vb-blog-card.is-loading {
  min-height: 420px;
  padding: 28px;
  grid-template-rows: auto;
  color: var(--vb-muted);
  background: linear-gradient(90deg, #ffffff 0%, #f7f9fc 50%, #ffffff 100%);
}

.vb-blog-card.is-loading span {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 24px;
  background: var(--vb-wash);
  border-radius: 8px;
}

.vb-blog-card.is-loading strong {
  color: var(--vb-ink);
  font-size: 20px;
}

.vb-blog-media {
  display: block;
  overflow: hidden;
  background: var(--vb-wash);
}

.vb-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vb-blog-image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--vb-blue);
  background: var(--vb-blue-2);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-blog-body {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
}

.vb-blog-body > span {
  margin-bottom: 14px;
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-blog-body h3 {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.24;
}

.vb-blog-body p {
  color: var(--vb-muted);
  line-height: 1.6;
}

.vb-blog-link {
  margin-top: auto;
  color: var(--vb-ink);
  font-weight: 820;
}

.vb-blog-hero {
  padding: 58px 48px 48px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 58%, #edf4ff 100%);
  border-bottom: 1px solid var(--vb-line);
}

.vb-blog-hero h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

.vb-blog-hero p:not(.vb-eyebrow) {
  max-width: 760px;
}

.vb-featured-page {
  background: #ffffff;
}

.vb-featured-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: 42px;
  align-items: center;
  padding: 58px 48px 66px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #edf4ff 100%);
  border-bottom: 1px solid var(--vb-line);
}

.vb-featured-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

.vb-featured-hero p:not(.vb-eyebrow) {
  max-width: 740px;
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.7;
}

.vb-featured-rules {
  display: grid;
  gap: 12px;
}

.vb-featured-rules article {
  display: grid;
  gap: 10px;
  min-height: 110px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.vb-featured-rules span,
.vb-featured-badge {
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-featured-rules strong {
  color: var(--vb-ink);
  font-size: 20px;
  line-height: 1.2;
}

.vb-featured-products {
  background: #ffffff;
}

.vb-featured-badge {
  width: fit-content;
  min-height: 26px;
  margin-bottom: 12px;
  padding: 5px 9px;
  background: var(--vb-blue-2);
  border-radius: 999px;
}

.vb-about-page {
  background: #ffffff;
}

.vb-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: 42px;
  align-items: center;
  padding: 58px 48px 66px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 58%, #edf4ff 100%);
  border-bottom: 1px solid var(--vb-line);
}

.vb-about-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

.vb-about-hero p:not(.vb-eyebrow) {
  max-width: 740px;
  color: var(--vb-muted);
  font-size: 18px;
  line-height: 1.7;
}

.vb-about-panel {
  display: grid;
  gap: 12px;
}

.vb-about-panel article {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.vb-about-panel span,
.vb-about-grid span {
  color: var(--vb-blue);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.vb-about-panel strong {
  color: var(--vb-ink);
  font-size: 28px;
  line-height: 1;
}

.vb-about-values {
  background: #ffffff;
}

.vb-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-about-grid article {
  min-height: 300px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-about-grid h3 {
  margin: 44px 0 12px;
  font-size: 21px !important;
  line-height: 1.2 !important;
}

.vb-about-grid p {
  margin: 0;
  color: var(--vb-muted);
  line-height: 1.65;
}

.vb-product-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vb-product-image-tile {
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--vb-line);
  border-radius: 8px;
}

.vb-product-image-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vb-footer {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 0 48px 48px;
  color: var(--vb-ink);
  background: #f3f5ff;
}

.vb-footer-card {
  min-height: 360px;
  margin-top: -74px;
  padding: 48px 28px 34px;
  color: #ffffff;
  background: #f36c50;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.12);
}

.vb-footer-card-logo {
  display: grid;
  width: 230px;
  min-height: 74px;
  place-items: center;
  margin: 0 auto 64px;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 8px;
}

.vb-footer-card-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vb-footer-card strong {
  display: block;
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 1.25;
}

.vb-footer-card p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.vb-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(160px, 0.75fr) minmax(170px, 0.75fr);
  gap: 48px;
  padding-top: 54px;
}

.vb-footer-contact h2,
.vb-footer-links h2 {
  margin: 0 0 20px;
  color: var(--vb-ink);
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.vb-footer-contact p {
  max-width: 440px;
  margin: 24px 0 44px;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.vb-footer-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  color: #ffffff !important;
  background: #7c5b63;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 820;
}

.vb-footer-social {
  display: flex;
  gap: 28px;
  align-items: center;
}

.vb-footer-social a {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--vb-ink) !important;
  transition: color 160ms ease, transform 160ms ease;
}

.vb-footer-social a:hover {
  color: var(--vb-blue) !important;
  transform: translateY(-1px);
}

.vb-footer-social svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.vb-footer-links {
  display: grid;
  align-content: start;
  gap: 14px;
}

.vb-footer-links a {
  color: #4b5563 !important;
  font-size: 16px;
  line-height: 1.35;
}

.vb-footer-bottom {
  grid-column: 1 / -1;
  padding-top: 26px;
  color: #4b5563;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}

@media (max-width: 1080px) {
  .vb-nav {
    display: none;
  }

  .vb-category-nav {
    justify-content: flex-start;
  }

	  .vb-hero,
	  .vb-story,
	  .vb-featured-hero,
	  .vb-about-hero,
	  .vb-shipping-hero,
	  .vb-product-detail {
	    grid-template-columns: 1fr;
  }

  .vb-hero {
    min-height: auto;
  }

  .vb-hero-visual {
    min-height: 560px;
  }

  .vb-category-section,
	  .vb-catalog-grid,
	  .vb-product-image-grid,
	  .vb-blog-grid,
	  .vb-about-grid,
	  .vb-review-grid,
	  .vb-delivery-strip,
	  .vb-note-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

  .vb-product-info {
    position: static;
  }
}

@media (max-width: 720px) {
  .vb-topbar {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .vb-header,
  .vb-hero,
  .vb-delivery-strip,
	  .vb-catalog-hero,
	  .vb-catalog-shell,
	  .vb-blog-hero,
	  .vb-featured-hero,
	  .vb-about-hero,
	  .vb-shipping-hero,
	  .vb-marketplace-reviews,
	  .vb-product-breadcrumb,
	  .vb-product-detail,
  .vb-section,
  .vb-story,
  .vb-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vb-header {
    min-height: 62px;
  }

  .vb-brand {
    min-width: 138px;
  }

  .vb-brand-logo {
    width: 138px;
    max-height: 38px;
  }

  .vb-whatsapp {
    min-height: 36px;
    padding: 0 12px;
  }

  .vb-hero {
    padding-top: 36px;
  }

  .vb-hero h1 {
    max-width: 100%;
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .vb-hero-tabs,
  .vb-category-section,
	  .vb-catalog-grid,
	  .vb-product-image-grid,
	  .vb-blog-grid,
	  .vb-about-grid,
	  .vb-review-grid,
	  .vb-delivery-strip,
	  .vb-note-grid,
	  .vb-story-grid {
    grid-template-columns: 1fr;
  }

  .vb-category-card.autopartes {
    grid-column: auto;
  }

  .vb-category-section {
    padding: 12px 18px 54px;
  }

  .vb-delivery-strip {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .vb-marketplace-reviews {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .vb-review-intro {
    margin-left: 0;
  }

  .vb-review-card {
    grid-template-rows: 230px auto;
  }

  .vb-hero-visual {
    min-height: 430px;
  }

  .vb-hero-image-wrap {
    height: 410px;
  }

	  .vb-catalog-heading,
	  .vb-catalog-controls,
	  .vb-blog-heading,
	  .vb-footer {
	    align-items: stretch;
	    flex-direction: column;
  }

  .vb-sort {
    justify-content: space-between;
    width: 100%;
  }

  .vb-catalog-card {
    grid-template-rows: 270px auto;
    min-height: auto;
  }

  .vb-product-detail {
    gap: 24px;
    padding-top: 24px;
  }

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

  .vb-thumbnail-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vb-product-info {
    padding: 24px;
  }

  .vb-product-image-tile {
    min-height: 320px;
  }

  .vb-shipping-hero {
    padding-top: 34px;
    padding-bottom: 42px;
  }

	  .vb-shipping-map {
	    max-height: none;
	  }

	  .vb-category-nav {
	    padding-left: 18px;
	    padding-right: 18px;
	  }

	  .vb-about-panel strong {
	    font-size: 28px;
	  }

	  .vb-about-grid article {
	    min-height: auto;
	  }
}

@media (max-width: 1080px) {
  .vb-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 40px;
  }

  .vb-footer-card {
    min-height: auto;
    margin-top: 0;
  }

  .vb-footer-card-logo {
    width: 210px;
    margin-bottom: 48px;
  }

  .vb-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding-top: 8px;
  }

  .vb-policy-layout {
    grid-template-columns: 1fr;
  }

  .vb-policy-nav {
    position: static;
  }

  .vb-footer-contact,
  .vb-footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .vb-footer {
    padding-bottom: 34px;
  }

  .vb-footer-main {
    grid-template-columns: 1fr;
  }

  .vb-policy-hero,
  .vb-policy-layout {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vb-policy-hero h1 {
    font-size: 31px !important;
  }

  .vb-policy-card article {
    padding: 22px;
  }

  .vb-footer-contact h2,
  .vb-footer-links h2 {
    font-size: 21px !important;
  }

  .vb-footer-contact p {
    margin-bottom: 26px;
  }

  .vb-footer-social {
    gap: 18px;
  }
}

body.woocommerce-account .et_b_header-search,
body.woocommerce-account .et_b_header-wishlist,
body.woocommerce-account .et_b_header-compare,
body.woocommerce-account .etheme-elementor-mobile-menu-search,
body.woocommerce-account .etheme-elementor-mobile-menu-wishlist,
body.woocommerce-account .etheme-elementor-mobile-menu-compare,
body.woocommerce-account .elementor-widget-etheme_search,
body.woocommerce-account .etheme-elementor-search,
body.woocommerce-account .xstore-wishlist,
body.woocommerce-account .xstore-compare,
body.woocommerce-account .wishlist-fragment,
body.woocommerce-account .compare-fragment,
body.woocommerce-account .et_b_wishlist-dropdown,
body.woocommerce-account .et_b_compare-dropdown,
body.woocommerce-account .btn-view-wishlist,
body.woocommerce-account .btn-view-compare,
body.woocommerce-account a[href*="et-wishlist-page"],
body.woocommerce-account a[href*="et-compare-page"],
body.woocommerce-account .hustle-ui,
body.woocommerce-account .mc4wp-form,
body.woocommerce-account .etheme-search-form,
body.woocommerce-account .search-form,
body.woocommerce-account form[role="search"],
body.woocommerce-account .newsletter,
body.woocommerce-account .sales-booster-popup,
body.woocommerce-account .sales-booster-popup-inner,
body.woocommerce-account .xstore-sales-booster,
body.woocommerce-account .elementor-location-footer,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}

body.woocommerce-account .content-page,
body.woocommerce-account .page-content,
body.woocommerce-account .site-content {
  background: #f7f8fb;
}

body.woocommerce-account .woocommerce {
  max-width: 1160px;
  margin: 0 auto 70px;
  padding: 26px;
  color: #111827;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
  font-family: Inter, Arial, sans-serif;
}

body.woocommerce-account .vb-account-heading {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 22px 26px;
  color: #111827;
  font-family: Inter, Arial, sans-serif;
}

body.woocommerce-account .vb-account-kicker {
  display: block;
  margin-bottom: 10px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-account .vb-account-heading h1 {
  max-width: 660px;
  margin: 0 0 12px;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(28px, 3.2vw, 42px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
  text-transform: none !important;
}

body.woocommerce-account .vb-account-heading p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.7;
}

body.woocommerce-account .woocommerce h2,
body.woocommerce-account .woocommerce h3,
body.woocommerce-account .woocommerce legend {
  margin-top: 0 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

body.woocommerce-account .woocommerce label {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-account .woocommerce input.input-text,
body.woocommerce-account .woocommerce input[type="email"],
body.woocommerce-account .woocommerce input[type="password"],
body.woocommerce-account .woocommerce input[type="text"] {
  min-height: 48px;
  border: 1px solid #d0d5dd !important;
  border-radius: 10px !important;
  padding: 11px 13px !important;
  box-shadow: none !important;
}

body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce button,
body.woocommerce-account .woocommerce input[type="submit"] {
  min-height: 46px;
  border: 0 !important;
  border-radius: 10px !important;
  background: #111827 !important;
  color: #fff !important;
  padding: 11px 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.woocommerce-account .woocommerce a {
  color: #2563eb;
  font-weight: 750;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  padding: 10px 15px;
  color: #344054;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #eaf2ff;
  border-color: #9dbdff;
  color: #1455d9;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  color: #344054;
  line-height: 1.7;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  border-color: #e4e7ec !important;
  border-radius: 14px !important;
}

@media (max-width: 760px) {
  body.woocommerce-account .vb-account-heading {
    padding: 34px 16px 20px;
  }

  body.woocommerce-account .vb-account-heading h1 {
    font-size: 30px !important;
  }

  body.woocommerce-account .woocommerce {
    margin-left: 16px;
    margin-right: 16px;
    padding: 18px;
    border-radius: 14px;
  }
}
