/* =========================================================
   Medvra Theme — Shopify-matched storefront
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --mv-navy: #2c4465;
  --mv-slate: #455a73;
  --mv-slate-dark: #3b4e63;
  --mv-teal: #14f2d0;
  --mv-teal-dark: #1b7a6d;
  --mv-leaf: #6b8f71;
  --mv-text: #1a1a1a;
  --mv-muted: #5a5a5a;
  --mv-cream: #f9f8f6;
  --mv-white: #ffffff;
  --mv-border: #e8e6e3;
  --mv-font-sans: 'Montserrat', system-ui, sans-serif;
  --mv-font-serif: 'Cormorant Garamond', Georgia, serif;
  --mv-header-h: 78px;
  --mv-announce-h: 36px;
  --mv-container: 1360px;
}

/* Reset OpenCart chrome defaults that fight the theme */
body {
  font-family: var(--mv-font-sans);
  color: var(--mv-text);
  background: var(--mv-white);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.medvra #container {
  position: relative;
  margin-bottom: 0;
  min-height: 100vh;
}

body.medvra #content,
body.medvra #column-left,
body.medvra #column-right {
  padding-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--mv-text);
  font-family: var(--mv-font-serif);
}

a { color: var(--mv-text); text-decoration: none; }
a:hover { color: var(--mv-teal-dark); }

/* Hide OpenCart breadcrumbs site-wide */
ul.breadcrumb,
.breadcrumb {
  display: none !important;
}

.mv-section .mv-simple .mv-container {
  width: 100%;
  max-width: var(--mv-container);
  margin: 0 auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.mv-container,
.mv-container-category,
.mv-container-product,
.mv-container-simple,
.mv-container-trend {
  width: 100%;
  max-width: var(--mv-container);
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}


/* ---------- Announcement bar ---------- */
.mv-announce {
  background: var(--mv-navy);
  color: #e3f6a4;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 9px 24px;
  text-align: center;
  line-height: 1.4;
}

.mv-announce__inner {
  max-width: var(--mv-container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 28px;
}

.mv-announce span { white-space: nowrap; }

@media (max-width: 767px) {
  .mv-announce {
    font-size: 10px;
    letter-spacing: 0.8px;
    padding: 8px 12px;
    overflow: hidden;
  }
  .mv-announce__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mv-announce__inner::-webkit-scrollbar {
    display: none;
  }
}

/* ---------- Header ---------- */
.mv-header {
  background: var(--mv-white);
  border-bottom: 1px solid #dfe3e8;
  position: sticky;
  top: 0;
  z-index: 1040;
}

.mv-header__bar {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 16px;
  max-width: var(--mv-container);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.mv-header__logo {
  justify-self: start;
}

.mv-header__logo img {
  width: 10rem;
  height: auto;
  display: block;
}

.mv-header__logo a {
  display: inline-block;
}

.mv-header__nav {
  justify-self: center;
}

.mv-nav-backdrop {
  display: none;
}

.mv-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.mv-header__toggle {
  display: none !important;
}

/* Desktop: keep logo | nav | actions on one row */
@media (min-width: 992px) {
  .mv-header__nav {
    position: static;
    width: auto;
    max-height: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mv-nav-backdrop {
    display: none !important;
  }
}

.mv-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-nav a {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--mv-text);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.mv-nav a:hover,
.mv-nav a.is-active {
  color: var(--mv-teal-dark);
}

.mv-icon-btn {
  background: none;
  border: 0;
  padding: 4px;
  color: var(--mv-text);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mv-icon-btn:hover { color: var(--mv-teal-dark); }

.mv-header .dropdown-toggle::after {
  display: none !important;
}

.mv-header #cart .dropdown-toggle::after {
  display: none !important;
}

/* Account dropdown (Shopify-style) */
.mv-account-dropdown {
  position: relative;
}

.mv-account-menu.dropdown-menu {
  --bs-dropdown-min-width: 180px;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: #e6e6e6;
  --bs-dropdown-border-radius: 4px;
  --bs-dropdown-padding-y: 8px;
  --bs-dropdown-spacer: 10px;
  --bs-dropdown-link-color: #1a1a1a;
  --bs-dropdown-link-hover-color: #1a1a1a;
  --bs-dropdown-link-hover-bg: #f3f3f3;
  --bs-dropdown-link-active-color: #1a1a1a;
  --bs-dropdown-link-active-bg: #f3f3f3;
  min-width: 180px;
  margin-top: 10px !important;
  padding: 8px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  z-index: 1080;
}

.mv-account-menu .dropdown-item {
  display: block;
  padding: 10px 20px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #1a1a1a;
  background: transparent;
  border: 0;
  text-decoration: none !important;
  white-space: nowrap;
}

.mv-account-menu .dropdown-item:hover,
.mv-account-menu .dropdown-item:focus,
.mv-account-menu .dropdown-item:active,
.mv-account-menu .dropdown-item.active {
  color: #1a1a1a;
  background: #f3f3f3;
}

.mv-account-dropdown.show > .mv-icon-btn,
.mv-account-dropdown .mv-icon-btn[aria-expanded="true"] {
  color: var(--mv-teal-dark);
}

.mv-cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background: var(--mv-navy);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}

.mv-header__toggle {
  background: none;
  border: 0;
  font-size: 20px;
  color: var(--mv-text);
  padding: 4px;
  cursor: pointer;
}

/* Shopify-style search modal */
.mv-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 16px 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.mv-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mv-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(20, 28, 40, 0.48);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mv-search-modal {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(78vh, 720px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transform: translateY(-10px) scale(0.98);
  transition: transform 0.22s ease;
}

.mv-search-overlay.is-open .mv-search-modal {
  transform: translateY(0) scale(1);
}

.mv-search-modal__form {
  flex-shrink: 0;
  border-bottom: 1px solid var(--mv-border);
}

.mv-search-modal__field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
}

.mv-search-modal__field > i {
  color: #9aa3af;
  font-size: 16px;
  flex-shrink: 0;
}

.mv-search-modal__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--mv-text);
  line-height: 1.4;
  padding: 0;
}

.mv-search-modal__input::placeholder {
  color: #9aa3af;
}

.mv-search-modal__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a93a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.mv-search-modal__close:hover {
  background: #f3f4f6;
  color: var(--mv-text);
}

.mv-search-modal__body {
  overflow-y: auto;
  padding: 8px 18px 22px;
  -webkit-overflow-scrolling: touch;
}

.mv-search-modal__section {
  padding-top: 14px;
}

.mv-search-modal__section + .mv-search-modal__section {
  margin-top: 8px;
}

.mv-search-modal__section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.mv-search-modal__heading {
  margin: 0;
  font-family: var(--mv-font-serif);
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.mv-search-modal__clear,
.mv-search-modal__view-all {
  border: 0;
  background: none;
  padding: 0;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa3af;
  text-decoration: none;
  cursor: pointer;
}

.mv-search-modal__clear:hover,
.mv-search-modal__view-all:hover {
  color: var(--mv-text);
}

.mv-search-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.mv-search-card {
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.mv-search-card:hover {
  color: inherit;
}

.mv-search-card__media {
  aspect-ratio: 1 / 1;
  background: #f6f7f8;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mv-search-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.mv-search-card:hover .mv-search-card__media img {
  transform: scale(1.03);
}

.mv-search-card__name {
  margin: 0 0 4px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--mv-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mv-search-card__price {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
}

.mv-search-modal__empty {
  margin: 8px 0 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: #9aa3af;
}

body.mv-search-open {
  overflow: hidden;
}

@media (min-width: 640px) {
  .mv-search-overlay {
    padding-top: 96px;
  }
}

@media (max-width: 575px) {
  .mv-search-overlay {
    padding: 12px;
    align-items: stretch;
  }

  .mv-search-modal {
    width: 100%;
    max-height: none;
    height: 100%;
    border-radius: 12px;
  }
}

/* Mini cart dropdown in header */
.mv-header #cart {
  margin: 0;
  position: relative;
}

.mv-cart-dropdown {
  position: relative;
}

.mv-cart-menu.dropdown-menu {
  --bs-dropdown-min-width: 360px;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 10px;
  min-width: 360px;
  max-width: min(400px, calc(100vw - 24px));
  margin-top: 10px !important;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(22, 40, 60, 0.14);
  overflow: hidden;
  z-index: 1080;
}

.mv-cart-menu__items {
  max-height: 320px;
  overflow-y: auto;
  padding: 10px;
  background: #f6f7f8;
}

.mv-cart-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eceff2;
}

.mv-cart-item + .mv-cart-item {
  margin-top: 8px;
}

.mv-cart-item:hover {
  border-color: #dde3e8;
}

.mv-cart-item__media {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f5;
  border: 1px solid var(--mv-border);
}

.mv-cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-cart-item__body {
  min-width: 0;
}

.mv-cart-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.mv-cart-item__name {
  display: block;
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--mv-text);
  text-decoration: none !important;
}

.mv-cart-item__name:hover {
  color: var(--mv-navy);
}

.mv-cart-item__meta {
  margin: 0 0 8px;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  line-height: 1.4;
  color: #8a93a0;
}

.mv-cart-item__meta span {
  display: block;
}

.mv-cart-item__pricing {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}

.mv-cart-item__unit {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}

.mv-cart-item__line {
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--mv-navy);
  white-space: nowrap;
}

.mv-cart-item__remove {
  margin: 0;
  flex-shrink: 0;
}

.mv-cart-item__remove button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #9aa3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.mv-cart-item__remove button:hover {
  background: #f3e8e8;
  color: #b84a4a;
}

.mv-cart-menu__totals {
  border-top: 1px solid var(--mv-border);
  padding: 12px 16px;
  background: #fff;
}

.mv-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: var(--mv-muted);
  padding: 3px 0;
  line-height: 1.3;
}

.mv-cart-total strong {
  color: var(--mv-text);
  font-weight: 600;
}

.mv-cart-total--grand {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--mv-border);
  font-size: 14px;
  color: var(--mv-text);
}

.mv-cart-total--grand span,
.mv-cart-total--grand strong {
  font-weight: 700;
  color: var(--mv-navy);
}

.mv-cart-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 16px 14px;
  border-top: 1px solid var(--mv-border);
  background: #fff;
}

.mv-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mv-cart-btn {
  background: var(--mv-navy);
  color: #fff !important;
  border: 1.5px solid var(--mv-navy);
}

.mv-cart-btn:hover {
  background: #22364f;
  border-color: #22364f;
  color: #fff !important;
}

.mv-cart-btn--outline {
  background: transparent;
  color: var(--mv-navy) !important;
}

.mv-cart-btn--outline:hover {
  background: var(--mv-navy);
  color: #fff !important;
}

.mv-cart-menu__empty {
  padding: 36px 20px;
  text-align: center;
  color: var(--mv-muted);
}

.mv-cart-menu__empty i {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  color: #c0c6ce;
}

.mv-cart-menu__empty p {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
}

.mv-cart-dropdown.show > .mv-icon-btn,
.mv-cart-dropdown .mv-icon-btn[aria-expanded="true"] {
  color: var(--mv-teal-dark);
}

@media (max-width: 575px) {
  .mv-cart-menu.dropdown-menu {
    min-width: min(340px, calc(100vw - 24px));
  }
}

