/*
Theme Name: VIDHISRI
Theme URI: https://vidhisri.com/
Author: VIDHISRI Project Team
Description: Custom WooCommerce-ready theme foundation for VIDHISRI premium home decor ecommerce.
Version: 1.4.6
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.3
Text Domain: vidhisri
*/

:root {
  --vs-blue-950: #052842;
  --vs-blue-900: #06345a;
  --vs-blue-800: #07578c;
  --vs-blue-600: #2e59b7;
  --vs-sky-500: #48aee8;
  --vs-red-600: #ef2923;
  --vs-red-700: #c51f1a;
  --vs-ink: #111827;
  --vs-muted: #5f6876;
  --vs-line: #d8e1ea;
  --vs-soft: #f7f9fc;
  --vs-paper: #ffffff;
  --vs-warm: #f5efe6;
  --vs-gold: #b58b48;
  --vs-green: #167a4a;
  --vs-radius: 8px;
  --vs-shadow: 0 18px 48px rgba(5, 40, 66, 0.14);
  --vs-max: 1220px;
  --vs-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--vs-ink);
  background: var(--vs-soft);
  font-family: var(--vs-font);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--vs-blue-800);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--vs-red-700);
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vs-ink);
  padding: 10px 12px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  accent-color: var(--vs-red-600);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

:focus-visible {
  outline: 3px solid rgba(72, 174, 232, 0.52);
  outline-offset: 3px;
}

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

.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  z-index: 10000;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--vs-blue-900);
  box-shadow: var(--vs-shadow);
}

.vs-shell {
  width: min(var(--vs-max), calc(100% - 36px));
  margin: 0 auto;
}

.vs-section {
  padding: clamp(44px, 7vw, 86px) 0;
}

.vs-section--paper {
  background: var(--vs-paper);
}

.vs-section--warm {
  background: var(--vs-warm);
}

.vs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vs-red-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vs-eyebrow:before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 99px;
  background: var(--vs-red-600);
}

.vs-h1,
.vs-h2,
.vs-h3,
h1,
h2,
h3,
h4 {
  color: var(--vs-ink);
  letter-spacing: 0;
  line-height: 1.08;
}

.vs-h1,
h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 70px);
}

.vs-h2,
h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 46px);
}

.vs-h3,
h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

p {
  margin: 0 0 1em;
}

.vs-lead {
  max-width: 780px;
  color: var(--vs-muted);
  font-size: clamp(17px, 2vw, 20px);
}

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

.vs-button,
.button,
button,
input[type="submit"],
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--vs-red-600);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.vs-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--vs-red-700);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(197, 31, 26, 0.22);
}

.vs-button--secondary {
  background: var(--vs-blue-900);
}

.vs-button--secondary:hover {
  background: var(--vs-blue-800);
  box-shadow: 0 12px 26px rgba(6, 52, 90, 0.22);
}

.vs-button--ghost {
  background: #fff;
  color: var(--vs-blue-900);
  border-color: var(--vs-line);
}

.vs-button--ghost:hover {
  background: var(--vs-soft);
  color: var(--vs-blue-900);
  box-shadow: none;
}

.vs-card {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.vs-card--accent {
  border-top: 5px solid var(--vs-red-600);
}

.vs-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.vs-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.vs-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--vs-line);
  border-radius: 99px;
  background: var(--vs-soft);
  color: var(--vs-blue-900);
  font-size: 12px;
  font-weight: 800;
}

.vs-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(216, 225, 234, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.vs-top-strip {
  background: var(--vs-blue-950);
  color: #fff;
  font-size: 13px;
}

.vs-top-strip__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  align-items: center;
}

.vs-top-strip a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.vs-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.vs-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--vs-ink);
  text-decoration: none;
  min-width: 190px;
}

.vs-logo img {
  width: 138px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.vs-logo__text {
  display: grid;
  gap: 0;
}

.vs-logo__text strong {
  font-size: 17px;
  line-height: 1.1;
}

.vs-logo__text span {
  color: var(--vs-muted);
  font-size: 12px;
}

.vs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.vs-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--vs-ink);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.vs-nav a:hover,
.vs-nav .current-menu-item > a {
  background: var(--vs-soft);
  color: var(--vs-blue-800);
}

