:root {
  --vmx-navy: #202c46;
  --vmx-gold: #d4a65f;
  --vmx-cream: #e7dac9;
  --vmx-white: #ffffff;
  --vmx-line: rgba(32, 44, 70, .16);
}

.vmx-catalogue,
.vmx-directory,
.vmx-site-header,
.vmx-header-tools,
.vmx-site-footer,
.vmx-catalogue *,
.vmx-directory *,
.vmx-site-header *,
.vmx-header-tools *,
.vmx-site-footer * { box-sizing: border-box; }

.vmx-catalogue,
.vmx-directory {
  width: 100%;
  color: var(--vmx-navy);
  background: #ffffff !important;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

/* Prevent theme/Elementor global button presets from turning controls pink/red. */
.vmx-catalogue button,
.vmx-site-header button,
.vmx-header-tools button {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.vmx-catalogue__heading,
.vmx-directory > header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 62px clamp(20px, 4.2vw, 72px) 42px;
  border-bottom: 0;
  text-align: center;
}

.vmx-catalogue__heading > div,
.vmx-directory > header > div { width: min(680px,100%); }

.vmx-catalogue__heading h1,
.vmx-directory > header h1 {
  margin: 0;
  color: var(--vmx-navy);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.035em;
}

.vmx-catalogue__heading p,
.vmx-directory > header p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(32,44,70,.72);
  font-size: 17px;
  line-height: 1.55;
}

.vmx-visual-rail {
  position: relative;
  width: 100%;
  padding: 24px 0 40px;
  overflow: hidden;
  border-bottom: 0;
}

.vmx-rail__controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 clamp(20px, 4.2vw, 72px) 14px;
}

.vmx-preview__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vmx-catalogue button.vmx-rail-button {
  display: inline-grid !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid var(--vmx-line) !important;
  border-radius: 50% !important;
  color: var(--vmx-navy) !important;
  background: var(--vmx-white) !important;
  font: 400 25px/1 Arial, sans-serif !important;
  cursor: pointer;
}

.vmx-catalogue button.vmx-rail-button:hover,
.vmx-catalogue button.vmx-rail-button:focus-visible {
  border-color: var(--vmx-navy) !important;
  color: var(--vmx-white) !important;
  background: var(--vmx-navy) !important;
}

.vmx-catalogue button.vmx-rail-button:disabled {
  opacity: .3 !important;
  cursor: default;
}

.vmx-visual-rail__track,
.vmx-preview__track {
  display: flex;
  gap: 10px;
  padding: 0 clamp(20px, 4.2vw, 72px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  /* Native scrolling: no snap-back or scripted touch momentum. */
  scroll-snap-type:none;
  scroll-behavior:auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action:auto;
  cursor: grab;
  user-select: none;
}

.vmx-visual-rail__track.is-dragging,
.vmx-preview__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.vmx-visual-rail__track.is-dragging a,
.vmx-preview__track.is-dragging a,
.vmx-home-products__track.is-dragging a,
.vmx-home-categories__track.is-dragging a,
.vmx-home-native-rail.is-dragging a { pointer-events:none; }

.vmx-visual-rail__track::-webkit-scrollbar,
.vmx-preview__track::-webkit-scrollbar { display: none; }

.vmx-visual-card {
  flex: 0 0 clamp(210px, 22vw, 340px);
  color: var(--vmx-navy);
  text-decoration: none;
  scroll-snap-align: start;
}

.vmx-visual-card__image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ffffff;
}

.vmx-visual-card__image img,
.vmx-directory-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transition: transform .7s cubic-bezier(.2,.65,.25,1);
}

.vmx-visual-card:hover img,
.vmx-visual-card:focus-visible img,
.vmx-directory-card:hover img,
.vmx-directory-card:focus-visible img { transform: scale(1.018); }

.vmx-visual-card__label {
  display: block;
  padding: 14px 2px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.vmx-preview {
  padding: 54px 0 64px;
  border-bottom: 0;
}

.vmx-preview__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 clamp(20px, 4.2vw, 72px) 24px;
}

.vmx-preview__head h2 {
  margin: 0;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
}