@media (max-width: 991px) {
  .mv-header__bar {
    grid-template-columns: auto 1fr auto;
    padding: 10px 16px;
  }

  .mv-header__toggle {
    display: inline-flex !important;
    justify-self: start;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .mv-header__logo { justify-self: center; }

  /* Full-bleed dropdown under sticky header */
  .mv-header__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    justify-self: stretch;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid var(--mv-border);
    box-shadow: 0 16px 32px rgba(20, 28, 40, 0.14);
    z-index: 1045;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .mv-header__nav.is-open {
    max-height: min(70vh, 480px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mv-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 12px;
  }

  .mv-nav li {
    width: 100%;
    border-bottom: 1px solid #eef1f4;
  }

  .mv-nav li:last-child {
    border-bottom: 0;
  }

  .mv-nav a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-align: left;
  }

  .mv-nav a:hover,
  .mv-nav a:focus,
  .mv-nav a.is-active {
    background: #f6f8fa;
    color: var(--mv-navy);
  }

  .mv-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1035;
    background: rgba(20, 28, 40, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .mv-nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mv-nav-open {
    overflow: hidden;
  }
}

/* Hide stock OC top/header remnants when using medvra chrome */
body.medvra > #container > nav#top,
body.medvra nav#top { display: none !important; }
body.medvra > #container > header:not(.mv-header) { display: none !important; }
body.medvra #menu.navbar.bg-primary { display: none !important; }

/* ---------- Section headings ---------- */
.mv-section {
  padding: 20px 0 25px;
}

.mv-section--tight {
  padding: 48px 0 32px;
}

.mv-heading {
  text-align: center;
  margin: 0 0 40px;
}

.mv-heading__ornament {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0 auto;
  background: url('../image/decor_heading_3.webp') center/contain no-repeat;
  opacity: 0.9;
}

.mv-heading__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: 0.02em;
  color: var(--mv-text);
  margin: 0;
  line-height: 1.2;
}

/* ---------- Hero ---------- */
.mv-hero {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 62vw, 613px);
  background: #1b2a3d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Image layer */
.mv-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #dfe8ef;
  background-image: var(--mv-hero-desktop);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.72);
  pointer-events: none;
}

/* Dark scrim so white copy stays readable over light product shots */
.mv-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16, 28, 44, 0.55) 0%, rgba(16, 28, 44, 0.42) 42%, rgba(16, 28, 44, 0.58) 100%);
}

.mv-hero__content {
  position: absolute;
  bottom: 22%;
  left: 50%;
  width: min(90%, 640px);
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 2;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv-hero__title,
.mv-hero__text,
.mv-hero__content > .mv-btn {
  opacity: 0;
  animation: slideUp 0.4s ease both;
}

.mv-hero__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 48px);
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.45);
  animation-delay: 0.1s;
}

.mv-hero__text {
  color: rgba(255, 255, 255, 0.96);
  max-width: 34em;
  margin: 12px auto 0;
  font-size: clamp(12px, 1.6vw, 15px);
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.4);
  animation-delay: 0.2s;
}

.mv-hero__content > .mv-btn {
  margin-top: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  animation-delay: 0.3s;
}

.mv-hero__cta-hit {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .mv-hero__title,
  .mv-hero__text,
  .mv-hero__content > .mv-btn {
    opacity: 1;
    animation: none;
  }
}

.mv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  text-decoration: none !important;
}

.mv-btn--pill {
  font-size: 0.7rem;
  background: #fff;
  padding: 10px 2rem;
  display: inline-block;
  transition: all 0.4s linear;
  margin-top: 1.5rem;
  font-family: "Jost", sans-serif;
  border-radius: 10px;
  font-weight: 500;
}
.mv-btn--pill:hover {
  background: #f0f0f0;
  color: #000 !important;
  transform: translateY(-1px);
}

.mv-btn--teal {
  background: var(--mv-teal);
  color: #fff !important;
  padding: 14px 28px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 600;
}

.mv-btn--teal:hover {
  background: var(--mv-teal-dark);
  color: #fff !important;
}

/* ---------- Simple Solutions carousel (Shopify match) ---------- */
.mv-simple {
  padding-top: 56px;
  padding-bottom: 40px;
}

.mv-simple .mv-heading {
  margin-bottom: 36px;
}

.mv-simple-carousel {
  position: relative;
}

.mv-simple-viewport {
  overflow: hidden;
  width: 100%;
}

.mv-simple-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.mv-simple-card {
  flex: 0 0 calc((100% - 48px) / 4);
  text-align: center;
  text-decoration: none !important;
  color: inherit;
}

.mv-simple-card:hover .mv-simple-card__label {
  color: var(--mv-teal-dark, #1a6b6b);
}

.mv-simple-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin-bottom: 12px;
  background: #f3f3f3;
}

.mv-simple-card__label {
  font-family: var(--mv-font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
  margin: 0;
}

.mv-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.mv-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d0d0d0;
  display: block;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mv-dots button.is-active {
  background: #2c3a4a;
}

.mv-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: #2c3a4a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.mv-arrow:hover {
  background: #1a2530;
  transform: translateX(1px);
}

.mv-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

/* ---------- Trending / Category cards ---------- */
.mv-trend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mv-trend-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #ddd;
}

.mv-trend-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.mv-trend-card:hover img {
  transform: scale(1.04);
}

.mv-trend-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}

.mv-trend-card__label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}

.mv-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.mv-cat-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
  background: #e8eef3;
  text-decoration: none !important;
}

/*
 * Use padding-ratio (not aspect-ratio) so iOS Safari keeps tile height
 * when the image/label are absolutely positioned inside a CSS grid.
 */
.mv-cat-card::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 133.333%; /* 3:4 */
}

.mv-cat-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 0;
  background: none;
  transition: transform 0.45s ease;
}

.mv-cat-card:hover img {
  transform: scale(1.04);
}

/* Soft bottom shade only so white label stays readable — not a card fill */
.mv-cat-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
  z-index: 1;
}

.mv-cat-card__label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* ---------- Products / Shop the Latest ---------- */
.mv-products .mv-modules-top {
  margin: 0;
  padding: 0;
}

.mv-home .mv-products .mv-heading {
  margin: 0 0 20px;
}

.mv-products .mv-featured-wrap,
.mv-home .mv-products .mv-modules-top .mv-featured-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mv-products .mv-featured-wrap > .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.5rem;
  /* Keep Bootstrap’s negative top margin so first row isn’t pushed down */
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 0;
}

.mv-products .mv-featured-wrap > .row > [class*="col"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 0 !important;
}

.mv-products .product-thumb,
.mv-home .mv-products .product-thumb {
  border: 0;
  box-shadow: none;
  background: transparent;
  text-align: center;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* No grey frame — product photo fills the card like Shopify */
.mv-products .product-thumb .image {
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 16px;
  aspect-ratio: 1 / 1;
  display: block;
}

.mv-products .product-thumb .image > a {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  background: transparent;
}

.mv-products .product-thumb .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  background: transparent;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.mv-products .product-thumb .image img.mv-thumb-primary,
.mv-products .product-thumb .image img.is-active {
  opacity: 1;
}

.mv-products .product-thumb.is-hover .image img.mv-thumb-primary {
  opacity: 0;
}

.mv-products .product-thumb.is-hover .image img.mv-thumb-secondary.is-ready {
  opacity: 1;
}

.mv-products .product-thumb .content {
  padding: 0;
  background: transparent;
}

.mv-products .product-thumb .description {
  min-height: 0 !important;
  background: transparent;
}

.mv-products .product-thumb .description p,
.mv-products .product-thumb .rating,
.mv-products .product-thumb .price-tax,
.mv-products .product-thumb form,
.mv-products .product-thumb .button {
  display: none !important;
}

.mv-card-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 11px;
  line-height: 1;
}

.mv-card-rating__score {
  margin-left: 4px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.mv-card-rating__count {
  color: #888;
  font-size: 11px;
  font-weight: 400;
}

.mv-products .product-thumb h4 {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1.45;
}

.mv-products .product-thumb h4 a {
  color: #1a1a1a;
  text-decoration: none !important;
}

.mv-products .product-thumb h4 a:hover {
  color: var(--mv-teal-dark, #1a6b6b);
}

.mv-products .product-thumb .price {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin: 0;
  background: transparent;
}

.mv-products .product-thumb .price-new {
  color: #555;
}

.mv-products .product-thumb .price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
}

.mv-products .product-thumb .price-discount,
body.medvra main .product-thumb .price-discount,
.mv-related .product-thumb .price-discount,
.mv-category-page .product-thumb .price-discount {
  display: inline-block;
  margin-left: 6px;
  color: #b42318;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.mv-featured-wrap h3 {
  display: none;
}

/* Catalog / listing pages — clean cards */
body.medvra:not(.mv-home) .product-thumb,
body.medvra main .product-thumb {
  border: 0;
  background: transparent;
  text-align: center;
}

body.medvra main .product-thumb .image {
  position: relative;
  background: #f3f3f3;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 1 / 1;
  display: block;
}

body.medvra main .product-thumb .image a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

body.medvra main .product-thumb .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

body.medvra main .product-thumb .image img.mv-thumb-primary,
body.medvra main .product-thumb .image img.is-active {
  opacity: 1;
}

body.medvra main .product-thumb.is-hover .image img.mv-thumb-primary {
  opacity: 0;
}

body.medvra main .product-thumb.is-hover .image img.mv-thumb-secondary.is-ready {
  opacity: 1;
}

body.medvra main .product-thumb .description p,
body.medvra main .product-thumb .rating,
body.medvra main .product-thumb .button {
  display: none !important;
}

body.medvra main .product-thumb h4 {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1.4;
}

body.medvra main .product-thumb h4 a {
  color: #1a1a1a;
}

body.medvra main .product-thumb .price {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  color: #555;
}

/* ---------- Newsletter ---------- */
.mv-newsletter {
  background: var(--mv-slate);
  color: #fff;
  padding: 64px 0 48px;
}

.mv-newsletter__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px 56px;
  align-items: center;
  max-width: var(--mv-container);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.mv-newsletter__eyebrow {
  font-family: var(--mv-font-serif);
  font-style: italic;
  color: #7fd4c8;
  font-size: 16px;
  margin: 0 0 10px;
}

.mv-newsletter__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 42px);
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.15;
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 0;
  border-bottom: 0;
  max-width: none;
}

.mv-newsletter__intro {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 440px;
  line-height: 1.65;
}

.mv-newsletter__text {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin: 0 0 16px;
  max-width: 507px;
  line-height: 1.65;
}

.mv-newsletter__success {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #ffe14a;
  margin: 0 0 16px;
  max-width: 507px;
  line-height: 1.55;
}

.mv-newsletter__success[hidden] {
  display: none !important;
}

.mv-newsletter__success strong {
  font-weight: 800;
  letter-spacing: 0.4px;
}

.mv-newsletter__form {
  display: flex;
  align-items: stretch;
  width: 67%;
  max-width: 507px;
  height: 42px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.14);
}

.mv-newsletter__form input[type="email"],
.mv-newsletter__form input[type="email"].form-control {
  flex: 1 1 auto;
  border: 0 !important;
  background: #fff !important;
  color: #222;
  height: 100%;
  padding: 0 24px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  outline: none;
  min-width: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mv-newsletter__form input[type="email"]::placeholder {
  color: #777;
  opacity: 1;
}

.mv-newsletter__form button,
.mv-newsletter__form button.btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #528d84 !important;
  color: #fff !important;
  border: 0 !important;
  border-left: 1px solid rgba(0,0,0,0.1) !important;
  height: 100%;
  padding: 0 30px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background 0.2s ease;
}

.mv-newsletter__form button:hover,
.mv-newsletter__form button.btn:hover {
  background: #457a72 !important;
}

.mv-newsletter__legal {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.88);
  margin: 14px 0 0;
  line-height: 1.5;
}

.mv-newsletter__legal a {
  color: #fff;
  text-decoration: underline;
}