.vs-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.vs-icon-link,
.vs-menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vs-blue-900);
  text-decoration: none;
  font-weight: 900;
}

.vs-icon-link svg,
.vs-menu-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vs-menu-toggle {
  display: none;
}

.vs-menu-toggle {
  flex-direction: column;
  gap: 4px;
}

.vs-menu-toggle__bar {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.vs-menu-toggle:hover,
.vs-menu-toggle:focus-visible {
  background: var(--vs-soft);
  color: var(--vs-blue-900);
  transform: none;
  box-shadow: none;
}

.vs-menu-toggle svg {
  display: block;
  color: var(--vs-blue-900);
}

.vs-cart-count {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: var(--vs-red-600);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  transform: translate(13px, -14px);
}

.vs-main {
  min-height: 58vh;
}

.vs-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 40, 66, 0.96), rgba(7, 87, 140, 0.9)),
    var(--vs-blue-950);
  color: #fff;
}

.vs-hero:after {
  content: "";
  position: absolute;
  inset: auto -60px -150px auto;
  width: 540px;
  height: 360px;
  transform: skewX(-24deg);
  background: linear-gradient(135deg, rgba(72, 174, 232, 0.3), rgba(239, 41, 35, 0.18));
}

.vs-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 36px;
  align-items: center;
  padding: clamp(58px, 8vw, 112px) 0;
}

.vs-hero h1,
.vs-hero .vs-h1 {
  color: #fff;
  max-width: 850px;
}

.vs-hero p {
  color: #e9f5fb;
}

.vs-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--vs-radius);
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vs-hero-panel__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  border-radius: 6px;
  background: #fff;
  padding: 26px;
}

.vs-hero-panel__logo img {
  width: min(100%, 420px);
  height: auto;
  aspect-ratio: 520 / 240;
  object-fit: contain;
}

.vs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vs-trust-strip {
  border-bottom: 1px solid var(--vs-line);
  background: #fff;
}

.vs-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.vs-trust-item {
  padding: 18px;
  border-left: 1px solid var(--vs-line);
}

.vs-trust-item:last-child {
  border-right: 1px solid var(--vs-line);
}

.vs-trust-item strong {
  display: block;
  color: var(--vs-blue-900);
  font-size: 14px;
}

.vs-trust-item span {
  display: block;
  color: var(--vs-muted);
  font-size: 13px;
  margin-top: 2px;
}

