/* Match Fashion Vally — canonical shared component authority, 2026-09-12.
 * Loaded last. Repeated storefront chrome is component-scoped, never route-scoped.
 * Historical page-specific acceptance CSS may remain for page CONTENT only; it
 * must not change these repeated components on Home, Shop, PDP or editorial pages.
 */

:root {
  --mfv-shared-shell: min(92vw, 1440px);
  --mfv-shared-border: #ddd7d1;
  --mfv-shared-warm: #f7f4f1;
  --mfv-shared-ink: #111;
  --mfv-shared-muted: #5f5a56;
}

/* SHARED DESKTOP HEADER -----------------------------------------------
 * Native Blocksy submenus use absolute left:0 positioning. Their owning menu
 * item must therefore be the containing block or Categories/Collections snap
 * to the left edge of the full-width header row.
 */
@media (min-width: 1000px) {
  header#header.ct-header [data-row="bottom"] nav.header-menu-1 > ul > li.menu-item-has-children {
    position: relative !important;
  }
}

/* Retire historical duplicate lower-shell renderers. The canonical Instagram
 * renderer is .mfv-instagram-feed and the canonical service strip is
 * .mfv-trust-strip. */
.mfv-social.mfv-social,
.mfv-vc-gallery.mfv-vc-gallery,
.mfv-vc-benefits:not(.mfv-trust-strip) {
  display: none !important;
}