/* ---------- Footer ---------- */
footer.mv-footer,
.mv-footer {
  position: relative !important;
  bottom: auto !important;
  width: 100% !important;
  padding-top: 0 !important;
  background: var(--mv-slate) !important;
  color: #fff !important;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.mv-footer::before {
  content: 'Medvra';
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  font-family: var(--mv-font-serif);
  font-size: clamp(90px, 20vw, 240px);
  font-weight: 500;
  color: rgba(255,255,255,0.045);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}

.mv-footer__main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 40px 32px;
  max-width: var(--mv-container);
  margin: 0 auto;
  padding: 56px 40px 48px;
  box-sizing: border-box;
}

.mv-footer__brand-name {
  font-family: var(--mv-font-serif);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1;
}

.mv-footer__tagline {
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #7fd4c8;
  margin: 0 0 18px;
}

.mv-footer__about {
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 300px;
}

.mv-footer__col-title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7fd4c8;
  margin: 8px 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.mv-footer__col-title::before,
.mv-footer__col-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #7fd4c8;
  opacity: 0.55;
  max-width: 36px;
}

.mv-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-footer__links li { margin-bottom: 14px; }

.mv-footer__links a {
  color: rgba(255,255,255,0.9);
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
}

.mv-footer__links a:hover { color: #7fd4c8; }

.mv-footer__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: var(--mv-container);
  margin: 0 auto;
  padding: 18px 40px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  box-sizing: border-box;
}

.mv-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mv-footer__legal a { color: rgba(255,255,255,0.85); text-decoration: none !important; }
.mv-footer__legal a:hover { color: #fff; }
.mv-footer__legal .dot { opacity: 0.5; }

.mv-footer__copy {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  text-align: center;
  margin: 0;
}

.mv-footer__pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.mv-pay-badge {
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  font-size: 10px;
  letter-spacing: 0.8px;
  padding: 4px 8px;
  font-weight: 500;
}

/* ---------- Home layout ---------- */
#common-home.mv-home {
  max-width: none !important;
  width: 100%;
  padding: 0 !important;
}

#common-home.mv-home > .row {
  margin: 0;
}

#common-home.mv-home #content.col {
  padding: 0;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}

/*
 * Home content_top often includes a banner carousel above Featured.
 * That module sat between “Shop The Latest” and the product grid and
 * created a huge empty gap (even when partially styled away).
 */
.mv-home .mv-modules-top > *:not(.mv-featured-wrap),
.mv-home .mv-modules-top > .carousel,
.mv-home .mv-modules-top #carousel-banner-0 {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  visibility: hidden !important;
}

.mv-bottom-banner {
  width: 100%;
  padding: 0 0 10px;
}

/* ---------- About Us page (Shopify-style) ---------- */
.mv-about-page {
  background: #fff;
}

.mv-about-page__hero {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: #1a1a1a;
}

.mv-about-page__hero img {
  width: 100%;
  height: clamp(220px, 38vw, 460px);
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.mv-about-page__body {
  background: #fff;
  padding: 64px 0 88px;
}

.mv-about-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 64px;
  align-items: start;
}

.mv-about-page__grid--text-only {
  grid-template-columns: minmax(0, 720px);
}

.mv-about-page__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.1;
  color: #2a2a2a;
  margin: 0 0 28px;
}

.mv-about-page__text {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  font-weight: 500;
}

.mv-about-page__text p {
  margin: 0 0 18px;
}

.mv-about-page__text p:last-child {
  margin-bottom: 0;
}

.mv-about-page__media {
  overflow: hidden;
  border-radius: 18px;
  background: #f3f3f3;
  aspect-ratio: 4 / 4;
}

.mv-about-page__media img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 991px) {
  .mv-about-page__body {
    padding: 40px 0 56px;
  }

  .mv-about-page__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mv-about-page__media {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ---------- About Us banner (legacy home block) ---------- */
.mv-about {
  background: #fff;
}

.mv-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px 56px;
  align-items: center;
}

.mv-about__grid--text-only {
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  text-align: center;
}

.mv-about__media {
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 4 / 3;
}

.mv-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-about__content .mv-heading__ornament {
  margin: 0 0 14px;
}

.mv-about__grid--text-only .mv-about__content .mv-heading__ornament {
  margin-left: auto;
  margin-right: auto;
}

.mv-about__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.mv-about__text {
  font-family: var(--mv-font-sans);
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 24px;
}

.mv-about__content .mv-btn {
  margin-top: 4px;
}

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

.mv-home .mv-modules-bottom {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mv-home .mv-modules-bottom .carousel,
.mv-home .mv-modules-bottom .carousel-inner,
.mv-home .mv-modules-bottom .carousel-item,
.mv-home .mv-modules-bottom .row,
.mv-home .mv-modules-bottom [class*="col-"] {
  margin: 0;
  padding: 0;
}

.mv-home .mv-modules-bottom .carousel-item .row {
  --bs-gutter-x: 0;
}

.mv-home .mv-modules-bottom .carousel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
}

.mv-home .mv-modules-bottom .carousel-indicators,
.mv-home .mv-modules-bottom .carousel-control-prev,
.mv-home .mv-modules-bottom .carousel-control-next {
  display: none;
}

/* ---------- Inner pages polish ---------- */
body.medvra main > .container {
  padding-top: 24px;
}

body.medvra #product-category h2,
body.medvra #product-search h2,
body.medvra #product-product h1 {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
}

body.medvra .btn-primary {
  background: var(--mv-teal);
  border-color: var(--mv-teal);
}

body.medvra .btn-primary:hover {
  background: var(--mv-teal-dark);
  border-color: var(--mv-teal-dark);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .mv-simple-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .mv-trend-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mv-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mv-container-category,
  .mv-container-product,
  .mv-container-simple,
  .mv-container-trend,
  .mv-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mv-cat-card {
    border-radius: 10px;
    /* Force visible tile height on mobile Safari */
    min-height: 210px;
  }

  .mv-cat-card:hover img {
    transform: none;
  }

  .mv-cat-card__label {
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .mv-newsletter__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 20px;
    justify-items: center;
    text-align: center;
  }

  .mv-newsletter__aside {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mv-newsletter__form {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 48px 20px 40px;
  }
  .mv-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv-footer__legal,
  .mv-footer__pay {
    justify-content: center;
  }
}

/* Footer + newsletter: fully centered on mobile */
@media (max-width: 767px) {
  .mv-newsletter {
    padding: 15px 0 36px;
    text-align: center;
  }

  .mv-newsletter__grid {
    justify-items: center;
    text-align: center;
    padding: 0 20px;
  }

  .mv-newsletter__copy,
  .mv-newsletter__aside {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .mv-newsletter__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mv-newsletter__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .mv-newsletter__intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .mv-newsletter__success {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .mv-newsletter__form {
    width: 100%;
    max-width: 360px;
    height: 44px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mv-newsletter__form input[type="email"],
  .mv-newsletter__form input[type="email"].form-control {
    padding: 0 16px;
    font-size: 16px; /* avoid iOS zoom */
    text-align: left;
  }

  .mv-newsletter__form button,
  .mv-newsletter__form button.btn {
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .mv-newsletter__legal {
    width: 100%;
    text-align: center;
  }

  .mv-footer__main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 20px 36px;
    text-align: center;
    justify-items: center;
  }

  .mv-footer::before {
    top: 83.3%;
    font-size: clamp(52px, 22vw, 100px);
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.05);
  }

  .mv-footer__brand {
    width: 100%;
    max-width: 420px;
  }

  .mv-footer__about {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .mv-footer__col {
    width: 100%;
    max-width: 420px;
  }

  .mv-footer__col-title {
    justify-content: center;
    width: 100%;
    margin: 0 0 18px;
  }

  .mv-footer__col-title::before,
  .mv-footer__col-title::after {
    flex: 1 1 auto;
    max-width: none;
  }

  .mv-footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mv-footer__links li {
    margin-bottom: 12px;
  }

  .mv-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 20px 16px 28px;
    text-align: center;
  }

  .mv-footer__legal {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 10px;
    width: 100%;
  }

  .mv-footer__copy {
    order: 2;
  }

  .mv-footer__pay {
    order: 3;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .mv-simple-card {
    flex: 0 0 calc((100% - 12px) / 2);
  }
  .mv-simple-track {
    gap: 12px;
  }
  .mv-trend-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .mv-section { padding: 28px 0 20px; }

  .mv-home .mv-products.mv-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .mv-home .mv-products .mv-heading {
    margin-bottom: 14px;
  }

  .mv-products .mv-featured-wrap > .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 1rem;
  }
}

/* Mobile hero: product-only image + single HTML text layer (no baked-in copy) */
@media (max-width: 767px) {
  .mv-hero {
    min-height: min(70vh, 560px);
    aspect-ratio: auto;
    align-items: flex-start;
  }

  .mv-hero__bg {
    background-image: var(--mv-hero-mobile, var(--mv-hero-desktop));
    background-position: center top;
    background-size: cover;
    filter: brightness(0.85);
  }

  .mv-hero__scrim {
    background:
      linear-gradient(180deg,
        rgba(14, 26, 42, 0.72) 0%,
        rgba(14, 26, 42, 0.45) 42%,
        rgba(14, 26, 42, 0.2) 68%,
        rgba(14, 26, 42, 0.35) 100%);
  }

  .mv-hero__content {
    display: block;
    top: 12%;
    bottom: auto;
    left: 50%;
    width: min(88%, 340px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mv-hero__title,
  .mv-hero__text,
  .mv-hero__content > .mv-btn {
    opacity: 1;
    animation: none;
  }

  .mv-hero__title {
    font-size: clamp(28px, 7.5vw, 36px);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
    font-weight: 600;
  }

  .mv-hero__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    font-weight: 600;
  }

  .mv-hero__content > .mv-btn {
    margin-top: 16px;
    background: #fff !important;
    color: #1a1a1a !important;
  }

  .mv-hero__cta-hit {
    display: none;
  }
}

/* ---------- Product page (Shopify-style) ---------- */
.mv-product-page {
  background: #fff;
  padding: 40px 0 0;
}

.mv-product-page > .mv-container > .row {
  margin: 0;
}

.mv-product-page > .mv-container > .row > .col {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
}

.mv-product-page > .mv-container > .row > #column-left,
.mv-product-page > .mv-container > .row > #column-right,
.mv-product-page #column-left:empty,
.mv-product-page #column-right:empty {
  display: none !important;
}

.mv-product-breadcrumb {
  display: none !important;
}

.mv-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 48px 56px;
  align-items: start;
  padding: 0 0 2px;
}

.mv-product__media {
  position: sticky;
  top: 65px;
}

.mv-product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.mv-product-gallery:has(.mv-product-gallery__thumbs) {
  grid-template-columns: 64px minmax(0, 1fr);
}

.mv-product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 2px;
}

.mv-product-gallery__thumb {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mv-product-gallery__thumb:hover {
  border-color: #999;
}

.mv-product-gallery__thumb.is-active {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 1px #1a1a1a;
}

.mv-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-product-gallery__stage {
  position: relative;
  background: #fff;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.mv-product-gallery__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mv-product-gallery__image.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mv-product-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.15s ease;
}

.mv-product-gallery__nav:hover {
  color: #222;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}

.mv-product-gallery__nav--prev { left: 8px; }
.mv-product-gallery__nav--next { right: 8px; }

.mv-product__buybox {
  position: sticky;
  top: 24px;
  padding-top: 0;
}

.mv-product__share-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2px;
}

.mv-product__share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--mv-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.mv-product__share:hover {
  background: #22364f;
  transform: scale(1.05);
}

.mv-product__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.mv-product__eyebrow i {
  color: #b0b0b0;
  font-size: 10px;
}

.mv-product__title {
  font-family: var(--mv-font-sans);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #111;
  margin: 0 0 12px;
}

.mv-product__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 16px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: #555;
}

.mv-product__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #c9a227;
  font-size: 13px;
  line-height: 1;
}