.vs-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vs-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.vs-decor-scene {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--vs-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.vs-decor-scene__shelf {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 76px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d6a85c, #f2d493, #b58b48);
}

.vs-decor-scene__arch {
  position: absolute;
  left: 24%;
  bottom: 94px;
  width: 148px;
  height: 218px;
  border-radius: 76px 76px 8px 8px;
  background: linear-gradient(160deg, #fbf6ec, #dfeefa);
  box-shadow: inset 0 -18px 0 rgba(5, 40, 66, 0.08);
}

.vs-decor-scene__vase {
  position: absolute;
  right: 22%;
  bottom: 94px;
  width: 84px;
  height: 150px;
  border-radius: 42px 42px 18px 18px;
  background: linear-gradient(160deg, var(--vs-sky-500), #fff);
}

.vs-decor-scene__vase:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: -34px;
  height: 56px;
  border: 10px solid #dbeaf4;
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}

.vs-decor-scene__bowl {
  position: absolute;
  left: 16%;
  bottom: 94px;
  width: 94px;
  height: 44px;
  border-radius: 0 0 60px 60px;
  background: var(--vs-red-600);
}

.vs-decor-scene__candle {
  position: absolute;
  right: 11%;
  bottom: 94px;
  width: 46px;
  height: 96px;
  border-radius: 24px 24px 8px 8px;
  background: #fff;
}

.vs-decor-scene__candle:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -24px;
  width: 16px;
  height: 28px;
  border-radius: 60% 60% 60% 0;
  transform: rotate(45deg);
  background: #f5c15f;
}

.vs-decor-scene__label {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 6px;
  background: #fff;
  padding: 8px 16px;
}

.vs-decor-scene__label img {
  width: 164px;
  height: 38px;
  object-fit: contain;
}

.vs-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.vs-section-head p {
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.vs-home-shop {
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: clamp(36px, 5vw, 62px);
  background:
    linear-gradient(180deg, #fff 0%, var(--vs-soft) 100%);
}

.vs-home-shop__head {
  margin-bottom: 20px;
}

.vs-home-shop__head h1 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.vs-home-shop__head p {
  max-width: 720px;
}

.vs-home-shop__controls {
  margin-bottom: 20px;
}

.vs-home-shop .products {
  margin-top: 0;
}

.vs-category-tile {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: end;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.92)),
    #fff;
  color: var(--vs-ink);
  padding: 22px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.vs-category-tile:before {
  content: "";
  position: absolute;
  top: -42px;
  right: -38px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(72, 174, 232, 0.14);
}

.vs-category-tile:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 28px;
  width: 52px;
  height: 52px;
  transform: rotate(-18deg);
  border-radius: 14px 14px 28px 28px;
  background: linear-gradient(145deg, var(--vs-red-600), var(--vs-gold));
}

.vs-category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 87, 140, 0.3);
  box-shadow: var(--vs-shadow);
}

.vs-category-tile span {
  position: relative;
  z-index: 1;
  color: var(--vs-red-700);
  font-size: 12px;
  font-weight: 900;
}

.vs-category-tile h3,
.vs-category-tile p {
  position: relative;
  z-index: 1;
}

.vs-category-tile p {
  color: var(--vs-muted);
  margin-bottom: 0;
}

.vs-product-preview-card,
.vs-feature-card,
.vs-contact-card,
.vs-process-card,
.vs-shop-support {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(18px, 2.5vw, 26px);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.vs-product-preview-card__visual {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(5, 40, 66, 0.12), rgba(72, 174, 232, 0.2)),
    #f9fbfd;
}

.vs-product-preview-card__visual span {
  width: 86px;
  height: 112px;
  border-radius: 42px 42px 12px 12px;
  background: linear-gradient(160deg, #fff, #dbeaf4);
  box-shadow:
    -42px 34px 0 -14px rgba(239, 41, 35, 0.88),
    44px 44px 0 -16px rgba(181, 139, 72, 0.9);
}

.vs-product-preview-card p,
.vs-feature-card p,
.vs-process-card p,
.vs-contact-card p {
  color: var(--vs-muted);
}

.vs-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--vs-blue-950);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.vs-page-hero {
  border-bottom: 1px solid var(--vs-line);
  background: #fff;
}

.vs-page-hero--dark {
  background:
    linear-gradient(135deg, rgba(5, 40, 66, 0.96), rgba(7, 87, 140, 0.88)),
    var(--vs-blue-950);
  color: #fff;
}

.vs-page-hero--dark h1,
.vs-page-hero--dark h2,
.vs-page-hero--dark p,
.vs-page-hero--dark .vs-lead {
  color: #fff;
}

.vs-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 34px;
  align-items: center;
  padding: clamp(50px, 7vw, 90px) 0;
}

.vs-brand-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--vs-shadow);
}

.vs-brand-panel img {
  width: min(100%, 460px);
  object-fit: contain;
}