.vmx-preview__head a {
  color: var(--vmx-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.vmx-preview__track .vmx-product-card {
  flex: 0 0 clamp(250px, 26vw, 390px);
  scroll-snap-align: start;
}

.vmx-catalogue__main { padding: 36px 10px 96px; background:#ffffff !important; }

.vmx-catalogue-results { width: 100%; background:#ffffff !important; }

.vmx-results-meta {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(10px, 1.4vw, 24px) 18px;
}

.vmx-results-meta p {
  margin: 0;
  color: rgba(32,44,70,.7);
  font-size: 14px;
}

.vmx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px 10px;
}

.vmx-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  background: #ffffff;
}

.vmx-product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ffffff;
}

.vmx-product-card__media .viamilano-loop-media {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #ffffff;
}

.vmx-product-card__media .viamilano-loop-image {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
}

.vmx-card-gallery__dots { display:none !important; }

.vmx-product-card__wishlist {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.vmx-product-card__wishlist button.vmx-favourite-button {
  position: relative !important;
  inset: auto !important;
  display: inline-grid !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(32,44,70,.12) !important;
  border-radius: 999px !important;
  color: var(--vmx-navy) !important;
  background: rgba(255,255,255,.94) !important;
  background-image: none !important;
  box-shadow: none !important;
  font: 400 23px/1 Arial,sans-serif !important;
  line-height: 1 !important;
  text-align: center !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  transform: none !important;
  cursor: pointer;
}
.vmx-product-card__wishlist button.vmx-favourite-button > span {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}
.vmx-product-card__wishlist button.vmx-favourite-button:hover,
.vmx-product-card__wishlist button.vmx-favourite-button:focus-visible,
.vmx-product-card__wishlist button.vmx-favourite-button[aria-pressed="true"] {
  border-color: var(--vmx-navy) !important;
  color: #fff !important;
  background: var(--vmx-navy) !important;
}
.vmx-product-card__wishlist button.vmx-favourite-button:focus-visible { outline: 2px solid #fff !important; outline-offset: 2px !important; }
.vmx-product-card__wishlist button.vmx-favourite-button:disabled { opacity:.55; cursor:wait; }

.vmx-product-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 122px;
  padding: 14px 12px 0;
  background: #ffffff;
}

.vmx-product-card__brand {
  min-height: 12px;
  margin: 0;
  color: rgba(32,44,70,.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vmx-product-card h2 {
  margin: 0;
  color: var(--vmx-navy);
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
}

.vmx-product-card h2 a {
  color: inherit;
  text-decoration: none;
}

.vmx-product-card__price {
  margin-top: auto;
  color: var(--vmx-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.vmx-product-card__price .amount,
.vmx-product-card__price ins,
.vmx-product-card__price del { color: inherit; font: inherit; }

.vmx-product-card .viamilano-loop-swatches {
  gap: 8px;
  min-height: 20px;
}

.vmx-product-card .viamilano-loop-swatch-count { display: none; }

.vmx-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 58px auto 0;
}

.vmx-pagination a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid transparent;
  color: var(--vmx-navy);
  font-size: 14px;
  text-decoration: none;
}

.vmx-pagination a[aria-current="page"] { border-color: var(--vmx-navy); }

.vmx-empty {
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
}

.vmx-empty p { margin: 0; font-size: 18px; }
.vmx-empty button { border: 0 !important; background: transparent !important; color: var(--vmx-navy) !important; font:700 15px/1.2 "Nunito",Arial,sans-serif !important; text-decoration: underline; cursor: pointer; }

.vmx-catalogue button.vmx-filter-dock {
  position: fixed;
  z-index: 10020;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto !important;
  min-width: 188px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(32,44,70,.18) !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 24px rgba(20,28,45,.14) !important;
  color: var(--vmx-navy) !important;
  background: #fff !important;
  font: 700 15px/1 "Nunito", Arial, sans-serif !important;
  transform: translateX(-50%);
  cursor: pointer;
}

.vmx-catalogue button.vmx-filter-dock:hover,
.vmx-catalogue button.vmx-filter-dock:focus-visible {
  border-color: var(--vmx-navy) !important;
  color: #fff !important;
  background: var(--vmx-navy) !important;
}

.vmx-filter-dock:hover .vmx-filter-dock__icon,
.vmx-filter-dock:focus-visible .vmx-filter-dock__icon { border-color: #fff; }
.vmx-filter-dock:hover .vmx-filter-dock__icon::before,
.vmx-filter-dock:hover .vmx-filter-dock__icon::after,
.vmx-filter-dock:focus-visible .vmx-filter-dock__icon::before,
.vmx-filter-dock:focus-visible .vmx-filter-dock__icon::after { border-color:#fff; background:var(--vmx-navy); }

.vmx-filter-dock__icon {
  width: 14px;
  height: 9px;
  border-top: 1px solid var(--vmx-navy);
  border-bottom: 1px solid var(--vmx-navy);
  position: relative;
}
.vmx-filter-dock__icon::before,
.vmx-filter-dock__icon::after { content:""; position:absolute; width:3px; height:3px; border:1px solid var(--vmx-navy); border-radius:50%; background:#fff; }
.vmx-filter-dock__icon::before { top:-3px; left:3px; }
.vmx-filter-dock__icon::after { bottom:-3px; right:2px; }

.vmx-filter-dock__count {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--vmx-navy);
  font-size: 12px;
}

.vmx-filter-backdrop {
  position: fixed;
  z-index: 10030;
  inset: 0;
  background: rgba(13,20,33,.38);
  opacity: 0;
  transition: opacity .25s ease;
}
.vmx-filter-backdrop.is-open { opacity: 1; }

.vmx-filter-drawer {
  position: fixed;
  z-index: 10040;
  top: 0;
  right: 0;
  width: min(440px, 94vw);
  height: 100dvh;
  color: var(--vmx-navy);
  background: var(--vmx-white);
  transform: translate3d(102%,0,0);
  transition: transform .32s cubic-bezier(.25,.7,.25,1);
  visibility: hidden;
}
.vmx-filter-drawer.is-open { transform: translate3d(0,0,0); visibility: visible; }

.vmx-filter-form { display: grid; grid-template-rows: auto minmax(0,1fr) auto; height: 100%; }

.vmx-filter-drawer__header,
.vmx-filter-drawer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 24px;
  background: var(--vmx-white);
}
.vmx-filter-drawer__header { border-bottom: 1px solid var(--vmx-line); }
.vmx-filter-drawer__footer { border-top: 1px solid var(--vmx-line); padding-bottom: max(20px, env(safe-area-inset-bottom)); }
.vmx-filter-drawer__header h2 { margin: 0; font-family: "Frank Ruhl Libre", Georgia, serif; font-size: 28px; font-weight: 400; }
.vmx-filter-drawer__header button { display:grid !important; width:44px !important; min-width:44px !important; height:44px !important; min-height:44px !important; margin:0 !important; padding:0 !important; place-items:center; border:0 !important; border-radius:0 !important; color:var(--vmx-navy) !important; background:transparent !important; font:300 32px/1 Arial !important; cursor:pointer; }
.vmx-filter-drawer__scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }

.vmx-filter-group { border-bottom: 1px solid var(--vmx-line); }
.vmx-filter-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.vmx-filter-group summary::-webkit-details-marker { display: none; }
.vmx-filter-group summary::after { content:"+"; font-size: 21px; font-weight: 300; }
.vmx-filter-group[open] summary::after { content:"−"; }
.vmx-filter-group__body { display: grid; gap: 1px; padding: 0 24px 18px; }

.vmx-check,
.vmx-radio {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr) auto;
  align-items: center;
  min-height: 42px;
  gap: 10px;
  font-size: 15px;
  cursor: pointer;
}
.vmx-radio { grid-template-columns: 22px minmax(0,1fr); }
.vmx-check input,
.vmx-radio input { width: 17px; height: 17px; margin: 0; accent-color: var(--vmx-navy); }
.vmx-check small { color: rgba(32,44,70,.62); font-size: 13px; }

.vmx-price { grid-template-columns: 1fr 1fr; gap: 12px; }
.vmx-price label { display: grid; gap: 7px; color: rgba(32,44,70,.76); font-size: 14px; }
.vmx-price input { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--vmx-line); border-radius: 0; color: var(--vmx-navy); background:#fff; font: 15px "Nunito",Arial,sans-serif; }

.vmx-filter-drawer button.vmx-filter-clear,
.vmx-filter-drawer button.vmx-filter-apply {
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid var(--vmx-navy) !important;
  border-radius: 0 !important;
  font: 700 15px/1 "Nunito",Arial,sans-serif !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}
.vmx-filter-drawer button.vmx-filter-clear { flex: .8; color: var(--vmx-navy) !important; background: transparent !important; }
.vmx-filter-drawer button.vmx-filter-apply { flex: 1.4; color: #fff !important; background: var(--vmx-navy) !important; }
.vmx-filter-drawer button.vmx-filter-clear:hover,.vmx-filter-drawer button.vmx-filter-clear:focus-visible { color:#fff !important; background:var(--vmx-navy) !important; }
.vmx-filter-drawer button.vmx-filter-apply:hover,.vmx-filter-drawer button.vmx-filter-apply:focus-visible { color:var(--vmx-navy) !important; background:var(--vmx-white) !important; }

body.vmx-filter-open { overflow: hidden !important; touch-action: none; }
.vmx-catalogue.is-loading .vmx-catalogue-results { opacity: .45; pointer-events: none; }

.vmx-directory { padding-bottom: 96px; }
.vmx-directory__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap: 44px 10px; padding:40px 10px 0; }
.vmx-directory-card { display:flex; flex-direction:column; color:var(--vmx-navy); text-decoration:none; }
.vmx-directory-card__image { display:block; aspect-ratio:4/5; overflow:hidden; background:#ffffff; }
.vmx-directory-card__name { padding:14px 10px 3px; font-family:"Frank Ruhl Libre",Georgia,serif; font-size:24px; }
.vmx-directory-card small { padding:0 10px; color:rgba(32,44,70,.68); font-size:14px; }

.vmx-site-header { position:sticky !important; z-index:9990; top:0; width:100% !important; max-width:none !important; margin:0 !important; color:var(--vmx-navy); background:rgba(255,253,249,.98); border-bottom:1px solid var(--vmx-line); font-family:"Nunito",Arial,sans-serif; transform:none !important; }
.vmx-elementor-header { position:sticky !important; z-index:9990 !important; top:0 !important; width:100% !important; max-width:none !important; margin:0 !important; color:var(--vmx-navy); background:#fff !important; transform:none !important; }
.vmx-elementor-header__menu { flex:0 0 33.333%; }
.vmx-elementor-header__logo { flex:0 0 33.333%; }
.vmx-elementor-header__tools { flex:0 0 33.333%; }
.vmx-elementor-header__menu .elementor-icon { color:var(--vmx-navy) !important; }
.vmx-elementor-header__logo img { display:block; width:min(190px,100%) !important; height:auto; margin:auto; object-fit:contain; }
.vmx-site-header.is-hidden { transform:none !important; }
.vmx-announcement { min-height:32px; display:grid; place-items:center; padding:6px 16px; color:#fff; background:var(--vmx-navy); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.vmx-site-header__bar { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; min-height:76px; padding:0 clamp(18px,3vw,46px); }
.vmx-wordmark { color:var(--vmx-navy); font-family:"Frank Ruhl Libre",Georgia,serif; font-size:28px; line-height:1; letter-spacing:.22em; text-decoration:none; white-space:nowrap; }
.vmx-desktop-nav { display:flex; gap:clamp(18px,2.2vw,36px); justify-self:start; }
.vmx-desktop-nav--right { justify-self:end; margin-right:132px; }
.vmx-desktop-nav a { color:var(--vmx-navy); font-size:15px; font-weight:600; line-height:1.2; text-decoration:none; }
.vmx-header-actions { position:absolute; right:16px; display:flex; align-items:center; gap:4px; }
.vmx-header-tools { width:100%; color:var(--vmx-navy); font-family:"Nunito",Arial,sans-serif; }
.vmx-header-tools .vmx-header-actions--embedded { position:static; justify-content:flex-end; width:100%; }
.vmx-site-header button.vmx-header-icon,.vmx-site-header a.vmx-header-icon,
.vmx-header-tools button.vmx-header-icon,.vmx-header-tools a.vmx-header-icon { position:relative; display:inline-block !important; flex:0 0 44px !important; width:44px !important; min-width:44px !important; max-width:44px !important; height:44px !important; min-height:44px !important; margin:0 !important; padding:0 !important; border:0 !important; border-radius:0 !important; color:var(--vmx-navy) !important; background:transparent !important; cursor:pointer; }
.vmx-site-header button.vmx-menu-toggle { display:none !important; }
.vmx-menu-toggle span { position:absolute; left:10px; width:20px; height:1px; background:currentColor; }
.vmx-menu-toggle span:first-child { top:16px; }.vmx-menu-toggle span:last-child { top:23px; }
.vmx-search-glyph { position:absolute; width:15px; height:15px; left:11px; top:10px; border:1px solid currentColor; border-radius:50%; }
.vmx-search-glyph::after { content:""; position:absolute; width:7px; height:1px; right:-5px; bottom:-3px; background:currentColor; transform:rotate(45deg); }
.vmx-bag-glyph::before { content:""; position:absolute; left:11px; top:13px; width:17px; height:16px; border:1px solid currentColor; }
.vmx-bag-glyph::after { content:""; position:absolute; left:15px; top:8px; width:9px; height:8px; border:1px solid currentColor; border-bottom:0; border-radius:7px 7px 0 0; }
.vmx-heart-glyph::before { content:"♡"; position:absolute; inset:0; display:grid; place-items:center; font:400 25px/1 Arial,sans-serif; }
.vmx-header-count { position:absolute; z-index:2; top:3px; right:1px; display:grid; min-width:18px; height:18px; padding:0 4px; place-items:center; border-radius:9px; color:#fff; background:var(--vmx-navy); font:700 11px/1 "Nunito",Arial,sans-serif; }
.vmx-header-count[hidden] { display:none !important; }
.vmx-mobile-menu,.vmx-search-panel { display:none; }
.vmx-search-panel {
  position: fixed;
  z-index: 10050;
  inset: 0;
  padding: min(6vh,64px) clamp(18px,7vw,110px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(12,18,30,.68);
}
.vmx-search-panel.is-open { display:block; }
.vmx-search-dialog {
  width: min(1120px,100%);
  min-height: min(760px,calc(100dvh - 12vh));
  margin: 0 auto;
  padding: 24px 34px 48px;
  color: var(--vmx-navy);
  background: var(--vmx-white);
  box-shadow: 0 24px 90px rgba(5,10,20,.22);
}
.vmx-search-dialog__top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  padding-bottom:14px;
  border-bottom:1px solid var(--vmx-line);
}
.vmx-site-header .vmx-search-dialog__top button[data-vmx-search-close],
.vmx-header-tools .vmx-search-dialog__top button[data-vmx-search-close] {
  display:inline-flex !important;
  align-items:center;
  gap:9px;
  width:auto !important;
  min-width:0 !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 2px !important;
  border:0 !important;
  border-radius:0 !important;
  color:var(--vmx-navy) !important;
  background:transparent !important;
  font:600 15px/1 "Nunito",Arial,sans-serif !important;
}
.vmx-search-dialog__top button span:first-child { font:300 27px/1 Arial,sans-serif; }
.vmx-search-dialog__top > .vmx-search-glyph { position:relative; display:block; left:auto; top:auto; margin-right:7px; }
.vmx-search-panel form { width:min(860px,100%); margin:40px auto 0; }
.vmx-search-field { position:relative; display:grid; grid-template-columns:30px minmax(0,1fr) 46px; align-items:center; border-bottom:1px solid rgba(32,44,70,.5); }
.vmx-search-field > .vmx-search-glyph { position:relative; display:block; left:auto; top:auto; margin-left:2px; }
.vmx-search-panel input[type="search"] { width:100%; height:62px; margin:0; padding:0 10px; border:0; border-radius:0; color:var(--vmx-navy); background:transparent; font:18px "Nunito",Arial,sans-serif; outline:none; }
.vmx-search-panel input[type="search"]::placeholder { color:rgba(32,44,70,.46); opacity:1; }
.vmx-site-header .vmx-search-field button[type="submit"],
.vmx-header-tools .vmx-search-field button[type="submit"] { display:grid !important; width:46px !important; min-width:46px !important; height:46px !important; min-height:46px !important; margin:0 !important; padding:0 !important; place-items:center; border:0 !important; border-radius:0 !important; color:var(--vmx-navy) !important; background:transparent !important; font:400 25px/1 Arial,sans-serif !important; }
.vmx-search-content { width:min(860px,100%); margin:22px auto 0; }
.vmx-search-suggestions { display:flex; flex-direction:column; align-items:flex-start; gap:11px; }
.vmx-search-suggestions p { margin:0 0 4px; color:rgba(32,44,70,.58); font-size:15px; }
.vmx-search-suggestions a { color:var(--vmx-navy); font-size:16px; font-weight:600; text-decoration:none; }
.vmx-search-recommendations { margin-top:38px; }
.vmx-search-recommendations h2 { margin:0 0 16px; font:700 16px/1.3 "Nunito",Arial,sans-serif; }
.vmx-search-results { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2px; max-width:700px; }
.vmx-search-product { min-width:0; color:var(--vmx-navy); text-decoration:none; }
.vmx-search-product__image { display:block; aspect-ratio:1/1; overflow:hidden; background:#ffffff; }
.vmx-search-product__image img { display:block; width:100%; height:100%; padding:0; object-fit:contain; box-sizing:border-box; }
.vmx-search-product__meta { display:flex; flex-direction:column; gap:3px; padding:9px 5px 0; }
.vmx-search-product__meta small { color:rgba(32,44,70,.62); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.vmx-search-product__meta strong { overflow:hidden; font:400 15px/1.3 "Frank Ruhl Libre",Georgia,serif; text-overflow:ellipsis; white-space:nowrap; }
.vmx-search-empty,.vmx-search-status { margin:0; color:rgba(32,44,70,.68); font-size:15px; }
.vmx-search-status:empty { display:none; }

.vmx-home-products,
.vmx-home-categories,
.vmx-home-brands {
  width:100%;
  color:var(--vmx-navy);
  background:#fff;
  font-family:"Nunito",Arial,sans-serif;
  box-sizing:border-box;
}
.vmx-home-products *,
.vmx-home-categories *,
.vmx-home-brands * { box-sizing:border-box; }
.vmx-home-products { padding:72px 0 84px; }
.vmx-home-products > header,
.vmx-home-categories > header,
.vmx-home-brands > header {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:0 clamp(20px,4.2vw,72px) 26px;
}
.vmx-home-products h2,
.vmx-home-categories h2,
.vmx-home-brands h2 { margin:0; color:var(--vmx-navy); font:400 clamp(34px,3.3vw,52px)/1 "Frank Ruhl Libre",Georgia,serif; }
.vmx-home-products > header > div:first-child { display:grid; gap:18px; }
.vmx-home-products nav { display:flex; align-items:center; gap:22px; }
.vmx-home-products nav button {
  width:auto !important;
  min-width:0 !important;
  min-height:38px !important;
  margin:0 !important;
  padding:0 0 5px !important;
  border:0 !important;
  border-bottom:1px solid transparent !important;
  border-radius:0 !important;
  color:rgba(32,44,70,.58) !important;
  background:transparent !important;
  box-shadow:none !important;
  font:700 14px/1.2 "Nunito",Arial,sans-serif !important;
  letter-spacing:.04em;
  cursor:pointer;
}
.vmx-home-products nav button[aria-pressed="true"] { border-bottom-color:var(--vmx-navy) !important; color:var(--vmx-navy) !important; }
.vmx-home-products__actions,
.vmx-home-categories > header > div { display:flex; align-items:center; gap:18px; }
.vmx-home-products__actions > a,
.vmx-home-categories > header a,
.vmx-home-brands > header a { color:var(--vmx-navy); font-size:14px; font-weight:700; letter-spacing:.06em; text-decoration:underline; text-underline-offset:4px; text-transform:uppercase; }
.vmx-home-products .vmx-rail__controls,
.vmx-home-categories .vmx-rail__controls { padding:0; }
.vmx-home-products button.vmx-rail-button,
.vmx-home-categories button.vmx-rail-button {
  display:inline-grid !important;
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 !important;
  place-items:center !important;
  border:1px solid rgba(32,44,70,.22) !important;
  border-radius:50% !important;
  color:var(--vmx-navy) !important;
  background:#fff !important;
  box-shadow:none !important;
  font:400 25px/1 Arial,sans-serif !important;
  cursor:pointer;
}
.vmx-home-products button.vmx-rail-button:hover,
.vmx-home-products button.vmx-rail-button:focus-visible,
.vmx-home-categories button.vmx-rail-button:hover,
.vmx-home-categories button.vmx-rail-button:focus-visible { color:#fff !important; background:var(--vmx-navy) !important; border-color:var(--vmx-navy) !important; }
.vmx-home-products button.vmx-rail-button:disabled,
.vmx-home-categories button.vmx-rail-button:disabled { opacity:.28; cursor:default; }
.vmx-home-products__track,
.vmx-home-categories__track {
  display:flex;
  gap:10px;
  padding:0 clamp(20px,4.2vw,72px);
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:none;
  scroll-behavior:auto;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  touch-action:auto;
  cursor:grab;
  user-select:none;
}
.vmx-home-products__track::-webkit-scrollbar,
.vmx-home-categories__track::-webkit-scrollbar { display:none; }
.vmx-home-products__track.is-dragging,
.vmx-home-categories__track.is-dragging { cursor:grabbing; scroll-snap-type:none; scroll-behavior:auto; }
.vmx-home-products__track .vmx-product-card { flex:0 0 clamp(270px,24vw,390px); scroll-snap-align:start; }
.vmx-home-products__track .vmx-product-card__info > h2 {
  display:-webkit-box !important;
  min-height:2.5em;
  margin:0 !important;
  overflow:hidden;
  color:var(--vmx-navy) !important;
  font-family:"Frank Ruhl Libre",Georgia,serif !important;
  font-size:18px !important;
  font-style:normal !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.vmx-home-products__track .vmx-product-card__info > h2 > a {
  color:inherit !important;
  font:inherit !important;
  letter-spacing:inherit !important;
  text-decoration:none !important;
  text-transform:inherit !important;
}
.vmx-home-products__track .vmx-product-card__brand {
  font-family:"Nunito",Arial,sans-serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
}
.vmx-home-products__track .vmx-product-card__price,
.vmx-home-products__track .vmx-product-card__price .amount {
  font-family:"Nunito",Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.3 !important;
}
.vmx-home-products.is-loading .vmx-home-products__track { opacity:.42; pointer-events:none; }
.vmx-home-empty { display:grid; min-height:360px; flex:0 0 100%; place-items:center; color:rgba(32,44,70,.68); font-size:17px; }
.vmx-home-categories { padding:70px 0 82px; }
.vmx-home-category { flex:0 0 clamp(220px,22vw,340px); color:var(--vmx-navy); text-align:center; text-decoration:none; scroll-snap-align:start; }
.vmx-home-category__image { display:block; width:100%; aspect-ratio:4/5; overflow:hidden; background:#fff; }
.vmx-home-category__image img { display:block; width:100%; height:100%; padding:0; object-fit:contain; object-position:center; transition:transform .55s ease; }
.vmx-home-category:hover img,.vmx-home-category:focus-visible img { transform:scale(1.018); }
.vmx-home-category > span:last-child { display:block; padding:14px 4px 0; font-size:16px; font-weight:600; }
.vmx-home-brands { padding:74px clamp(20px,4.2vw,72px) 86px; }
.vmx-home-brands > header { padding:0 0 30px; }
.vmx-home-brands nav { display:flex; flex-wrap:wrap; gap:10px; }
.vmx-home-brands nav a { display:flex; min-height:50px; align-items:center; padding:0 22px; border:1px solid rgba(32,44,70,.2); color:var(--vmx-navy); background:#fff; font-size:15px; font-weight:600; text-decoration:none; transition:color .2s ease,background .2s ease,border-color .2s ease; }
.vmx-home-brands nav a:hover,.vmx-home-brands nav a:focus-visible { border-color:var(--vmx-navy); color:#fff; background:var(--vmx-navy); }

.vmx-commerce-overlay {
  position:fixed;
  z-index:10060;
  inset:0;
  background:rgba(13,20,33,.38);
  opacity:0;
  transition:opacity .25s ease;
}
.vmx-commerce-overlay.is-open { opacity:1; }
.vmx-commerce-overlay[hidden] { display:none !important; }
.vmx-commerce-drawer {
  position:fixed;
  z-index:10070;
  top:0;
  right:0;
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  width:min(480px,94vw);
  height:100dvh;
  color:var(--vmx-navy);
  background:#fff;
  visibility:hidden;
  transform:translate3d(102%,0,0);
  transition:transform .32s cubic-bezier(.25,.7,.25,1),visibility 0s linear .32s;
  font-family:"Nunito",Arial,sans-serif;
}
.vmx-commerce-drawer.is-open { visibility:visible; transform:translate3d(0,0,0); transition-delay:0s; }
.vmx-commerce-drawer.is-loading .vmx-commerce-drawer__body { opacity:.48; pointer-events:none; }
.vmx-commerce-drawer > header { display:flex; align-items:center; justify-content:space-between; min-height:76px; padding:14px 24px; border-bottom:1px solid var(--vmx-line); background:#fff; }
.vmx-commerce-drawer > header h2 { margin:0; font:400 30px/1.1 "Frank Ruhl Libre",Georgia,serif; }
.vmx-site-header .vmx-commerce-drawer > header button,
.vmx-header-tools .vmx-commerce-drawer > header button {
  display:grid !important;
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
  margin:0 !important;
  padding:0 !important;
  place-items:center;
  border:0 !important;
  border-radius:0 !important;
  color:var(--vmx-navy) !important;
  background:transparent !important;
  box-shadow:none !important;
  font:300 32px/1 Arial,sans-serif !important;
  cursor:pointer;
}
.vmx-commerce-drawer__body { min-height:0; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; background:#fff; transition:opacity .18s ease; }
.vmx-commerce-list { padding:0 24px; }
.vmx-commerce-item { display:grid; grid-template-columns:116px minmax(0,1fr); gap:18px; padding:22px 0; border-bottom:1px solid var(--vmx-line); color:var(--vmx-navy); }
.vmx-commerce-item__image { display:block; width:116px; aspect-ratio:4/5; overflow:hidden; background:#fff; }
.vmx-commerce-item__image img { display:block; width:100%; height:100%; object-fit:contain; }
.vmx-commerce-item__details { display:flex; min-width:0; flex-direction:column; align-items:flex-start; gap:7px; }
.vmx-commerce-item__details small { color:rgba(32,44,70,.64); font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.vmx-commerce-item__name { color:var(--vmx-navy); font:400 18px/1.25 "Frank Ruhl Libre",Georgia,serif; text-decoration:none; }
.vmx-commerce-item__details .variation { margin:0; color:rgba(32,44,70,.68); font-size:13px; }
.vmx-commerce-item__details .variation dt,.vmx-commerce-item__details .variation dd,.vmx-commerce-item__details .variation p { display:inline; margin:0; }
.vmx-commerce-item__price { color:var(--vmx-navy); font-size:14px; font-weight:600; }
.vmx-commerce-item__details > button[data-vmx-favourite],
.vmx-cart-remove {
  width:auto !important;
  min-width:0 !important;
  min-height:32px !important;
  margin:auto 0 0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  color:var(--vmx-navy) !important;
  background:transparent !important;
  box-shadow:none !important;
  font:600 13px/1.2 "Nunito",Arial,sans-serif !important;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.vmx-cart-item__actions { display:flex; align-items:center; justify-content:space-between; gap:12px; width:100%; margin-top:auto; }
.vmx-cart-quantity { display:grid; grid-template-columns:34px 34px 34px; min-height:36px; border:1px solid var(--vmx-line); }
.vmx-site-header .vmx-cart-quantity button,
.vmx-header-tools .vmx-cart-quantity button { display:grid !important; width:34px !important; min-width:34px !important; height:34px !important; min-height:34px !important; margin:0 !important; padding:0 !important; place-items:center; border:0 !important; border-radius:0 !important; color:var(--vmx-navy) !important; background:#fff !important; box-shadow:none !important; font:400 18px/1 Arial,sans-serif !important; }
.vmx-cart-quantity span { display:grid; height:34px; place-items:center; font-size:14px; }
.vmx-cart-summary { position:sticky; bottom:0; padding:22px 24px max(22px,env(safe-area-inset-bottom)); border-top:1px solid var(--vmx-line); background:#fff; }
.vmx-cart-summary > div { display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:17px; }
.vmx-cart-summary > div strong { font-weight:700; }
.vmx-cart-summary p { margin:8px 0 18px; color:rgba(32,44,70,.66); font-size:13px; }
.vmx-commerce-primary,.vmx-commerce-secondary,.vmx-commerce-empty a {
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--vmx-navy);
  color:#fff !important;
  background:var(--vmx-navy) !important;
  font:700 15px/1 "Nunito",Arial,sans-serif;
  letter-spacing:.05em;
  text-decoration:none !important;
  text-transform:uppercase;
}
.vmx-commerce-secondary { margin-top:9px; color:var(--vmx-navy) !important; background:#fff !important; }
.vmx-commerce-empty { display:grid; min-height:calc(100dvh - 76px); padding:40px 24px; place-content:center; gap:20px; text-align:center; }
.vmx-commerce-empty p { margin:0; font:400 25px/1.25 "Frank Ruhl Libre",Georgia,serif; }
.vmx-commerce-empty a { min-width:220px; padding:0 20px; }
.vmx-favourites-page [data-vmx-favourites-page-results] { width:100%; }
.vmx-favourites-page .vmx-empty a { color:var(--vmx-navy); font-size:15px; font-weight:700; text-underline-offset:4px; }

.vmx-site-footer { padding:72px clamp(22px,4vw,70px) 24px; color:#fff; background:var(--vmx-navy); font-family:"Nunito",Arial,sans-serif; }
.vmx-site-footer__top { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:42px; padding-bottom:58px; }
.vmx-site-footer__wordmark { color:#fff; font:400 30px "Frank Ruhl Libre",Georgia,serif; letter-spacing:.22em; text-decoration:none; }
.vmx-site-footer p { max-width:340px; color:rgba(255,255,255,.78); font-size:16px; line-height:1.6; }
.vmx-site-footer nav { display:flex; flex-direction:column; gap:12px; }
.vmx-site-footer h2 { margin:0 0 10px; color:var(--vmx-gold); font-size:14px; letter-spacing:.1em; text-transform:uppercase; }
.vmx-site-footer a { color:#fff; font-size:16px; line-height:1.35; text-decoration:none; }
.vmx-site-footer__bottom { display:flex; justify-content:space-between; gap:20px; padding-top:22px; border-top:1px solid rgba(255,255,255,.18); color:rgba(255,255,255,.7); font-size:13px; line-height:1.4; text-transform:uppercase; }
.vmx-site-footer__bottom a { margin-left:16px; color:inherit; font-size:inherit; }

@media (max-width: 1024px) {
  .vmx-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vmx-directory__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .vmx-desktop-nav { display:none; }
  .vmx-desktop-nav--right { margin-right:0; }
  .vmx-site-header__bar { grid-template-columns:1fr auto 1fr; min-height:62px; }
  .vmx-site-header button.vmx-menu-toggle { display:inline-block !important; justify-self:start; }
  .vmx-header-actions { position:static; display:flex; justify-self:end; }
  .vmx-mobile-menu { position:fixed; z-index:10010; inset:94px 0 0; display:block; padding:32px 24px; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; visibility:hidden; pointer-events:none; background:var(--vmx-white); transform:translateX(-102%); transition:transform .3s ease,visibility 0s linear .3s; }
  .vmx-mobile-menu.is-open { display:block; visibility:visible; pointer-events:auto; transform:translateX(0); transition-delay:0s; }
  .vmx-mobile-menu > div { display:flex; flex-direction:column; }
  .vmx-mobile-menu a { padding:15px 2px; border-bottom:1px solid var(--vmx-line); color:var(--vmx-navy); font:400 30px "Frank Ruhl Libre",Georgia,serif; text-decoration:none; }
}

@media (max-width: 767px) {
  .vmx-catalogue__heading,
  .vmx-directory > header { min-height:180px; padding:48px 20px 30px; }
  .vmx-catalogue__heading h1,
  .vmx-directory > header h1 { font-size:44px; }
  .vmx-catalogue__heading p,
  .vmx-directory > header p { margin-top:14px; font-size:16px; line-height:1.5; }
  .vmx-visual-rail { padding:20px 0 28px; }
  .vmx-rail__controls { padding:0 12px 12px; }
  .vmx-visual-rail__track,.vmx-preview__track { gap:8px; padding:0 12px; }
  .vmx-visual-card { flex-basis:42vw; }
  .vmx-visual-card__label { padding-top:10px; font-size:15px; }
  .vmx-preview { padding:40px 0 48px; }
  .vmx-preview__head { align-items:center; padding:0 16px 18px; }
  .vmx-preview__head h2 { font-size:32px; }
  .vmx-preview__actions { gap:10px; }
  .vmx-preview__head a { font-size:13px; }
  .vmx-catalogue button.vmx-rail-button { width:42px !important; min-width:42px !important; height:42px !important; min-height:42px !important; }
  .vmx-preview__track .vmx-product-card { flex-basis:76vw; }
  .vmx-catalogue__main { padding:24px 4px 90px; }
  .vmx-results-meta { padding:0 8px 12px; }
  .vmx-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:38px 4px; }
  .vmx-product-card__info { min-height:120px; gap:7px; padding:11px 8px 0; }
  .vmx-product-card h2 { font-size:17px; line-height:1.22; }
  .vmx-product-card__brand { font-size:12px; }
  .vmx-product-card__price { font-size:14px; }
  .vmx-product-card .viamilano-loop-swatch { width:15px; height:15px; flex-basis:15px; }
  .vmx-product-card .viamilano-loop-swatch-list { gap:5px; }
  /* One static product image on mobile; no nested image scroller. */
  .vmx-product-card__media .viamilano-loop-media {
    display:block;
    overflow:hidden;
    touch-action:auto;
  }
  .vmx-catalogue button.vmx-filter-dock { bottom:max(10px,env(safe-area-inset-bottom)); min-width:184px !important; min-height:52px !important; font-size:15px !important; }
  .vmx-filter-drawer { top:auto; bottom:0; width:100%; height:min(92dvh,820px); border-radius:14px 14px 0 0; transform:translate3d(0,102%,0); }
  .vmx-filter-drawer__header { padding:17px 18px; }
  .vmx-filter-drawer__footer { padding:12px 14px max(12px,env(safe-area-inset-bottom)); }
  .vmx-filter-group summary { min-height:58px; padding:0 18px; }
  .vmx-filter-group__body { padding:0 18px 16px; }
  .vmx-directory__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 4px; padding:24px 4px 0; }
  .vmx-directory-card__name { padding:10px 7px 2px; font-size:18px; }
  .vmx-directory-card small { padding:0 7px; }
  .vmx-announcement { min-height:30px; font-size:12px; }
  .vmx-site-header__bar { min-height:64px; padding:0 10px; }
  .vmx-elementor-header__menu { flex-basis:18%; }
  .vmx-elementor-header__logo { flex-basis:42%; }
  .vmx-elementor-header__tools { flex-basis:40%; }
  .vmx-elementor-header__logo img { width:min(145px,100%) !important; }
  .vmx-wordmark { font-size:20px; letter-spacing:.14em; }
  .vmx-site-header button.vmx-header-icon,.vmx-site-header a.vmx-header-icon,
  .vmx-header-tools button.vmx-header-icon,.vmx-header-tools a.vmx-header-icon { flex-basis:40px !important; width:40px !important; min-width:40px !important; max-width:40px !important; }
  .vmx-header-actions { gap:0; }
  .vmx-header-count { right:0; }
  .vmx-mobile-menu { inset:94px 0 0; }
  .vmx-search-panel { padding:0; background:var(--vmx-white); }
  .vmx-search-dialog { min-height:100dvh; padding:16px 18px 38px; box-shadow:none; }
  .vmx-search-dialog__top { min-height:50px; }
  .vmx-search-panel form { margin-top:24px; }
  .vmx-search-panel input[type="search"] { height:58px; font-size:16px; }
  .vmx-search-content { margin-top:20px; }
  .vmx-search-suggestions { gap:10px; }
  .vmx-search-suggestions a { font-size:16px; }
  .vmx-search-recommendations { margin-top:32px; }
  .vmx-search-results { max-width:none; }
  .vmx-search-product__meta strong { font-size:14px; }
  .vmx-home-products,.vmx-home-categories { padding:52px 0 60px; }
  .vmx-home-products > header,.vmx-home-categories > header,.vmx-home-brands > header { align-items:flex-start; padding:0 16px 20px; }
  .vmx-home-products > header { flex-direction:column; }
  .vmx-home-products h2,.vmx-home-categories h2,.vmx-home-brands h2 { font-size:36px; }
  .vmx-home-products nav { gap:18px; overflow-x:auto; max-width:calc(100vw - 32px); }
  .vmx-home-products nav button { flex:0 0 auto; font-size:13px !important; }
  .vmx-home-products__actions { width:100%; justify-content:space-between; }
  .vmx-home-products__track,.vmx-home-categories__track { gap:6px; padding:0 8px; }
  .vmx-home-products__track .vmx-product-card { flex-basis:76vw; }
  .vmx-home-products__track .vmx-product-card__info > h2 { min-height:2.5em; font-size:16px !important; line-height:1.25 !important; }
  .vmx-home-category { flex-basis:46vw; }
  .vmx-home-category > span:last-child { padding-top:10px; font-size:15px; }
  .vmx-home-categories > header > div { gap:10px; }
  .vmx-home-categories .vmx-rail__controls { display:none; }
  .vmx-home-brands { padding:54px 16px 62px; }
  .vmx-home-brands > header { padding-right:0; padding-left:0; }
  .vmx-home-brands nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; }
  .vmx-home-brands nav a { min-height:48px; padding:0 14px; font-size:14px; }
  .vmx-commerce-drawer { top:auto; bottom:0; width:100%; height:min(94dvh,900px); transform:translate3d(0,102%,0); }
  .vmx-commerce-drawer > header { min-height:68px; padding:10px 16px; }
  .vmx-commerce-drawer > header h2 { font-size:28px; }
  .vmx-commerce-list { padding:0 16px; }
  .vmx-commerce-item { grid-template-columns:98px minmax(0,1fr); gap:14px; padding:18px 0; }
  .vmx-commerce-item__image { width:98px; }
  .vmx-commerce-item__name { font-size:17px; }
  .vmx-cart-summary { padding:18px 16px max(16px,env(safe-area-inset-bottom)); }
  .vmx-commerce-empty { min-height:calc(94dvh - 68px); }
  .vmx-site-footer { padding:52px 22px 20px; }
  .vmx-site-footer__top { grid-template-columns:1fr 1fr; gap:38px 22px; }
  .vmx-site-footer__top > div:first-child { grid-column:1/-1; }
  .vmx-site-footer__bottom { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  .vmx-filter-drawer,.vmx-filter-backdrop,.vmx-commerce-drawer,.vmx-commerce-overlay,.vmx-site-header,.vmx-visual-card img,.vmx-directory-card img { transition:none !important; }
}

/* Final homepage V7: native Elementor media with a lightweight commerce layer. */
.vmx-home-v7,
.vmx-home-v7 * { box-sizing:border-box; }
.vmx-home-v7 { width:100%; overflow:hidden; color:var(--vmx-navy); background:#fff; }
.vmx-home-v7 a { -webkit-tap-highlight-color:transparent; }
.vmx-home-v7 .elementor-widget-text-editor p { margin-top:0; margin-bottom:0; }
.vmx-home-v7 .elementor-button {
  min-height:48px;
  border-radius:0 !important;
  color:inherit;
  background-image:none !important;
  box-shadow:none !important;
  font-family:"Nunito",Arial,sans-serif !important;
  font-size:14px !important;
}
.vmx-home-v7-hero { isolation:isolate; }
.vmx-home-v7-hero .elementor-background-video-container { transform:scale(1.015); }
.vmx-home-hero-content { text-shadow:0 2px 22px rgba(0,0,0,.14); }
.vmx-home-hero-cta a {
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border:1px solid rgba(255,255,255,.82);
  color:#fff !important;
  background:rgba(10,16,27,.16);
  font-family:"Nunito",Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.08em;
  text-decoration:none !important;
  transition:color .25s ease,background .25s ease,border-color .25s ease;
}
.vmx-home-hero-cta a:hover,.vmx-home-hero-cta a:focus-visible { border-color:#fff; color:var(--vmx-navy) !important; background:#fff; }
.vmx-home-house-marquee .swiper-wrapper { align-items:center; }
.vmx-home-house-marquee .swiper-slide { display:flex; min-height:48px; align-items:center; justify-content:center; }
.vmx-home-house-marquee img { width:auto !important; max-width:180px !important; object-fit:contain !important; }
.vmx-home-gate { position:relative; color:#fff; text-decoration:none; background-size:cover; transition:background-size .65s cubic-bezier(.2,.65,.25,1); }
.vmx-home-gate:hover,.vmx-home-gate:focus-visible { background-size:103%; }
.vmx-home-gate .elementor-widget-heading,.vmx-home-gate .elementor-widget-text-editor { position:relative; z-index:2; }
.vmx-home-gate .elementor-widget-text-editor { transition:transform .3s ease; }
.vmx-home-gate:hover .elementor-widget-text-editor,.vmx-home-gate:focus-visible .elementor-widget-text-editor { transform:translateY(-3px); }
.vmx-home-editorial-image,.vmx-home-editorial-image .elementor-widget-container { width:100%; height:100%; }
.vmx-home-editorial-image img { display:block; width:100% !important; height:100% !important; min-height:100%; object-fit:cover !important; transition:transform 1s cubic-bezier(.2,.65,.25,1); }
.vmx-home-editorial:hover .vmx-home-editorial-image img { transform:scale(1.018); }
.vmx-home-category-section > .e-con-inner,.vmx-home-category-section { overflow:visible; }
.vmx-home-native-rail {
  display:flex !important;
  width:100%;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:none;
  scroll-behavior:auto;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  touch-action:auto;
  cursor:grab;
  user-select:none;
}
.vmx-home-native-rail.is-dragging { cursor:grabbing; scroll-snap-type:none; scroll-behavior:auto; }
.vmx-home-native-rail::-webkit-scrollbar { display:none; }
.vmx-home-native-rail > .e-con,.vmx-home-native-rail > .elementor-element {
  flex-grow:0 !important;
  flex-shrink:0 !important;
  scroll-snap-align:start;
}
.vmx-home-category-card {
  min-width:0;
  overflow:hidden;
  color:var(--vmx-navy) !important;
  background:#fff !important;
  text-decoration:none !important;
}
.vmx-home-category-card .elementor-widget-image { overflow:hidden; background:#fff !important; }
.vmx-home-category-card .elementor-widget-image img {
  display:block;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  transition:transform .55s cubic-bezier(.2,.65,.25,1);
}
.vmx-home-category-card:hover .elementor-widget-image img,.vmx-home-category-card:focus-visible .elementor-widget-image img { transform:scale(1.025); }
.vmx-home-category-card .elementor-heading-title { color:var(--vmx-navy) !important; text-decoration:none !important; }
.vmx-home-product-showcase .elementor-widget-shortcode { width:100%; }
.vmx-home-service-bar > .e-con,.vmx-home-service-bar > .elementor-element { min-height:48px; justify-content:center; }
.vmx-home-service-bar > .e-con + .e-con,.vmx-home-service-bar > .elementor-element + .elementor-element { border-left:1px solid rgba(255,255,255,.25); }
.vmx-home-houses .elementor-widget-image img { width:100%; max-width:190px; object-fit:contain !important; }
.vmx-home-houses a.e-con { justify-content:center; transition:background .25s ease,border-color .25s ease; }
.vmx-home-houses a.e-con:hover,.vmx-home-houses a.e-con:focus-visible { border-color:var(--vmx-navy) !important; background:#fff !important; }
.vmx-home-closing { text-align:center; }
.vmx-motion-ready .vmx-home-reveal { opacity:0; transform:translate3d(0,22px,0); transition:opacity .72s ease,transform .72s cubic-bezier(.2,.65,.25,1); }
.vmx-motion-ready .vmx-home-reveal.is-visible { opacity:1; transform:translate3d(0,0,0); }

@media (max-width:767px) {
  .vmx-home-v7-hero .elementor-background-video-container { transform:scale(1.03); }
  .vmx-home-hero-cta a { min-height:48px; padding:0 24px; font-size:14px; }
  .vmx-home-gate:hover,.vmx-home-gate:focus-visible { background-size:cover; }
  .vmx-home-native-rail { gap:6px !important; padding:0 10px 4px !important; }
  .vmx-home-native-rail--departments > .e-con,.vmx-home-native-rail--departments > .elementor-element { flex-basis:78vw !important; width:78vw !important; }
  .vmx-home-native-rail--bags > .e-con,.vmx-home-native-rail--bags > .elementor-element { flex-basis:62vw !important; width:62vw !important; }
  .vmx-home-category-card .elementor-heading-title { font-size:20px !important; }
  .vmx-home-service-bar > .e-con + .e-con,.vmx-home-service-bar > .elementor-element + .elementor-element { border-top:1px solid rgba(255,255,255,.22); border-left:0; }
  .vmx-home-houses .e-con-inner,.vmx-home-houses [class*="e-con"] { max-width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  .vmx-motion-ready .vmx-home-reveal,.vmx-home-category-card img,.vmx-home-editorial-image img,.vmx-home-gate { opacity:1 !important; transform:none !important; transition:none !important; }
}