.mv-product__rating-score {
  font-weight: 700;
  color: #222;
}

.mv-product__write-review {
  color: #0f3d38;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.mv-product__write-review:hover {
  color: var(--mv-teal-dark);
}

.mv-product__facts {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.45;
}

.mv-product__fact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.mv-product__fact-label {
  color: #6b7785;
  font-weight: 500;
}

.mv-product__fact-value {
  color: var(--mv-navy);
  font-weight: 700;
}

.mv-product__fact-value.is-instock {
  color: #3d9a5f;
  font-weight: 600;
}

.mv-product__viewers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.4;
  color: #6b7785;
}

.mv-product__viewers i {
  font-size: 15px;
  color: var(--mv-navy);
}

.mv-product__viewers strong {
  font-weight: 700;
  color: var(--mv-navy);
}

.mv-product__price {
  margin: 0 0 18px;
}

.mv-product__price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mv-product__price-current {
  font-family: var(--mv-font-sans);
  font-size: 28px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
}

.mv-product__price.is-sale .mv-product__price-current {
  color: #0f3d38;
}

.mv-product__price-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.mv-product__price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
}

.mv-product__price-discount {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 4px;
  background: #fdecea;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.mv-product__price-tax {
  color: #888;
  font-size: 13px;
}

.mv-product__bulk {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.mv-product__bulk li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #555;
}

.mv-product__bulk strong {
  color: #111;
  font-weight: 600;
}

.mv-product__actions {
  display: grid;
  grid-template-columns: 110px 1.35fr 1fr;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 16px;
}

.mv-product__qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
  background: #fff;
  width: 100%;
}

.mv-product__qty-btn {
  width: 38px;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #222;
}

.mv-product__qty-btn:hover {
  background: #f6f6f6;
}

.mv-product__qty-input {
  width: 36px;
  height: 100%;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  background: transparent;
}

.mv-product__btn {
  height: 48px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}

.mv-product__btn:active {
  transform: scale(0.985);
}

.mv-product__btn--cart {
  background: var(--mv-navy);
  color: #fff !important;
}

.mv-product__btn--buy {
  background: var(--mv-teal-dark);
  color: #fff !important;
}

.mv-product__btn--cart:hover { background: #22364f; }
.mv-product__btn--buy:hover { background: #043532; }

.mv-product__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--mv-navy);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 8px;
}

.mv-product__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.55px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.18);
}

.mv-product__trust-item:last-child { border-right: 0; }

.mv-product__trust-item i {
  font-size: 13px;
  opacity: 0.95;
}

.mv-product__accordions {
  margin-top: 0;
}

.mv-product__accordion {
  border-bottom: 1px solid #e6e6e6;
}

.mv-product__accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.mv-product__accordion summary::-webkit-details-marker { display: none; }

.mv-product__accordion summary > i:first-child {
  width: 18px;
  color: #555;
}

.mv-product__accordion summary > i:last-child {
  margin-left: auto;
  font-size: 11px;
  color: #888;
  transition: transform 0.2s ease;
}

.mv-product__accordion[open] summary > i:last-child {
  transform: rotate(180deg);
}

.mv-product__accordion--description > summary {
  font-weight: 600;
}

.mv-product__accordion[open] > summary {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.mv-product__accordion-body {
  padding: 0 0 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.mv-product__accordion-body p {
  margin-bottom: 12px;
}

.mv-product__accordion-body p:last-child { margin-bottom: 0; }

.mv-product__accordion-body ul,
.mv-product__accordion-body ol {
  padding-left: 1.2rem;
  margin: 8px 0 0;
}

.mv-product__accordion-body li {
  margin-bottom: 6px;
}

.mv-product__accordion-body li:last-child {
  margin-bottom: 0;
}

.mv-product__accordion-body strong {
  color: #222;
  font-weight: 600;
}

.mv-product-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 16px;
  justify-items: center;
  align-items: start;
  margin: 22px 0 8px;
  padding: 20px 8px 4px;
  border-top: 1px solid #ececec;
}

.mv-product-badges img {
  display: block;
  width: auto !important;
  max-width: 88px;
  height: 72px !important;
  margin: 0 auto;
  object-fit: contain;
}

.mv-product__tags {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid #ececec;
  font-size: 13px;
  color: #777;
}

.mv-product__tags a {
  color: #0f3d38;
  text-decoration: none;
}

.mv-product__tags a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .mv-product-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .mv-product-badges img {
    max-width: 78px;
    height: 64px !important;
  }
}


.mv-product-reviews .mv-heading {
  margin-bottom: 36px;
}

.mv-reviews {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  overflow-x: auto;
  padding: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mv-reviews::-webkit-scrollbar {
  display: none;
}

.mv-reviews__empty {
  margin: 0;
  padding: 28px;
  text-align: center;
  color: #777;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
}

.mv-review-card {
  position: relative;
  flex: 0 0 min(360px, 84vw);
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #e7ebe9;
  border-radius: 22px;
  background: #fff;
  padding: 26px 28px 20px;
  box-shadow: 0 10px 30px rgba(22, 53, 47, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.mv-review-card__head {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.mv-review-card__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f3ef;
  color: #16352f;
  font-family: var(--mv-font-serif);
  font-size: 22px;
  font-weight: 600;
}

.mv-review-card__author {
  display: block;
  font-family: var(--mv-font-serif);
  font-size: 20px;
  font-weight: 600;
  color: #16352f;
  line-height: 1.25;
  text-transform: capitalize;
}

.mv-review-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #8a8a8a;
}

.mv-review-card__date i {
  font-size: 12px;
}

.mv-review-card__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.mv-review-card__stars {
  display: inline-flex;
  gap: 3px;
  color: #e0b33f;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.mv-review-card__stars .fa-regular {
  color: #d8d2be;
}

.mv-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e7f3ef;
  color: #1f4f45;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.mv-review-card__verified i {
  color: #2f6b5d;
  font-size: 12px;
}

.mv-review-card__text {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  padding-bottom: 8px;
  color: #3f3f3f;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.mv-review-card__quote {
  position: absolute;
  right: 18px;
  bottom: -8px;
  font-family: var(--mv-font-serif);
  font-size: 96px;
  line-height: 1;
  color: rgba(22, 53, 47, 0.08);
  pointer-events: none;
  user-select: none;
}

.mv-reviews__pagination {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 700px) {
  .mv-product-reviews {
    padding: 40px 0 60px;
  }

  .mv-review-card {
    padding: 20px 18px 16px;
    border-radius: 18px;
  }

  .mv-review-card__head {
    grid-template-columns: 46px 1fr;
    gap: 10px 12px;
  }

  .mv-review-card__aside {
    grid-column: 2;
    align-items: flex-start;
  }

  .mv-review-card__avatar {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .mv-review-card__quote {
    font-size: 78px;
    right: 12px;
  }
}

.mv-review-form__panel {
  margin-top: 8px;
  padding: 22px 20px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfcfb 0%, #fff 48%);
}

.mv-review-form__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.mv-review-form .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.mv-review-form .form-control {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: none;
}

.mv-review-form .form-control:focus {
  border-color: #0f3d38;
  box-shadow: 0 0 0 3px rgba(15, 61, 56, 0.08);
}

.mv-review-form .form-text {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
}

.mv-review-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.mv-review-form__submit {
  min-width: 140px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--mv-teal-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mv-review-form__submit:hover {
  background: #043532;
}

.mv-review-form__login {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.mv-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mv-star-rating__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mv-star-rating__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  color: #d0d0d0;
  font-size: 22px;
  line-height: 1;
  transition: color 0.15s ease, transform 0.15s ease;
}

.mv-star-rating__star:hover,
.mv-star-rating__star.is-hover,
.mv-star-rating__star.is-active {
  color: #c9a227;
}

.mv-star-rating__star:hover {
  transform: scale(1.08);
}

/* ---------- Related / You may also like ---------- */
.mv-related {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 56px;
}

.mv-related .mv-heading {
  margin-bottom: 36px;
}

.mv-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

.mv-related .product-thumb {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: center;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mv-related .product-thumb .image {
  position: relative;
  background: transparent !important;
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 16px;
  aspect-ratio: 1 / 1;
  display: block !important;
  align-items: unset;
  justify-content: unset;
}

.mv-related .product-thumb .image > a {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: transparent;
  align-items: unset;
  justify-content: unset;
}

.mv-related .product-thumb .image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  background: transparent;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.mv-related .product-thumb .image img.mv-thumb-primary,
.mv-related .product-thumb .image img.is-active {
  opacity: 1;
}

.mv-related .product-thumb.is-hover .image img.mv-thumb-primary {
  opacity: 0;
}

.mv-related .product-thumb.is-hover .image img.mv-thumb-secondary.is-ready {
  opacity: 1;
}

.mv-related .product-thumb .content {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mv-related .product-thumb .description {
  padding: 0;
}

.mv-related .product-thumb .description p,
.mv-related .product-thumb .rating,
.mv-related .product-thumb .price-tax,
.mv-related .product-thumb form,
.mv-related .product-thumb .button {
  display: none !important;
}

.mv-related .product-thumb h4 {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.45;
  margin: 0 0 8px;
}

.mv-related .product-thumb h4 a {
  color: #222;
  text-decoration: none !important;
}

.mv-related .product-thumb h4 a:hover {
  color: var(--mv-teal-dark);
}

.mv-related .product-thumb .price {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin: 0;
}

.mv-related .product-thumb .price-new { color: #555; }
.mv-related .product-thumb .price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
}

.mv-category-page .product-thumb .price-old {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
  font-weight: 400;
}

.mv-product-modules-bottom {
  width: 100%;
}

@media (max-width: 991px) {
  .mv-product-page {
    padding-top: 24px;
  }
  .mv-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .mv-product {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .mv-product__media,
  .mv-product__buybox {
    position: static;
  }
  .mv-product-gallery {
    grid-template-columns: 1fr;
  }
  .mv-product-gallery:has(.mv-product-gallery__thumbs) {
    grid-template-columns: 1fr;
  }
  .mv-product-gallery__thumbs {
    flex-direction: row;
    order: 2;
    overflow-x: auto;
    max-height: none;
    padding-bottom: 4px;
  }
  .mv-product-gallery__stage { order: 1; }
  .mv-product__actions {
    grid-template-columns: 1fr 1fr;
  }
  .mv-product__qty {
    grid-column: 1 / -1;
  }
  .mv-product__trust {
    grid-template-columns: 1fr;
  }
  .mv-product__trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    justify-content: flex-start;
    padding-left: 18px;
  }
  .mv-product__trust-item:last-child { border-bottom: 0; }
}

/* ---------- Category pages (Shopify collection style) ---------- */
.mv-category-page {
  background: #fff;
  padding: 15px 0 64px;
}

.mv-category-page .breadcrumb,
.mv-category-page #column-left,
.mv-category-page #column-right {
  display: none !important;
}

.mv-category-page__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 28px;
}

.mv-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  margin-bottom: 28px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.mv-category-toolbar__filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}

.mv-category-toolbar__filter-icon {
  display: inline-flex;
  color: #444;
  font-size: 14px;
}

.mv-category-toolbar__views {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mv-category-view {
  width: 22px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: stretch;
  gap: 2px;
  opacity: 0.35;
}

.mv-category-view.is-active,
.mv-category-view:hover {
  opacity: 1;
}

.mv-category-view span {
  flex: 1;
  background: #222;
  border-radius: 1px;
}

.mv-category-grid {
  display: grid !important;
  gap: 28px 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.mv-category-grid[data-cols="1"],
.mv-category-grid.is-cols-1 {
  grid-template-columns: minmax(0, 1fr) !important;
}

.mv-category-grid[data-cols="2"],
.mv-category-grid.is-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mv-category-grid[data-cols="4"],
.mv-category-grid.is-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mv-category-grid.row,
.mv-category-grid.row > * {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: auto;
  max-width: none;
  flex: unset;
  padding: 0;
}

.mv-category-page .product-thumb {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: center;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mv-category-page .product-thumb .image {
  position: relative;
  background: #f3f3f3 !important;
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 16px;
  aspect-ratio: 1 / 1.05;
  display: block !important;
}

.mv-category-page .product-thumb .image > a {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: transparent;
}

.mv-category-page .product-thumb .image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.mv-category-page .product-thumb .image img.mv-thumb-primary,
.mv-category-page .product-thumb .image img.is-active {
  opacity: 1;
}

.mv-category-page .product-thumb.is-hover .image img.mv-thumb-primary {
  opacity: 0;
}

.mv-category-page .product-thumb.is-hover .image img.mv-thumb-secondary.is-ready {
  opacity: 1;
}

.mv-category-page .product-thumb .content { padding: 0; }
.mv-category-page .product-thumb .description { padding: 0; }

.mv-category-page .product-thumb .description p,
.mv-category-page .product-thumb .rating,
.mv-category-page .product-thumb .price-tax,
.mv-category-page .product-thumb form,
.mv-category-page .product-thumb .button {
  display: none !important;
}

.mv-category-page .product-thumb h4 {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  line-height: 1.45;
  margin: 0 0 8px;
}

.mv-category-page .product-thumb h4 a {
  color: #222;
  text-decoration: none !important;
}

.mv-category-page .product-thumb .price {
  font-family: var(--mv-font-sans);
  font-size: 16px;
  font-weight: 700;
  color: #222 !important;
  margin: 0;
  display: block !important;
}

.mv-category-page .product-thumb .price-new {
  color: #222 !important;
  display: inline !important;
}

.mv-category-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  font-size: 13px;
  color: #666;
}

.mv-category-empty {
  padding: 40px 0;
  color: #666;
}

/* Filter drawer */
.mv-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mv-filter-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mv-filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1081;
  width: min(420px, 100vw);
  height: 100vh;
  background: #fff;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s ease;
}

.mv-filter-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

.mv-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #ececec;
}

.mv-filter-drawer__title {
  margin: 0;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.mv-filter-drawer__close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}

.mv-filter-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px 24px;
}

.mv-filter-acc {
  border-bottom: 1px solid #ececec;
}

.mv-filter-acc summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #222;
}