.vs-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.vs-copy-stack {
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-stat-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(181, 139, 72, 0.28);
  border-radius: var(--vs-radius);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.vs-stat-band > div {
  padding: 24px;
  border-right: 1px solid rgba(181, 139, 72, 0.22);
}

.vs-stat-band > div:last-child {
  border-right: 0;
}

.vs-stat-band strong {
  display: block;
  color: var(--vs-blue-900);
  font-size: 19px;
}

.vs-stat-band span {
  display: block;
  color: var(--vs-muted);
  margin-top: 6px;
}

.vs-step-list {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.vs-step-list li {
  color: var(--vs-muted);
  padding-left: 6px;
}

.vs-page-hero--dark .vs-process-card {
  background: rgba(255, 255, 255, 0.98);
  color: var(--vs-ink);
}

.vs-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: var(--vs-shadow);
}

.vs-cta-panel p {
  max-width: 740px;
  color: var(--vs-muted);
  margin-bottom: 0;
}

.vs-room-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 18px;
}

.vs-room-grid article {
  display: grid;
  align-content: end;
  min-height: 300px;
  border-radius: var(--vs-radius);
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 40, 66, 0.08), rgba(5, 40, 66, 0.86)),
    linear-gradient(135deg, var(--vs-blue-800), var(--vs-sky-500));
}

.vs-room-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(5, 40, 66, 0.06), rgba(5, 40, 66, 0.82)),
    linear-gradient(135deg, var(--vs-red-600), var(--vs-gold));
}

.vs-room-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(5, 40, 66, 0.06), rgba(5, 40, 66, 0.84)),
    linear-gradient(135deg, var(--vs-blue-950), #8da3b8);
}

.vs-room-grid span {
  color: #f8d99b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vs-room-grid h3 {
  color: #fff;
  max-width: 420px;
  margin-bottom: 0;
}

.vs-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vs-faq-item {
  border-top: 3px solid var(--vs-blue-800);
  background: var(--vs-soft);
  border-radius: var(--vs-radius);
  padding: 22px;
}

.vs-faq-item p {
  color: var(--vs-muted);
  margin-bottom: 0;
}

.vs-support-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vs-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.vs-check-list {
  display: grid;
  gap: 12px;
}

.vs-check-list p {
  position: relative;
  margin: 0;
  border: 1px solid rgba(181, 139, 72, 0.28);
  border-radius: var(--vs-radius);
  background: rgba(255, 255, 255, 0.68);
  padding: 16px 16px 16px 42px;
}

.vs-check-list p:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vs-green);
}

.vs-order-tracking-panel {
  max-width: 820px;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(20px, 4vw, 34px);
  box-shadow: var(--vs-shadow);
}

.vs-legal-page {
  max-width: 900px;
}

.vs-policy-note {
  border-left: 4px solid var(--vs-gold);
  border-radius: var(--vs-radius);
  background: var(--vs-warm);
  padding: 18px 20px;
  margin-bottom: 26px;
}

.vs-policy-note strong {
  display: block;
  color: var(--vs-blue-900);
  margin-bottom: 4px;
}

.vs-policy-note p {
  color: var(--vs-muted);
  margin: 0;
}

.vs-legal-list {
  display: grid;
  gap: 18px;
}

.vs-legal-list section {
  border-bottom: 1px solid var(--vs-line);
  padding-bottom: 18px;
}

.vs-legal-list h2 {
  font-size: 24px;
}

.vs-legal-list p {
  color: var(--vs-muted);
}

.vs-shop-hero {
  background: #fff;
  border-bottom: 1px solid var(--vs-line);
}

.vs-shop-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: clamp(42px, 7vw, 76px) 0;
}

.vs-shop-support {
  display: grid;
  gap: 8px;
}

.vs-shop-support strong {
  color: var(--vs-blue-900);
  font-size: 20px;
}

.vs-shop-support span {
  color: var(--vs-muted);
}

.vs-shop-support a {
  font-weight: 900;
}

.vs-shop-discovery {
  background: var(--vs-soft);
  border-bottom: 1px solid var(--vs-line);
}

.vs-shop-discovery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.vs-shop-discovery a {
  display: grid;
  gap: 4px;
  min-height: 92px;
  align-content: center;
  border-left: 1px solid var(--vs-line);
  background: #fff;
  padding: 16px;
  color: var(--vs-ink);
  text-decoration: none;
}

.vs-shop-discovery a:last-child {
  border-right: 1px solid var(--vs-line);
}