/* SHARED SERVICE / REASSURANCE STRIP ----------------------------------- */
.mfv-trust-strip.mfv-vc-benefits.mfv-module {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 0 !important;
  background: #faf8f5 !important;
  border-top: 1px solid #eee8e0 !important;
  border-bottom: 1px solid #eee8e0 !important;
  box-sizing: border-box !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-grid.mfv-shell {
  width: var(--mfv-shared-shell) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: center !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-col {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-item {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 8px 14px !important;
  box-sizing: border-box !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-item__icon {
  position: static !important;
  transform: none !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  overflow: visible !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-item__icon svg {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  color: var(--mfv-shared-ink) !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-item__text h3 {
  margin: 0 0 3px !important;
  font-size: .76rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  color: var(--mfv-shared-ink) !important;
}
.mfv-trust-strip.mfv-vc-benefits .mfv-trust-item__text p {
  margin: 0 !important;
  max-width: none !important;
  font-size: .68rem !important;
  line-height: 1.4 !important;
  color: var(--mfv-shared-muted) !important;
}

/* SHARED FIND-YOUR-SCENT CTA ------------------------------------------ */
section.mfv-module.mfv-help-strip.mfv-vc-scent-journey {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow: visible !important;
  background: var(--mfv-shared-warm) !important;
  border-top: 1px solid var(--mfv-shared-border) !important;
  border-bottom: 1px solid var(--mfv-shared-border) !important;
  box-sizing: border-box !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band.mfv-shell {
  width: var(--mfv-shared-shell) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 2fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band__left {
  padding: 22px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  text-align: left !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band__left .mfv-kicker {
  margin: 0 0 5px !important;
  font-size: .66rem !important;
  letter-spacing: .14em !important;
  color: #706a65 !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band__left h2 {
  margin: 0 0 8px !important;
  font-size: 1.3rem !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
  color: var(--mfv-shared-ink) !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band__left > p:not(.mfv-kicker) {
  margin: 0 0 12px !important;
  max-width: none !important;
  font-size: .76rem !important;
  line-height: 1.45 !important;
  color: #4f4a46 !important;
}
section.mfv-module.mfv-help-strip .mfv-btn-quiz {
  align-self: flex-start !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  border: 1px solid var(--mfv-shared-ink) !important;
  border-radius: 0 !important;
  background: var(--mfv-shared-ink) !important;
  color: #fff !important;
  font-size: .64rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
section.mfv-module.mfv-help-strip .mfv-btn-quiz:hover,
section.mfv-module.mfv-help-strip .mfv-btn-quiz:focus-visible {
  background: #fff !important;
  color: var(--mfv-shared-ink) !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-band__steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-width: 0 !important;
  height: auto !important;
  border-left: 1px solid var(--mfv-shared-border) !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step {
  position: relative !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 142px !important;
  height: auto !important;
  max-height: none !important;
  padding: 18px 10px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 0 !important;
  border-left: 1px solid var(--mfv-shared-border) !important;
  background: transparent !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step:first-child {
  border-left: 0 !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step::before {
  content: none !important;
  display: none !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step__icon {
  position: static !important;
  visibility: visible !important;
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto 10px !important;
  color: var(--mfv-shared-ink) !important;
  overflow: visible !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step__icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step h3 {
  margin: 0 0 5px !important;
  font-size: .7rem !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
section.mfv-module.mfv-help-strip .mfv-home-finder-step p {
  margin: 0 !important;
  font-size: .66rem !important;
  line-height: 1.3 !important;
  color: #655e59 !important;
}

/* SHARED NEWSLETTER ---------------------------------------------------- */
section.mfv-vc-newsletter.mfv-vc-newsletter {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--mfv-shared-warm) !important;
  color: var(--mfv-shared-ink) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--mfv-shared-border) !important;
  box-sizing: border-box !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__inner {
  width: var(--mfv-shared-shell) !important;
  max-width: 1440px !important;
  min-height: 112px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 22px 0 !important;
  display: grid !important;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr) !important;
  align-items: center !important;
  gap: 48px !important;
  box-sizing: border-box !important;
  text-align: left !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter h2 {
  margin: 0 0 6px !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
  letter-spacing: .035em !important;
  color: var(--mfv-shared-ink) !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter p {
  margin: 0 !important;
  font-size: .76rem !important;
  line-height: 1.45 !important;
  color: #57524e !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__form {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-sizing: border-box !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__form input[type="email"] {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 15px !important;
  border: 1px solid #d7d0ca !important;
  background: #fff !important;
  color: var(--mfv-shared-ink) !important;
  font-size: .82rem !important;
  box-sizing: border-box !important;
}
section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__form button {
  width: 112px !important;
  min-width: 112px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--mfv-shared-ink) !important;
  border-radius: 0 !important;
  background: var(--mfv-shared-ink) !important;
  color: #fff !important;
  font-size: .64rem !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  box-sizing: border-box !important;
}

/* SHARED INSTAGRAM ----------------------------------------------------- */
section.mfv-instagram-feed.mfv-instagram-feed {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px 0 30px !important;
  background: #fff !important;
  border-bottom: 1px solid var(--mfv-shared-border) !important;
  box-sizing: border-box !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__inner.mfv-shell {
  width: var(--mfv-shared-shell) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 14px !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__head span {
  display: block !important;
  margin: 0 0 4px !important;
  font-size: .62rem !important;
  font-weight: 600 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  color: #706a65 !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__head h2 {
  margin: 0 !important;
  font-size: .98rem !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
  color: var(--mfv-shared-ink) !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__head > a {
  color: var(--mfv-shared-ink) !important;
  font-size: .67rem !important;
  font-weight: 650 !important;
  letter-spacing: .04em !important;
  text-decoration: none !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__tile {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f5f1ee !important;
}
section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__tile img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* SHARED PREFOOTER ----------------------------------------------------- */
section.mfv-global-prefooter.mfv-global-prefooter {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 38px 0 !important;
  background: #f4efeb !important;
  border-top: 0 !important;
  box-sizing: border-box !important;
}
section.mfv-global-prefooter.mfv-global-prefooter .mfv-global-prefooter__grid.mfv-shell {
  width: var(--mfv-shared-shell) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

@media (max-width: 999px) {
  .mfv-trust-strip.mfv-vc-benefits .mfv-trust-grid.mfv-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .mfv-trust-strip.mfv-vc-benefits .mfv-trust-item {
    min-height: 82px !important;
  }
}

@media (max-width: 700px) {
  section.mfv-module.mfv-help-strip .mfv-home-finder-band.mfv-shell {
    width: 100% !important;
    display: block !important;
    padding: 0 18px !important;
  }
  section.mfv-module.mfv-help-strip .mfv-home-finder-band__left {
    padding: 22px 0 18px !important;
    text-align: left !important;
  }
  section.mfv-module.mfv-help-strip .mfv-home-finder-band__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border: 1px solid var(--mfv-shared-border) !important;
  }
  section.mfv-module.mfv-help-strip .mfv-home-finder-step {
    min-height: 145px !important;
    padding: 18px 8px 14px !important;
    border: 0 !important;
    border-top: 1px solid var(--mfv-shared-border) !important;
    border-left: 1px solid var(--mfv-shared-border) !important;
  }
  section.mfv-module.mfv-help-strip .mfv-home-finder-step:nth-child(-n+2) {
    border-top: 0 !important;
  }
  section.mfv-module.mfv-help-strip .mfv-home-finder-step:nth-child(odd) {
    border-left: 0 !important;
  }
  section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__inner {
    width: min(92vw, 480px) !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 16px !important;
    gap: 14px !important;
    align-items: center !important;
    text-align: center !important;
  }
  section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__form {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 360px !important;
    gap: 10px !important;
  }
  section.mfv-vc-newsletter.mfv-vc-newsletter .mfv-vc-newsletter__form button {
    width: 100% !important;
    min-width: 0 !important;
  }
  section.mfv-instagram-feed.mfv-instagram-feed {
    padding: 20px 0 24px !important;
  }
  section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__head {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  section.mfv-instagram-feed.mfv-instagram-feed .mfv-instagram-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  section.mfv-global-prefooter.mfv-global-prefooter {
    padding: 28px 0 !important;
  }
}