.mv-filter-acc summary::-webkit-details-marker { display: none; }

.mv-filter-acc summary i {
  font-size: 11px;
  color: #888;
  transition: transform 0.2s ease;
}

.mv-filter-acc[open] summary i {
  transform: rotate(180deg);
}

.mv-filter-acc__body {
  padding: 0 0 20px;
}

.mv-filter-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mv-filter-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.mv-filter-tag input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mv-filter-tag span {
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.3;
}

.mv-filter-tag.is-active,
.mv-filter-tag:has(input:checked) {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.mv-filter-sorts {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mv-filter-sort {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  margin: 0;
}

.mv-filter-sort:last-child { border-bottom: 0; }

.mv-filter-sort input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mv-filter-sort span {
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: #333;
}

.mv-filter-sort.is-active span,
.mv-filter-sort:has(input:checked) span {
  font-weight: 600;
  color: #111;
}

.mv-filter-drawer__footer {
  padding: 16px 24px 24px;
  border-top: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}

.mv-filter-drawer__show {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.mv-filter-drawer__clear {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.mv-filter-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .mv-category-grid[data-cols="4"],
  .mv-category-grid.is-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .mv-category-grid[data-cols="1"],
  .mv-category-grid.is-cols-1 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .mv-category-page__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .mv-category-grid[data-cols="2"],
  .mv-category-grid[data-cols="4"],
  .mv-category-grid.is-cols-2,
  .mv-category-grid.is-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 10px;
  }
  .mv-category-grid[data-cols="1"],
  .mv-category-grid.is-cols-1 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .mv-filter-tags {
    grid-template-columns: 1fr;
  }
}
.page-link.active, .active > .page-link {
  background-color: var(--mv-teal-dark) !important;
  border-color: var(--mv-teal-dark) !important;
}

footer {
  /* OpenCart default footer chrome — overridden by .mv-footer */
  position: static;
  bottom: auto;
  width: 100%;
  padding-top: 0;
  background-color: transparent;
  color: inherit;
}

.carousel {
  border: 0px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 15px !important;
}
/* ---------- FAQ page ---------- */
.mv-faq-page {
  background: #fff;
}

.mv-faq-hero {
  background: var(--mv-slate, #3d4a5c);
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.mv-faq-hero::before {
  content: "Q";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mv-font-serif);
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.mv-faq-hero__title {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  z-index: 1;
}

.mv-faq-content {
  padding: 48px 0 72px;
}

.mv-faq-body {
  max-width: 820px;
  font-family: var(--mv-font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.mv-faq-body h2,
.mv-faq-body h3 {
  font-family: var(--mv-font-sans);
  font-weight: 700;
  color: #1a1a1a;
  margin: 28px 0 10px;
}

.mv-faq-body h2:first-child,
.mv-faq-body h3:first-child {
  margin-top: 0;
}

.mv-faq-body p {
  margin: 0 0 14px;
}

@media (max-width: 767px) {
  .mv-faq-hero {
    padding: 36px 0;
  }

  .mv-faq-content {
    padding: 32px 0 48px;
  }
}

/* ---------- Contact page (Shopify-style) ---------- */
.mv-contact-page {
  background: #fff;
}

.mv-contact-page .breadcrumb {
  display: none !important;
}

.mv-contact-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #eef5fa 0%, #f7fafc 42%, #e8f1f7 100%);
  padding: 48px 0 56px;
}

.mv-contact-hero--banner-only {
  background: #fff;
  padding: 0px 0 10px;
}

.mv-contact-hero__banner {
  width: 100%;
  overflow: hidden;
}

.mv-contact-hero__banner-link {
  display: block;
  line-height: 0;
}

.mv-contact-hero__banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.mv-contact-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(45, 157, 141, 0.12), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(44, 68, 101, 0.08), transparent 35%);
  pointer-events: none;
}

.mv-contact-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px 48px;
  align-items: center;
}

.mv-contact-hero__title {
  font-family: var(--mv-font-sans);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  color: var(--mv-navy);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.mv-contact-hero__subtitle {
  font-family: var(--mv-font-sans);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  color: var(--mv-navy);
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.mv-contact-hero__highlight {
  color: #2db36e;
}

.mv-contact-hero__text {
  font-family: var(--mv-font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: #4a5870;
  max-width: 460px;
  margin: 0 0 28px;
}

.mv-contact-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--mv-navy);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 12px 22px 12px 12px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.15s ease;
}

.mv-contact-hero__btn:hover {
  background: #22364f;
  color: #fff !important;
  transform: translateY(-1px);
}

.mv-contact-hero__btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.mv-contact-hero__media {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
}

.mv-contact-hero__media::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 78%;
  border: 2px solid rgba(44, 68, 101, 0.28);
  border-radius: 50%;
  left: 4%;
  top: 8%;
  pointer-events: none;
}

.mv-contact-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.mv-contact-wave {
  height: 28px;
  background:
    linear-gradient(90deg, transparent 0%, transparent 18%, var(--mv-navy) 18%, var(--mv-navy) 42%, transparent 42%),
    linear-gradient(90deg, transparent 0%, transparent 38%, var(--mv-teal) 38%, var(--mv-teal) 68%, transparent 68%),
    linear-gradient(90deg, transparent 0%, transparent 58%, #1f6b4f 58%, #1f6b4f 88%, transparent 88%);
  background-size: 100% 10px, 100% 10px, 100% 10px;
  background-repeat: no-repeat;
  background-position: 0 4px, 0 10px, 0 16px;
  opacity: 0.95;
}

.mv-contact-main {
  padding: 48px 0 72px;
}

.mv-contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 48px 64px;
  align-items: start;
}

.mv-contact-info__block {
  margin-bottom: 28px;
}

.mv-contact-info__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.mv-contact-info__block p,
.mv-contact-info__block address {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: #333;
  margin: 0 0 4px;
  font-style: normal;
}

.mv-contact-info__block a {
  color: #2b6cb0;
  text-decoration: none !important;
}

.mv-contact-info__block a:hover {
  text-decoration: underline !important;
}

.mv-contact-info__muted {
  color: #777 !important;
}

.mv-contact-form__title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 34px;
  color: #1a1a1a;
  margin: 0 0 24px;
}

.mv-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mv-contact-field {
  margin-bottom: 14px;
}

.mv-contact-field label {
  display: none;
}

.mv-contact-field .form-control,
.mv-contact-field .form-select {
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  box-shadow: none !important;
}

.mv-contact-field textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.mv-contact-form__submit {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 10px;
  background: var(--mv-navy);
  color: #fff;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s ease;
}

.mv-contact-form__submit:hover {
  background: #22364f;
}

.mv-contact-form__alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fdecec;
  color: #a33b3b;
  font-family: var(--mv-font-sans);
  font-size: 13px;
}

.mv-contact-field .form-control.is-invalid,
.mv-contact-field .form-select.is-invalid {
  border-color: #c45c5c !important;
}

.mv-contact-field .invalid-feedback {
  display: none;
  margin-top: 6px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  color: #c45c5c;
}

.mv-contact-field .invalid-feedback.d-block {
  display: block !important;
}

@media (max-width: 991px) {
  .mv-contact-hero__inner,
  .mv-contact-layout,
  .mv-contact-form__row {
    grid-template-columns: 1fr;
  }
  .mv-contact-hero__media {
    justify-self: center;
    order: -1;
    width: min(100%, 360px);
  }
  .mv-contact-hero {
    padding: 28px 0 36px;
  }
}

/* ---------- Account auth (login) ---------- */
.mv-auth-page {
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(20, 242, 208, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(44, 68, 101, 0.07), transparent 50%),
    linear-gradient(180deg, #f4f7fa 0%, #ffffff 42%, #ffffff 100%);
}

.mv-auth {
  padding: 48px 0 88px;
}

.mv-auth__intro {
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}

.mv-auth__eyebrow {
  margin: 0 0 8px;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-auth__title {
  margin: 0 0 10px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.15;
  color: var(--mv-navy);
}

.mv-auth__lead {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--mv-muted);
}

.mv-auth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(44, 68, 101, 0.07);
}

.mv-auth-panel {
  padding: 40px 36px 44px;
  display: flex;
  flex-direction: column;
}

.mv-auth-panel--register {
  background:
    linear-gradient(165deg, rgba(44, 68, 101, 0.04) 0%, transparent 55%),
    #fbfcfd;
  border-right: 1px solid var(--mv-border);
}

.mv-auth-panel__title {
  margin: 0 0 6px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  color: var(--mv-navy);
}

.mv-auth-panel__subtitle {
  margin: 0 0 14px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mv-text);
}

.mv-auth-panel__text {
  margin: 0 0 28px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--mv-muted);
  flex: 1;
}

.mv-auth-form {
  margin-top: 4px;
}