.vs-shop-discovery span {
  color: var(--vs-red-700);
  font-size: 12px;
  font-weight: 900;
}

.vs-shop-discovery strong {
  color: var(--vs-blue-900);
  line-height: 1.2;
}

.vs-category-seo {
  border-top: 1px solid var(--vs-line);
}

.vs-category-seo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: stretch;
}

.vs-category-guide,
.vs-category-links {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.04);
}

.vs-category-guide h2,
.vs-category-links h3 {
  margin: 8px 0 12px;
}

.vs-category-guide p {
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vs-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--vs-ink);
  font-weight: 800;
}

.vs-check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vs-green);
}

.vs-category-links {
  display: grid;
  gap: 12px;
  align-content: start;
}

.vs-category-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vs-category-links a {
  display: inline-flex;
  border: 1px solid var(--vs-line);
  border-radius: 999px;
  background: var(--vs-soft);
  padding: 8px 12px;
  color: var(--vs-blue-900);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.vs-category-seo__faqs {
  margin-top: 22px;
}

.vs-guide-hero {
  border-bottom: 1px solid var(--vs-line);
  background:
    linear-gradient(135deg, rgba(7, 87, 140, 0.08), rgba(239, 41, 35, 0.06)),
    #fff;
}

.vs-guide-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 30px;
  align-items: center;
  padding: clamp(46px, 7vw, 86px) 0;
}

.vs-guide-hero h1 {
  max-width: 820px;
}

.vs-answer-card,
.vs-guide-card,
.vs-guide-side,
.vs-guide-section {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.vs-answer-card {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
}

.vs-answer-card h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
}

.vs-answer-card p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-answer-card--full {
  margin-bottom: 18px;
  background: var(--vs-blue-950);
  color: #fff;
}

.vs-answer-card--full .vs-eyebrow {
  color: #bfe5fb;
}

.vs-answer-card--full h2 {
  color: #fff;
}

.vs-answer-card--full p {
  color: #e8f4fb;
}

.vs-guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vs-guide-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 260px;
  padding: 22px;
}

.vs-guide-card span {
  color: var(--vs-red-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vs-guide-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.22;
}

.vs-guide-card h2 a {
  color: var(--vs-blue-900);
  text-decoration: none;
}

.vs-guide-card p {
  margin: 0;
  color: var(--vs-muted);
}

.vs-guide-card__link {
  align-self: end;
  color: var(--vs-blue-800);
  font-weight: 900;
}

.vs-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
}

.vs-guide-main {
  min-width: 0;
}

.vs-guide-main > p {
  max-width: 760px;
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-guide-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.vs-guide-side h2 {
  margin: 0;
  color: var(--vs-blue-900);
  font-size: 22px;
}

.vs-guide-section {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 28px);
}

.vs-guide-section h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.vs-guide-section p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-guide-steps {
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  padding-left: 24px;
}

.vs-guide-steps li {
  padding-left: 6px;
  color: var(--vs-ink);
  font-weight: 800;
}

.vs-guide-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.vs-guide-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border: 1px solid var(--vs-line);
  background: #fff;
}

.vs-guide-table th,
.vs-guide-table td {
  border-bottom: 1px solid var(--vs-line);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.vs-guide-table th {
  background: var(--vs-blue-950);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.vs-guide-table td {
  color: var(--vs-muted);
}

.vs-guide-link-list {
  display: grid;
  gap: 10px;
}

.vs-guide-link-list a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: var(--vs-soft);
  color: var(--vs-blue-900);
  padding: 10px 12px;
  font-weight: 900;
  text-decoration: none;
}

.vs-guide-link-list a:after {
  content: ">";
  color: var(--vs-red-700);
}

.vs-guide-link-list a:hover {
  border-color: rgba(7, 87, 140, 0.35);
  background: #fff;
}

.vs-guide-help {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--vs-line);
  padding-top: 18px;
}

.vs-guide-help p {
  margin: 0;
  color: var(--vs-muted);
}