.mv-auth-field {
  margin-bottom: 16px;
}

.mv-auth-field label {
  display: block;
  margin: 0 0 6px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-auth-field .form-control {
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: var(--mv-text);
  box-shadow: none !important;
  background: #fff;
}

.mv-auth-field .form-control:focus {
  border-color: var(--mv-navy);
}

.mv-auth-forgotten {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: var(--mv-slate);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-auth-forgotten:hover {
  color: var(--mv-navy);
}

.mv-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border: 0;
  border-radius: 10px;
  background: var(--mv-navy);
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.mv-auth-btn:hover {
  background: #22364f;
  color: #fff !important;
  transform: translateY(-1px);
}

.mv-auth-btn--outline {
  margin-top: auto;
  background: transparent;
  color: var(--mv-navy) !important;
  border: 1.5px solid var(--mv-navy);
}

.mv-auth-btn--outline:hover {
  background: var(--mv-navy);
  color: #fff !important;
}

.mv-auth-alert {
  max-width: 980px;
  margin: 0 auto 20px;
  border-radius: 10px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
}

@media (max-width: 991px) {
  .mv-auth {
    padding: 32px 0 64px;
  }

  .mv-auth__grid {
    grid-template-columns: 1fr;
  }

  .mv-auth-panel--register {
    border-right: 0;
    border-bottom: 1px solid var(--mv-border);
  }

  .mv-auth-panel {
    padding: 32px 24px 36px;
  }
}

/* ---------- Account register ---------- */
.mv-auth--register .mv-auth__intro {
  max-width: 640px;
}

.mv-auth--register .mv-auth__lead a {
  color: var(--mv-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.mv-auth--register .mv-auth__lead a:hover {
  color: var(--mv-teal-dark);
}

.mv-auth-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 36px 40px 40px;
  box-shadow: 0 18px 48px rgba(44, 68, 101, 0.07);
}

.mv-auth-section {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.mv-auth-section + .mv-auth-section {
  padding-top: 24px;
  border-top: 1px solid var(--mv-border);
}

.mv-auth-section__title {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  float: none;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--mv-navy);
}

.mv-auth-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
}

.mv-auth-field .form-select,
.mv-auth-field textarea.form-control {
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: var(--mv-text);
  box-shadow: none !important;
  background: #fff;
}

.mv-auth-field .form-select:focus,
.mv-auth-field textarea.form-control:focus {
  border-color: var(--mv-navy);
}

.mv-auth-field.required > label::after {
  content: " *";
  color: #c45c5c;
}

.mv-auth-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.mv-auth-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid var(--mv-border);
  border-radius: 12px;
  background: #fbfcfd;
}

.mv-auth-switch__label {
  margin: 0 0 2px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-text);
}

.mv-auth-switch__hint {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--mv-muted);
}

.mv-auth-switch .form-check-input {
  width: 3em;
  height: 1.55em;
  cursor: pointer;
}

.mv-auth-switch .form-check-input:checked {
  background-color: var(--mv-navy);
  border-color: var(--mv-navy);
}

.mv-auth-footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--mv-border);
}

.mv-auth-agree {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--mv-muted);
}

.mv-auth-agree .form-check-input {
  margin-top: 0.2em;
  cursor: pointer;
}

.mv-auth-agree .form-check-input:checked {
  background-color: var(--mv-navy);
  border-color: var(--mv-navy);
}

.mv-auth-agree a {
  color: var(--mv-navy);
  font-weight: 600;
}

.mv-auth-agree a:hover {
  color: var(--mv-teal-dark);
}

.mv-auth-card .mv-auth-btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mv-auth-card {
    padding: 28px 20px 32px;
  }

  .mv-auth-form__row {
    grid-template-columns: 1fr;
  }

  .mv-auth-switch {
    align-items: flex-start;
  }
}

/* ---------- Success pages ---------- */
.mv-auth--success {
  padding: 64px 0 96px;
}

.mv-success-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 48px 40px 44px;
  box-shadow: 0 18px 48px rgba(44, 68, 101, 0.07);
}

.mv-success-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 242, 208, 0.18);
  color: var(--mv-navy);
  font-size: 24px;
}

.mv-success-card__title {
  margin: 0 0 18px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.2;
  color: var(--mv-navy);
}

.mv-success-card__message {
  margin: 0 0 28px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.75;
  color: var(--mv-muted);
  text-align: left;
}

.mv-success-card__message p {
  margin: 0 0 12px;
}

.mv-success-card__message p:last-child {
  margin-bottom: 0;
}

.mv-success-card__message a {
  color: var(--mv-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv-success-card__message a:hover {
  color: var(--mv-teal-dark);
}

.mv-success-card .mv-auth-btn {
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mv-auth--success {
    padding: 40px 0 72px;
  }

  .mv-success-card {
    padding: 36px 22px 32px;
  }
}

/* ---------- Account dashboard ---------- */
.mv-auth--dashboard .mv-auth__intro {
  max-width: 640px;
  margin-bottom: 36px;
}

.mv-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.mv-account-card {
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 26px 24px 18px;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
}

.mv-account-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mv-border);
}

.mv-account-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 242, 208, 0.16);
  color: var(--mv-navy);
  font-size: 15px;
  flex-shrink: 0;
}

.mv-account-card__title {
  margin: 0;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--mv-navy);
}

.mv-account-card__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-account-card__links li + li {
  border-top: 1px solid #f0eeeb;
}

.mv-account-card__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 4px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.45;
  color: var(--mv-text);
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.mv-account-card__links a i {
  font-size: 11px;
  color: #b0b7c1;
  transition: color 0.15s ease, transform 0.15s ease;
}

.mv-account-card__links a:hover {
  color: var(--mv-navy);
}

.mv-account-card__links a:hover i {
  color: var(--mv-navy);
  transform: translateX(2px);
}

.mv-account-logout {
  max-width: 280px;
  margin: 28px auto 0;
}

.mv-account-logout .mv-auth-btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mv-account-grid {
    grid-template-columns: 1fr;
  }

  .mv-account-card {
    padding: 22px 18px 14px;
  }
}

/* ---------- Account inner pages ---------- */
.mv-account-page {
  width: 100%;
  max-width: none;
  padding: 48px 0 88px;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(20, 242, 208, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(44, 68, 101, 0.07), transparent 50%),
    linear-gradient(180deg, #f4f7fa 0%, #ffffff 42%, #ffffff 100%);
}

.mv-account-page > .mv-container {
  padding-left: 40px;
  padding-right: 40px;
}

.mv-account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: start;
}

.mv-account-page #column-left {
  display: none !important;
}

.mv-account-page .mv-account-aside,
.mv-account-page #column-right {
  display: block !important;
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  float: none;
}

.mv-account-main {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 32px 32px 36px;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
}

.mv-account-main > h1 {
  margin: 0 0 22px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.2;
  color: var(--mv-navy);
}

.mv-account-main > p {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--mv-muted);
}

.mv-account-main fieldset {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}

.mv-account-main fieldset + fieldset {
  padding-top: 20px;
  border-top: 1px solid var(--mv-border);
}

.mv-account-main legend {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--mv-navy);
}

.mv-account-main .form-control,
.mv-account-main .form-select {
  min-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 10px 14px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  box-shadow: none !important;
}

.mv-account-main .form-control:focus,
.mv-account-main .form-select:focus {
  border-color: var(--mv-navy);
}

.mv-account-main textarea.form-control {
  min-height: 110px;
}

.mv-account-main .col-form-label {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-account-main .required > .col-form-label::after,
.mv-account-main .required > label.col-form-label::after {
  content: " *";
  color: #c45c5c;
}

.mv-account-main .btn-primary {
  min-height: 46px;
  padding: 10px 22px;
  border: 0;
  border-radius: 10px;
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-account-main .btn-primary:hover {
  background: #22364f !important;
}

.mv-account-main .btn-light,
.mv-account-main .btn-secondary {
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 10px;
  border: 1.5px solid var(--mv-navy) !important;
  background: transparent !important;
  color: var(--mv-navy) !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-account-main .btn-light:hover,
.mv-account-main .btn-secondary:hover {
  background: var(--mv-navy) !important;
  color: #fff !important;
}

.mv-account-main .btn-info,
.mv-account-main .btn-danger {
  border-radius: 8px;
}

.mv-account-main .btn-info {
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
}

.mv-account-main .table {
  margin-bottom: 20px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  border-color: var(--mv-border);
}

.mv-account-main .table > :not(caption) > * > * {
  padding: 12px 14px;
  vertical-align: middle;
}

.mv-account-main .table thead th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mv-slate);
  background: #f7f9fb;
  border-bottom-color: var(--mv-border);
}

.mv-account-main .table-bordered,
.mv-account-main .table-bordered > :not(caption) > * {
  border-color: var(--mv-border);
}

.mv-account-main .table-hover > tbody > tr:hover > * {
  background: #f8fafb;
}

.mv-account-main .form-control.mb-3,
.mv-account-main div.form-control {
  border-radius: 12px;
  background: #fbfcfd;
  min-height: auto;
  height: auto;
}

.mv-account-main .form-check-input:checked {
  background-color: var(--mv-navy);
  border-color: var(--mv-navy);
}

.mv-account-main .alert {
  border-radius: 10px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
}

/* Account sidebar nav */
.mv-account-nav {
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 18px 14px;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
  position: sticky;
  top: 100px;
}

.mv-account-nav__title {
  margin: 0 8px 12px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--mv-navy);
}

.mv-account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mv-account-nav__link {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--mv-text);
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.mv-account-nav__link:hover,
.mv-account-nav__link.is-active {
  background: #f3f5f7;
  color: var(--mv-navy);
}

.mv-account-nav__link--logout {
  margin-top: 6px;
  color: #8a4a4a;
}

.mv-account-nav__link--logout:hover {
  background: #f8eeee;
  color: #7a3030;
}

/* Hide leftover Bootstrap list-group if any */
.mv-account-page .list-group {
  border: 0;
  gap: 0;
}

@media (max-width: 991px) {
  .mv-account-page {
    padding: 32px 0 64px;
  }

  .mv-account-layout {
    grid-template-columns: 1fr;
  }

  .mv-account-page .mv-account-aside,
  .mv-account-page #column-right {
    order: -1;
    position: static;
  }

  .mv-account-nav {
    position: static;
    padding: 14px 12px;
  }

  .mv-account-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .mv-account-nav__title {
    width: 100%;
  }

  .mv-account-main {
    padding: 24px 18px 28px;
  }
}

/* ---------- Toast notifications ---------- */
body.medvra #alert {
  position: fixed;
  top: calc(var(--mv-announce-h) + var(--mv-header-h) + 4px);
  right: 20px;
  left: auto;
  width: min(420px, calc(100vw - 32px));
  margin: 0;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

body.medvra #alert .alert {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 44px 14px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--mv-text);
  box-shadow: 0 12px 32px rgba(20, 28, 40, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: mv-toast-in 0.32s ease both;
  position: relative;
}

body.medvra #alert .alert > .fa-solid,
body.medvra #alert .alert > .fa-regular {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

body.medvra #alert .alert .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  padding: 0;
  opacity: 0.55;
  background-size: 10px;
}

body.medvra #alert .alert .btn-close:hover {
  opacity: 0.9;
}

body.medvra #alert .alert .mv-alert__text {
  flex: 1;
  min-width: 0;
}

body.medvra #alert .alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.medvra #alert .alert-success {
  background: rgba(232, 245, 236, 0.96);
  border-color: #b7d8c0;
  color: #1f3d2a;
  box-shadow: 0 12px 32px rgba(44, 68, 101, 0.12), 0 0 0 0 transparent;
}