.vs-guide-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.vs-guide-cta p {
  max-width: 720px;
  color: var(--vs-muted);
}

.vs-content--commerce .woocommerce-info {
  background: #fff;
  border-radius: var(--vs-radius);
}

.vs-content--commerce .woocommerce-products-header {
  display: none;
}

.vs-content--commerce > .vs-shell > .page-title {
  display: none;
}

.vs-empty-shop {
  max-width: 860px;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(22px, 4vw, 36px);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.vs-empty-shop p {
  max-width: 680px;
  color: var(--vs-muted);
}

.vs-commerce-area {
  padding: clamp(38px, 6vw, 74px) 0;
  background: var(--vs-soft);
}

.vs-commerce-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.vs-product-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 680px;
}

.vs-product-search input[type="search"] {
  min-height: 52px;
  border-color: rgba(7, 87, 140, 0.24);
  background: #fff;
}

.vs-product-search button {
  min-width: 118px;
}

.vs-commerce-controls__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-commerce-controls__meta .woocommerce-result-count,
.vs-commerce-controls__meta .woocommerce-ordering {
  float: none;
  margin: 0;
}

.vs-commerce-controls__meta select {
  width: auto;
  min-width: 190px;
  min-height: 42px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  content: none;
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  clear: none !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.vs-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.vs-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 87, 140, 0.28);
  box-shadow: var(--vs-shadow);
}

.vs-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 40, 66, 0.06), rgba(72, 174, 232, 0.14)),
    #f9fbfd;
}

.woocommerce ul.products li.product .vs-product-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.vs-product-badge,
.woocommerce span.onsale {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-height: 28px;
  min-width: 0;
  padding: 5px 10px;
  border-radius: 99px;
  background: var(--vs-red-600);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.vs-product-card__body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.vs-product-card__cats {
  color: var(--vs-red-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vs-product-card__cats a {
  color: inherit;
  text-decoration: none;
}

.vs-product-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce ul.products li.product .vs-product-card__title a {
  color: var(--vs-ink);
  text-decoration: none;
}

.vs-product-card__price,
.woocommerce ul.products li.product .price {
  color: var(--vs-blue-900);
  font-size: 17px;
  font-weight: 900;
}

.vs-product-card__note {
  color: var(--vs-muted);
  font-size: 12px;
  line-height: 1.45;
}

.vs-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.woocommerce ul.products li.product .button,
.vs-link-button {
  width: 100%;
  min-height: 42px;
  text-align: center;
}

.vs-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vs-blue-900);
  font-weight: 900;
  text-decoration: none;
}

.vs-link-button:hover {
  background: var(--vs-soft);
  color: var(--vs-blue-900);
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: inline-flex;
  gap: 8px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vs-blue-900);
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--vs-blue-900);
  color: #fff;
}

.vs-single-product {
  padding: clamp(34px, 5vw, 70px) 0;
  background: var(--vs-soft);
}

.vs-single-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.vs-single-product__gallery,
.vs-single-product__summary {
  min-width: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: var(--vs-warm);
}

.vs-single-product__gallery {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.vs-single-product__summary {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(20px, 4vw, 34px);
  box-shadow: var(--vs-shadow);
}

.woocommerce div.product .product_title {
  margin-top: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--vs-blue-900);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.woocommerce-product-details__short-description {
  color: var(--vs-muted);
  font-size: 17px;
}

.vs-product-trust-list {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.vs-product-trust-list span {
  position: relative;
  padding-left: 26px;
  color: var(--vs-muted);
  font-weight: 800;
}

.vs-product-trust-list span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vs-green);
}

.vs-product-quick-facts {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: var(--vs-soft);
  padding: 16px;
}

.vs-product-quick-facts > strong {
  color: var(--vs-blue-900);
  font-size: 16px;
}

.vs-product-quick-facts dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.vs-product-quick-facts dl div {
  display: grid;
  grid-template-columns: minmax(88px, 0.35fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.vs-product-quick-facts dt {
  color: var(--vs-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.vs-product-quick-facts dd {
  margin: 0;
  color: var(--vs-ink);
  font-weight: 800;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.woocommerce .quantity .qty {
  width: 84px;
  min-height: 46px;
}

.vs-product-wholesale-note {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  border: 1px solid rgba(181, 139, 72, 0.32);
  border-radius: var(--vs-radius);
  background: var(--vs-warm);
  padding: 16px;
}

.vs-product-wholesale-note--approved {
  border-color: rgba(22, 122, 74, 0.32);
  background: #f1fbf6;
}

.vs-product-wholesale-note strong {
  color: var(--vs-blue-900);
}

.vs-product-wholesale-note span {
  color: var(--vs-muted);
}

.vs-product-wholesale-note a {
  font-weight: 900;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  padding: 10px 14px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper > * {
  border-radius: var(--vs-radius);
  background: #fff;
}

.vs-commerce-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.vs-commerce-panel,
.vs-commerce-sidebar {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.05);
}

.vs-commerce-sidebar {
  position: sticky;
  top: 120px;
}

.vs-commerce-checks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-commerce-checks li {
  position: relative;
  padding-left: 24px;
  color: var(--vs-muted);
}

.vs-commerce-checks li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vs-green);
}

.vs-checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.vs-checkout-trust span {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: 14px 16px;
  color: var(--vs-blue-900);
  font-weight: 900;
}

.vs-operation-notice {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  border: 1px solid rgba(181, 139, 72, 0.42);
  border-left: 5px solid var(--vs-gold);
  border-radius: var(--vs-radius);
  background: #fffaf0;
  padding: 16px 18px;
}

.vs-operation-notice strong {
  color: var(--vs-blue-900);
}

.vs-operation-notice p {
  color: var(--vs-muted);
  margin: 0;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
}

.woocommerce table.shop_table th {
  color: var(--vs-blue-900);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
  float: none;
  width: auto;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  padding: 18px;
}

.woocommerce-cart .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  margin: 0;
}

.wc-block-cart,
.wc-block-checkout {
  color: var(--vs-ink);
}

.wc-block-components-sidebar,
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-main {
  border-radius: var(--vs-radius);
}

.wc-block-cart__empty-cart__title {
  color: var(--vs-blue-900);
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.with-empty-cart-icon),
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
  display: none;
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border-radius: 6px;
  background: var(--vs-red-600);
  color: #fff;
  font-weight: 900;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: var(--vs-soft);
  color: var(--vs-blue-900);
  padding: 0 12px;
  font-weight: 900;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: var(--vs-blue-900);
  color: #fff;
}

.vs-page-header {
  padding: clamp(44px, 7vw, 78px) 0;
  background: #fff;
  border-bottom: 1px solid var(--vs-line);
}

.vs-content {
  padding: clamp(36px, 6vw, 72px) 0;
}

.vs-entry {
  max-width: 860px;
}

.vs-entry > *:first-child {
  margin-top: 0;
}

.vs-entry > *:last-child {
  margin-bottom: 0;
}

.vs-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.vs-search-form button {
  min-width: 112px;
}

.vs-site-footer {
  background: var(--vs-blue-950);
  color: #dbeaf4;
}

.vs-footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
  gap: 28px;
  padding: 54px 0;
}

.vs-footer-main h2,
.vs-footer-main h3 {
  color: #fff;
  font-size: 18px;
}

.vs-footer-main a {
  color: #dbeaf4;
  text-decoration: none;
}

.vs-footer-main a:hover {
  color: #fff;
}

.vs-footer-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
  color: #afc7d8;
  font-size: 13px;
}

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

.woocommerce .woocommerce-breadcrumb {
  color: var(--vs-muted);
  font-size: 13px;
  margin: 0 0 18px;
}

.woocommerce .price {
  color: var(--vs-blue-900);
  font-weight: 900;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--vs-blue-800);
  border-radius: var(--vs-radius);
}