body.medvra #alert .alert-success > .fa-solid,
body.medvra #alert .alert-success > .fa-regular {
  background: #1b7a6d;
  color: #fff !important;
}

body.medvra #alert .alert-danger {
  background: rgba(252, 236, 236, 0.96);
  border-color: #e3b6b6;
  color: #5c2a2a;
}

body.medvra #alert .alert-danger > .fa-solid,
body.medvra #alert .alert-danger > .fa-regular {
  background: #b84a4a;
  color: #fff !important;
}

body.medvra #alert .alert-warning {
  background: rgba(255, 247, 230, 0.96);
  border-color: #ebd39a;
  color: #5c4a1f;
}

body.medvra #alert .alert-info {
  background: rgba(232, 240, 248, 0.96);
  border-color: #b5c9db;
  color: #243952;
}

@keyframes mv-toast-in {
  from {
    opacity: 0;
    transform: translateX(18px) translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@media (max-width: 575px) {
  body.medvra #alert {
    top: calc(var(--mv-announce-h) + var(--mv-header-h) + 2px);
    right: 12px;
    left: 12px;
    width: auto;
  }
}

/* ---------- Shopping cart page ---------- */
.mv-cart-page {
  padding: 20px 0 88px;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(20, 242, 208, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(44, 68, 101, 0.06), transparent 50%),
    linear-gradient(180deg, #f4f7fa 0%, #ffffff 40%, #ffffff 100%);
}

.mv-cart-page__content {
  max-width: 1080px;
  margin: 0 auto;
}

.mv-cart-page__intro {
  margin-bottom: 28px;
}

.mv-cart-page__eyebrow {
  margin: 0 0 8px;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-cart-page__title {
  margin: 0;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.15;
  color: var(--mv-navy);
}

.mv-cart-page__title span {
  font-style: normal;
  font-size: 0.55em;
  font-family: var(--mv-font-sans);
  font-weight: 500;
  color: var(--mv-muted);
  letter-spacing: 0;
}

.mv-cart-sheet {
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
}

.mv-cart-sheet__head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 180px 110px 110px;
  gap: 16px;
  padding: 14px 22px;
  background: #f7f9fb;
  border-bottom: 1px solid var(--mv-border);
}

.mv-cart-sheet__col {
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-cart-sheet__col--price,
.mv-cart-sheet__col--total {
  text-align: right;
}

.mv-cart-sheet__col--qty {
  text-align: center;
}

.mv-cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 200px 110px 110px;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #f0eeeb;
}

/* Desktop: flatten pricing so unit + line total keep their columns */
.mv-cart-line__pricing {
  display: contents;
}

.mv-cart-line__product {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.mv-cart-line__media {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f5;
  border: 1px solid var(--mv-border);
}

.mv-cart-line__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-cart-line__name {
  display: block;
  margin: 0 0 4px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-text);
  text-decoration: none !important;
}

.mv-cart-line__name:hover {
  color: var(--mv-navy);
}

.mv-cart-line__stock {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #b84a4a;
}

.mv-cart-line__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  line-height: 1.45;
  color: #8a93a0;
}

.mv-cart-line__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mv-cart-line__min {
  flex: 1 0 100%;
  text-align: center;
}

.mv-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.mv-cart-qty__input {
  width: 64px !important;
  min-height: 40px !important;
  text-align: center;
  border: 1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  box-shadow: none !important;
}

.mv-cart-qty__update,
.mv-cart-line__remove {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.mv-cart-qty__update {
  background: var(--mv-navy);
  color: #fff;
}

.mv-cart-qty__update:hover {
  background: #22364f;
  color: #fff;
}

.mv-cart-line__remove {
  background: #f3e8e8;
  color: #b84a4a !important;
}

.mv-cart-line__remove:hover {
  background: #b84a4a;
  color: #fff !important;
}

.mv-cart-line__price,
.mv-cart-line__total {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  text-align: right;
  color: var(--mv-text);
}

.mv-cart-line__total {
  font-weight: 600;
  color: var(--mv-navy);
}

.mv-cart-sheet__totals {
  padding: 16px 22px 20px;
  background: #fbfcfd;
}

.mv-cart-sheet__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  padding: 6px 0;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: var(--mv-muted);
}

.mv-cart-sheet__total span {
  min-width: 100px;
  text-align: right;
}

.mv-cart-sheet__total strong {
  min-width: 90px;
  text-align: right;
  color: var(--mv-text);
  font-weight: 600;
}

.mv-cart-sheet__total.is-grand {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--mv-border);
  color: var(--mv-navy);
  font-size: 16px;
}

.mv-cart-sheet__total.is-grand span,
.mv-cart-sheet__total.is-grand strong {
  font-weight: 700;
  color: var(--mv-navy);
}

.mv-cart-extras {
  margin-top: 28px;
}

.mv-cart-extras__title {
  margin: 0 0 8px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: var(--mv-navy);
}

.mv-cart-extras__text {
  margin: 0 0 18px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--mv-muted);
  max-width: 640px;
}

.mv-cart-accordion.accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
  width: 100%;
  align-items: start;
}

.mv-cart-accordion .accordion-item {
  border: 1px solid var(--mv-border) !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #fff;
  margin: 0;
}

.mv-cart-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-text);
  background: #fff;
  box-shadow: none !important;
  padding: 16px 20px;
}

.mv-cart-accordion .accordion-button:not(.collapsed) {
  background: #f7f9fb;
  color: var(--mv-navy);
}

.mv-cart-accordion .accordion-body {
  padding: 0 20px 18px;
  background: #f7f9fb;
}

.mv-coupon__icon,
.mv-shipping__icon {
  color: var(--mv-teal-dark);
  font-size: 14px;
}

.mv-shipping__form {
  margin: 0;
}

.mv-shipping__form .form-label {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--mv-text);
  margin-bottom: 6px;
}

.mv-shipping__hint {
  margin: 0 0 14px;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--mv-muted);
}

.mv-shipping__fields {
  display: grid;
  gap: 12px;
}

.mv-shipping__field .form-label {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--mv-text);
  margin-bottom: 6px;
}

.mv-shipping__select,
.mv-shipping__input {
  min-height: 46px;
  border: 1px solid #d7dde3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: var(--mv-text);
  box-shadow: none !important;
  width: 100%;
  cursor: pointer;
}

.mv-shipping__select:focus,
.mv-shipping__input:focus {
  border-color: var(--mv-teal-dark) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 122, 109, 0.12) !important;
}

.mv-shipping__actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.mv-shipping__methods {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6edf2;
}

.mv-shipping__methods .form-label {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--mv-text);
  margin-bottom: 6px;
}

.mv-cart-accordion .accordion-button::after {
  margin-left: auto;
  flex-shrink: 0;
}

.mv-coupon__form {
  margin: 0;
}

.mv-coupon__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

.mv-coupon__input {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #d7dde3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  color: var(--mv-text);
  padding: 10px 14px;
  box-shadow: none !important;
}

.mv-coupon__input:focus {
  border-color: var(--mv-teal-dark) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 122, 109, 0.12) !important;
}

.mv-coupon__actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
}

.mv-coupon__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1.5px solid transparent;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mv-coupon__btn--apply {
  background: var(--mv-navy);
  border-color: var(--mv-navy);
  color: #fff;
}

.mv-coupon__btn--apply:hover {
  background: #22364f;
  border-color: #22364f;
  color: #fff;
}

.mv-coupon__btn--remove {
  background: #fff;
  border-color: #e3b6b6;
  color: #b84a4a;
}

.mv-coupon__btn--remove:hover {
  background: #f8ecec;
  border-color: #d89a9a;
  color: #9c3535;
}

@media (max-width: 575px) {
  .mv-coupon__row {
    flex-direction: column;
  }

  .mv-coupon__actions {
    width: 100%;
  }

  .mv-coupon__btn {
    flex: 1;
  }
}

.mv-cart-page__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.mv-cart-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 10px;
  background: var(--mv-navy);
  border: 1.5px solid var(--mv-navy);
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.mv-cart-page__btn:hover {
  background: #22364f;
  border-color: #22364f;
  color: #fff !important;
  transform: translateY(-1px);
}

.mv-cart-page__btn--outline {
  background: transparent;
  color: var(--mv-navy) !important;
}

.mv-cart-page__btn--outline:hover {
  background: var(--mv-navy);
  color: #fff !important;
}

.mv-cart-empty {
  text-align: center;
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 64px 24px;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
}

.mv-cart-empty i {
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
  color: #c0c6ce;
}

.mv-cart-empty p {
  margin: 0 0 22px;
  font-family: var(--mv-font-sans);
  font-size: 15px;
  color: var(--mv-muted);
}

@media (max-width: 991px) {
  .mv-cart-page {
    padding: 15px 0 30px;
  }

  .mv-cart-page__intro {
    margin-bottom: 18px;
  }

  .mv-cart-page__title {
    font-size: clamp(26px, 7vw, 34px);
  }

  .mv-cart-sheet {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(44, 68, 101, 0.05);
  }

  .mv-cart-sheet__head {
    display: none;
  }

  .mv-cart-line {
    position: relative;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    grid-template-areas:
      "media info pricing"
      "media controls pricing";
    gap: 8px 12px;
    align-items: center;
    padding: 14px 44px 14px 14px;
  }

  .mv-cart-line__product {
    display: contents;
  }

  .mv-cart-line__media {
    grid-area: media;
    width: 68px;
    height: 68px;
    border-radius: 10px;
    align-self: start;
  }

  .mv-cart-line__info {
    grid-area: info;
    min-width: 0;
    padding-top: 1px;
    align-self: start;
  }

  .mv-cart-line__name {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.35;
  }

  .mv-cart-line__meta {
    font-size: 11px;
    line-height: 1.35;
  }

  .mv-cart-line__controls {
    grid-area: controls;
    justify-content: flex-start;
    align-self: end;
  }

  .mv-cart-line__pricing {
    display: flex;
    grid-area: pricing;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    align-self: stretch;
  }

  .mv-cart-line__controls .mv-cart-line__remove {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    color: #9aa3af !important;
    font-size: 15px;
  }

  .mv-cart-line__controls .mv-cart-line__remove:hover {
    background: #f3e8e8;
    color: #b84a4a !important;
  }

  .mv-cart-qty__input {
    width: 52px !important;
    min-height: 36px !important;
    border-radius: 8px !important;
    font-size: 13px;
  }

  .mv-cart-qty__update {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 13px;
  }

  .mv-cart-line__price,
  .mv-cart-line__total {
    text-align: right;
    line-height: 1.2;
  }

  .mv-cart-line__price {
    font-size: 12px;
    color: #8a93a0;
    order: 2;
  }

  .mv-cart-line__price::after {
    content: " each";
    font-size: 11px;
  }

  .mv-cart-line__total {
    font-size: 15px;
    font-weight: 700;
    order: 1;
  }

  .mv-cart-line__price::before,
  .mv-cart-line__total::before {
    display: none;
  }

  .mv-cart-sheet__totals {
    padding: 14px 16px 18px;
  }

  .mv-cart-sheet__total {
    justify-content: space-between;
    gap: 16px;
  }

  .mv-cart-sheet__total span,
  .mv-cart-sheet__total strong {
    min-width: 0;
    text-align: left;
  }

  .mv-cart-sheet__total strong {
    text-align: right;
  }

  .mv-cart-extras {
    margin-top: 20px;
  }

  .mv-cart-accordion.accordion {
    grid-template-columns: 1fr;
  }

  .mv-cart-page__actions {
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 20px;
  }

  .mv-cart-page__btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .mv-cart-page .mv-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mv-cart-line {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 6px 10px;
    padding: 12px 40px 12px 12px;
  }

  .mv-cart-line__media {
    width: 60px;
    height: 60px;
  }

  .mv-cart-line__price {
    font-size: 11px;
  }

  .mv-cart-line__price::after {
    font-size: 10px;
  }

  .mv-cart-line__total {
    font-size: 14px;
  }
}