@media (max-width: 1040px) {
  .vs-header-main {
    min-height: 72px;
  }

  .vs-menu-toggle {
    display: inline-flex;
  }

  .vs-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    border-top: 1px solid var(--vs-line);
    border-bottom: 1px solid var(--vs-line);
    background: #fff;
    box-shadow: var(--vs-shadow);
  }

  .vs-nav.is-open {
    display: block;
  }

  .vs-nav ul {
    display: grid;
    justify-content: stretch;
    padding: 10px min(22px, 5vw);
  }

  .vs-nav a {
    width: 100%;
    justify-content: space-between;
  }

  .vs-hero__inner,
  .vs-grid--2,
  .vs-grid--3,
  .vs-grid--4,
  .vs-page-hero__inner,
  .vs-shop-hero__inner,
  .vs-category-seo__grid,
  .vs-guide-hero__inner,
  .vs-guide-layout,
  .vs-split,
  .vs-contact-grid,
  .vs-single-product__grid,
  .vs-commerce-page-grid,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-account .woocommerce,
  .vs-footer-main {
    grid-template-columns: 1fr;
  }

  .vs-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-section-head--split,
  .vs-cta-panel,
  .vs-support-band,
  .vs-guide-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-room-grid {
    grid-template-columns: 1fr;
  }

  .vs-shop-discovery__grid,
  .vs-guide-card-grid,
  .vs-stat-band,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .col2-set,
  .woocommerce-page .col2-set,
  .vs-checkout-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-commerce-controls {
    grid-template-columns: 1fr;
  }

  .vs-commerce-controls__meta {
    justify-content: flex-start;
  }

  .vs-commerce-sidebar {
    position: static;
  }

  .vs-guide-side {
    position: static;
  }

  .vs-stat-band > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .vs-shell {
    width: min(100% - 24px, var(--vs-max));
  }

  .vs-top-strip__inner,
  .vs-footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-header-actions .vs-button {
    display: none;
  }

  .vs-header-actions .vs-icon-link:nth-of-type(1),
  .vs-header-actions .vs-icon-link:nth-of-type(2) {
    display: none;
  }

  .vs-logo img {
    width: 116px;
  }

  .vs-logo__text {
    display: none;
  }

  .vs-hero__inner {
    padding: 46px 0;
  }

  .vs-decor-scene {
    min-height: 310px;
  }

  .vs-decor-scene__arch {
    left: 18%;
    width: 120px;
    height: 176px;
  }

  .vs-decor-scene__vase {
    right: 18%;
    width: 68px;
    height: 122px;
  }

  .vs-actions {
    flex-direction: column;
  }

  .vs-actions .vs-button {
    width: 100%;
  }

  .vs-home-shop__head .vs-actions {
    flex-direction: row;
    width: 100%;
  }

  .vs-home-shop__head .vs-actions .vs-button {
    flex: 1 1 0;
    min-height: 44px;
    padding-inline: 10px;
  }

  .vs-search-form {
    grid-template-columns: 1fr;
  }

  .vs-hero-panel__logo {
    min-height: 160px;
  }

  .vs-trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .vs-faq-grid,
  .vs-shop-discovery__grid,
  .vs-guide-card-grid,
  .vs-stat-band,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .col2-set,
  .woocommerce-page .col2-set,
  .vs-checkout-trust {
    grid-template-columns: 1fr;
  }

  .vs-product-search {
    grid-template-columns: 1fr;
  }

  .vs-home-shop .vs-product-search {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .vs-product-search button,
  .woocommerce div.product form.cart .button,
  .woocommerce .quantity .qty {
    width: 100%;
  }

  .woocommerce div.product form.cart {
    flex-direction: column;
  }

  .vs-commerce-panel,
  .vs-commerce-sidebar {
    padding: 16px;
  }

  .vs-stat-band > div,
  .vs-stat-band > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 139, 72, 0.22);
  }

  .vs-stat-band > div:last-child {
    border-bottom: 0;
  }

  .vs-room-grid article {
    min-height: 230px;
  }

  .vs-trust-item,
  .vs-trust-item:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--vs-line);
  }
}