/* ---------- Checkout page ---------- */
.mv-checkout-page {
  padding: 20px 0 30px;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(20, 242, 208, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(44, 68, 101, 0.06), transparent 50%),
    linear-gradient(180deg, #f4f7fa 0%, #ffffff 40%, #ffffff 100%);
}

.mv-checkout-page__intro {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.mv-checkout-page__eyebrow {
  margin: 0 0 8px;
  font-family: var(--mv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

.mv-checkout-page__title {
  margin: 0;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: var(--mv-navy);
}

.mv-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.mv-checkout-primary,
.mv-checkout-secondary {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.mv-checkout-card {
  background: #fff;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  padding: 28px 26px 26px;
  box-shadow: 0 14px 36px rgba(44, 68, 101, 0.06);
}

.mv-checkout-page fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.mv-checkout-login {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f4f7fa;
  border: 1px solid #e7edf3;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--mv-muted);
}

.mv-checkout-login a {
  color: var(--mv-navy);
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.mv-checkout-page legend {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--mv-border);
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--mv-navy);
}

.mv-checkout-account {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 6px;
}

.mv-checkout-account__option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d8dfe8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--mv-text);
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.mv-checkout-account__option:has(.form-check-input:checked) {
  border-color: var(--mv-navy);
  background: #f3f7fb;
  box-shadow: inset 0 0 0 1px var(--mv-navy);
}

.mv-checkout-account__option .form-check-input {
  margin: 0;
  flex-shrink: 0;
}

.mv-checkout-page .form-label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mv-slate);
}

/* Kill OpenCart's red leading asterisk; keep one subtle trailing mark */
.mv-checkout-page div.required .form-label::before,
.mv-checkout-page div.required .col-form-label::before {
  content: none !important;
}

.mv-checkout-page .required > .form-label::after {
  content: " *";
  color: #c45c5c;
  font-weight: 600;
}

.mv-checkout-page .form-control,
.mv-checkout-page .form-select {
  min-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 10px 14px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  box-shadow: none !important;
  background: #fff;
}

.mv-checkout-page .form-control:focus,
.mv-checkout-page .form-select:focus {
  border-color: var(--mv-navy);
}

.mv-checkout-page textarea.form-control {
  min-height: 120px;
}

.mv-checkout-page .input-group {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.mv-checkout-page .input-group-text {
  border: 1px solid #d8d8d8;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: #f7f9fb;
  color: var(--mv-navy);
  padding: 0 14px;
}

.mv-checkout-page .input-group .form-control {
  border-radius: 0;
  border-left: 0;
}

.mv-checkout-page .input-group .btn,
.mv-checkout-page .btn-primary {
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-checkout-page .input-group .btn:hover,
.mv-checkout-page .btn-primary:hover {
  background: #22364f !important;
}

.mv-checkout-page > .mv-container .btn-primary:not(.input-group .btn) {
  border-radius: 10px;
  margin-top: 8px;
}

.mv-checkout-page #button-shipping-address,
.mv-checkout-page #button-payment-address,
.mv-checkout-page #button-register {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 10px !important;
  background: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  float: right;
}

.mv-checkout-page .form-check-label {
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: var(--mv-text);
}

.mv-checkout-page .form-check-input:checked {
  background-color: var(--mv-navy);
  border-color: var(--mv-navy);
}

.mv-checkout-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 22px;
  padding: 16px 18px;
  border: 1px solid var(--mv-border);
  border-radius: 12px;
  background: #f8fafb;
}

.mv-checkout-options .form-check {
  margin: 0;
  min-height: 0;
  padding-left: 1.7em;
}

.mv-checkout-options .form-check-input {
  margin-top: 0.2em;
}

.mv-checkout-options__newsletter {
  margin-left: 0.35em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.mv-checkout-options__newsletter .form-check-label {
  color: var(--mv-muted);
}

.mv-checkout-panel {
  margin-bottom: 14px;
  border: 1px solid var(--mv-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.mv-checkout-panel.is-disabled {
  opacity: 0.55;
  background: #f6f7f8;
}

.mv-checkout-panel.is-disabled .mv-checkout-panel__toggle {
  cursor: not-allowed;
  color: #8a93a0;
}

.mv-checkout-panel__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  background: #fff;
  color: var(--mv-navy);
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.mv-checkout-panel__toggle:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.mv-checkout-panel__toggle i {
  font-size: 14px;
  color: #8a93a0;
  transition: transform 0.2s ease;
}

.mv-checkout-panel.is-open .mv-checkout-panel__toggle {
  background: #f7f9fb;
  border-bottom: 1px solid var(--mv-border);
}

.mv-checkout-panel.is-open .mv-checkout-panel__toggle i {
  transform: rotate(180deg);
}

.mv-checkout-panel__body {
  display: none;
  padding: 18px 20px 20px;
}

.mv-checkout-panel.is-open .mv-checkout-panel__body {
  display: block;
}

.mv-checkout-panel__body > fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.mv-checkout-panel__body > fieldset > legend {
  display: none;
}

.mv-checkout-panel__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.mv-checkout-panel__actions .btn-primary {
  float: none !important;
}

#checkout-register #checkout-payment-method {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#checkout-payment-method #panel-payment {
  margin-bottom: 0;
}

#checkout-payment-method .mv-checkout-confirm__btn,
#checkout-payment-method #button-confirm,
#mv-payment-action .btn-primary {
  width: 100%;
}

.mv-payment-step fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.mv-payment-step legend {
  display: none;
}

.mv-payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.mv-payment-options__hint {
  margin: 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: var(--mv-muted);
}

.mv-payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--mv-border);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mv-payment-option:hover {
  border-color: #c9d3dc;
}

.mv-payment-option.is-selected {
  border-color: var(--mv-navy);
  background: #f4f7fa;
  box-shadow: 0 0 0 1px var(--mv-navy);
}

.mv-payment-option input {
  margin: 0;
  flex-shrink: 0;
}

.mv-payment-option__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8eef4;
  color: var(--mv-navy);
  flex-shrink: 0;
}

.mv-payment-option__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mv-payment-option__text strong {
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-text);
}

.mv-payment-option__text small {
  font-family: var(--mv-font-sans);
  font-size: 12px;
  color: #8a93a0;
}

.mv-payment-step__comment .form-label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-weight: 700;
}

.mv-payment-action {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mv-payment-action--submit {
  margin-top: 18px;
  margin-bottom: 0;
}

.mv-payment-action #checkout-payment {
  display: block !important;
  margin: 0;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

.mv-payment-action #checkout-payment[hidden] {
  display: block !important;
}

.mv-payment-action #payment-buttons,
.mv-payment-action #button-confirm,
.mv-payment-action a#button-confirm {
  display: none !important;
}

.mv-payment-action #payment,
.mv-payment-action #payment-element,
.mv-payment-action form#payment {
  display: block !important;
  visibility: visible !important;
  width: 100%;
  min-height: 80px;
}

.mv-payment-action form#payment {
  padding: 12px 0;
  margin: 0;
}

.mv-payment-action #payment-element iframe {
  display: block !important;
  visibility: visible !important;
  min-height: 40px;
}

.mv-pay-btn,
#button-mv-pay {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border-radius: 10px !important;
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-checkout-card--summary #checkout-payment,
.mv-checkout-summary + #checkout-payment {
  display: none !important;
}

.mv-checkout-confirm__btn,
#checkout-payment .btn-primary,
#checkout-payment #button-confirm {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  border-radius: 10px !important;
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-checkout-summary__title {
  margin: 0 0 16px;
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  color: var(--mv-navy);
}

.mv-checkout-summary__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}

.mv-checkout-summary__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0eeeb;
}

.mv-checkout-summary__item-name {
  margin: 0 0 4px;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-text);
  line-height: 1.4;
}

.mv-checkout-summary__item-name a {
  color: inherit;
  text-decoration: none !important;
}

.mv-checkout-summary__item-name a:hover {
  color: var(--mv-navy);
}

.mv-checkout-summary__qty {
  color: var(--mv-muted);
  font-weight: 500;
  margin-right: 4px;
}

.mv-checkout-summary__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--mv-font-sans);
  font-size: 12px;
  line-height: 1.45;
  color: #8a93a0;
}

.mv-checkout-summary__item-total {
  flex-shrink: 0;
  font-family: var(--mv-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--mv-navy);
}

.mv-checkout-summary__totals {
  padding-top: 4px;
}

.mv-checkout-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  color: var(--mv-muted);
}

.mv-checkout-summary__total strong {
  color: var(--mv-text);
  font-weight: 600;
}

.mv-checkout-summary__total.is-grand {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--mv-border);
  font-size: 15px;
  color: var(--mv-navy);
}

.mv-checkout-summary__total.is-grand span,
.mv-checkout-summary__total.is-grand strong {
  font-weight: 700;
  color: var(--mv-navy);
}

.mv-checkout-confirm {
  margin-top: 18px;
}

.mv-checkout-confirm__btn,
.mv-checkout-confirm .btn-primary,
#checkout-payment .btn-primary {
  width: 100%;
  min-height: 50px !important;
  border-radius: 10px !important;
  background: var(--mv-navy) !important;
  border-color: var(--mv-navy) !important;
  color: #fff !important;
  font-family: var(--mv-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mv-checkout-confirm__btn:disabled,
#checkout-payment .btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.mv-checkout-page .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(44, 68, 101, 0.18);
}

.mv-checkout-page .modal-header {
  border-bottom: 1px solid var(--mv-border);
  background: #fbfcfd;
}

.mv-checkout-page .modal-title {
  font-family: var(--mv-font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--mv-navy);
}

@media (max-width: 991px) {
  .mv-checkout-page {
    padding: 15px 0 30px;
  }

  .mv-checkout-page__intro {
    margin-bottom: 20px;
  }

  .mv-checkout-page__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .mv-checkout-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mv-checkout-primary,
  .mv-checkout-secondary {
    gap: 16px;
  }

  .mv-checkout-card {
    padding: 18px 14px 16px;
    border-radius: 14px;
  }

  .mv-checkout-login {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .mv-checkout-page legend {
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .mv-checkout-account {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 4px;
  }

  .mv-checkout-account__option {
    padding: 12px 14px;
    min-height: 48px;
  }

  .mv-checkout-page .col.mb-3 {
    margin-bottom: 0.85rem !important;
  }

  .mv-checkout-page .form-label {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .mv-checkout-page .form-control,
  .mv-checkout-page .form-select {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 16px; /* avoids iOS zoom */
    border-radius: 10px;
  }

  .mv-checkout-panel {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .mv-checkout-panel__toggle {
    padding: 12px 14px;
    font-size: 20px;
  }

  .mv-checkout-panel__body {
    padding: 14px 12px 16px;
  }

  .mv-checkout-options {
    padding: 12px 14px;
    margin: 4px 0 16px;
  }

  .mv-checkout-page #button-shipping-address,
  .mv-checkout-page #button-payment-address,
  .mv-checkout-page #button-register {
    width: 100%;
    float: none;
    margin-top: 4px;
  }
}

@media (max-width: 575px) {
  .mv-checkout-page .mv-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mv-checkout-card {
    padding: 16px 12px 14px;
  }
}
