@font-face { font-family: "DM Serif Display"; src: url("../fonts/dm-serif-display-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-semibold.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Sacramento"; src: url("../fonts/sacramento-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --mv-sage: #a9ad96;
  --mv-pink: #e99a9e;
  --mv-pale-pink: #fae9e7;
  --mv-terracotta: #e2a78d;
  --mv-mustard: #e8b34d;
  --mv-binome-orange: #ff6948;
  --mv-blue: #b8d2d0;
  --mv-white: #fefefc;
  --mv-charcoal: #211f1d;
  --mv-taupe: #6b6458;
  --mv-surface-cream: #fbf6f3;
  --mv-surface-commerce: #fbf7f4;
  --mv-surface-blush: #fbefef;
  --mv-surface-footer: #f7f3e9;
  --mv-panel: #ffffff;
  --mv-success: #5d8a51;
  --mv-success-bg: #f3f8f0;
  --mv-info: #315d7c;
  --mv-info-bg: #f1f7fc;
  --mv-warning: #b06a12;
  --mv-warning-bg: #fff8e8;
  --mv-error: #9e2727;
  --mv-error-bg: #fff4f4;
  --mv-pink-ink: color-mix(in srgb, var(--mv-pink) 58%, var(--mv-charcoal));
  --mv-sage-ink: color-mix(in srgb, var(--mv-sage) 55%, var(--mv-charcoal));
  --mv-sage-dark: color-mix(in srgb, var(--mv-sage) 62%, var(--mv-charcoal));
  --mv-sage-darker: color-mix(in srgb, var(--mv-sage) 28%, var(--mv-charcoal));
  --mv-border: rgba(33, 31, 29, .14);
  --mv-shadow: 0 12px 35px rgba(91, 75, 64, .11);
  --mv-radius: 28px;
  --mv-panel-radius: 16px;
  --mv-control-radius: 9px;
  --mv-control-height: 44px;
  --mv-transition: .2s ease;
  --mv-card-title-size: 1rem;
  --mv-card-title-size-mobile: .75rem;
  --mv-section-title-size: 1.15rem;
  --mv-content: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mv-white); color: var(--mv-charcoal); font-family: "Poppins", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.admin-bar .mobile-bottom-nav { bottom: 0; }
img { max-width: 100%; height: auto; }
svg { width: 1.5em; height: 1.5em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--mv-pink); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; color: var(--mv-charcoal); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
ul, ol { margin-top: 0; }
table { border-collapse: collapse; width: 100%; }
.content-shell { width: min(calc(100% - 48px), var(--mv-content)); margin-inline: auto; }
.narrow-layout { max-width: 900px; }
.section-padding { padding-block: clamp(56px, 6vw, 92px); }
.mobile-only { display: none !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; z-index: 100000; padding: 12px 18px; background: var(--mv-white); color: var(--mv-charcoal); border-radius: 6px; box-shadow: var(--mv-shadow); }
:focus-visible { outline: 3px solid var(--mv-pink); outline-offset: -3px; }
.skip-link { position: fixed; }

.button, button.button, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 25px; border: 0; border-radius: 999px; background: var(--mv-sage); color: var(--mv-white); font-size: .88rem; font-weight: 600; line-height: 1.2; text-transform: none; cursor: pointer; box-shadow: none; transition: border-color var(--mv-transition), color var(--mv-transition), background-color var(--mv-transition), opacity var(--mv-transition);
}
.button svg { width: 18px; }
.button:hover, .button:focus-visible,
button.button:hover, button.button:focus-visible,
input[type="submit"]:hover, input[type="submit"]:focus-visible,
.woocommerce a.button:hover, .woocommerce a.button:focus-visible,
.woocommerce button.button:hover, .woocommerce button.button:focus-visible,
.woocommerce input.button:hover, .woocommerce input.button:focus-visible {
  background: var(--mv-sage-dark); color: var(--mv-white); transform: none; box-shadow: none;
}
.button--sage { background: var(--mv-sage); color: var(--mv-white); }
.button--pink { background: var(--mv-pink); color: var(--mv-white); }
.button--pink:hover, .button--pink:focus-visible { background: var(--mv-pink-ink); color: var(--mv-white); }
.button--outline { border: 2px solid var(--mv-sage); background: transparent; color: var(--mv-sage-ink); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--mv-pink); background: transparent; color: var(--mv-pink); }
.woocommerce a.button.button--outline,
.woocommerce button.button.button--outline,
.woocommerce input.button.button--outline {
  border: 2px solid var(--mv-sage);
  background: transparent;
  color: var(--mv-sage-ink);
}
.woocommerce a.button.button--outline:hover,
.woocommerce a.button.button--outline:focus-visible,
.woocommerce button.button.button--outline:hover,
.woocommerce button.button.button--outline:focus-visible,
.woocommerce input.button.button--outline:hover,
.woocommerce input.button.button--outline:focus-visible {
  border-color: var(--mv-pink);
  background: transparent;
  color: var(--mv-pink);
}
.button:disabled, button.button:disabled, input[type="submit"]:disabled,
.woocommerce .button.disabled, .woocommerce .button:disabled, .woocommerce .button:disabled[disabled] {
  border-color: color-mix(in srgb, var(--mv-sage) 36%, var(--mv-panel)); background: color-mix(in srgb, var(--mv-sage) 36%, var(--mv-panel)); color: color-mix(in srgb, var(--mv-charcoal) 38%, var(--mv-panel)); opacity: 1; cursor: not-allowed;
}
.madamev-favorite-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid var(--mv-pink);
  border-radius: 50%;
  background: var(--mv-panel);
  color: var(--mv-charcoal);
  box-shadow: none;
}
.madamev-favorite-button:hover,
.madamev-favorite-button:focus-visible { border-color: var(--mv-pink); background: var(--mv-pink); color: var(--mv-panel); box-shadow: none; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mv-sage-ink); font-weight: 600; }
.text-link svg { width: 18px; }
.script-kicker, .script-heading, .footer-script { margin: 0; font-family: "Sacramento", cursive; font-weight: 400; line-height: 1; }
.script-kicker { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.script-heading { font-size: clamp(2rem, 4vw, 3.4rem); }
.eyebrow { color: var(--mv-pink-ink); font-size: .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.empty-state { padding: 35px; border: 1px dashed var(--mv-sage); border-radius: 20px; background: color-mix(in srgb, var(--mv-panel) 55%, transparent); text-align: center; }

.announcement-bar { padding: 8px 0; background: var(--mv-sage); color: var(--mv-white); font-size: .86rem; text-align: center; }
.site-header { position: relative; z-index: 60; background: var(--mv-white); border-bottom: 1px solid color-mix(in srgb, var(--mv-charcoal) 8%, transparent); }
.site-header__inner { display: grid; grid-template-columns: minmax(170px, 260px) 1fr auto; align-items: center; min-height: 108px; gap: 36px; }
.site-branding .custom-logo-link { display: block; line-height: 0; }
.site-branding .custom-logo { display: block; width: auto; max-width: 230px; max-height: 76px; object-fit: contain; }
.mobile-site-branding { display: none; }
.site-title { font-family: "Sacramento", cursive; font-size: 3.4rem; line-height: 1; }
.primary-navigation__items, .primary-navigation .menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 38px); margin: 0; padding: 0; list-style: none; }
.primary-navigation li { position: relative; }
.primary-navigation a { display: block; padding: 12px 0; font-size: .82rem; text-transform: uppercase; }
.primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { color: var(--mv-pink); }
.primary-navigation .current-menu-item > a::after, .primary-navigation .current_page_item > a::after { content: ""; position: absolute; right: -3px; bottom: 8px; left: -3px; height: 3px; border-radius: 5px; background: var(--mv-pink); }
.primary-navigation .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 210px; margin: 0; padding: 12px 18px; list-style: none; border-radius: 12px; background: var(--mv-white); box-shadow: var(--mv-shadow); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-action { position: relative; display: grid; place-items: center; width: 38px; height: 42px; padding: 0; border: 0; background: transparent; color: var(--mv-charcoal); cursor: pointer; }
.header-action svg { width: 24px; height: 24px; }
.madamev-cart-count { position: absolute; top: -1px; right: -4px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 20px; background: var(--mv-pink); color: var(--mv-white); font-size: .75rem; font-weight: 600; }
.header-search-panel { position: absolute; right: 0; left: 0; padding: 18px 0 22px; background: var(--mv-white); border-top: 1px solid var(--mv-border); box-shadow: 0 16px 25px color-mix(in srgb, var(--mv-charcoal) 8%, transparent); }
.header-search-panel[hidden] { display: none; }
.mini-cart-open { overflow: hidden; }
.madamev-mini-cart[hidden] { display: none; }
.madamev-mini-cart { position: fixed; inset: 0; z-index: 1000; }
.madamev-mini-cart__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: color-mix(in srgb, var(--mv-charcoal) 32%, transparent); }
.madamev-mini-cart__panel { position: absolute; top: 0; right: 0; width: min(440px, 94vw); height: 100%; padding: 26px; overflow-y: auto; background: var(--mv-white); box-shadow: -18px 0 45px color-mix(in srgb, var(--mv-charcoal) 18%, transparent); }
.madamev-mini-cart__panel > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 15px; border-bottom: 1px solid var(--mv-border); }
.madamev-mini-cart__panel h2 { margin: 0; font-size: 2rem; }
.madamev-mini-cart__close { width: 44px; min-height: var(--mv-control-height); padding: 0; border: 1px solid var(--mv-border); border-radius: 50%; background: var(--mv-panel); color: var(--mv-charcoal); font-size: 1.8rem; }
.madamev-mini-cart .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.madamev-mini-cart .woocommerce-mini-cart-item { position: relative; min-height: 92px; padding: 0 30px 18px 86px !important; margin-bottom: 18px; border-bottom: 1px solid var(--mv-border); }
.madamev-mini-cart .woocommerce-mini-cart-item img { position: absolute; top: 0; left: 0; float: none; width: 70px; height: 70px; margin: 0; border-radius: 10px; object-fit: contain; }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons { display: grid; gap: 10px; }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button { width: 100%; }
.madamev-product-search { position: relative; display: flex; align-items: center; width: min(100%, 850px); min-height: 58px; margin-inline: auto; border: 1px solid var(--mv-border); border-radius: 999px; background: var(--mv-white); overflow: hidden; }
.madamev-product-search__icon { display: grid; place-items: center; margin-left: 22px; color: var(--mv-pink); transition: color var(--mv-transition); }
.madamev-product-search input[type="search"] { flex: 1; min-width: 0; height: 56px; padding: 0 18px; border: 0; outline: 0; background: transparent; }
.madamev-product-search:focus-within { border-color: var(--mv-border); outline: 0; box-shadow: none; }
.madamev-product-search:focus-within .madamev-product-search__icon { color: var(--mv-sage-dark); }
.madamev-product-search:focus-within .madamev-product-search__icon svg { stroke-width: 2.2; }
form.madamev-product-search input[type="search"]:focus,
.woocommerce form.madamev-product-search input[type="search"]:focus { border: 0 !important; outline: 0 !important; background: transparent; box-shadow: none !important; }
.madamev-product-search button { align-self: stretch; padding: 0 26px; border: 0; background: var(--mv-sage); color: var(--mv-white); font-weight: 600; cursor: pointer; }
.madamev-product-search button:hover,
.madamev-product-search button:focus-visible { background: var(--mv-sage-dark); color: var(--mv-panel); box-shadow: none; transform: none; }

.home-hero { position: relative; min-height: clamp(500px, 36vw, 540px); background: var(--mv-surface-cream); overflow: hidden; }
.home-hero--fallback { background: var(--mv-pale-pink) var(--hero-image) var(--hero-position, center center) / cover no-repeat; }
.home-hero__inner { display: flex; align-items: center; min-height: inherit; }
.home-hero__content { position: relative; z-index: 4; width: min(33%, 430px); padding-block: 46px; }
.home-hero__title-art { display: block; width: min(100%, 420px); max-height: 315px; margin: 0 0 8px; object-fit: contain; object-position: left center; }
.home-hero__scene { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.home-hero__person { position: absolute; z-index: 3; bottom: -18%; left: 42%; width: auto; height: 112%; max-width: none; object-fit: contain; }
.home-hero__table { position: absolute; z-index: 2; right: -7%; bottom: -13%; width: 31%; aspect-ratio: 1; }
.home-hero__board { position: absolute; z-index: 1; top: -2%; left: 67.8%; width: 285px; aspect-ratio: 4 / 5; }
@media (min-width: 781px) {
  .home-hero__table,
  .home-hero__board { display: block; background-repeat: no-repeat; background-size: contain; }
  .home-hero__table { background-image: var(--hero-table-image); background-position: var(--hero-table-position, right bottom); }
  .home-hero__board { background-image: var(--hero-board-image); background-position: var(--hero-board-position, center); }
}
.home-hero__accent { position: absolute; pointer-events: none; }
.home-hero__accent--traits { z-index: 3; top: 440px; left: -34px; width: 120px; transform: rotate(-8deg); }
.home-hero__accent--rainbow { z-index: 3; bottom: -12px; left: 22%; width: 150px; transform: rotate(-4deg); }

@media (min-width: 1601px) {
  .madamev-front-page .home-hero::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 110px;
    left: 4%;
    width: 105px;
    aspect-ratio: 1;
    background: url("../images/madamev/etoile-douce.png") center / contain no-repeat;
    pointer-events: none;
  }
}

.home-hero__content .script-kicker { font-size: clamp(2.7rem, 4.2vw, 4.6rem); }
.home-hero__content h1 { position: relative; margin: -4px 0 20px; font-size: clamp(3.6rem, 5.6vw, 6.1rem); }
.home-hero__content h1::after { content: ""; position: absolute; bottom: 3px; left: 4%; width: 65%; height: 10px; border-radius: 20px; background: color-mix(in srgb, var(--mv-pink) 55%, transparent); transform: rotate(-1.5deg); z-index: 0; }
.home-hero__content p:not(.script-kicker) { max-width: 420px; margin-bottom: 16px; font-size: .94rem; line-height: 1.48; }
.home-hero__content .button { margin-top: 10px; }
.section-heading--center { margin-bottom: 35px; text-align: center; }
.section-heading--center .eyebrow { margin-bottom: 3px; color: var(--mv-pink); }
.section-heading--center h2 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; }
.home-categories { padding-block: 38px; background: var(--mv-surface-cream); }
.category-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(15px, 2vw, 30px); align-items: start; }
.category-card { display: flex; flex-direction: column; align-items: center; gap: 12px; min-width: 0; text-align: center; font-size: .75rem; }
.category-card__icon { display: grid; place-items: center; width: clamp(86px, 8vw, 112px); aspect-ratio: 1; border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 30%, transparent); transition: transform .2s ease; overflow: hidden; }
.category-card:hover .category-card__icon { transform: translateY(-5px) rotate(-2deg); }
.category-card__icon svg { width: 48%; height: 48%; stroke-width: 1.5; }
.category-card__icon img { width: 86%; height: 86%; padding: 7%; object-fit: contain; }
.category-color-1 { background: color-mix(in srgb, var(--mv-pink) 38%, var(--mv-panel)); }
.category-color-2 { background: color-mix(in srgb, var(--mv-sage) 46%, var(--mv-panel)); }
.category-color-3 { background: color-mix(in srgb, var(--mv-terracotta) 28%, var(--mv-panel)); }
.category-color-4 { background: color-mix(in srgb, var(--mv-blue) 48%, var(--mv-panel)); }
.category-color-5 { background: color-mix(in srgb, var(--mv-mustard) 58%, var(--mv-panel)); }
.category-color-6 { background: color-mix(in srgb, var(--mv-pink) 35%, var(--mv-panel)); }
.category-card--all .category-card__icon { background: color-mix(in srgb, var(--mv-sage) 32%, var(--mv-panel)); }
.category-all-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.category-all-dots i { display: block; width: 8px; height: 8px; border: 2px solid var(--mv-charcoal); border-radius: 50%; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading--row h2 { margin: 0; padding-bottom: 17px; }
.section-heading--row > a { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; text-transform: uppercase; }
.section-heading--row > a svg { width: 18px; }
.madamev-front-page .home-latest { padding-block: clamp(32px, 3vw, 44px); }
.madamev-front-page .home-latest .section-heading--row { align-items: center; margin-bottom: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(var(--desktop-count, 4), minmax(0, 1fr)); gap: 24px; }
.product-grid__item.desktop-extra { display: none; }
.home-about { padding-block: 40px; background: var(--mv-surface-blush); }
.home-about__grid { display: grid; grid-template-columns: 1.1fr .75fr 1fr; align-items: center; gap: clamp(35px, 5vw, 75px); }
.home-about__title-art { display: block; width: min(100%, 520px); max-height: 185px; margin: 0 0 14px; object-fit: contain; object-position: left center; }
.home-about__copy p:not(.script-kicker) { max-width: 450px; }
.home-about__portrait-wrap { position: relative; width: min(100%, 320px); margin: auto; }
.home-about__portrait { position: relative; z-index: 2; width: min(100%, 290px); aspect-ratio: 1; margin: auto; padding: 8px; border-radius: 50%; background: var(--mv-panel); transform: rotate(-2deg); }
.home-about__portrait img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: var(--about-position, 50% 22%); }
.home-about__portrait-traits { position: absolute; z-index: 1; top: -26px; right: -32px; width: 115px; transform: rotate(9deg); }
.home-about__portrait-heart { position: absolute; z-index: 3; bottom: -15px; left: -22px; width: 62px; transform: rotate(-14deg); }
.home-about__bullets { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.home-about__bullets li { display: flex; align-items: center; gap: 7px; }
.home-about__bullets img { flex: 0 0 22px; width: 22px; height: 22px; object-fit: contain; }
.home-values { padding: 26px 0; background: var(--mv-white); }
.home-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-item { display: flex; align-items: center; gap: 18px; min-height: 60px; padding: 0 clamp(18px, 3vw, 42px); border-right: 1px dashed var(--mv-sage); }
.value-item:last-child { border: 0; }
.value-item > span { display: grid; place-items: center; flex: 0 0 48px; color: var(--mv-charcoal); }
.value-item svg { width: 42px; height: 42px; }
.value-item p { margin: 0; font-size: .84rem; }
.home-page-content { padding-block: 60px; }

.site-footer { background: var(--mv-sage); color: var(--mv-white); }
.footer-main { padding: 42px 0 34px; }
.footer-main__grid { display: grid; grid-template-columns: .9fr 1.55fr .65fr; align-items: center; gap: clamp(28px, 4vw, 64px); }
.footer-main h2 { color: var(--mv-white); }
.footer-main__art { position: relative; width: min(100%, 330px); }
.footer-main__art > img:first-of-type { display: block; width: 100%; max-height: 175px; object-fit: contain; object-position: left center; }
.footer-newsletter p { max-width: 610px; margin-bottom: 13px; font-size: .85rem; }
.footer-newsletter__form { position: relative; width: min(100%, 610px); }
.footer-newsletter__form form { position: relative; display: flex; align-items: stretch; width: 100%; max-width: 610px; overflow: visible; }
.footer-newsletter__accents { position: absolute; top: -21px; right: -61px; width: 64px; height: auto; pointer-events: none; }
.footer-newsletter__form input[type="email"], .footer-newsletter__form input[type="text"] { min-width: 0; flex: 1; min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px 0 0 999px; background: var(--mv-white); color: var(--mv-charcoal); }
.footer-newsletter__form input[type="submit"], .footer-newsletter__form button { position: relative; z-index: 1; min-height: 48px; margin-left: 0; padding: 10px 24px; border: 0; border-radius: 0 999px 999px 0; background: var(--mv-pink); color: var(--mv-panel); font-weight: 600; cursor: pointer; }
.footer-newsletter__form .madamev-newsletter-form input[type="email"],
.footer-newsletter__form .madamev-newsletter-form input[type="text"] { padding: 0 18px; border: 0; border-radius: 999px 0 0 999px; }
.footer-newsletter__form .madamev-newsletter-form input[type="submit"],
.footer-newsletter__form .madamev-newsletter-form button { position: relative; z-index: 1; margin-left: 0; border-radius: 0 999px 999px 0; }
.footer-newsletter__form input[type="submit"]:hover,
.footer-newsletter__form input[type="submit"]:focus-visible,
.footer-newsletter__form button:hover,
.footer-newsletter__form button:focus-visible { background: var(--mv-pink-ink); color: var(--mv-panel); box-shadow: none; transform: none; }
.footer-newsletter__form button:disabled { cursor: not-allowed; opacity: .7; }
.newsletter-admin-note { margin-top: 7px; font-size: .75rem; }
.madamev-newsletter-message { margin: 0 0 8px; font-size: .78rem; font-weight: 600; }
.madamev-newsletter-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer-socials h2 { font-family: "Poppins", sans-serif; font-size: .95rem; font-weight: 600; text-transform: uppercase; }
.footer-socials__links { display: flex; gap: 12px; }
.footer-socials__links a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mv-charcoal); color: var(--mv-white); transition: color .2s ease; }
.footer-socials__links a:hover, .footer-socials__links a:focus-visible { color: var(--mv-pink); }
.footer-socials__links svg { width: 22px; }
.footer-socials__links svg.fill { fill: currentColor; }
.footer-bottom { padding: 16px 0; border-top: 1px solid color-mix(in srgb, var(--mv-panel) 28%, transparent); }
.footer-bottom__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-menu { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }
.mobile-bottom-nav { display: none; }

.standard-layout { padding-block: clamp(55px, 7vw, 100px); }
.page-header { margin-bottom: 40px; text-align: center; }
.page-header h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.entry-content > * { max-width: 100%; }
/* Editorial styles must never leak into named WordPress or WooCommerce components. */
.entry-content :where(p, li, blockquote) > a:not([class]) { color: var(--mv-pink-ink); text-decoration: underline; }
.entry-content > blockquote { margin: 30px 0; padding: 25px 30px; border-left: 5px solid var(--mv-pink); background: var(--mv-pale-pink); font-family: "DM Serif Display", serif; font-size: 1.4rem; }
.entry-content > img,
.entry-content > p > img,
.entry-content > figure img { border-radius: 18px; }
.single-featured-image { margin-bottom: 35px; }
.single-featured-image img { width: 100%; border-radius: var(--mv-radius); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.post-card { border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); overflow: hidden; }
.post-card__image { display: grid; place-items: center; aspect-ratio: 1.5; background: var(--mv-pale-pink); overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__image > span { color: var(--mv-pink); }
.post-card__image svg { width: 75px; height: 75px; }
.post-card__body { padding: 24px; }
.post-card__body h2 { font-size: 1.65rem; }
.post-card__excerpt { font-size: .75rem; }
.navigation.pagination { grid-column: 1 / -1; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 35px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border-radius: 50%; background: var(--mv-pale-pink); }
.page-numbers.current { background: var(--mv-pink); color: var(--mv-panel); }
.comments-area { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--mv-border); }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { margin-bottom: 20px; padding: 20px; border-radius: 14px; background: var(--mv-pale-pink); }
.article-layout { width: min(calc(100% - 48px), 1120px); }
.article-header { max-width: 880px; margin: 22px 0 34px; }
.article-header h1 { font-size: clamp(3rem, 5vw, 5rem); }
.article-deck { max-width: 760px; font-size: 1.08rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--mv-taupe); font-size: .75rem; }
.article-meta span + span::before { content: "|"; margin-right: 24px; color: var(--mv-border); }
.single-featured-image img { width: 100%; max-height: 610px; border-radius: 22px; object-fit: cover; }
.madamev-article .entry-content { max-width: 900px; margin: 32px auto; font-size: 1rem; line-height: 1.8; }
.madamev-article .entry-content h2 { margin-top: 36px; font-size: 2rem; }
.article-newsletter { display: flex; justify-content: space-between; align-items: center; gap: 26px; margin: 48px 0 34px; padding: 30px; border-radius: 20px; background: linear-gradient(105deg, var(--mv-pale-pink), var(--mv-panel)); }
.article-newsletter h2 { margin: 0; color: var(--mv-pink-ink); }
.article-newsletter p { max-width: 650px; margin: 5px 0 0; }
.article-author { padding: 28px 0; border-block: 1px solid var(--mv-border); }
.article-author h2, .article-related > h2 { font-size: 1.65rem; }
.article-author > div { display: flex; align-items: center; gap: 20px; }
.article-author img { border-radius: 50%; }
.article-author p { display: grid; gap: 4px; margin: 0; }
.article-related { margin-top: 38px; }
.madamev-page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--mv-mustard) 13%, transparent), transparent 24%), linear-gradient(105deg, color-mix(in srgb, var(--mv-pale-pink) 68%, transparent), color-mix(in srgb, var(--mv-white) 94%, transparent) 54%, color-mix(in srgb, var(--mv-sage) 12%, transparent)); }
.madamev-page-hero::before { content: ""; position: absolute; left: 2%; top: 20%; width: 58px; height: 58px; background: repeating-linear-gradient(135deg, transparent 0 9px, var(--mv-charcoal) 10px 13px, transparent 14px 21px); opacity: .8; }
.madamev-page-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: center; min-height: 390px; gap: 50px; }
.madamev-page-hero__copy .script-kicker { margin-bottom: 5px; color: var(--mv-pink); font-size: 3rem; }
.madamev-page-hero__copy h1 { position: relative; display: inline-block; margin-bottom: 20px; font-size: clamp(3rem, 5vw, 5.2rem); }
.madamev-page-hero__copy h1::after { content: ""; position: absolute; right: 4%; bottom: -3px; left: 0; height: 8px; border-radius: 20px; background: color-mix(in srgb, var(--mv-pink) 54%, transparent); transform: rotate(-1deg); }
.madamev-page-hero__copy > p:last-of-type { max-width: 540px; }
.madamev-page-hero__visual { align-self: stretch; min-width: 0; }
.madamev-page-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: var(--page-hero-position, center center); }
.madamev-page-hero__products { position: relative; height: 100%; min-height: 340px; }
.madamev-page-hero__products img { position: absolute; top: 50%; width: 42%; max-height: 74%; object-fit: contain; border-radius: 12px; background: var(--mv-panel); box-shadow: var(--mv-shadow); transform: translateY(-50%) rotate(-4deg); }
.madamev-page-hero__products img:nth-child(1) { left: 4%; z-index: 2; }
.madamev-page-hero__products img:nth-child(2) { left: 31%; z-index: 1; transform: translateY(-58%) rotate(4deg); }
.madamev-page-hero__products img:nth-child(3) { right: 2%; transform: translateY(-44%) rotate(8deg); }
.shop-hero-search { max-width: 610px; margin: 24px 0 0; min-height: 52px; }
.shop-hero-search input[type="search"] { height: 50px; }
.shop-hero-search button { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.error-404 { min-height: 65vh; padding-block: clamp(65px, 8vw, 115px); background: linear-gradient(105deg, color-mix(in srgb, var(--mv-pale-pink) 38%, transparent), var(--mv-panel) 48%, color-mix(in srgb, var(--mv-sage) 12%, transparent)); }
.error-404__grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(480px, 1.3fr); align-items: center; gap: 55px; }
.error-404__grid:has(.error-404__copy:only-child) { grid-template-columns: minmax(0, 760px); justify-content: center; }
.error-404__copy { text-align: center; }
.error-404__code { margin: 0; color: var(--mv-sage-dark); font-family: "DM Serif Display", serif; font-size: clamp(6rem, 13vw, 12rem); line-height: .75; letter-spacing: .08em; }
.error-404__copy h1 { margin-top: 26px; font-size: clamp(2rem, 3vw, 3.4rem); }
.error-404__copy > p:not(.error-404__code) { max-width: 640px; margin-inline: auto; }
.error-404__visual img { width: 100%; max-height: 480px; object-fit: contain; }
.error-404__actions { display: flex; justify-content: center; gap: 18px; margin: 28px 0; }
.error-404 .madamev-product-search { margin-block: 25px 0; }
.madamev-empty-state { max-width: 680px; margin: 25px auto; padding: 48px 28px; border: 1px solid var(--mv-border); border-radius: 20px; background: linear-gradient(135deg, var(--mv-pale-pink), var(--mv-panel)); text-align: center; }
.madamev-empty-state > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--mv-panel); color: var(--mv-pink); }
.madamev-empty-state svg { width: 30px; height: 30px; }
.madamev-empty-state h2 { font-size: clamp(2rem, 4vw, 3rem); }

/* WooCommerce */
.madamev-woocommerce { padding: 0; }
.madamev-woocommerce__content { padding-block: clamp(42px, 5vw, 76px); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--mv-taupe); font-size: .78rem; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-size: clamp(2.5rem, 4vw, 4rem); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; margin: 35px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }

/* Native WooCommerce ratings rendered with the Madame V heart artwork. */
.star-rating,
.woocommerce .star-rating,
.madamev-account-reviews .star-rating {
  position: relative;
  display: block;
  float: none;
  width: 90px;
  height: 18px;
  margin: 0 auto 6px;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.woocommerce .star-rating::before,
.madamev-account-reviews .star-rating::before,
.woocommerce .star-rating > span::before,
.madamev-account-reviews .star-rating > span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 90px;
  height: 18px;
  background: var(--mv-pink);
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
}
.woocommerce .star-rating::before,
.madamev-account-reviews .star-rating::before {
  opacity: .62;
  -webkit-mask-image: url("../images/madamev/review-heart-outline.png");
  mask-image: url("../images/madamev/review-heart-outline.png");
}
.woocommerce .star-rating > span,
.madamev-account-reviews .star-rating > span { position: absolute; top: 0; left: 0; display: block; height: 18px; padding: 0; overflow: hidden; color: transparent; font-size: 0; line-height: 0; text-indent: -9999px; white-space: nowrap; }
.woocommerce .star-rating > span::before,
.madamev-account-reviews .star-rating > span::before {
  -webkit-mask-image: url("../images/madamev/review-heart-filled.png");
  mask-image: url("../images/madamev/review-heart-filled.png");
}
.woocommerce .woocommerce-product-rating { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; }
.woocommerce .woocommerce-product-rating .star-rating { display: block; margin: 7px auto; vertical-align: middle; }
.woocommerce ul.products li.product .star-rating { width: 90px; margin: 0 auto 6px; }
.woocommerce p.stars span { display: flex; justify-content: center; gap: 5px; }
.woocommerce p.stars a {
  position: relative;
  width: 23px;
  height: 23px;
  text-indent: -999em;
}
.woocommerce p.stars a::before {
  content: "" !important;
  position: absolute;
  inset: 1px;
  width: 21px;
  height: 21px;
  background: var(--mv-pink);
  -webkit-mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat;
  mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat;
}
.woocommerce p.stars span:hover a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:has(~ a.active)::before {
  -webkit-mask-image: url("../images/madamev/review-heart-filled.png");
  mask-image: url("../images/madamev/review-heart-filled.png");
}
.woocommerce p.stars span:hover a:hover ~ a::before {
  -webkit-mask-image: url("../images/madamev/review-heart-outline.png");
  mask-image: url("../images/madamev/review-heart-outline.png");
}
.woocommerce p.stars a:focus-visible { outline: 3px solid var(--mv-pink); outline-offset: -3px; border-radius: 50%; }
.comment-form-rating.has-heart-picker #rating { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.comment-form-rating.has-heart-picker p.stars { display: none !important; }
.madamev-rating-picker { display: flex; justify-content: flex-start; gap: 5px; margin: 7px 0 0; }
.madamev-rating-picker__heart { display: grid; place-items: center; width: 25px; height: 25px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.madamev-rating-picker__heart > span { display: block; width: 21px; height: 21px; background: var(--mv-pink); -webkit-mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat; mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat; }
.madamev-rating-picker__heart.is-filled > span,
.madamev-rating-picker__heart:hover > span,
.madamev-rating-picker__heart:has(~ .madamev-rating-picker__heart:hover) > span { -webkit-mask-image: url("../images/madamev/review-heart-filled.png"); mask-image: url("../images/madamev/review-heart-filled.png"); }
.madamev-rating-picker__heart:focus-visible { outline: 3px solid var(--mv-pink); outline-offset: -3px; border-radius: 50%; }
.shop-category-filters { display: flex; width: 100%; gap: 12px; margin: 0 0 28px; overflow-x: auto; scrollbar-width: none; }
.shop-category-filters::-webkit-scrollbar { display: none; }
.shop-category-filters a { flex: 0 0 auto; min-width: 126px; padding: 11px 20px; border-radius: 999px; background: color-mix(in srgb, var(--mv-pale-pink) 72%, var(--mv-panel)); text-align: center; white-space: nowrap; }
.shop-category-filters a:nth-child(3n+1) { background: color-mix(in srgb, var(--mv-sage) 48%, var(--mv-panel)); }
.shop-category-filters a:nth-child(3n+2) { background: color-mix(in srgb, var(--mv-blue) 44%, var(--mv-panel)); }
.shop-category-filters a.is-active { background: var(--mv-sage); color: var(--mv-panel); }
.shop-results-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 24px; clear: both; }
.shop-results-main { min-width: 0; }
.shop-results-main .shop-category-filters { grid-column: 1 / -1; }
.shop-results-main .products { clear: both; }
.shop-filters { margin-top: 68px; border: 1px solid var(--mv-border); border-radius: 18px; background: linear-gradient(140deg, color-mix(in srgb, var(--mv-pale-pink) 45%, transparent), var(--mv-panel)); overflow: hidden; }
.shop-filters summary { display: none; align-items: center; gap: 10px; padding: 14px 16px; font-weight: 600; cursor: pointer; }
.shop-filters summary svg { width: 20px; }
.shop-filters__body { padding: 18px; }
.shop-filters__body section + section { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--mv-border); }
.shop-filters__body h2 { font-family: "Poppins", sans-serif; font-size: .85rem; font-weight: 600; text-transform: uppercase; }
.shop-filters__body ul { margin: 0; padding: 0; list-style: none; }
.shop-filters__body li a { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; font-size: .78rem; }
.shop-filters__body small { color: var(--mv-taupe); }
.shop-price-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.shop-price-filters a { padding: 5px 10px; border: 1px solid var(--mv-sage); border-radius: 999px; font-size: .75rem; }
.shop-results-layout .woocommerce ul.products, .shop-results-main ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.woocommerce .woocommerce-result-count { margin-top: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 8px 38px 8px 14px; border: 1px solid var(--mv-border); border-radius: 999px; background: var(--mv-panel); }
.woocommerce span.onsale { display: grid; place-items: center; min-width: 54px; min-height: 54px; background: var(--mv-pink); }
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images { width: 55%; }
.woocommerce div.product div.summary { width: 41%; padding-top: 15px; }
.woocommerce div.product .product_title { margin-bottom: 14px; font-size: clamp(2.7rem, 4.2vw, 4.7rem); }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: .92rem; }
.woocommerce div.product .product_meta { padding-top: 18px; border-top: 1px solid var(--mv-border); font-size: .78rem; }
.woocommerce div.product form.cart { display: flex; align-items: center; gap: 14px; }
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after { display: none; }
.woocommerce div.product form.cart .button { flex: 1; min-height: 52px; }
.woocommerce div.product .madamev-single-favorite { margin: 18px 0 0; }
.product-value-strip { clear: both; display: grid; grid-template-columns: repeat(4, 1fr); margin: 32px 0 18px; padding: 18px; border: 1px solid var(--mv-border); border-radius: 18px; }
.product-value-strip > div { display: flex; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px dashed var(--mv-sage); }
.product-value-strip > div:last-child { border: 0; }
.product-value-strip svg { width: 30px; height: 30px; }
.product-value-strip p { margin: 0; font-size: .76rem; }
.madamev-product-tabs { clear: both; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; padding-top: 8px; }
.madamev-product-tab { border: 1px solid var(--mv-border); border-radius: 18px; background: var(--mv-panel); overflow: hidden; }
.madamev-product-tab summary { padding: 16px 20px; color: var(--mv-pink-ink); font-weight: 600; text-transform: uppercase; cursor: pointer; }
.madamev-product-tab .wc-tab { display: block !important; margin: 0 !important; padding: 0 20px 20px; }
.madamev-product-tab .wc-tab h2:first-child { display: none; }
.woocommerce .related.products { clear: both; padding-top: 42px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--mv-sage); }
.woocommerce div.product form.cart .button { background: var(--mv-sage); }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--mv-border); border-radius: 9px; }
.woocommerce table.shop_table { border-color: var(--mv-border); border-radius: 14px; overflow: hidden; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="password"],
.woocommerce form select,
.woocommerce .select2-container .select2-selection--single {
  min-height: var(--mv-control-height); padding: 10px 13px; border: 1px solid var(--mv-border); border-radius: var(--mv-control-radius); background: var(--mv-panel); color: var(--mv-charcoal); box-shadow: none; transition: border-color var(--mv-transition), box-shadow var(--mv-transition), background-color var(--mv-transition);
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form input[type="text"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce form input[type="tel"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce form select:focus,
.woocommerce .select2-container--focus .select2-selection--single {
  outline: 0; border-color: var(--mv-sage-dark); box-shadow: 0 0 0 1px var(--mv-sage-dark);
}
.woocommerce .woocommerce-form__input-checkbox,
.woocommerce-checkout input[type="checkbox"],
.woocommerce-account input[type="checkbox"],
.comment-form-cookies-consent input[type="checkbox"] {
  appearance: none;
  position: relative;
  display: inline-grid;
  flex: 0 0 18px;
  place-items: center;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  border: 1px solid var(--mv-taupe);
  border-radius: 3px;
  background: var(--mv-panel);
  vertical-align: -3px;
  cursor: pointer;
}
.woocommerce .woocommerce-form__input-checkbox::after,
.woocommerce-checkout input[type="checkbox"]::after,
.woocommerce-account input[type="checkbox"]::after,
.comment-form-cookies-consent input[type="checkbox"]::after {
  content: "";
  width: 4px;
  height: 9px;
  margin-top: -2px;
  border: solid var(--mv-panel);
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(.7);
  transition: opacity var(--mv-transition), transform var(--mv-transition);
}
.woocommerce .woocommerce-form__input-checkbox:checked,
.woocommerce-checkout input[type="checkbox"]:checked,
.woocommerce-account input[type="checkbox"]:checked,
.comment-form-cookies-consent input[type="checkbox"]:checked { border-color: var(--mv-sage-dark); background: var(--mv-sage-dark); }
.woocommerce .woocommerce-form__input-checkbox:checked::after,
.woocommerce-checkout input[type="checkbox"]:checked::after,
.woocommerce-account input[type="checkbox"]:checked::after,
.comment-form-cookies-consent input[type="checkbox"]:checked::after { opacity: 1; transform: rotate(45deg) scale(1); }
.woocommerce .woocommerce-form__input-checkbox:focus-visible,
.woocommerce-checkout input[type="checkbox"]:focus-visible,
.woocommerce-account input[type="checkbox"]:focus-visible,
.comment-form-cookies-consent input[type="checkbox"]:focus-visible { outline: 3px solid var(--mv-pink); outline-offset: -3px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.commerce-page-layout { max-width: var(--mv-content); }
.woocommerce-cart .commerce-page-layout, .woocommerce-checkout .commerce-page-layout { padding-top: 34px; }
.woocommerce-cart .entry-content > .woocommerce { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr); align-items: start; gap: 28px; }
.woocommerce-cart .entry-content > .woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce-cart-form { grid-column: 1; }
.woocommerce-cart .cart-collaterals { display: contents; }
.woocommerce-cart .cart-collaterals .cart_totals { grid-column: 2; grid-row: 2; float: none; width: auto; }
.woocommerce-cart .cart-collaterals .cross-sells { grid-column: 1 / -1; float: none; width: auto; padding-top: 18px; }
.woocommerce-cart .cross-sells ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 28px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.woocommerce-cart table.cart img { width: 100px; border-radius: 12px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #place_order { width: 100%; border-radius: 999px; background: var(--mv-sage); }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr); gap: 30px; }
.woocommerce-checkout #customer_details { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.woocommerce-checkout #customer_details > div { float: none; width: auto; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0; align-self: end; }
.woocommerce-checkout #order_review { padding: 25px; border: 1px solid var(--mv-border); border-radius: 18px; background: var(--mv-panel); }
.madamev-account-reviews > h2 { margin-bottom: 22px; }
.madamev-review-list { display: grid; gap: 16px; }
.madamev-review-list article { padding: 20px; border: 1px solid var(--mv-border); border-radius: 16px; background: color-mix(in srgb, var(--mv-pale-pink) 28%, var(--mv-panel)); }
.madamev-review-product { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.madamev-review-product img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; }
.madamev-review-product h3 { margin: 0; font-family: "Poppins", sans-serif; font-size: .92rem !important; font-weight: 600; }

@media (max-width: 1050px) and (min-width: 781px) {
  .site-header__inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
  .primary-navigation__items, .primary-navigation .menu { gap: 16px; }
  .home-hero { background-position: var(--hero-tablet-position, var(--hero-position, center center)); }
  .home-hero__content { width: 40%; }
  .home-hero__title-art { max-height: 280px; }
  .home-hero__person { left: 35%; height: 108%; }
  .home-hero__table { right: -11%; width: 34%; }
  .home-hero__board { top: 1%; left: 67%; width: 225px; }
  .category-grid { gap: 14px; }
  .category-card__icon { width: 82px; }
  .home-about__grid { gap: 30px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); font-size: 12px; }
  body.admin-bar { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .content-shell { width: min(calc(100% - 32px), 680px); }
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
  h1 { font-size: clamp(1.38rem, 6.2vw, 1.9rem); }
  h2 { font-size: clamp(1.45rem, 6vw, 2rem); }
  .section-padding { padding-block: 22px; }
  .button { min-height: 44px; padding: 11px 20px; font-size: .82rem; }
  .announcement-bar { display: none; }
  .site-header { border: 0; }
  .site-header__inner { display: flex; justify-content: space-between; height: 60px; min-height: 60px; gap: 10px; }
  .site-branding { min-width: 0; }
  .site-branding__native { display: none; }
  .mobile-site-branding { display: flex; align-items: center; width: min(62vw, 250px); height: 54px; gap: 7px; line-height: 0; }
  .mobile-site-branding__signature,
  .mobile-site-branding__descriptor { flex: 0 1 calc((100% - 7px) / 2); width: calc((100% - 7px) / 2); height: auto; max-height: 46px; object-fit: contain; object-position: left center; }
  .site-title { font-size: 2.8rem; }
  .primary-navigation, .header-account { display: none; }
  .header-actions { gap: 3px; }
  .header-action { width: 38px; height: 60px; }
  .header-action svg { width: 21px; height: 21px; }
  .header-cart { display: none; }
  .header-search-panel { position: fixed; top: auto; bottom: calc(64px + env(safe-area-inset-bottom)); z-index: 99; }
  .madamev-product-search { min-height: var(--mv-control-height); }
  .madamev-product-search button { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .mobile-intro { position: relative; padding-top: 7px; padding-bottom: 0; }
  .mobile-intro::before { content: ""; position: absolute; z-index: -1; top: 0; right: -12px; width: 29%; height: 84px; border-radius: 60% 0 0 55%; background: color-mix(in srgb, var(--mv-pale-pink) 85%, var(--mv-panel)); }
  .mobile-intro__heading { position: relative; padding: 2px 12px 8px; }
  .mobile-intro__heading .script-kicker { color: var(--mv-pink); font-size: 1.5rem; }
  .mobile-intro__heading h1 { max-width: 82%; margin: 1px 0 4px; }
  .mobile-intro__heart,
  .mobile-intro__star,
  .mobile-intro__traits { position: absolute; z-index: 1; display: block; height: auto; pointer-events: none; object-fit: contain; }
  .mobile-intro__heart { top: 1px; left: 37%; width: 22px; transform: rotate(-12deg); }
  .mobile-intro__star { right: 29%; bottom: 7px; width: 31px; transform: rotate(7deg); }
  .mobile-intro__traits { top: 33px; right: 5%; width: 39px; transform: rotate(7deg); }
  .home-mobile-search { width: 100%; border-color: color-mix(in srgb, var(--mv-charcoal) 20%, transparent); box-shadow: 0 6px 20px color-mix(in srgb, var(--mv-charcoal) 4%, transparent); }
  .home-mobile-search input[type="search"] { height: 31px; padding-inline: 9px; font-size: .75rem; }
  .home-mobile-search .madamev-product-search__icon { margin-left: 15px; }
  .home-mobile-search .madamev-product-search__icon svg { width: 17px; height: 17px; }
  .quick-filters { width: calc(100% + 16px); margin-top: 7px; overflow-x: auto; scrollbar-width: none; }
  .quick-filters::-webkit-scrollbar { display: none; }
  .quick-filters__items { display: flex; gap: 8px; width: max-content; margin: 0; padding: 0 16px 4px 0; list-style: none; }
  .quick-filters__items a { display: block; min-width: 72px; padding: 5px 12px; border-radius: 999px; background: color-mix(in srgb, var(--mv-sage) 75%, var(--mv-panel)); text-align: center; white-space: nowrap; }
  .quick-filters__items li:nth-child(6n+2) a, .quick-filters__items li:nth-child(6n+6) a { background: color-mix(in srgb, var(--mv-pink) 42%, var(--mv-panel)); }
  .quick-filters__items li:nth-child(6n+3) a { background: color-mix(in srgb, var(--mv-terracotta) 24%, var(--mv-panel)); }
  .quick-filters__items li:nth-child(6n+4) a { background: color-mix(in srgb, var(--mv-blue) 58%, var(--mv-panel)); }
  .quick-filters__items li:nth-child(6n+5) a { background: color-mix(in srgb, var(--mv-mustard) 50%, var(--mv-panel)); }
  .mobile-promo { padding-top: 8px; }
  .mobile-promo > .script-heading { margin: 0 4px 5px; font-size: 1.55rem; }
  .mobile-promo__card { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); height: 140px; min-height: 0; border-radius: 17px; background: linear-gradient(110deg, color-mix(in srgb, var(--mv-sage) 27%, var(--mv-panel)), color-mix(in srgb, var(--mv-panel) 82%, transparent)); overflow: hidden; }
  .mobile-promo__copy { position: relative; z-index: 2; padding: 14px 0 11px 15px; }
  .mobile-promo__copy .eyebrow { margin-bottom: 2px; font-size: .75rem; text-transform: none; }
  .mobile-promo__copy h3 { margin-bottom: 5px; font-size: .75rem; }
  .mobile-promo__copy p:not(.eyebrow) { margin-bottom: 7px; font-size: .75rem; line-height: 1.35; }
  .mobile-promo__copy .button { min-height: var(--mv-control-height); gap: 4px; padding: 6px 10px; font-size: .75rem; white-space: nowrap; }
  .mobile-promo__visual { position: relative; min-width: 0; }
  .mobile-promo__visual > img:only-child { width: 100%; height: 100%; object-fit: cover; object-position: var(--promo-position, center center); }
  .mobile-promo__visual > img:not(:only-child) { position: absolute; width: 58%; max-height: 78%; object-fit: contain; filter: drop-shadow(0 6px 6px color-mix(in srgb, var(--mv-charcoal) 15%, transparent)); transform: rotate(-5deg); }
  .mobile-promo__visual > img:nth-child(1) { top: 15%; left: -5%; }
  .mobile-promo__visual > img:nth-child(2) { top: 8%; right: -12%; transform: rotate(7deg); }
  .mobile-promo__visual > img:nth-child(3) { bottom: -2%; left: 27%; transform: rotate(1deg); }
  .promo-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: var(--mv-sage); }
  .promo-placeholder svg { width: 80px; height: 80px; }
  .home-categories { padding-block: 0; background: transparent; }
  .section-heading--center { margin-bottom: 5px; text-align: left; }
  .mobile-section-title { display: flex !important; align-items: center; justify-content: space-between; gap: 20px; }
  .mobile-section-title .script-heading { font-size: 1.5rem; white-space: nowrap; }
  .mobile-section-title a { padding: 5px 9px; border-radius: 999px; background: var(--mv-sage); color: var(--mv-charcoal); font-size: .75rem; font-weight: 600; white-space: nowrap; }
  .category-grid { display: flex; width: calc(100% + 16px); gap: 8px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card { flex: 0 0 54px; gap: 3px; padding-bottom: 2px; scroll-snap-align: start; font-size: .75rem; font-weight: 600; line-height: 1.1; }
  .category-card__icon { width: 48px; border-radius: 11px; }
  .home-latest { padding-block: 8px 12px; }
  .section-heading--row { margin-bottom: 7px; }
  .section-heading--row h2 { color: var(--mv-charcoal); font-family: "Sacramento", cursive; font-size: 1.7rem; font-weight: 400; text-transform: none; }
  .section-heading--row h2::after { width: 54px; height: 16px; background: url("../images/madamev/hand-line.png") left center / contain no-repeat; }
  .section-heading--row > a { color: var(--mv-sage-ink); font-size: .75rem; font-weight: 600; text-transform: none; }
  .section-heading--row > a svg { display: none; }
  .product-grid { display: flex; align-items: flex-start; width: calc(100% + 16px); gap: 7px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-grid__item { display: block !important; flex: 0 0 87px; width: 87px; min-width: 0; max-width: 87px; scroll-snap-align: start; }
  .product-grid__item.mobile-extra { display: none !important; }
  .home-about { padding: 0; background: transparent; }
  .home-about__grid { position: relative; display: grid; grid-template-columns: 59px 1fr; gap: 7px; padding: 8px 9px; border-radius: 17px; background: var(--mv-surface-blush); }
  .home-about__portrait-wrap { grid-column: 1; grid-row: 1; width: 59px; align-self: center; }
  .home-about__portrait { width: 56px; padding: 3px; }
  .home-about__portrait-traits { top: -7px; right: -3px; width: 25px; }
  .home-about__portrait-heart { bottom: -5px; left: -5px; width: 18px; }
  .home-about__copy { grid-column: 2; grid-row: 1; }
  .home-about__copy .script-heading { margin-bottom: 2px; font-size: 1.16rem; }
  .home-about__copy p { margin-bottom: 3px; font-size: .75rem; line-height: 1.28; }
  .home-about__copy .button { float: right; min-height: var(--mv-control-height); padding: 6px 12px; font-size: .75rem; text-transform: none; }
  .home-freebies { display: grid !important; grid-template-columns: 40px 1fr auto; align-items: center; gap: 7px; margin-top: 6px; padding: 6px 9px; border-radius: 16px; background: linear-gradient(100deg, color-mix(in srgb, var(--mv-sage) 22%, var(--mv-panel)), color-mix(in srgb, var(--mv-sage) 10%, var(--mv-panel))); }
  .home-freebies__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--mv-panel); }
  .home-freebies__icon svg { width: 23px; height: 23px; }
  .home-freebies h2 { margin: 0 0 1px; font-family: "Poppins", sans-serif; font-size: .75rem; font-weight: 600; }
  .home-freebies p { margin: 0; font-size: .75rem; line-height: 1.3; }
  .home-freebies .button { min-height: var(--mv-control-height); padding: 6px 10px; font-size: .75rem; text-transform: none; white-space: nowrap; }
  .madamev-front-page .site-footer { display: none; }
  .site-footer { margin-top: 30px; }
  .footer-main { padding: 35px 0; }
  .footer-main__grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .footer-main__grid > * { min-width: 0; }
  .footer-main__art, .footer-newsletter, .footer-socials { width: 100%; max-width: 100%; }
  .footer-script { font-size: 3.8rem; }
  .footer-newsletter__form { width: calc(100% - 64px); margin-inline: 0 64px; }
  .footer-newsletter__form form { margin-inline: 0; }
  .footer-socials__links { justify-content: center; }
  .footer-bottom__inner { flex-direction: column; text-align: center; }
	.footer-bottom__inner nav { width: 100%; min-width: 0; }
	.footer-menu { flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
  .mobile-bottom-nav { position: fixed; right: 10px; bottom: 0; left: 10px; z-index: 100; display: block; padding-bottom: env(safe-area-inset-bottom); border: 1px solid color-mix(in srgb, var(--mv-charcoal) 8%, transparent); border-radius: 16px 16px 0 0; background: color-mix(in srgb, var(--mv-panel) 96%, transparent); box-shadow: 0 -5px 25px color-mix(in srgb, var(--mv-charcoal) 12%, transparent); backdrop-filter: blur(16px); }
  .mobile-nav__items { display: flex; justify-content: space-around; margin: 0; padding: 3px 3px 4px; list-style: none; }
  .mobile-nav__items li { flex: 1; min-width: 0; }
  .mobile-nav__items a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 44px; gap: 0; padding: 2px; border-radius: 10px; font-size: .75rem; white-space: nowrap; }
  .mobile-nav__items a,
  .mobile-nav__more-button,
  .mobile-nav__items .current-menu-item a,
  .mobile-nav__items .current_page_item a,
  .mobile-nav__items .current-menu-item .mobile-nav__more-button { background: transparent; color: var(--mv-sage-darker); }
  .mobile-nav__items .current-menu-item .mobile-nav__icon,
  .mobile-nav__items .current_page_item .mobile-nav__icon { width: 32px; height: 32px; border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel)); }
  .mobile-nav__icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; }
  .mobile-nav__icon svg { width: 19px; height: 19px; }
  .standard-layout { padding-block: 42px; }
	.madamev-page-hero__grid { display: block; min-height: 0; }
	.madamev-page-hero__copy { padding: 36px 8px 30px; }
	.madamev-page-hero__copy .script-kicker { font-size: 2.7rem; }
	.madamev-page-hero__copy h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
	.madamev-page-hero__visual { display: none; }
	.shop-hero-search { margin-top: 22px; }
	.madamev-woocommerce__content { padding-top: 24px; }
	.shop-category-filters { width: calc(100% + 16px); margin-bottom: 18px; }
	.shop-category-filters a { min-width: 118px; padding: 9px 16px; }
	.shop-results-layout { display: block; }
	.shop-filters { margin: 0 0 15px; }
	.shop-filters summary { display: flex; }
	.shop-filters:not([open]) .shop-filters__body { display: none; }
	.shop-filters__body { padding: 8px 16px 18px; }
	.woocommerce .woocommerce-result-count { float: right; margin: 10px 0 20px; }
	.woocommerce .woocommerce-ordering { float: left; margin: 0 0 20px; }
	.woocommerce .woocommerce-ordering select { max-width: 145px; }
  .page-header { margin-bottom: 28px; }
  .post-grid { grid-template-columns: 1fr; }
	.article-layout { width: min(calc(100% - 24px), 680px); }
	.article-header h1 { font-size: 2.45rem; }
	.article-meta { gap: 8px 14px; }
	.article-meta span + span::before { margin-right: 14px; }
	.article-newsletter { display: block; padding: 24px; }
	.article-newsletter .button { margin-top: 14px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
	.woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 8px; margin-top: 9px; overflow-x: auto; scrollbar-width: thin; }
	.woocommerce div.product div.images .flex-control-thumbs li { flex: 0 0 19%; width: 19%; }
	.woocommerce div.product div.summary { padding-top: 10px; }
	.woocommerce div.product .product_title { font-size: 2.35rem; }
	.woocommerce div.product form.cart { align-items: stretch; }
	.product-value-strip { grid-template-columns: 1fr 1fr; gap: 15px; padding: 16px; }
	.product-value-strip > div { padding: 0; border: 0; }
	.madamev-product-tabs { display: block; }
	.madamev-product-tab + .madamev-product-tab { margin-top: 8px; }
	.madamev-product-tab:not([open]) .wc-tab { display: none !important; }
	.woocommerce-checkout form.checkout { display: block; }
	.woocommerce-checkout #customer_details { display: block; }
	.woocommerce-checkout #order_review_heading { margin-top: 28px; }
	.woocommerce-cart .entry-content > .woocommerce { display: block; }
	.woocommerce-cart .cart-collaterals { display: block; }
	.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells { width: 100%; }
	.woocommerce-cart .cross-sells ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce-cart table.shop_table_responsive.cart { display: block; border: 0; }
	.woocommerce-cart table.shop_table_responsive.cart thead { display: none; }
	.woocommerce-cart table.shop_table_responsive.cart tbody { display: grid; gap: 12px; }
	.woocommerce-cart table.shop_table_responsive.cart tr.cart_item { display: grid; grid-template-columns: 92px minmax(0, 1fr) 30px; gap: 5px 14px; padding: 14px; border: 1px solid var(--mv-border); border-radius: 16px; background: var(--mv-panel); }
	.woocommerce-cart table.shop_table_responsive.cart tr.cart_item td { display: block; padding: 0; border: 0; text-align: left !important; }
	.woocommerce-cart table.shop_table_responsive.cart tr.cart_item td::before { display: none; }
	.woocommerce-cart table.cart .product-thumbnail { grid-column: 1; grid-row: 1 / 5; }
	.woocommerce-cart table.cart .product-thumbnail a { display: block; }
	.woocommerce-cart table.cart .product-thumbnail img { display: block; width: 92px; height: 92px; object-fit: contain; }
	.woocommerce-cart table.cart .product-name { grid-column: 2; grid-row: 1; font-weight: 600; }
	.woocommerce-cart table.cart .product-price { grid-column: 2; grid-row: 2; color: var(--mv-pink-ink); }
	.woocommerce-cart table.cart .product-quantity { grid-column: 2; grid-row: 3; }
	.woocommerce-cart table.cart .product-subtotal { display: none !important; }
	.woocommerce-cart table.cart .product-remove { grid-column: 3; grid-row: 1; }
	.woocommerce-cart table.cart .product-remove a { font-size: 1.6rem; }
	.woocommerce-cart table.cart tr:not(.cart_item) { display: block; }
	.woocommerce-cart table.cart td.actions { display: grid; gap: 10px; padding: 14px 0; background: transparent; }
	.woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; gap: 8px; }
	.woocommerce-cart table.cart td.actions .coupon label { display: none; }
	.woocommerce-cart table.cart td.actions .coupon .input-text { float: none; width: 100%; min-height: 46px; }
	.woocommerce-cart table.cart td.actions .coupon .button { float: none; width: 138px; min-height: 46px; padding-inline: 12px; }
	.woocommerce-cart table.cart td.actions > .button { width: 100%; }
	.error-404__grid { display: block; }
	.error-404__visual { display: none; }
	.error-404__code { font-size: 7rem; }
	.error-404__actions { flex-direction: column; }
}

@media (max-width: 480px) {
  .content-shell { width: min(calc(100% - 24px), 460px); }
  .quick-filters, .category-grid, .product-grid { width: 100%; }
  .site-title { font-size: 2rem; }
  .header-actions { gap: 0; }
  .mobile-intro__heading { padding-inline: 4px; }
  .mobile-section-title { gap: 8px; }
  .site-title { max-width: none; white-space: nowrap; }
}

@media (min-width: 600px) and (max-width: 780px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); font-size: 14px; }
  .mobile-intro { padding-top: 14px; }
  .mobile-intro::before { height: 150px; }
  .mobile-intro__heading { padding: 8px 20px 16px; }
  .mobile-intro__heading .script-kicker { font-size: 2.4rem; }
  .mobile-intro__heading h1 { max-width: 70%; font-size: 2.8rem; }
  .mobile-intro__heart { width: 34px; }
  .mobile-intro__star { right: 32%; width: 43px; }
  .mobile-intro__traits { top: 55px; width: 58px; }
  .madamev-product-search { min-height: 50px; }
  .home-mobile-search input[type="search"] { height: 48px; font-size: .92rem; }
  .quick-filters { margin-top: 12px; }
  .quick-filters__items a { min-width: 108px; padding: 8px 16px; }
  .mobile-promo { padding-top: 18px; }
  .mobile-promo > .script-heading { font-size: 2.15rem; }
  .mobile-promo__card { grid-template-columns: .8fr 1.2fr; height: 230px; border-radius: 24px; }
  .mobile-promo__copy { padding: 25px 0 20px 28px; }
  .mobile-promo__copy .eyebrow { font-size: .82rem; }
  .mobile-promo__copy h3 { font-size: 1.65rem; }
  .mobile-promo__copy p:not(.eyebrow) { font-size: .78rem; }
  .mobile-promo__copy .button { min-height: var(--mv-control-height); padding: 10px 17px; font-size: .75rem; }
  .home-categories { padding-block: 24px; }
  .section-heading--center { margin-bottom: 14px; }
  .mobile-section-title .script-heading { font-size: 2.2rem; }
  .mobile-section-title a { padding: 7px 13px; font-size: .75rem; }
  .category-grid { gap: 14px; }
  .category-card { flex-basis: 96px; gap: 7px; font-size: .75rem; }
  .category-card__icon { width: 92px; border-radius: 20px; }
  .home-latest { padding-block: 18px 28px; }
  .section-heading--row h2 { font-size: 2.45rem; }
  .section-heading--row > a { font-size: .78rem; }
  .home-about__grid { grid-template-columns: 128px 1fr; gap: 18px; padding: 22px 26px; }
  .home-about__portrait-wrap { width: 128px; }
  .home-about__portrait { width: 122px; }
  .home-about__portrait-traits { top: -15px; right: -8px; width: 54px; }
  .home-about__portrait-heart { bottom: -10px; left: -10px; width: 34px; }
  .home-about__copy .script-heading { font-size: 2.1rem; }
  .home-about__copy p { font-size: .78rem; }
  .home-about__copy .button { min-height: var(--mv-control-height); font-size: .75rem; }
  .home-freebies { grid-template-columns: 72px 1fr auto; gap: 16px; margin-top: 14px; padding: 16px 22px; }
  .home-freebies__icon { width: 66px; height: 66px; }
  .home-freebies h2 { font-size: .92rem; }
  .home-freebies p { font-size: .75rem; }
  .home-freebies .button { min-height: var(--mv-control-height); font-size: .75rem; }
  .mobile-nav__items { padding: 6px 5px 7px; }
  .mobile-nav__items a { min-height: 54px; font-size: .75rem; }
  .mobile-nav__icon svg { width: 24px; height: 24px; }
}

/* Pixel-faithful WooCommerce shop archive. */
.madamev-page-hero--shop { position: relative; min-height: 352px; background: var(--mv-surface-cream); overflow: hidden; }
.madamev-page-hero--shop::before { top: 48px; left: -16px; width: 82px; height: 92px; background: url("../images/madamev/traits-accents.png") center / contain no-repeat; opacity: 1; }
.shop-hero-breadcrumb { position: relative; z-index: 6; padding-top: 17px; }
.shop-hero-breadcrumb .woocommerce-breadcrumb { margin: 0; color: var(--mv-charcoal); }
.madamev-page-hero--shop .madamev-page-hero__grid { position: relative; grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr); min-height: 315px; gap: 18px; }
.madamev-page-hero--shop .madamev-page-hero__copy { position: relative; z-index: 5; }
.madamev-page-hero--shop .script-kicker { margin: 0 0 -4px; color: var(--mv-pink); font-size: 2.65rem; }
.madamev-page-hero--shop .madamev-page-hero__copy h1 { margin: 0 0 12px; font-size: clamp(3rem, 4.3vw, 4.7rem); line-height: .94; }
.madamev-page-hero--shop .madamev-page-hero__copy h1::after { right: -3%; bottom: -5px; left: -1%; height: 8px; background: var(--mv-pink); opacity: .48; }
.madamev-page-hero--shop .madamev-page-hero__copy > p:last-of-type { max-width: 430px; margin: 0; font-size: .86rem; line-height: 1.5; }
.madamev-page-hero--shop .shop-hero-search { width: 100%; max-width: 470px; min-height: var(--mv-control-height); margin: 13px 0 0; }
.madamev-page-hero--shop .shop-hero-search input[type="search"] { height: 39px; font-size: .78rem; }
.madamev-page-hero--shop .shop-hero-search .madamev-product-search__icon { margin-left: 16px; }
.madamev-page-hero--shop .shop-hero-search svg { width: 18px; height: 18px; }
.shop-hero-scene { position: relative; align-self: stretch; min-width: 0; pointer-events: none; }
.shop-hero-scene img { position: absolute; max-width: none; object-fit: contain; }
.shop-hero-scene__attaches { z-index: 2; right: 28%; bottom: 4%; width: 135px; transform: rotate(-8deg); }
.shop-hero-scene__pencils { z-index: 2; top: 4%; right: -3%; width: 154px; }
.shop-hero-scene__cup { z-index: 3; right: 2%; bottom: -24%; width: 190px; }
.shop-hero-accent { position: absolute; z-index: 4; pointer-events: none; }
.shop-hero-accent--traits { display: none; }
.shop-hero-accent--heart { top: 28px; left: 23%; width: 32px; }
.shop-hero-accent--star { top: 35%; left: 40%; width: 53px; }
.shop-hero-accent--rainbow { bottom: 6px; left: 34%; width: 88px; }
.woocommerce-shop .madamev-woocommerce__content, .tax-product_cat .madamev-woocommerce__content { padding-block: 18px 34px; }
.shop-category-filters { gap: 14px; margin: 0 0 20px; padding-bottom: 2px; }
.shop-category-filters a { min-width: 118px; padding: 9px 18px; border: 1px solid transparent; font-size: .76rem; }
.shop-category-filters a:nth-child(5n+1) { background: color-mix(in srgb, var(--mv-sage) 68%, var(--mv-panel)); }
.shop-category-filters a:nth-child(5n+2) { background: color-mix(in srgb, var(--mv-pink) 42%, var(--mv-panel)); }
.shop-category-filters a:nth-child(5n+3) { background: color-mix(in srgb, var(--mv-terracotta) 25%, var(--mv-panel)); }
.shop-category-filters a:nth-child(5n+4) { background: color-mix(in srgb, var(--mv-blue) 54%, var(--mv-panel)); }
.shop-category-filters a:nth-child(5n) { background: color-mix(in srgb, var(--mv-mustard) 43%, var(--mv-panel)); }
.shop-category-filters a.is-active { border-color: var(--mv-sage); background: var(--mv-sage); color: var(--mv-white); }
.shop-category-filters a:nth-child(5n+1):hover,
.shop-category-filters a:nth-child(5n+1):focus-visible { border-color: color-mix(in srgb, var(--mv-sage) 90%, var(--mv-charcoal)); background: color-mix(in srgb, var(--mv-sage) 90%, var(--mv-charcoal)); color: var(--mv-white); }
.shop-category-filters a:nth-child(5n+2):hover,
.shop-category-filters a:nth-child(5n+2):focus-visible { border-color: color-mix(in srgb, var(--mv-pink) 90%, var(--mv-charcoal)); background: color-mix(in srgb, var(--mv-pink) 90%, var(--mv-charcoal)); color: var(--mv-white); }
.shop-category-filters a:nth-child(5n+3):hover,
.shop-category-filters a:nth-child(5n+3):focus-visible { border-color: color-mix(in srgb, var(--mv-terracotta) 90%, var(--mv-charcoal)); background: color-mix(in srgb, var(--mv-terracotta) 90%, var(--mv-charcoal)); color: var(--mv-white); }
.shop-category-filters a:nth-child(5n+4):hover,
.shop-category-filters a:nth-child(5n+4):focus-visible { border-color: color-mix(in srgb, var(--mv-blue) 90%, var(--mv-charcoal)); background: color-mix(in srgb, var(--mv-blue) 90%, var(--mv-charcoal)); color: var(--mv-white); }
.shop-category-filters a:nth-child(5n):hover,
.shop-category-filters a:nth-child(5n):focus-visible { border-color: color-mix(in srgb, var(--mv-mustard) 90%, var(--mv-charcoal)); background: color-mix(in srgb, var(--mv-mustard) 90%, var(--mv-charcoal)); color: var(--mv-white); }
.shop-results-layout { grid-template-columns: 205px minmax(0, 1fr); gap: 16px; }
.shop-results-main { padding: 13px 16px 18px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.shop-filters { margin-top: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.shop-filters__body { padding: 0; }
.shop-filters__body section { padding: 14px 15px; border: 1px solid color-mix(in srgb, var(--mv-pink) 12%, transparent); border-radius: 12px; background: var(--mv-surface-cream); }
.shop-filters__body section + section { margin-top: 8px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--mv-pink) 12%, transparent); }
.shop-filters__body h2 { margin: 0 0 8px; font-size: .76rem; text-transform: none; }
.shop-filter-list label { position: relative; display: flex; align-items: center; justify-content: flex-start; gap: 6px; padding: 3px 0; color: var(--mv-charcoal); font-size: .75rem; cursor: pointer; }
.shop-filter-list input { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; }
.shop-filter-list small { margin-left: auto; }
.shop-filter-check { position: relative; flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid var(--mv-taupe); border-radius: 3px; background: var(--mv-panel); }
.shop-filter-check::after { content: ""; position: absolute; top: 2px; left: 6px; width: 4px; height: 9px; border: solid var(--mv-white); border-width: 0 2px 2px 0; opacity: 0; transform: rotate(45deg) scale(.7); transform-origin: center; }
.shop-filter-list input:checked + .shop-filter-check { border-color: var(--mv-pink); background: var(--mv-pink); }
.shop-filter-list input:checked + .shop-filter-check::after { opacity: 1; transform: rotate(45deg) scale(1); }
.shop-filter-list input:focus-visible + .shop-filter-check { outline: 3px solid var(--mv-pink); outline-offset: -3px; }
.shop-filter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; }
.shop-filter-actions .button { min-height: var(--mv-control-height); padding: 7px 13px; font-size: .75rem; }
.shop-filter-actions a { color: var(--mv-sage-ink); font-size: .75rem; font-weight: 600; text-decoration: underline; }
.madamev-js .shop-filter-actions .shop-filter-submit { display: none !important; }
.shop-results-main .woocommerce-result-count { margin: 8px 0 18px 8px; font-size: .78rem; }
.shop-results-main .woocommerce-ordering { margin: 0 0 10px; }
.shop-results-main .woocommerce-ordering select { min-height: var(--mv-control-height); padding: 5px 34px 5px 12px; font-size: .75rem; }
.shop-results-main ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 42px 0 14px; }
.shop-product-term { display: table; max-width: 90%; margin: 4px auto 2px; padding: 2px 9px; border-radius: 999px; background: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel)); color: var(--mv-charcoal); font-size: .75rem; line-height: 1.3; text-align: center; }
.shop-product-new { position: absolute; z-index: 5; top: 8px; left: 8px; padding: 4px 8px; border-radius: 4px; font-size: .75rem; }

@media (max-width: 1050px) and (min-width: 781px) {
  .madamev-page-hero--shop .madamev-page-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr); }
  .shop-hero-scene__pencils { right: -8%; width: 135px; }
  .shop-hero-scene__cup { right: -5%; width: 165px; }
  .shop-hero-scene__attaches { right: 25%; width: 115px; }
  .shop-results-layout { grid-template-columns: 190px minmax(0, 1fr); }
  .shop-results-main ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 865px) and (min-width: 781px) {
  .shop-results-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .madamev-page-hero--shop { min-height: 390px; }
  .madamev-page-hero--shop::before { top: 18px; left: -20px; width: 72px; height: 88px; }
  .madamev-page-hero--shop .madamev-page-hero__grid { display: block; min-height: 390px; }
  .madamev-page-hero--shop .madamev-page-hero__copy { padding: 20px 12px 22px; }
  .madamev-page-hero--shop .script-kicker { margin-left: 55px; font-size: 2.4rem; }
  .madamev-page-hero--shop .madamev-page-hero__copy h1 { margin-left: 55px; font-size: clamp(2.85rem, 10.5vw, 3.8rem); line-height: .94; }
  .madamev-page-hero--shop .madamev-page-hero__copy > p:last-of-type { max-width: 330px; margin: 18px auto 0; font-size: .78rem; }
  .madamev-page-hero--shop .shop-hero-search { max-width: none; min-height: 52px; margin-top: 18px; }
  .madamev-page-hero--shop .shop-hero-search input[type="search"] { height: 50px; font-size: .75rem; }
  .shop-hero-scene { display: none; }
  .shop-hero-accent--heart { top: 24px; left: 36%; width: 27px; }
  .shop-hero-accent--star { top: 61px; right: 16px; left: auto; width: 31px; }
  .shop-hero-accent--rainbow { top: 340px; right: 17px; bottom: auto; left: auto; width: 58px; }
  .woocommerce-shop .madamev-woocommerce__content, .tax-product_cat .madamev-woocommerce__content { padding-top: 16px; }
  .shop-category-filters { width: calc(100% + 12px); gap: 9px; margin-bottom: 12px; }
  .shop-category-filters a { min-width: 105px; padding: 8px 14px; font-size: .75rem; }
  .shop-results-layout { position: relative; }
  .shop-results-main { position: relative; padding: 56px 8px 12px; border-radius: 18px; }
  .shop-filters { position: absolute; z-index: 20; top: 8px; left: 8px; margin: 0; }
  .shop-filters summary { display: flex; min-height: var(--mv-control-height); padding: 8px 14px; border: 1px solid var(--mv-border); border-radius: 999px; background: var(--mv-panel); font-size: .75rem; }
  .shop-filters[open] { width: calc(100% - 16px); }
  .shop-filters[open] summary { width: max-content; }
  .shop-filters__body { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; clear: both; max-height: min(68vh, 560px); margin-top: 7px; padding: 10px; border: 1px solid var(--mv-border); border-radius: 14px; background: var(--mv-panel); box-shadow: 0 10px 30px color-mix(in srgb, var(--mv-charcoal) 12%, transparent); overflow-y: auto; }
  .shop-filters__body section + section { margin-top: 0; }
  .shop-filter-actions { grid-column: 1 / -1; }
  .shop-results-main .woocommerce-result-count { position: absolute; top: 20px; right: 10px; float: none; margin: 0; font-size: .75rem; }
  .shop-results-main .woocommerce-ordering { position: absolute; top: 8px; left: 101px; float: none; margin: 0; }
  .shop-results-main .woocommerce-ordering select { max-width: 115px; min-height: var(--mv-control-height); margin-left: 5px; padding: 6px 8px; border-radius: 999px; font-size: .75rem; font-weight: 600; }
  .shop-results-main ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 0; }
  .shop-product-term { margin-top: 2px; padding: 2px 6px; font-size: .75rem; }
  .shop-product-new { top: 5px; left: 5px; padding: 3px 5px; font-size: .75rem; }
}

@media (max-width: 616px) {
  .shop-results-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 360px) {
  .madamev-page-hero--shop .script-kicker, .madamev-page-hero--shop .madamev-page-hero__copy h1 { margin-left: 42px; }
  .shop-filters summary { padding-inline: 10px; }
  .shop-results-main .woocommerce-ordering { left: 96px; }
  .shop-results-main .woocommerce-ordering select { max-width: 115px; padding-inline: 6px; font-size: .75rem; }
  .shop-results-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-newsletter__form { width: calc(100% - 48px); margin-inline: 0 48px; }
  .footer-newsletter__form input[type="email"], .footer-newsletter__form input[type="text"] { padding: 0 12px; }
  .footer-newsletter__form input[type="submit"], .footer-newsletter__form button { padding-inline: 14px; }
  .footer-newsletter__accents { right: -46px; width: 48px; }
}

/* Homepage mobile: a faithful, app-like adaptation of the approved desktop composition. */
.value-item__copy strong { display: block; font-size: .84rem; font-weight: 400; line-height: 1.35; }
.value-item__copy p { display: none; }
.mobile-more-sheet { max-width: none; }

@media (min-width: 781px) and (max-width: 899px) {
  .site-header__inner { grid-template-columns: 145px minmax(0, 1fr) 112px; gap: 8px; }
  .site-branding .custom-logo { max-width: 145px; }
  .primary-navigation__items,
  .primary-navigation .menu { gap: 8px; }
  .header-actions { gap: 4px; }
  .header-action { width: 32px; }
  .madamev-front-page .home-hero__table { right: -3%; width: 31%; }
}

@media (max-width: 780px) {
  .madamev-front-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .madamev-front-page.mobile-more-open { overflow: hidden; }
  .madamev-front-page .announcement-bar,
  .madamev-front-page .site-header { display: none; }
  .madamev-front-page.madamev-search-open .site-header { position: fixed; z-index: 70; top: 0; right: 0; left: 0; display: block; height: 0; border: 0; background: transparent; }
  .madamev-front-page.madamev-search-open .site-header__inner { display: none; }
  .madamev-front-page.madamev-search-open .header-search-panel { top: auto; bottom: calc(64px + env(safe-area-inset-bottom)); }

  .madamev-front-page .home-hero { display: block; min-height: 360px; height: 360px; background: var(--mv-surface-cream); }
  .madamev-front-page .home-hero__inner { position: relative; display: block; width: 100%; min-height: 360px; height: 360px; }
  .madamev-front-page .home-hero__content { z-index: 5; width: 85%; margin: auto; padding: 27px 0 20px 22px; }
  .madamev-front-page .home-hero__title-art { width: 100%; max-height: 190px; margin: 0 0 5px; object-position: left center; }
  .madamev-front-page .home-hero__content p:not(.script-kicker) { max-width: 205px; margin: 0 0 9px; font-size: .75rem; line-height: 1.38; }
  .madamev-front-page .home-hero__content .button { min-height: var(--mv-control-height); margin: 0; padding: 8px 12px; gap: 7px; font-size: .75rem; white-space: nowrap; }
  .madamev-front-page .home-hero__content .button svg { width: 13px; }
  .madamev-front-page .home-hero__scene { display: block; inset: 0; }
  .madamev-front-page .home-hero__person { bottom: 0; left: 62%; height: 90%; }
  .madamev-front-page .home-hero__table,
  .madamev-front-page .home-hero__board { display: none; }
  .madamev-front-page .home-hero__accent--traits { top: 76%; left: -23px; width: 64px; }
  .madamev-front-page .home-hero__accent--rainbow { bottom: -5px; left: 31%; width: 74px; }

  .home-categories { padding: 23px 0 22px; background: var(--mv-surface-cream); }
  .home-categories .section-heading--center { margin: 0 0 14px; text-align: center; }
  .home-categories .section-heading--center .eyebrow { margin-bottom: 4px; color: var(--mv-pink); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
  .home-categories .section-heading--center h2 { max-width: 355px; margin: 0 auto; font-size: clamp(1.45rem, 6.4vw, 1.85rem); font-weight: 700; line-height: 1.08; }
  .home-categories .category-grid { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 10px; overflow: visible; }
  .home-categories .category-card { display: flex; width: auto; min-width: 0; flex: none; gap: 6px; padding: 0; font-size: .75rem; font-weight: 500; line-height: 1.22; }
  .home-categories .category-card__icon { width: clamp(70px, 21vw, 88px); border-radius: 50%; }
  .home-categories .category-card:hover .category-card__icon { transform: none; }
  .home-categories__more.mobile-only { display: inline-flex !important; width: max-content; min-width: 128px; min-height: var(--mv-control-height); margin: 17px auto 0; padding: 7px 17px; border: 1.5px solid var(--mv-sage); color: var(--mv-sage-ink); font-size: .75rem; }
  .home-categories__more svg { width: 14px; }

  .madamev-front-page .home-latest { padding: 24px 0 30px; }
  .madamev-front-page .home-latest .section-heading--row { align-items: center; margin-bottom: 12px; }
  .madamev-front-page .home-latest .section-heading--row h2 { padding-bottom: 11px; }
  .madamev-front-page .home-latest .section-heading--row h2::after { width: 48px; height: 13px; }
  .madamev-front-page .home-latest .section-heading--row > a { color: var(--mv-charcoal); font-size: .75rem; font-weight: 500; text-transform: uppercase; }
  .madamev-front-page .home-latest .section-heading--row > a svg { display: block; width: 12px; }
  .madamev-front-page .home-latest .product-grid { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 10px; overflow: visible; }
  .madamev-front-page .home-latest .product-grid__item { display: block !important; width: auto; max-width: none; min-width: 0; flex: none; }
  .madamev-front-page .home-latest .product-grid__item.mobile-extra { display: none !important; }

  .madamev-front-page .home-about { padding: 22px 0 20px; background: var(--mv-surface-blush); }
  .madamev-front-page .home-about__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(112px, .75fr); align-items: center; gap: 11px; padding: 0; border-radius: 0; background: transparent; }
  .madamev-front-page .home-about__copy { grid-column: 1; grid-row: 1; }
  .madamev-front-page .home-about__title-art { display: block; width: 100%; max-height: 88px; margin: 0 0 5px; object-fit: contain; object-position: left center; }
  .madamev-front-page .home-about__copy p { max-width: 235px; margin: 0 0 8px; font-size: .75rem; line-height: 1.36; }
  .madamev-front-page .home-about__copy .button { float: none; min-height: var(--mv-control-height); padding: 7px 12px; font-size: .75rem; }
  .madamev-front-page .home-about__portrait-wrap { grid-column: 2; grid-row: 1; width: 100%; max-width: 150px; }
  .madamev-front-page .home-about__portrait { width: min(100%, 138px); padding: 5px; }
  .madamev-front-page .home-about__portrait-traits { top: -12px; right: -7px; width: 45px; }
  .madamev-front-page .home-about__portrait-heart { bottom: -8px; left: -8px; width: 28px; }

  .madamev-front-page .home-values { padding: 12px 0; background: var(--mv-panel); }
  .madamev-front-page .home-values__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .madamev-front-page .value-item { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 8px; min-height: 78px; padding: 10px 9px; border-right: 1px dashed color-mix(in srgb, var(--mv-sage) 55%, var(--mv-panel)); border-bottom: 1px dashed color-mix(in srgb, var(--mv-sage) 55%, var(--mv-panel)); }
  .madamev-front-page .value-item:nth-child(2n) { border-right: 0; }
  .madamev-front-page .value-item:nth-last-child(-n+2) { border-bottom: 0; }
  .madamev-front-page .value-item > span { width: 46px; height: 46px; border-radius: 50%; background: color-mix(in srgb, var(--mv-pink) 30%, var(--mv-panel)); }
  .madamev-front-page .value-item:nth-child(2n) > span { background: color-mix(in srgb, var(--mv-sage) 35%, var(--mv-panel)); }
  .madamev-front-page .value-item:nth-child(3) > span { background: color-mix(in srgb, var(--mv-blue) 38%, var(--mv-panel)); }
  .madamev-front-page .value-item:nth-child(4) > span { background: color-mix(in srgb, var(--mv-mustard) 40%, var(--mv-panel)); }
  .madamev-front-page .value-item svg { width: 28px; height: 28px; }
  .madamev-front-page .value-item__copy strong { font-size: .75rem; font-weight: 600; line-height: 1.25; }
  .madamev-front-page .value-item__copy p { display: block; margin: 2px 0 0; color: var(--mv-taupe); font-size: .75rem; line-height: 1.28; }

  .madamev-front-page .site-footer { display: block; margin-top: 0; }
  .madamev-front-page .footer-main { padding: 20px 0 0; background: var(--mv-sage); color: var(--mv-panel); }
  .madamev-front-page .footer-main__grid,
  .madamev-front-page .footer-main__grid--without-newsletter { display: grid; width: min(calc(100% - 24px), 680px); grid-template-columns: 105px minmax(0, 1fr); align-items: center; gap: 12px; margin-inline: auto; padding: 0; text-align: left; }
  .madamev-front-page .footer-main__art { display: block; width: 105px; }
  .madamev-front-page .footer-main__art > img:first-of-type { width: 100%; max-height: 86px; object-fit: contain; }
  .madamev-front-page .footer-newsletter { width: 100%; max-width: none; margin: 0; padding: 0; border-radius: 0; background: transparent; }
  .madamev-front-page .footer-newsletter__mobile-title { display: none; }
  .madamev-front-page .footer-newsletter > p { margin: 0 0 7px; color: var(--mv-panel); font-size: .75rem; line-height: 1.35; }
  .madamev-front-page .footer-newsletter__form { width: calc(100% - 34px); max-width: none; margin: 0 34px 0 0; }
  .madamev-front-page .footer-newsletter__form form { max-width: none; }
  .madamev-front-page .footer-newsletter__form input[type="email"],
  .madamev-front-page .footer-newsletter__form input[type="text"],
  .madamev-front-page .footer-newsletter__form input[type="submit"],
  .madamev-front-page .footer-newsletter__form button { min-height: var(--mv-control-height); font-size: .75rem !important; }
  .madamev-front-page .footer-newsletter__form input[type="email"],
  .madamev-front-page .footer-newsletter__form input[type="text"] { padding: 0 12px; }
  .madamev-front-page .footer-newsletter__form input[type="submit"],
  .madamev-front-page .footer-newsletter__form button { padding-inline: 12px; }
  .madamev-front-page .footer-newsletter__accents { display: block; top: 0; right: -31px; width: 37px; }
  .madamev-front-page .footer-features { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: calc(100% + 24px); margin: 16px -12px 0; padding: 14px 8px; border-top: 1px solid color-mix(in srgb, var(--mv-panel) 36%, transparent); background: transparent; color: var(--mv-panel); }
  .madamev-front-page .footer-feature { display: block; padding: 0 8px; border-left: 1px solid color-mix(in srgb, var(--mv-panel) 30%, transparent); text-align: center; }
  .madamev-front-page .footer-feature:first-child { border-left: 0; }
  .madamev-front-page .footer-feature__icon { display: block; margin-bottom: 4px; }
  .madamev-front-page .footer-feature__icon svg { width: 25px; height: 25px; }
  .madamev-front-page .footer-feature strong { font-size: .75rem; }
  .madamev-front-page .footer-feature p { margin-top: 3px; font-size: .75rem; }
  .madamev-front-page .footer-bottom { padding: 9px 0 11px; }
  .madamev-front-page .footer-bottom__inner { gap: 7px; }
  .madamev-front-page .footer-menu { gap: 6px 13px; }

  .mobile-bottom-nav { right: 0; left: 0; min-height: 62px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 18px 18px 0 0; }
  .mobile-nav__items { justify-content: stretch; padding: 4px 5px 5px; }
  .mobile-nav__items li { flex: 1 1 20%; }
  .mobile-nav__items a,
  .mobile-nav__more-button { display: flex; width: 100%; min-height: 51px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 3px 2px; border: 0; border-radius: 11px; background: transparent; color: var(--mv-sage-darker); font-family: "Poppins", sans-serif; font-size: .75rem; font-weight: 500; line-height: 1; text-transform: none; white-space: nowrap; box-shadow: none; }
  .mobile-nav__items .current-menu-item a,
  .mobile-nav__items .current-menu-item .mobile-nav__more-button { background: transparent; color: var(--mv-sage-darker); }
  .mobile-nav__items .current-menu-item .mobile-nav__icon { width: 34px; height: 34px; border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel)); }
  .mobile-nav__icon { position: relative; width: 34px; height: 34px; border-radius: 50%; }
  .mobile-nav__icon svg { width: 23px; height: 23px; }
  .mobile-nav__icon svg.fill,
  .mobile-nav__icon svg .fill { fill: currentColor; }
  .mobile-nav__icon .madamev-cart-count { top: -2px; right: -7px; min-width: 16px; height: 16px; padding: 0 4px; font-size: .75rem; }
  .mobile-nav__more-button:hover,
  .mobile-nav__more-button:focus-visible { background: transparent; color: var(--mv-sage-dark); transform: none; box-shadow: none; }

  .mobile-more-sheet { position: fixed; inset: auto 0 0; width: 100%; max-width: none; max-height: min(70vh, 560px); margin: auto 0 0; padding: 0; border: 0; background: transparent; overflow: visible; }
  .mobile-more-sheet::backdrop { background: color-mix(in srgb, var(--mv-charcoal) 35%, transparent); opacity: 0; backdrop-filter: blur(2px); transition: opacity 220ms ease; }
  .mobile-more-sheet.is-open::backdrop { opacity: 1; }
  .mobile-more-sheet__panel { max-height: min(70vh, 560px); padding: 14px 20px calc(22px + env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; background: var(--mv-panel); box-shadow: 0 -12px 34px color-mix(in srgb, var(--mv-charcoal) 15%, transparent); overflow-y: auto; transform: translateY(100%); transition: transform 220ms ease; }
  .mobile-more-sheet.is-open .mobile-more-sheet__panel { transform: translateY(var(--mv-sheet-drag-y, 0px)); }
  .mobile-more-sheet header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
  .mobile-more-sheet h2 { margin: 0; font-size: 1.65rem; }
  .mobile-more-sheet .madamev-sheet-close { display: grid; place-items: center; width: 40px; min-height: 40px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--mv-charcoal); font-family: Arial, sans-serif; font-size: 1.65rem; font-weight: 400; line-height: 1; box-shadow: none; }
  .mobile-more-sheet .madamev-sheet-close:hover,
  .mobile-more-sheet .madamev-sheet-close:focus-visible,
  .mobile-more-sheet .madamev-sheet-close:active { border: 0; background: transparent; color: var(--mv-pink); box-shadow: none; transform: none; }
  .mobile-more-sheet ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
  .mobile-more-sheet a { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 8px 4px; border-bottom: 1px solid var(--mv-border); font-size: .78rem; font-weight: 500; }
  .mobile-more-sheet a svg { width: 17px; }
  .mobile-more-sheet__search { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--mv-border); }
  .mobile-more-sheet__search .madamev-product-search { width: 100%; min-height: var(--mv-control-height); }
  .mobile-more-sheet__search .madamev-product-search input[type="search"] { height: 42px; font-size: .78rem; }
}

@media (max-width: 560px) {
  .madamev-front-page .home-hero__content { width: 50%; margin: 0; }
  .madamev-front-page .home-hero__person { bottom: 14px; left: 47%; }
}

@media (max-width: 360px) {
  .madamev-front-page .home-hero,
  .madamev-front-page .home-hero__inner { min-height: 335px; height: 335px; }
  .madamev-front-page .home-hero__content { padding: 24px 0 16px 15px; }
  .madamev-front-page .home-hero__title-art { max-height: 170px; }
  .madamev-front-page .home-hero__content p:not(.script-kicker) { font-size: .75rem; }
  .madamev-front-page .home-hero__content .button { padding-inline: 10px; font-size: .75rem; }
  .madamev-front-page .home-hero__person { height: 79%; }
  .madamev-front-page .home-categories .category-card__icon { width: 68px; }
  .madamev-front-page .home-about__grid { grid-template-columns: minmax(0, 1.3fr) 105px; }
  .madamev-front-page .home-about__copy p { font-size: .75rem; }
  .madamev-front-page .footer-main__grid,
  .madamev-front-page .footer-main__grid--without-newsletter { grid-template-columns: 88px minmax(0, 1fr); }
  .madamev-front-page .footer-main__art { width: 88px; }
  .madamev-front-page .footer-newsletter__form { width: 100%; margin-right: 0; }
  .madamev-front-page .footer-newsletter__accents { display: none; }
  .mobile-nav__items a,
  .mobile-nav__more-button { font-size: .75rem; }
}

/* Official product card shared by every product collection. */
.madamev-product-card {
  --mv-product-card-title: var(--mv-charcoal);
  --mv-product-card-title-active: var(--mv-pink);
  --mv-product-card-price: var(--mv-sage);
  --mv-product-card-badge-text: var(--mv-charcoal);
  --mv-product-card-badge-bg: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel));
  container: product-card / inline-size;
  position: relative;
  display: flex;
  float: none !important;
  clear: none !important;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid var(--mv-border);
  border-radius: 14px;
  background: var(--mv-panel);
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color var(--mv-transition);
}
.madamev-product-card:hover,
.madamev-product-card:focus-within {
  border-color: var(--mv-pink);
  box-shadow: none;
  transform: none;
}
.madamev-product-card__image {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1.24;
  padding: 10px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mv-pale-pink) 45%, transparent), color-mix(in srgb, var(--mv-panel) 30%, transparent));
  overflow: hidden;
}
.madamev-product-card__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
}
.madamev-product-card .madamev-badge {
  position: absolute;
  z-index: 4;
  top: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 6px 9px;
  border-radius: 0 0 8px 0;
  background: var(--mv-pink);
  color: var(--mv-panel);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.madamev-product-card .madamev-badge--new { right: auto; left: 0; }
.madamev-product-card .madamev-badge--sale { right: 0; left: auto; border-radius: 0 0 0 8px; }
.madamev-product-card__body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 12px 13px 13px; }
.madamev-product-card__body h3 {
  min-height: 0;
  margin: 0 0 7px;
  padding: 0;
  color: var(--mv-product-card-title);
  font-family: "Poppins", sans-serif;
  font-size: var(--mv-card-title-size);
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  transition: color var(--mv-transition);
}
.madamev-product-card__primary {
  color: var(--mv-product-card-title) !important;
  font-family: inherit !important;
  font-size: var(--mv-card-title-size) !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  transition: color var(--mv-transition);
}
.madamev-product-card:hover .madamev-product-card__primary,
.madamev-product-card:focus-within .madamev-product-card__primary { color: var(--mv-product-card-title-active) !important; }
.madamev-product-card__primary::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; }
.madamev-product-card__primary:focus-visible { outline: 0; }
.madamev-product-card__primary:focus-visible::after { outline: 3px solid var(--mv-pink); outline-offset: -3px; }
.madamev-product-card__terms { position: relative; z-index: 3; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 4px; min-height: 0; margin: 0 0 6px; padding: 0; border-radius: 0; background: transparent; color: var(--mv-charcoal); white-space: normal; overflow: visible; }
.madamev-taxonomy-badge,
.madamev-value-badge {
  display: inline-flex;
  max-width: 100%;
  margin: 0 !important;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--mv-product-card-badge-bg, color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel))) !important;
  color: var(--mv-product-card-badge-text, var(--mv-charcoal)) !important;
  font-size: .75rem;
  line-height: 1.25;
  text-align: left;
  text-decoration: none !important;
}
.madamev-taxonomy-badge:hover,
.madamev-taxonomy-badge:focus,
.madamev-taxonomy-badge:focus-visible { background: var(--mv-sage) !important; color: var(--mv-panel) !important; }
.madamev-product-card__rating { min-height: 18px; margin: 0 0 5px; }
.madamev-product-card__rating .star-rating { width: 90px; margin: 0; }
.madamev-product-card__footer { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; margin-top: auto; }
.madamev-product-card__footer .price {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--mv-product-card-price) !important;
  font-size: .84rem !important;
  font-weight: 700 !important;
  line-height: 1.25;
  text-align: left;
}
.madamev-product-card__actions { position: relative; z-index: 4; display: flex; flex: 0 0 auto; align-items: center; gap: 6px; margin-left: auto; }
.madamev-product-card__actions .madamev-add-to-cart,
.madamev-product-card__actions .madamev-loop-cart,
.madamev-product-card__actions .madamev-favorite-button {
  position: static !important;
  display: grid !important;
  flex: 0 0 34px !important;
  place-items: center;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid var(--mv-pink) !important;
  border-radius: 50% !important;
  background: var(--mv-panel) !important;
  color: var(--mv-charcoal) !important;
}
.madamev-product-card__actions .madamev-add-to-cart:hover,
.madamev-product-card__actions .madamev-add-to-cart:focus-visible,
.madamev-product-card__actions .madamev-favorite-button:hover,
.madamev-product-card__actions .madamev-favorite-button:focus-visible {
  border-color: var(--mv-pink) !important;
  background: var(--mv-pink) !important;
  color: var(--mv-panel) !important;
  box-shadow: none !important;
  transform: none !important;
}
.madamev-product-card__actions .madamev-loop-cart svg { display: block; width: 17px; height: 17px; }
.madamev-product-card__actions .madamev-favorite-icon { flex-basis: 15px; width: 15px; height: 15px; }
.madamev-product-card__actions .madamev-favorite-icon svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.madamev-product-card__actions .madamev-favorite-button.is-favorite .madamev-favorite-icon svg { fill: var(--mv-pink); stroke: var(--mv-pink); }
.madamev-product-card__actions .madamev-favorite-button.is-favorite:hover .madamev-favorite-icon svg,
.madamev-product-card__actions .madamev-favorite-button.is-favorite:focus-visible .madamev-favorite-icon svg { fill: currentColor; stroke: currentColor; }

@container product-card (max-width: 180px) {
  .madamev-product-card__footer { align-items: flex-start; }
  .madamev-product-card__footer .price { flex-basis: 100%; }
  .madamev-product-card__actions { flex-basis: 100%; justify-content: flex-end; }
}

@media (max-width: 780px) {
  .product-grid { gap: 8px; }
  .product-grid__item { flex: 0 0 calc((100% - 8px) / 2); width: calc((100% - 8px) / 2); max-width: none; }
  .madamev-product-card__body h3,
  .madamev-product-card__primary { font-size: var(--mv-card-title-size-mobile) !important; }
  .madamev-product-card__actions .madamev-add-to-cart,
  .madamev-product-card__actions .madamev-loop-cart,
  .madamev-product-card__actions .madamev-favorite-button { flex-basis: 29px !important; width: 29px !important; min-width: 29px !important; height: 29px !important; min-height: 29px !important; }
  .madamev-product-card__actions .madamev-loop-cart svg { width: 16px; height: 16px; }
  .madamev-product-card__actions .madamev-favorite-icon { flex-basis: 14px; width: 14px; height: 14px; }
  .madamev-product-card__actions .madamev-favorite-icon svg { width: 14px; height: 14px; }
}

@media (min-width: 781px) {
  .single-product .madamev-product-tab > summary { pointer-events: none; cursor: default; }
  .single-product .madamev-product-tab > summary::after { display: none; }
}

/* Compact shared page heroes. */
.madamev-page-hero,
.madamev-page-hero--shop { height: 250px; min-height: 250px; background: var(--mv-surface-cream); overflow: hidden; }
.madamev-page-hero::before,
.madamev-page-hero--shop::before { display: none; }
.madamev-page-hero__grid,
.madamev-page-hero--shop .madamev-page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr); align-items: center; height: 250px; min-height: 250px; gap: 30px; }
.madamev-page-hero__copy,
.madamev-page-hero--shop .madamev-page-hero__copy { position: relative; z-index: 5; min-width: 0; }
.madamev-page-hero__title-wrap { position: relative; display: inline-block; }
.madamev-page-hero__copy h1,
.madamev-page-hero--shop .madamev-page-hero__copy h1 { position: relative; z-index: 2; display: block; margin: 0; font-size: clamp(3.1rem, 4.4vw, 4.55rem); line-height: .98; }
.madamev-page-hero__copy h1::after,
.madamev-page-hero--shop .madamev-page-hero__copy h1::after { display: none; }
.madamev-page-hero__underline { position: absolute; z-index: 1; right: -4px; bottom: -7px; left: -4px; width: calc(100% + 8px); max-width: none; height: 16px !important; object-fit: fill; pointer-events: none; }
.madamev-page-hero__heart { position: absolute; z-index: 3; top: -4px; left: calc(100% + 10px); width: 28px; height: auto; pointer-events: none; }
.madamev-page-hero__copy > p:last-of-type,
.madamev-page-hero--shop .madamev-page-hero__copy > p:last-of-type { max-width: 490px; margin: 14px 0 0; font-size: .86rem; line-height: 1.45; }
.madamev-page-hero__visual { align-self: stretch; height: 250px; min-width: 0; }
.madamev-page-hero__visual > img { height: 100%; object-fit: contain; object-position: var(--page-hero-position, center center); }
.shop-hero-breadcrumb { position: absolute; z-index: 7; top: 14px; right: 0; left: 0; padding-top: 0; }
.shop-hero-breadcrumb .woocommerce-breadcrumb { margin: 0; }
.shop-hero-scene { position: absolute; top: 0; right: 0; bottom: 0; width: min(54%, 760px); height: 250px; pointer-events: none; }
.shop-hero-scene__attaches { right: 35%; bottom: 19px; width: 118px; }
.shop-hero-scene__cup { right: 15%; bottom: 0; width: 142px; }
.shop-hero-scene__pencils { top: 9px; right: -2%; width: 140px; }
.shop-hero-accent--traits { position: absolute; z-index: 4; top: 194px; left: -16px; display: block; width: 58px; }
.shop-hero-search,
.shop-hero-accent--heart,
.shop-hero-accent--star,
.shop-hero-accent--rainbow { display: none !important; }

/* Touch-friendly native category rail. */
.shop-category-filters { scroll-snap-type: x proximity; scroll-behavior: smooth; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.shop-category-filters a { scroll-snap-align: start; }
.shop-category-filters:focus-visible { outline: 3px solid var(--mv-pink); outline-offset: -3px; }

/* Progressive product navigation. */
.shop-navigation-mode { clear: both; display: flex; justify-content: center; margin: 20px 0 8px; }
.shop-load-more { display: none; align-items: center; justify-content: center; gap: 12px; min-width: 250px; min-height: 46px; padding: 10px 24px; border: 2px solid var(--mv-sage); border-radius: 999px; background: var(--mv-sage); color: var(--mv-panel); font-weight: 600; cursor: pointer; }
.shop-load-more svg { width: 18px; }
.shop-load-more:disabled { cursor: wait; opacity: .72; }
.shop-load-more:hover,
.shop-load-more:focus-visible { border-color: var(--mv-sage-dark); background: var(--mv-sage-dark); color: var(--mv-panel); box-shadow: none; transform: none; }
.madamev-js .shop-load-more { display: inline-flex; }
.madamev-js .shop-navigation-mode--load-more:not(.is-failed) ~ .woocommerce-pagination { display: none; }
.woocommerce nav.woocommerce-pagination { clear: both; margin: 22px 0 8px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; align-items: center; gap: 9px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { display: grid; place-items: center; min-width: 34px; height: 34px; padding: 0 8px; border: 0; border-radius: 50%; background: transparent; color: var(--mv-charcoal); line-height: 1; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--mv-sage); color: var(--mv-panel); }
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus-visible { background: color-mix(in srgb, var(--mv-sage) 25%, var(--mv-panel)); color: var(--mv-charcoal); }

/* Global footer based on the Blogue composition. */
.footer-main { padding: 24px 0; background: var(--mv-sage); color: var(--mv-panel); }
.footer-main__grid { display: grid; grid-template-columns: 165px minmax(320px, 1.2fr) minmax(500px, 2fr); align-items: center; gap: 20px; }
.footer-main__grid--without-newsletter { grid-template-columns: minmax(500px, 1fr); justify-content: end; }
.footer-main__art { width: 155px; }
.footer-main__art > img:first-of-type { max-height: 104px; object-fit: contain; }
.footer-newsletter__mobile-title { display: none; }
.footer-newsletter > p { max-width: 430px; margin: 0 0 9px; font-size: .75rem; line-height: 1.4; }
.footer-newsletter__form { width: calc(100% - 50px); max-width: 430px; }
.footer-newsletter__form form { max-width: 430px; }
.footer-newsletter__form input[type="email"], .footer-newsletter__form input[type="text"],
.footer-newsletter__form input[type="submit"], .footer-newsletter__form button { min-height: var(--mv-control-height); font-size: .75rem; }
.footer-newsletter__form input[type="email"], .footer-newsletter__form input[type="text"] { min-width: 0; font-size: .75rem !important; }
.footer-newsletter__form input[type="submit"], .footer-newsletter__form button { flex: 0 0 auto; padding: 7px 18px; white-space: nowrap; }
.footer-newsletter__accents { top: 0%; right: -33px; width: 48px; transform: translateY(-50%); }
.footer-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: stretch; }
.footer-feature { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-content: center; gap: 9px; min-width: 0; padding: 5px 16px; border-left: 1px solid color-mix(in srgb, var(--mv-panel) 30%, transparent); }
.footer-feature__icon svg { width: 28px; height: 28px; }
.footer-feature strong { display: block; font-size: .75rem; line-height: 1.35; }
.footer-feature p { margin: 5px 0 0; font-size: .75rem; line-height: 1.4; }
.footer-bottom { padding: 13px 0; border: 0; background: var(--mv-surface-footer); color: color-mix(in srgb, var(--mv-sage) 70%, var(--mv-charcoal)); }
.footer-bottom__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 18px; font-size: .75rem; }
.footer-bottom__inner > nav:not(.footer-socials) { justify-self: end; }
.footer-social-group { display: flex; align-items: center; justify-self: end; gap: 10px; }
.footer-socials__links { display: flex; justify-content: flex-end; gap: 6px; }
.footer-socials__links a { display: grid; place-items: center; width: 26px; height: 26px; border: 0; border-radius: 50%; background: var(--mv-sage); color: var(--mv-white); box-shadow: none; transition: color .2s ease, background-color .2s ease; }
.footer-socials__links a:hover,
.footer-socials__links a:focus-visible { background: transparent; color: var(--mv-sage); box-shadow: none; }
.footer-socials__links svg { width: 18px; }
.footer-socials__links svg.fill { fill: currentColor; }
.footer-social-icon { position: relative; display: block; width: 18px; height: 18px; }
.footer-social-icon img { position: absolute; inset: 0; display: block; width: 18px; height: 18px; border: 0; border-radius: 0; transition: opacity .2s ease; }
.footer-social-icon__color { top: -4px !important; right: auto !important; bottom: auto !important; left: -4px !important; width: 26px !important; max-width: none !important; height: 26px !important; }
.footer-social-icon__color { opacity: 0; }
.footer-socials__links a:hover .footer-social-icon__mono,
.footer-socials__links a:focus-visible .footer-social-icon__mono { opacity: 0; }
.footer-socials__links a:hover .footer-social-icon__color,
.footer-socials__links a:focus-visible .footer-social-icon__color { opacity: 1; }
.footer-social-icon--fallback { display: grid; place-items: center; }
.footer-binome { display: grid; width: 80px; height: auto; place-items: center; overflow: hidden; border-radius: 4px; background: transparent; color: var(--mv-sage); line-height: 0; transition: color .4s ease, background-color .4s ease; }
.footer-binome svg { display: block; width: 80px; height: auto; }
.footer-binome:hover,
.footer-binome:focus-visible { background: var(--mv-panel); color: var(--mv-binome-orange); }
.footer-binome:focus-visible { outline: 2px solid var(--mv-pink); outline-offset: 3px; }
.footer-menu a:hover,
.footer-menu a:focus-visible { color: var(--mv-pink); }

@media (max-width: 1199px) {
  .footer-main__art { display: none; }
  .footer-main__grid { grid-template-columns: minmax(280px, 1fr) minmax(470px, 1.8fr); }
  .footer-main__grid--without-newsletter { grid-template-columns: minmax(470px, 1fr); }
}

@media (max-width: 1000px) {
  .madamev-page-hero__grid,
  .madamev-page-hero--shop .madamev-page-hero__grid { grid-template-columns: 1fr; }
  .madamev-page-hero__copy,
  .madamev-page-hero--shop .madamev-page-hero__copy { max-width: 720px; }
  .madamev-page-hero:not(.madamev-page-hero--shop) .madamev-page-hero__visual { display: none; }
  .madamev-page-hero--shop .madamev-page-hero__copy { max-width: 58%; }
  .shop-hero-scene { display: block; width: 48%; }
  .shop-hero-scene__attaches { right: 51%; width: 96px; }
  .shop-hero-scene__cup { right: 22%; width: 118px; }
  .shop-hero-scene__pencils { right: -3%; width: 118px; }
}

@media (max-width: 899px) {
  .site-footer { background: var(--mv-sage); color: var(--mv-panel); }
  .footer-main { padding: 20px 0 0; background: var(--mv-sage); color: var(--mv-panel); }
  .footer-main__grid,
  .footer-main__grid--without-newsletter { display: grid; width: min(calc(100% - 24px), 680px); grid-template-columns: 105px minmax(0, 1fr); align-items: center; gap: 12px; margin-inline: auto; padding: 0; text-align: left; }
  .footer-main__art { display: block; width: 105px; }
  .footer-main__art > img:first-of-type { width: 100%; max-height: 86px; object-fit: contain; }
  .footer-newsletter { width: 100%; max-width: none; margin: 0; padding: 0; border-radius: 0; background: transparent; }
  .footer-newsletter__mobile-title { display: none; }
  .footer-newsletter > p { max-width: none; margin: 0 0 7px; color: var(--mv-panel); font-size: .75rem; line-height: 1.35; }
  .footer-newsletter__form { width: calc(100% - 34px); max-width: none; margin-right: 34px; }
  .footer-newsletter__form form { max-width: none; }
  .footer-newsletter__form input[type="email"],
  .footer-newsletter__form input[type="text"],
  .footer-newsletter__form input[type="submit"],
  .footer-newsletter__form button { min-height: var(--mv-control-height); font-size: .75rem !important; }
  .footer-newsletter__accents { display: block; top: 0; right: -31px; width: 37px; }
  .footer-features { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: calc(100% + 24px); margin: 16px -12px 0; padding: 14px 8px; border-top: 1px solid color-mix(in srgb, var(--mv-panel) 36%, transparent); background: transparent; color: var(--mv-panel); }
  .footer-bottom { padding: 15px 0 18px; }
  .footer-bottom__inner { display: flex; flex-direction: column; gap: 9px; text-align: center; }
  .footer-social-group { display: contents; }
  .footer-socials { order: 1; align-self: center; }
  .footer-socials__links { justify-content: center; }
  .footer-bottom__inner > nav:not(.footer-socials) { order: 2; width: 100%; align-self: center; }
  .footer-bottom__inner > nav:not(.footer-socials) .footer-menu { justify-content: center; text-align: center; }
  .footer-binome { order: 3; align-self: center; margin-top: 2px; }
  .footer-bottom__copyright { order: 4; }
}

@media (max-width: 780px) {
  .madamev-page-hero,
  .madamev-page-hero--shop { height: 120px; min-height: 120px; }
  .madamev-page-hero__grid,
  .madamev-page-hero--shop .madamev-page-hero__grid { display: grid; height: 120px; min-height: 120px; }
  .madamev-page-hero__copy,
  .madamev-page-hero--shop .madamev-page-hero__copy { display: flex; align-items: center; height: 120px; padding: 0 24px; }
  .madamev-page-hero__copy h1,
  .madamev-page-hero--shop .madamev-page-hero__copy h1 { margin: 0; font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1; }
  .madamev-page-hero__copy > p,
  .shop-hero-breadcrumb,
  .shop-hero-accent--traits { display: none !important; }
  .madamev-page-hero__heart { top: -5px; width: 22px; }
  .madamev-page-hero__underline { bottom: -6px; height: 12px !important; }
  .madamev-page-hero--shop .madamev-page-hero__copy { max-width: 60%; }
  .shop-hero-scene { display: block; width: 43%; height: 120px; }
  .shop-hero-scene__attaches { right: 45%; bottom: 8px; width: 44px; }
  .shop-hero-scene__cup { right: 16%; bottom: 2px; width: 68px; }
  .shop-hero-scene__pencils { top: 12px; right: -20px; width: 62px; }
  .shop-category-filters { width: calc(100% + 12px); padding-right: 20px; }
  .footer-features { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 22px 10px; }
  .footer-feature { display: block; padding: 0 12px; text-align: center; }
  .footer-feature:first-child { border-left: 0; }
  .footer-feature__icon { display: block; margin-bottom: 8px; }
  .footer-feature strong { font-size: .75rem; }
  .footer-feature p { font-size: .75rem; }
  .footer-bottom__inner { gap: 9px; }
}

@media (max-width: 401px) and (min-width: 361px) {
  .shop-hero-scene { width: 41%; }
}

@media (max-width: 360px) {
  .madamev-page-hero__copy,
  .madamev-page-hero--shop .madamev-page-hero__copy { padding-inline: 18px; }
  .madamev-page-hero--shop .madamev-page-hero__copy { max-width: calc(100% - 68px); }
  .shop-hero-scene { width: 72px; }
  .shop-hero-scene__attaches,
  .shop-hero-scene__cup { display: none; }
  .shop-hero-scene__pencils { top: -3px; right: -20px; width: 68px; }
  .footer-feature { padding-inline: 7px; }
  .footer-feature strong { font-size: .75rem; }
  .footer-feature p { font-size: .75rem; }
  .footer-newsletter__form input[type="email"], .footer-newsletter__form input[type="text"],
  .footer-newsletter__form input[type="submit"], .footer-newsletter__form button { font-size: .75rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Single product — native WooCommerce data in the Madame V composition. */
.single-product .madamev-woocommerce { background: var(--mv-surface-commerce); }
.single-product .madamev-woocommerce__content { padding-top: 10px; }
.single-product .woocommerce-breadcrumb { margin: 0 0 18px; color: var(--mv-taupe); font-size: .75rem; }
.single-product .woocommerce-breadcrumb a { color: var(--mv-charcoal); }
.single-product div.product { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 18px 28px; }
.single-product div.product::after { display: none; }
.single-product div.product div.images,
.single-product div.product div.summary { float: none; width: auto; margin: 0; }
.single-product div.product div.images { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 12px; min-width: 0; }
.single-product div.product div.images .flex-viewport,
.single-product div.product div.images > .woocommerce-product-gallery__wrapper { grid-column: 2; grid-row: 1; width: 100%; border: 1px solid var(--mv-border); border-radius: 14px; background: var(--mv-panel); overflow: hidden; }
.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.single-product div.product div.images .woocommerce-product-gallery__image,
.single-product div.product div.images .woocommerce-product-gallery__image a { display: block; width: 100%; height: 100%; }
.single-product div.product div.images .woocommerce-product-gallery__image { position: relative; }
.single-product div.product div.images .flex-viewport,
.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.single-product div.product div.images .woocommerce-product-gallery__image { aspect-ratio: 1; }
.single-product div.product div.images .woocommerce-product-gallery__image img { width: 100%; height: 100%; margin: 0; object-fit: contain; }
.single-product div.product div.images .flex-control-thumbs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 9px; margin: 0; overflow: visible; }
.single-product div.product div.images .flex-control-thumbs li { float: none; width: 100%; padding: 0; }
.single-product div.product div.images .flex-control-thumbs img { aspect-ratio: 1; width: 100%; height: auto; border: 1px solid var(--mv-border); border-radius: 8px; object-fit: cover; opacity: 1; }
.single-product div.product div.images .flex-control-thumbs img.flex-active { border: 2px solid var(--mv-pink); }
.single-product .woocommerce-product-gallery__trigger { top: 12px !important; right: 12px !important; z-index: 8; width: 34px !important; height: 34px !important; border: 1px solid var(--mv-border); background: var(--mv-panel) !important; }
.single-product div.product div.summary { display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-content: start; column-gap: 12px; padding: 0 0 0 4px; }
.single-product div.product div.summary > * { grid-column: 1 / -1; }
.single-product #payment-method-message:empty { display: none; height: 0; margin: 0; padding: 0; }
.single-product .madamev-single-product-statuses { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 8px; }
.single-product .madamev-single-product-status { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 10px; border-radius: 999px; background: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel)); color: var(--mv-sage-dark); font-size: .75rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.single-product .madamev-single-product-status--sale { background: color-mix(in srgb, var(--mv-pink) 30%, var(--mv-panel)); color: var(--mv-pink-ink); }
.single-product div.product .product_title { position: relative; width: fit-content; max-width: calc(100% - 34px); margin: 0 0 8px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.03; }
.single-product div.product .product_title::after { content: ""; position: absolute; top: -2px; right: -37px; width: 31px; height: 31px; background: url("../images/madamev/coeur.png") center / contain no-repeat; }
.single-product div.product .woocommerce-product-details__short-description { position: relative; margin: 0 0 9px; color: var(--mv-pink); font-size: .87rem; font-weight: 600; }
.single-product div.product .woocommerce-product-details__short-description > :first-child { margin-top: 0; }
.single-product div.product .woocommerce-product-details__short-description > :last-child { margin-bottom: 0; }
.single-product div.product .woocommerce-product-details__short-description::after { content: ""; position: absolute; right: 4px; bottom: -30px; width: 35px; height: 35px; background: url("../images/madamev/etoile-douce.png") center / contain no-repeat; }
.single-product div.product p.price,
.single-product div.product span.price { margin: 3px 0 12px; color: var(--mv-sage) !important; font-size: 1.55rem; font-weight: 700; }
.madamev-product-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 18px; margin: 4px 0 14px; padding: 13px 15px; border: 1px solid var(--mv-border); border-radius: 12px; background: var(--mv-panel); }
.madamev-product-benefits > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.madamev-product-benefits span { flex: 0 0 23px; color: var(--mv-pink); }
.madamev-product-benefits > div:nth-child(3n+2) span { color: var(--mv-sage-ink); }
.madamev-product-benefits > div:nth-child(3n) span { color: var(--mv-mustard); }
.madamev-product-benefits svg { display: block; width: 23px; height: 23px; }
.madamev-product-benefits p { margin: 0; font-size: .75rem; line-height: 1.25; }
.single-product div.product form.cart { grid-column: 1 / -1; display: flex; align-items: flex-end; gap: 10px; margin: 0; }
.single-product div.product form.cart.variations_form { display: block; }
.single-product div.product form.cart .variations { margin: 0 0 12px; }
.single-product div.product form.cart .variations tr { display: grid; gap: 5px; }
.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td { display: block; width: 100%; padding: 0; text-align: left; }
.single-product div.product form.cart .variations select { width: 100%; min-height: 44px; border: 1px solid var(--mv-pink); border-radius: 8px; background: var(--mv-panel); }
.single-product div.product .woocommerce-variation-add-to-cart { display: flex; align-items: flex-end; gap: 10px; }
.single-product .quantity.has-madamev-steps { display: grid; grid-template-columns: 34px 42px 34px; align-items: center; min-width: 110px; height: 46px; border: 1px solid var(--mv-border); border-radius: 9px; background: var(--mv-panel); overflow: hidden; }
.single-product .quantity.has-madamev-steps .qty { width: 42px; min-height: var(--mv-control-height); padding: 0; border: 0; border-radius: 0; background: transparent; text-align: center; -moz-appearance: textfield; }
.single-product .quantity.has-madamev-steps .qty::-webkit-inner-spin-button,
.single-product .quantity.has-madamev-steps .qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.single-product .madamev-quantity-step { display: grid; place-items: center; width: 34px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--mv-charcoal); font-size: 1.15rem; cursor: pointer; }
.single-product .madamev-quantity-step:hover { color: var(--mv-pink); }
.single-product div.product form.cart .single_add_to_cart_button { position: relative; display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding-inline: 42px; border: 0; border-radius: 999px; background: var(--mv-sage); color: var(--mv-panel); font-size: .76rem; box-shadow: none; }
.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:focus-visible { background: var(--mv-sage-dark); color: var(--mv-white); transform: none; box-shadow: none; }
.single-product .madamev-single-cart-icon { display: grid; flex: 0 0 25px; place-items: center; width: 25px; height: 25px; }
.single-product .madamev-single-cart-icon svg { display: block; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.single-product .madamev-cart-favorite-mobile { display: flex; flex: 0 0 46px; align-items: center; justify-content: center; }
.single-product .madamev-cart-favorite-mobile .madamev-favorite-button { width: 46px; height: 46px; }
.single-product div.product .product-value-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 12px 0; border: 0; border-block: 1px solid var(--mv-border); border-radius: 0; }
.single-product div.product .product-value-strip > div { justify-content: center; min-height: 38px; padding: 0 28px; border-right: 1px dashed var(--mv-sage); }
.single-product div.product .product-value-strip > div:last-child { border-right: 0; }
.single-product div.product .product-value-strip svg { width: 25px; height: 25px; }
.single-product div.product .product-value-strip p { font-size: .75rem; }
.single-product .madamev-product-tabs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0; }
.single-product .madamev-product-tab { min-width: 0; min-height: 188px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); box-shadow: none; }
.single-product .madamev-product-tab--description { grid-column: 1 / span 2; grid-row: 1; }
.single-product .madamev-product-tab--madamev_details { grid-column: 3; grid-row: 1; }
.single-product .madamev-product-tab--reviews { grid-column: 1; grid-row: 2; min-height: 196px; }
.single-product .madamev-product-tabs.madamev-review-span-2 .madamev-product-tab--reviews { grid-column: 1 / span 2; }
.single-product .madamev-product-tabs.madamev-review-span-3 .madamev-product-tab--reviews { grid-column: 1 / -1; }
.single-product .madamev-product-tab--reviews:has(.woocommerce-noreviews) { min-height: 118px; }
.single-product .madamev-product-tabs.has-no-description .madamev-product-tab--madamev_details { grid-column: 1; grid-row: 1; min-height: 118px; }
.single-product .madamev-product-tabs.has-no-description .madamev-product-tab--reviews { grid-column: 2; grid-row: 1; }
.single-product .madamev-product-tabs.has-no-description.madamev-review-span-2 .madamev-product-tab--reviews { grid-column: 2 / span 2; }
.single-product .madamev-product-tabs.has-no-description.madamev-review-span-3 .madamev-product-tab--reviews { grid-column: 1 / -1; grid-row: 2; }
.single-product .madamev-product-tabs.has-no-description.has-no-madamev_details .madamev-product-tab--reviews { grid-column: 1 / span 1; grid-row: 1; }
.single-product .madamev-product-tabs.has-no-description.has-no-madamev_details.madamev-review-span-2 .madamev-product-tab--reviews { grid-column: 1 / span 2; }
.single-product .madamev-product-tabs.has-no-description.has-no-madamev_details.madamev-review-span-3 .madamev-product-tab--reviews { grid-column: 1 / -1; }
.single-product .madamev-product-tab summary { display: flex; align-items: center; gap: 8px; padding: 15px 18px 9px; color: var(--mv-pink); font-family: "Poppins", Arial, sans-serif; font-size: .75rem; font-weight: 600; letter-spacing: .025em; line-height: 1.25; list-style: none; text-transform: uppercase; }
.single-product .madamev-product-tab--madamev_details summary { color: var(--mv-sage-dark); }
.single-product .madamev-product-tab--reviews summary { color: var(--mv-mustard); }
.single-product .madamev-product-tab summary::-webkit-details-marker { display: none; }
.single-product .madamev-product-tab summary::after { display: none; }
.single-product .madamev-product-tab__icon { display: none; }
.woocommerce.single-product div.product .madamev-product-tab .wc-tab { display: block !important; margin: 0 !important; padding: 0 20px 18px !important; color: var(--mv-charcoal); font-size: .75rem; line-height: 1.45; }
.single-product .madamev-product-tab .wc-tab > :first-child { margin-top: 0; }
.single-product .madamev-product-tab .wc-tab p { margin: 0 0 5px; }
.single-product .madamev-product-tab .wc-tab ul { margin: 6px 0 0; padding: 0; list-style: none; }
.single-product .madamev-product-tab--description .wc-tab li { position: relative; margin: 2px 0; padding-left: 17px; }
.single-product .madamev-product-tab--description .wc-tab li::before { content: ""; position: absolute; top: .2em; left: 0; width: 11px; height: 11px; background: var(--mv-pink); -webkit-mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat; mask: url("../images/madamev/review-heart-outline.png") center / contain no-repeat; }
.single-product .madamev-product-description-content { position: relative; }
.single-product .madamev-product-description-content.is-collapsed { max-height: 132px; overflow: hidden; }
.single-product .madamev-product-description-content.is-collapsed::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 38px; background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--mv-panel) 98%, transparent)); pointer-events: none; }
.single-product .madamev-description-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; margin: 7px 0 0; padding: 0; border: 0; background: transparent; color: var(--mv-pink); font: inherit; font-size: .75rem; cursor: pointer; }
.single-product .madamev-description-toggle[hidden] { display: none !important; }
.single-product .madamev-description-toggle:hover,
.single-product .madamev-description-toggle:focus-visible { color: var(--mv-pink-ink); }
.single-product .madamev-product-details-list { margin: 0; }
.single-product .madamev-product-details-list > div { display: grid; grid-template-columns: minmax(94px, .78fr) minmax(0, 1.22fr); align-items: baseline; gap: 7px; padding: 4px 0; border-bottom: 1px dotted color-mix(in srgb, var(--mv-pink) 42%, transparent); }
.single-product .madamev-product-details-list > div:last-child { border-bottom: 0; }
.single-product .madamev-product-details-list dt { font-weight: 600; line-height: 1.25; }
.single-product .madamev-product-details-list dd { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; line-height: 1.25; }
.single-product .madamev-product-details-list dd span { display: inline-block; max-width: 100%; padding: 2px 7px; border-radius: 999px; background: color-mix(in srgb, var(--mv-sage) 34%, var(--mv-panel)); color: var(--mv-charcoal); }
.single-product #reviews #comments { float: none; width: 100%; }
.single-product #reviews #review_form_wrapper { float: none; width: 100%; margin-top: 18px; padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--mv-sage) 38%, var(--mv-panel)); }
.single-product #reviews.is-review-form-collapsible #review_form_wrapper[hidden] { display: none; }
.single-product #reviews .woocommerce-Reviews-title { display: none; }
.single-product #reviews .woocommerce-noreviews { margin: 6px 0 2px; color: var(--mv-taupe); font-size: .75rem; }
.single-product .madamev-product-tab--reviews { position: relative; }
.single-product .madamev-review-form-toggle { display: inline-flex; position: absolute; top: 8px; right: 16px; align-items: center; justify-content: center; min-height: var(--mv-control-height); margin: 0; padding: 1px 13px 0; border: 1px solid var(--mv-pink); border-radius: 999px; background: var(--mv-panel); color: var(--mv-pink); font: inherit; font-size: .75rem; line-height: 1; cursor: pointer; }
.single-product .madamev-review-form-toggle:hover,
.single-product .madamev-review-form-toggle:focus-visible { background: var(--mv-pink); color: var(--mv-panel); }
.single-product #review_form .comment-reply-title { display: block; margin: 0 0 9px; color: var(--mv-charcoal); font-family: "DM Serif Display", Georgia, serif; font-size: .95rem; line-height: 1.2; }
.single-product #review_form .comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; margin: 0; }
.single-product #review_form .comment-form > p,
.single-product #review_form .comment-form > div { margin: 0; }
.single-product #review_form .comment-notes,
.single-product #review_form .comment-form-rating,
.single-product #review_form .comment-form-comment,
.single-product #review_form .comment-form-cookies-consent,
.single-product #review_form .form-submit { grid-column: 1 / -1; }
.single-product #review_form .comment-notes { color: var(--mv-taupe); font-size: .75rem; line-height: 1.4; }
.single-product #review_form label { display: block; margin: 0 0 5px; color: var(--mv-charcoal); font-family: "Poppins", Arial, sans-serif; font-size: .75rem; font-weight: 600; line-height: 1.3; }
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"],
.single-product #review_form textarea { display: block; width: 100%; margin: 0; padding: 9px 11px; border: 1px solid color-mix(in srgb, var(--mv-charcoal) 28%, transparent); border-radius: var(--mv-control-radius); background: var(--mv-panel); color: var(--mv-charcoal); font: inherit; font-size: .75rem; line-height: 1.4; box-shadow: none; }
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] { min-height: var(--mv-control-height); }
.single-product #review_form textarea { min-height: 110px; resize: vertical; }
.single-product #review_form input[type="text"]:focus,
.single-product #review_form input[type="email"]:focus,
.single-product #review_form textarea:focus { outline: 0; border-color: var(--mv-sage-dark); box-shadow: 0 0 0 1px var(--mv-sage-dark); }
.single-product #review_form input:user-invalid,
.single-product #review_form textarea:user-invalid { border-color: var(--mv-error); box-shadow: 0 0 0 1px var(--mv-error); }
.single-product #review_form .required { color: var(--mv-pink); }
.single-product #review_form .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; }
.single-product #review_form .comment-form-cookies-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--mv-sage-dark); }
.single-product #review_form .comment-form-cookies-consent label { margin: 0; color: var(--mv-taupe); font-size: .75rem; font-weight: 400; }
.single-product #review_form .form-submit { padding-top: 4px; }
.woocommerce.single-product #review_form #respond input#submit { display: inline-flex; align-items: center; justify-content: center; min-width: 126px; min-height: var(--mv-control-height); margin: 0; padding: 9px 20px; border: 1px solid var(--mv-sage); border-radius: 999px; background: var(--mv-sage); color: var(--mv-panel); font-family: "Poppins", Arial, sans-serif; font-size: .75rem; font-weight: 600; line-height: 1; box-shadow: none; }
.woocommerce.single-product #review_form #respond input#submit:hover,
.woocommerce.single-product #review_form #respond input#submit:focus-visible { border-color: var(--mv-sage-dark); background: var(--mv-sage-dark); color: var(--mv-panel); box-shadow: none; transform: none; }
.single-product #reviews ol.commentlist { display: flex; gap: 14px; margin: 0; padding: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.single-product #reviews ol.commentlist::-webkit-scrollbar { display: none; }
.single-product #reviews ol.commentlist li { flex: 0 0 calc((100% - 28px) / 3); margin: 0; scroll-snap-align: start; }
.single-product .madamev-product-tabs.madamev-review-span-1 #reviews ol.commentlist li { flex-basis: 100%; }
.single-product .madamev-product-tabs.madamev-review-span-2 #reviews ol.commentlist li { flex-basis: calc((100% - 14px) / 2); }
.single-product #reviews ol.commentlist li .comment_container { min-height: 128px; padding: 14px 16px; border: 0; border-radius: 14px; background: var(--mv-surface-cream); }
.single-product #reviews ol.commentlist li img.avatar { display: none; }
.woocommerce.single-product #reviews #comments ol.commentlist li .comment-text { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.single-product #reviews ol.commentlist li .comment-text .star-rating { margin: 0 0 8px; }
.single-product #reviews .description { font-size: .75rem; line-height: 1.42; }
.single-product #reviews .meta { margin: 7px 0 0; color: var(--mv-charcoal); font-size: .75rem; }
.woocommerce.single-product #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce.single-product #reviews #comments ol.commentlist li .comment-text p.meta strong { font-size: .75rem; }
.single-product #reviews .woocommerce-review__dash,
.single-product #reviews .woocommerce-review__published-date { display: none; }
.single-product #reviews .comment-reply-title { font-family: "DM Serif Display", Georgia, serif; }
.single-product .madamev-review-carousel { position: relative; padding: 0 34px 24px; }
.single-product .madamev-review-nav { display: flex; align-items: center; justify-content: center; margin: 0; }
.single-product .madamev-review-nav > button { display: grid; position: absolute; top: calc(50% - 12px); place-items: center; width: 28px; height: 28px; padding: 0; border: 1px solid var(--mv-border); border-radius: 50%; background: var(--mv-panel); color: var(--mv-charcoal); font-size: 1rem; line-height: 1; transform: translateY(-50%); }
.single-product .madamev-review-nav__previous { left: 0; }
.single-product .madamev-review-nav__next { right: 0; }
.single-product .madamev-review-nav > button:disabled { opacity: .35; cursor: default; }
.single-product .madamev-review-dots { display: flex; position: absolute; bottom: 2px; left: 50%; justify-content: center; gap: 10px; margin: 0; transform: translateX(-50%); }
.single-product .madamev-review-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: color-mix(in srgb, var(--mv-taupe) 24%, var(--mv-panel)); }
.single-product .madamev-review-dots button.is-active { border-color: var(--mv-pink); background: var(--mv-pink); }
.single-product .related.products { grid-column: 1 / -1; position: relative; padding: 0; }
.single-product .related.products ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; }
.single-product .madamev-gallery-thumb-desktop-extra { display: none !important; }
.single-product .madamev-gallery-more { display: block; }
.single-product .madamev-gallery-more--mobile-only { display: none; }
.single-product .madamev-gallery-more button { display: grid; place-items: center; width: 100%; aspect-ratio: 1; padding: 0; border: 1px solid var(--mv-border); border-radius: 8px; background: var(--mv-panel); color: var(--mv-charcoal); font-size: 1.15rem; cursor: pointer; }
.single-product .madamev-gallery-more__mobile { display: none; }
.single-product .woocommerce-product-gallery { opacity: 1 !important; }
.single-product .madamev-gallery-fallback .woocommerce-product-gallery__wrapper { position: relative; height: auto !important; aspect-ratio: 1; }
.single-product .madamev-gallery-fallback .woocommerce-product-gallery__image { display: none !important; position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.single-product .madamev-gallery-fallback .woocommerce-product-gallery__image.is-active { display: block !important; }
.single-product .madamev-gallery-fallback-thumbs button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }

@media (max-width: 1024px) and (min-width: 781px) {
  .single-product div.product { grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr); gap: 16px 20px; }
  .single-product div.product div.images { grid-template-columns: 62px minmax(0, 1fr); gap: 9px; }
  .madamev-product-benefits { grid-template-columns: 1fr 1fr; }
  .single-product div.product .product-value-strip > div { padding-inline: 14px; }
  .single-product #reviews ol.commentlist li { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 780px) {
  .single-product .madamev-woocommerce__content { padding: 14px 18px 92px; }
  .single-product .woocommerce-breadcrumb { display: none; }
  .single-product div.product { display: block; }
  .single-product div.product div.images { position: relative; display: block; margin-bottom: 16px; padding: 7px; border: 1px solid var(--mv-border); border-radius: 14px; background: var(--mv-panel); }
  .single-product div.product div.images .flex-viewport,
  .single-product div.product div.images > .woocommerce-product-gallery__wrapper { border: 0; border-radius: 9px; }
  .single-product div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
  .single-product div.product div.images .flex-control-thumbs li { width: auto; }
  .single-product div.product div.images .flex-control-thumbs img { border-radius: 7px; }
  .single-product .madamev-gallery-thumb-extra { display: none; }
  .single-product .madamev-gallery-more { display: block; }
  .single-product .madamev-gallery-more--mobile-only { display: block; }
  .single-product .madamev-gallery-more__desktop { display: none; }
  .single-product .madamev-gallery-more__mobile { display: inline; }
  .single-product .madamev-gallery-more button { width: 100%; height: 100%; min-height: 52px; border: 1px solid var(--mv-border); border-radius: 7px; background: var(--mv-panel); color: var(--mv-taupe); }
  .single-product .woocommerce-product-gallery__trigger { display: none !important; }
  .single-product div.product div.summary { display: grid; grid-template-columns: minmax(0, 1fr) 48px; padding: 0; }
  .single-product div.product .product_title { margin-bottom: 6px; font-size: clamp(1.85rem, 7.7vw, 2.35rem); }
  .single-product div.product .product_title::after { right: -30px; width: 25px; height: 25px; }
  .single-product div.product .woocommerce-product-details__short-description { font-size: .78rem; line-height: 1.4; }
  .single-product div.product .woocommerce-product-details__short-description::after { right: 0; bottom: -28px; width: 28px; height: 28px; }
  .single-product div.product p.price,
  .single-product div.product span.price { font-size: 1.4rem; }
  .madamev-product-benefits { grid-template-columns: 1fr 1fr; gap: 14px 10px; padding: 13px; }
  .madamev-product-benefits p { font-size: .75rem; }
  .single-product div.product form.cart { gap: 8px; }
  .single-product .quantity.has-madamev-steps { grid-template-columns: 33px 38px 33px; min-width: 104px; }
  .single-product .quantity.has-madamev-steps .qty { width: 38px; }
  .single-product div.product form.cart .single_add_to_cart_button { min-width: 0; padding-inline: 14px; font-size: .75rem; }
  .single-product .madamev-single-cart-icon,
  .single-product .madamev-single-cart-icon svg { width: 22px; height: 22px; }
  .single-product .madamev-single-cart-icon { flex-basis: 22px; }
  .single-product div.product .product-value-strip { display: none; }
  .single-product .madamev-product-tabs { display: block; margin-top: 16px; }
  .single-product .madamev-product-tab,
  .single-product .madamev-product-tabs.has-no-description .madamev-product-tab--madamev_details,
  .single-product .madamev-product-tab--reviews:has(.woocommerce-noreviews) { min-height: 0; border-radius: 0; }
  .single-product .madamev-product-tab:first-child { border-radius: 12px 12px 0 0; }
  .single-product .madamev-product-tab:last-child { border-radius: 0 0 12px 12px; }
  .single-product .madamev-product-tab + .madamev-product-tab { margin-top: -1px; }
  .single-product .madamev-product-tab summary { position: relative; min-height: 46px; padding: 10px 46px 10px 12px; color: var(--mv-charcoal); font-size: .75rem; cursor: pointer; }
  .single-product .madamev-product-tab summary::after { content: "⌄"; display: block; position: absolute; right: 16px; color: var(--mv-charcoal); font-size: 1.05rem; }
  .single-product .madamev-product-tab[open] summary::after { transform: rotate(180deg); }
  .single-product .madamev-product-tab__icon { display: grid; place-items: center; width: 25px; color: var(--mv-pink); }
  .single-product .madamev-product-tab__icon svg { width: 23px; height: 23px; }
  .single-product .madamev-product-tab--madamev_details .madamev-product-tab__icon { color: var(--mv-sage-ink); }
  .single-product .madamev-product-tab--reviews .madamev-product-tab__icon { color: var(--mv-mustard); }
  .single-product .madamev-product-tab:not([open]) .wc-tab { display: none !important; }
  .woocommerce.single-product div.product .madamev-product-tab .wc-tab { padding: 5px 18px 17px !important; }
  .single-product .madamev-review-form-toggle { position: static; margin-top: 16px; }
  .single-product #reviews #review_form_wrapper { margin-top: 14px; padding-top: 14px; }
  .single-product #review_form .comment-form { grid-template-columns: 1fr; gap: 11px; }
  .single-product #review_form .comment-form-author,
  .single-product #review_form .comment-form-email { grid-column: 1; }
  .single-product .madamev-product-description-content,
  .single-product .madamev-product-description-content.is-collapsed { max-height: none; overflow: visible; }
  .single-product .madamev-product-description-content.is-collapsed::after,
  .single-product .madamev-description-toggle { display: none; }
  .single-product #reviews ol.commentlist li { flex-basis: 100%; }
  .single-product #reviews ol.commentlist li .comment_container { min-height: 118px; }
  .single-product .related.products { margin-top: 16px; }
  .single-product .related.products ul.products { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 8px) / 2); grid-template-columns: none; gap: 8px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .single-product .related.products ul.products::-webkit-scrollbar { display: none; }
}

@media (max-width: 360px) {
  .single-product .madamev-woocommerce__content { padding-inline: 12px; }
  .single-product div.product .product_title { font-size: 1.72rem; }
  .madamev-product-benefits { grid-template-columns: 1fr; }
  .single-product .quantity.has-madamev-steps { grid-template-columns: 28px 34px 28px; min-width: 90px; }
  .single-product .quantity.has-madamev-steps .qty { width: 34px; }
  .single-product div.product form.cart .single_add_to_cart_button { font-size: .75rem; }
}

/* Cart, mini-cart and empty states — native WooCommerce data, Madame V presentation. */
.woocommerce-cart .entry-content > .woocommerce { grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr); gap: 30px; }
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals { border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); overflow: hidden; }
.woocommerce-cart table.shop_table { margin: 0; border: 0; border-radius: 0; }
.woocommerce-cart table.shop_table thead { background: color-mix(in srgb, var(--mv-sage) 14%, var(--mv-panel)); }
.woocommerce-cart table.shop_table th { padding: 14px 12px; color: var(--mv-sage-dark); font-size: .75rem; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding: 16px 12px; border-color: color-mix(in srgb, var(--mv-border) 76%, transparent); }
.woocommerce-cart table.cart img { width: 112px; aspect-ratio: 1; border-radius: 12px; object-fit: contain; background: var(--mv-surface-commerce); }
.woocommerce-cart td.product-name > a { color: var(--mv-charcoal); font-weight: 700; }
.madamev-cart-item-terms { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.madamev-cart-item-terms .madamev-taxonomy-badge { padding: 3px 8px; }
.shop-filter-list small { font-size: .75rem; }
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal { color: var(--mv-sage-dark); font-weight: 700; }
.woocommerce-cart .product-quantity .quantity { display: inline-grid; grid-template-columns: 34px 44px 34px; align-items: stretch; border: 1px solid var(--mv-border); border-radius: 999px; overflow: hidden; }
.woocommerce-cart .product-quantity .qty { width: 44px; min-height: var(--mv-control-height); padding: 0; border: 0; border-radius: 0; appearance: textfield; }
.madamev-cart-step { min-height: var(--mv-control-height); padding: 0; border: 0; background: transparent; color: var(--mv-charcoal); font-size: 1rem; }
.madamev-cart-step:hover,
.madamev-cart-step:focus-visible { background: var(--mv-pale-pink); }
.woocommerce-cart td.actions { padding: 18px !important; }
.woocommerce-cart .actions .coupon { position: relative; display: grid; grid-template-columns: minmax(150px, 1fr) auto; gap: 8px; float: none !important; max-width: 480px; }
.woocommerce-cart .actions .coupon::before { content: ""; position: absolute; z-index: 1; top: 50%; left: 14px; width: 19px; height: 19px; transform: translateY(-50%); background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237f8970' stroke-width='1.7'%3E%3Cpath d='M3 12V4h8l10 10-8 8L3 12Z'/%3E%3Ccircle cx='8' cy='8' r='1.4'/%3E%3C/svg%3E"); }
.woocommerce-cart .actions .coupon .input-text { float: none !important; width: 100% !important; min-height: 44px; padding-left: 42px !important; border: 1px solid var(--mv-border); border-radius: 9px; }
.woocommerce-cart .actions .button { min-height: 44px; border-radius: 999px; }
.woocommerce-cart .actions > button[name="update_cart"] { float: right; }
.madamev-cart-continue { float: right; margin-right: 9px !important; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 0; }
.woocommerce-cart .cart_totals > h2 { margin: 0; padding: 19px 22px; background: color-mix(in srgb, var(--mv-sage) 15%, var(--mv-panel)); color: var(--mv-charcoal); font-size: 1.35rem; }
.woocommerce-cart .cart_totals > table { margin: 0 22px; width: calc(100% - 44px); }
.woocommerce-cart .cart_totals > table th,
.woocommerce-cart .cart_totals > table td { padding: 13px 0; background: transparent; text-transform: none; }
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td { padding-top: 18px; color: var(--mv-sage-dark); font-size: 1.12rem; }
.madamev-cart-digital { display: grid; grid-template-columns: 38px 1fr; gap: 12px; margin: 20px 22px 4px; padding: 14px; border: 1px solid color-mix(in srgb, var(--mv-sage) 48%, var(--mv-panel)); border-radius: 12px; background: color-mix(in srgb, var(--mv-sage) 10%, var(--mv-panel)); }
.madamev-cart-digital > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 22%, var(--mv-panel)); color: var(--mv-sage-dark); }
.madamev-cart-digital svg { width: 22px; height: 22px; }
.madamev-cart-digital strong,
.madamev-cart-support strong { display: block; color: var(--mv-sage-dark); font-size: .82rem; }
.madamev-cart-digital p,
.madamev-cart-support p { margin: 3px 0 0; font-size: .75rem; line-height: 1.45; }
.madamev-cart-summary-note { margin: 12px 22px 0; color: var(--mv-taupe); font-size: .75rem; line-height: 1.45; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 14px 22px 22px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { margin: 0; min-height: 50px; padding: 14px 22px; font-size: .88rem; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible { background: var(--mv-sage-dark); color: var(--mv-panel); }
.madamev-cart-payments { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; padding: 0 22px 20px; }
.madamev-cart-payments img { width: auto; max-width: 54px; max-height: 26px; }

.madamev-mini-cart__panel { display: flex; flex-direction: column; width: min(475px, 94vw); padding: 0; background: var(--mv-surface-commerce); }
.madamev-mini-cart__panel > header { flex: 0 0 auto; margin: 0; padding: 20px 24px; background: var(--mv-panel); }
.madamev-mini-cart__panel h2 { font-size: 1.75rem; }
.madamev-mini-cart__panel .widget_shopping_cart_content { display: flex; flex: 1; flex-direction: column; padding: 20px 24px 24px; overflow-y: auto; }
.madamev-mini-cart .woocommerce-mini-cart-item { min-height: 112px; margin: 0 0 13px; padding: 12px !important; border: 1px solid var(--mv-border); border-radius: 14px; background: var(--mv-panel); }
.madamev-mini-cart__product { display: grid !important; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; color: var(--mv-charcoal); }
.madamev-mini-cart__product img { position: static !important; width: 76px !important; height: 76px !important; border-radius: 10px; object-fit: contain; background: var(--mv-surface-commerce); }
.madamev-mini-cart__product strong { display: block; padding-right: 22px; font-size: .82rem; line-height: 1.3; }
.madamev-mini-cart__line { display: flex; align-items: center; gap: 11px; margin: 8px 0 0 88px; }
.madamev-mini-cart__quantity { display: grid; grid-template-columns: 28px 36px 28px; border: 1px solid var(--mv-border); border-radius: 999px; overflow: hidden; }
.madamev-mini-cart__quantity button,
.madamev-mini-cart__quantity input { width: auto; min-width: 0; height: 30px; padding: 0; border: 0; background: transparent; text-align: center; }
.madamev-mini-cart__quantity input { appearance: textfield; }
.madamev-mini-cart__price { margin-left: auto; color: var(--mv-sage-dark); font-size: .8rem; }
.madamev-coupon-toggle { margin: 14px 0; border: 0; background: transparent; }
.madamev-coupon-toggle summary { display: inline-flex; align-items: center; gap: 9px; padding: 4px 0; color: var(--mv-sage-ink); font-weight: 600; cursor: pointer; list-style: none; }
.madamev-coupon-toggle summary::-webkit-details-marker { display: none; }
.madamev-coupon-toggle summary svg { width: 20px; height: 20px; }
.madamev-coupon-toggle__fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 10px; }
.madamev-coupon-toggle__fields input { min-width: 0; min-height: var(--mv-control-height); padding: 8px 11px; border: 1px solid var(--mv-border); border-radius: var(--mv-control-radius); }
.madamev-coupon-toggle__fields button { min-height: var(--mv-control-height); padding: 8px 18px; border: 0; border-radius: 999px; background: var(--mv-sage); color: var(--mv-white); }
.madamev-coupon-toggle__fields button:hover,
.madamev-coupon-toggle__fields button:focus-visible { background: var(--mv-sage-dark); color: var(--mv-white); }
.madamev-mini-cart__panel .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: auto 0 0; padding: 17px 0 10px; border-top: 1px solid var(--mv-border); font-size: 1rem; }
.madamev-mini-cart__note { margin: 0 0 13px; color: var(--mv-taupe); font-size: .75rem; }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:first-child { order: -1; background: var(--mv-sage); color: var(--mv-panel); }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:first-child { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.madamev-mini-cart__checkout-lock { display: inline-grid; place-items: center; }
.madamev-mini-cart__checkout-lock svg { width: 18px; height: 18px; }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:first-child:hover,
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:first-child:focus-visible { background: var(--mv-sage-dark); color: var(--mv-panel); }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:last-child { border: 2px solid var(--mv-sage); background: transparent; color: var(--mv-sage-dark); }
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:last-child:hover,
.madamev-mini-cart__panel .woocommerce-mini-cart__buttons .button:last-child:focus-visible { border-color: var(--mv-pink); background: transparent; color: var(--mv-pink); }
.madamev-cart-support { display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin-top: 16px; padding: 14px; border: 1px solid var(--cart-support-accent); border-radius: 12px; background: color-mix(in srgb, var(--cart-support-accent) 13%, var(--mv-panel)); }
.madamev-cart-support > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: color-mix(in srgb, var(--cart-support-accent) 25%, var(--mv-panel)); color: var(--cart-support-accent); }
.madamev-cart-support svg { width: 23px; height: 23px; }
.madamev-mini-cart__empty { display: grid; justify-items: center; gap: 14px; padding: 44px 20px; text-align: center; }
.madamev-mini-cart__empty > img { width: min(230px, 72%); max-height: 210px; object-fit: contain; }
.madamev-mini-cart__empty h3 { margin: 0; color: var(--mv-charcoal); font-size: 1.35rem; }
.madamev-mini-cart__empty p { margin: 0; max-width: 330px; }

.woocommerce-cart .entry-content > .woocommerce:has(.madamev-empty-cart) { display: block; }
.madamev-empty-cart { display: grid; gap: 50px; padding-bottom: 55px; }
.madamev-empty-cart__hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); align-items: center; min-height: 410px; padding: 34px 7%; border-radius: 22px; background: var(--mv-surface-commerce); overflow: hidden; }
.madamev-empty-cart__copy { position: relative; z-index: 1; }
.madamev-empty-cart__copy h2 { margin: 12px 0; font-size: clamp(2rem, 4vw, 3.35rem); }
.madamev-empty-cart__copy p { max-width: 540px; line-height: 1.65; }
.madamev-empty-cart__hero > img { width: 100%; max-height: 390px; object-fit: contain; }
.madamev-empty-cart__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.madamev-empty-cart__actions .button { border-radius: 999px; background: var(--mv-sage); color: var(--mv-panel); }
.madamev-empty-cart__actions .button:hover { background: var(--mv-sage-dark); }
.madamev-empty-cart__actions .button--outline { border: 1px solid var(--mv-sage); background: var(--mv-panel); color: var(--mv-sage-dark); }
.madamev-empty-cart__products h2 { margin-bottom: 22px; text-align: center; }
.madamev-empty-cart__products .madamev-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.madamev-empty-cart__categories {
  width: 100%;
  margin-inline: 0;
  box-shadow: 0 0 0 100vmax var(--mv-surface-cream);
  clip-path: inset(0 -100vmax);
}

/* Form and notice states shared by cart, checkout and account screens. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.madamev-notice { padding: 16px 48px 16px 54px; border: 1px solid; border-top-width: 1px; border-radius: var(--mv-control-radius); box-shadow: none; line-height: 1.45; }
.woocommerce-message,
.woocommerce-info,
.madamev-notice {
	display: flex;
	align-items: center;
	gap: 12px;
}
.woocommerce-message::before,
.woocommerce-info::before {
	position: static;
	flex: 0 0 auto;
	margin: 0;
	transform: none;
}
.woocommerce-message .button,
.woocommerce-info .button {
	flex: 0 0 auto;
	margin-block: 0;
	margin-left: auto !important;
	align-self: center;
	float: none !important;
}
.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-error:focus-visible,
.madamev-notice:focus-visible { outline: none; }
.woocommerce-error::before {
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce-message,
.madamev-notice--success { border-color: var(--mv-success); background: var(--mv-success-bg); color: var(--mv-success); }
.woocommerce-info,
.madamev-notice--info { border-color: var(--mv-info); background: var(--mv-info-bg); color: var(--mv-info); }
.madamev-notice--warning { border-color: var(--mv-warning); background: var(--mv-warning-bg); color: var(--mv-warning); }
.woocommerce-error,
.madamev-notice--error { border-color: color-mix(in srgb, var(--mv-error) 42%, var(--mv-panel)); background: var(--mv-error-bg); color: var(--mv-error); }
.woocommerce form input:focus,
.woocommerce form textarea:focus,
.woocommerce form select:focus { border-color: var(--mv-sage-dark) !important; outline: 2px solid color-mix(in srgb, var(--mv-sage) 35%, transparent); outline-offset: -3px; }
.woocommerce form .woocommerce-invalid input,
.woocommerce form input:user-invalid,
.woocommerce form textarea:user-invalid { border-color: var(--mv-error) !important; background: var(--mv-error-bg); }
.woocommerce form .woocommerce-validated input { border-color: var(--mv-success) !important; background: var(--mv-success-bg); }
.blockUI.blockOverlay::before,
.loader::before { border: 3px solid color-mix(in srgb, var(--mv-sage) 25%, transparent); border-top-color: var(--mv-sage-dark); border-radius: 50%; background: none !important; animation: madamev-spin .8s linear infinite; }
@keyframes madamev-spin { to { transform: rotate(360deg); } }

@media (max-width: 780px) {
  .woocommerce-cart .entry-content > .woocommerce { display: block; }
  .woocommerce-cart .woocommerce-cart-form { border: 0; background: transparent; overflow: visible; }
  .woocommerce-cart table.shop_table_responsive thead { display: none; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; gap: 7px 12px; margin-bottom: 12px; padding: 12px; border: 1px solid var(--mv-border); border-radius: 14px; background: var(--mv-panel); }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td { display: block; padding: 0; border: 0; text-align: left !important; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td::before { display: none; }
  .woocommerce-cart tr.cart_item .product-thumbnail { display: block !important; grid-row: 1 / 4; }
  .woocommerce-cart table.cart img { width: 84px; }
  .woocommerce-cart tr.cart_item .product-name { grid-column: 2; grid-row: 1; }
  .woocommerce-cart tr.cart_item .product-price { grid-column: 2; grid-row: 2; }
  .woocommerce-cart tr.cart_item .product-quantity { grid-column: 2; grid-row: 3; }
  .woocommerce-cart tr.cart_item .product-subtotal { grid-column: 3; grid-row: 3; align-self: center; }
  .woocommerce-cart tr.cart_item .product-remove { grid-column: 3; grid-row: 1; }
  .woocommerce-cart tr:last-child td.actions { padding: 10px 0 !important; }
  .woocommerce-cart .actions .coupon { grid-template-columns: 1fr auto; max-width: none; }
  .woocommerce-cart .actions > button[name="update_cart"],
  .madamev-cart-continue { float: none; width: 100%; margin: 8px 0 0 !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { margin-top: 18px; }
  .woocommerce-cart .cross-sells ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .madamev-mini-cart__panel { top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: min(82vh, 720px); border-radius: 22px 22px 0 0; }
  .madamev-mini-cart__panel .widget_shopping_cart_content { padding-inline: 16px; }
  .madamev-empty-cart { gap: 36px; }
  .madamev-empty-cart__hero { grid-template-columns: 1fr; padding: 26px 20px 10px; text-align: center; }
  .madamev-empty-cart__copy { display: grid; justify-items: center; }
  .madamev-empty-cart__hero > img { grid-row: 1; max-height: 270px; }
  .madamev-empty-cart__actions { justify-content: center; }
  .madamev-empty-cart__products .madamev-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 360px) {
  .woocommerce-cart .actions .coupon { grid-template-columns: 1fr; }
  .woocommerce-cart .actions .coupon button { width: 100%; }
  .madamev-mini-cart__line { margin-left: 0; }
  .madamev-empty-cart__hero { padding-inline: 14px; }
}

/* Final cart fidelity. */
.woocommerce-cart .actions > button[name="update_cart"] {
  margin-left: 10px;
}
.madamev-js .woocommerce-cart .actions > button[name="update_cart"] {
  display: none !important;
}
.madamev-js .woocommerce-cart .woocommerce-cart-form.is-auto-update-failed .actions > button[name="update_cart"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .woocommerce-cart-form.is-auto-updating .madamev-cart-step,
.woocommerce-cart .woocommerce-cart-form.is-auto-updating .product-quantity .qty { opacity: .72; }
.madamev-cart-update-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.madamev-cart-update-status.is-error {
  position: static;
  width: auto;
  height: auto;
  margin: 12px 0 0;
  padding: 11px 14px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border: 1px solid color-mix(in srgb, var(--mv-error) 42%, var(--mv-panel));
  border-radius: 9px;
  background: var(--mv-error-bg);
  color: var(--mv-error);
  white-space: normal;
}
.woocommerce-cart .cart_totals > table th,
.woocommerce-cart .cart_totals > table td {
  padding: 14px 10px;
}
.woocommerce-cart .cart_totals > table th {
  padding-left: 4px;
}
.woocommerce-cart .cart_totals > table td {
  padding-right: 4px;
}
.woocommerce-cart .cart-subtotal td {
  color: var(--mv-pink);
}
.woocommerce-cart .wc-proceed-to-checkout {
  display: grid;
  gap: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.madamev-cart-checkout-icon {
  display: inline-grid;
  place-items: center;
}
.madamev-cart-checkout-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.woocommerce-cart .wc-proceed-to-checkout .madamev-cart-continue {
  width: 100%;
  min-height: 44px;
  margin: 0 !important;
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form > .madamev-cart-digital {
  margin: 16px 0 0;
}

@media (max-width: 780px) {
  .woocommerce-cart tr.cart_item .product-remove { grid-column: 3; grid-row: 1; justify-self: end; }
  .woocommerce-cart tr.cart_item .product-subtotal { grid-column: 2; grid-row: 4; justify-self: start; }
  .woocommerce-cart .woocommerce-cart-form > .madamev-cart-digital { margin: 12px 0 0; }
}

/* Shared merchandising section title, matching Home > Nouveautés. */
.section-heading--row h2,
.madamev-merchandising-title,
.woocommerce .related.products > h2,
.woocommerce-cart .cross-sells > h2,
.madamev-empty-cart__products > h2 {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 15px;
  color: var(--mv-pink);
  font-family: "Poppins", sans-serif;
  font-size: var(--mv-section-title-size);
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}
.section-heading--row h2::after,
.madamev-merchandising-title::after,
.woocommerce .related.products > h2::after,
.woocommerce-cart .cross-sells > h2::after,
.madamev-empty-cart__products > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 14px;
  margin: 0;
  background: url("../images/madamev/hand-line.png") left center / contain no-repeat;
}
.section-heading--row h2::after { height: 19px; }


/* Cart fidelity. */
.woocommerce-cart .entry-content > .woocommerce {
  grid-template-columns: minmax(0, 1fr) clamp(310px, 28vw, 360px);
  gap: 26px;
}
.woocommerce-cart table.shop_table thead { background: var(--mv-white); }
.woocommerce-cart table.shop_table th { color: var(--mv-charcoal); text-transform: none; }
.woocommerce-cart table.cart th.product-name { padding-left: 24px; }
.woocommerce-cart table.cart th.product-remove { width: 52px; }
.woocommerce-cart table.cart td.product-thumbnail { width: 148px; padding-left: 24px; }
.woocommerce-cart table.cart td.product-name { vertical-align: middle; }
.woocommerce-cart td.product-name > a {
  color: var(--mv-charcoal);
  text-decoration: none;
}
.woocommerce-cart td.product-name > a:hover,
.woocommerce-cart td.product-name > a:focus-visible { color: var(--mv-pink); }
.woocommerce-cart .product-price { color: var(--mv-sage); }
.woocommerce-cart .product-subtotal { color: var(--mv-pink); }
.woocommerce-cart .product-quantity .quantity { border-radius: var(--mv-control-radius); }
.woocommerce-cart .cart_totals > h2 { background: var(--mv-white); }
.woocommerce-cart .cart_totals > table { margin-inline: 24px; width: calc(100% - 48px); }
.woocommerce-cart .cart_totals > table th { padding-left: 0; color: var(--mv-charcoal); }
.woocommerce-cart .cart_totals > table td { padding-right: 10px; }
.woocommerce-cart .cart_totals .cart-subtotal td,
.woocommerce-cart .cart_totals .cart-subtotal .woocommerce-Price-amount { color: var(--mv-charcoal); }
.woocommerce-cart .cart_totals .cart-discount td,
.woocommerce-cart .cart_totals .cart-discount .woocommerce-Price-amount { color: var(--mv-pink); }
.woocommerce-cart .cart_totals .order-total td { color: var(--mv-sage-dark); }
.woocommerce-cart .woocommerce-cart-form > .madamev-cart-digital { display: none !important; }
.woocommerce-cart .madamev-cart-coupon { margin: 14px 22px; }
.woocommerce-cart .madamev-cart-actions-fallback { display: flex; justify-content: flex-end; padding: 0 22px 18px; }
.madamev-js .woocommerce-cart .madamev-cart-actions-fallback { display: none; }
.madamev-js .woocommerce-cart .woocommerce-cart-form.is-auto-update-failed .madamev-cart-actions-fallback { display: flex; }
.madamev-mini-cart .madamev-cart-digital {
  margin: 0 0 18px;
  background: color-mix(in srgb, var(--mv-sage) 10%, var(--mv-panel));
}

/* Checkout shell and native WooCommerce controls. */
.woocommerce-checkout .entry-content > .woocommerce { display: block; }
.woocommerce-checkout form.checkout.madamev-checkout { display: block; margin: 0; }
.madamev-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(330px, 30vw, 420px);
  gap: 20px 26px;
  align-items: start;
}
.madamev-checkout-information {
  grid-column: 1;
  grid-row: 1;
}
.madamev-checkout-information__panel {
  padding: 20px;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  background: var(--mv-panel);
}
.madamev-checkout-information__actions { display: flex; justify-content: flex-start; margin-top: 14px; }
.madamev-checkout-information #customer_details,
.madamev-checkout-information #customer_details > .col-1,
.madamev-checkout-information #customer_details > .col-2 {
  display: block;
  float: none;
  width: 100%;
}
.madamev-checkout-information #customer_details > .col-2 { margin-top: 18px; }
.madamev-checkout-payment-step { display: contents; }
.madamev-checkout-payment-wrap { display: contents; }
.madamev-checkout-payment-wrap > h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  padding: 18px 20px 0;
  border: 1px solid var(--mv-border);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: var(--mv-panel);
  color: var(--mv-charcoal);
  font-family: "Poppins", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.madamev-checkout-payment-wrap > #payment { display: contents; }
.madamev-payment-details {
  grid-column: 1;
  grid-row: 3;
  padding: 14px 20px 20px;
  border: 1px solid var(--mv-border);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: var(--mv-panel);
}
.madamev-checkout-review {
  grid-column: 2;
  grid-row: 1;
  padding: 0 20px 18px;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  background: var(--mv-panel);
  overflow: hidden;
}
.madamev-checkout-review > h2 {
  margin: 0 -20px 10px;
  padding: 18px 20px;
  background: var(--mv-surface-commerce);
  color: var(--mv-charcoal);
  font-size: 1.35rem;
}
.madamev-checkout-review-toggle { display: none; }
.madamev-checkout-review table { width: 100%; margin: 0; border: 0; }
.madamev-checkout-review table td,
.madamev-checkout-review table th { padding: 12px 5px; border-color: color-mix(in srgb, var(--mv-border) 70%, transparent); background: transparent; }
.madamev-checkout-review .product-thumbnail { width: 58px; padding-left: 0; }
.madamev-checkout-review .product-thumbnail img { width: 52px; height: 52px; border-radius: 7px; object-fit: contain; }
.madamev-checkout-review .product-name { color: var(--mv-charcoal); line-height: 1.35; }
.madamev-checkout-review .product-name strong,
.madamev-checkout-review .product-name small { display: block; }
.madamev-checkout-review .product-name small { margin-top: 3px; color: var(--mv-taupe); }
.madamev-checkout-review .product-total { width: 80px; color: var(--mv-charcoal); font-weight: 600; text-align: right; }
.madamev-checkout-review tfoot th { text-align: left; }
.madamev-checkout-review tfoot td { text-align: right; }
.madamev-checkout-review .cart-discount td { color: var(--mv-pink); }
.madamev-checkout-review .order-total th,
.madamev-checkout-review .order-total td { padding-top: 17px; color: var(--mv-pink); font-size: 1.15rem; }
.madamev-place-order-actions {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin: 0 !important;
  padding: 16px 20px 20px !important;
  border: 1px solid var(--mv-border);
  border-radius: 16px;
  background: var(--mv-panel);
}
.woocommerce-checkout #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin: 0;
  background: var(--mv-sage);
  color: var(--mv-panel);
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible { background: var(--mv-sage-dark); color: var(--mv-panel); }
.madamev-checkout-button__lock,
.madamev-checkout-button__arrow { display: inline-grid; place-items: center; }
.madamev-checkout-button__lock svg,
.madamev-checkout-button__arrow svg { width: 19px; height: 19px; }
.madamev-checkout-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 13px 0 0;
  color: var(--mv-sage-dark);
  font-size: .75rem;
}
.madamev-checkout-secure svg { width: 18px; height: 18px; }
.madamev-checkout-coupon {
  grid-column: 1;
  grid-row: 4;
  padding: 16px 20px;
  border: 1px solid var(--mv-border);
  border-radius: 12px;
  background: var(--mv-panel);
}
.madamev-checkout-coupon label { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--mv-sage-dark); font-weight: 600; }
.madamev-checkout-coupon label svg { width: 19px; height: 19px; }
.madamev-checkout-coupon > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.madamev-checkout-coupon input { min-width: 0; min-height: var(--mv-control-height); padding: 9px 12px; border: 1px solid var(--mv-border); border-radius: var(--mv-control-radius); }
.madamev-checkout-coupon button { min-height: var(--mv-control-height); border: 0; border-radius: var(--mv-control-radius); background: var(--mv-sage); color: var(--mv-panel); }
.madamev-checkout-coupon button:hover,
.madamev-checkout-coupon button:focus-visible { background: var(--mv-sage-dark); }
.madamev-checkout-coupon__status { margin: 7px 0 0; color: var(--mv-sage-dark); font-size: .75rem; }
.madamev-checkout-coupon.has-error input { border-color: var(--mv-error); background: var(--mv-error-bg); }
.madamev-checkout-coupon.has-error .madamev-checkout-coupon__status { color: var(--mv-error); }
.madamev-checkout-fields + .madamev-checkout-fields { margin-top: 18px; }
.madamev-checkout-fields > h2 { margin: 0 0 12px; color: var(--mv-charcoal); font-family: "Poppins", sans-serif; font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.madamev-checkout-fields .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: end; gap: 12px; }
.woocommerce-checkout .madamev-checkout-fields .form-row { display: flex; flex-direction: column; justify-content: flex-end; float: none; width: 100%; margin: 0; grid-column: span 6; }
.woocommerce-checkout .madamev-checkout-fields .form-row .woocommerce-input-wrapper { display: block; width: 100%; }
.woocommerce-checkout .madamev-checkout-fields .form-row-wide { grid-column: 1 / -1; }
.woocommerce-checkout .madamev-checkout-fields #billing_address_1_field { grid-column: span 8; }
.woocommerce-checkout .madamev-checkout-fields #billing_address_2_field { grid-column: span 4; }
.woocommerce-checkout .madamev-checkout-fields #billing_city_field,
.woocommerce-checkout .madamev-checkout-fields #billing_state_field,
.woocommerce-checkout .madamev-checkout-fields #billing_postcode_field,
.woocommerce-checkout .madamev-checkout-fields #billing_country_field { grid-column: span 3; }
.woocommerce-checkout .madamev-checkout-fields #billing_first_name_field { order: 10; }
.woocommerce-checkout .madamev-checkout-fields #billing_last_name_field { order: 20; }
.woocommerce-checkout .madamev-checkout-fields #billing_address_1_field { order: 30; }
.woocommerce-checkout .madamev-checkout-fields #billing_address_2_field { order: 40; }
.woocommerce-checkout .madamev-checkout-fields #billing_city_field { order: 50; }
.woocommerce-checkout .madamev-checkout-fields #billing_state_field { order: 60; }
.woocommerce-checkout .madamev-checkout-fields #billing_postcode_field { order: 70; }
.woocommerce-checkout .madamev-checkout-fields #billing_country_field { order: 80; }
.madamev-checkout-fields label { margin-bottom: 5px; color: var(--mv-charcoal); font-size: .75rem; }
.madamev-checkout-fields input.input-text,
.madamev-checkout-fields select,
.madamev-checkout-fields .select2-selection { min-height: var(--mv-control-height); border: 1px solid var(--mv-border); border-radius: var(--mv-control-radius) !important; background: var(--mv-panel); }
.woocommerce .select2-container .select2-selection--single { display: flex; align-items: center; height: var(--mv-control-height); padding-block: 0; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { width: 100%; padding-block: 0 !important; padding-inline: 0 24px; line-height: 1.35; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { top: 50%; height: 20px; transform: translateY(-50%); }
.madamev-checkout-fields input.input-text { padding: 8px 11px; }
.woocommerce-checkout button.madamev-checkout-next,
.woocommerce-checkout button.madamev-checkout-back { display: none !important; }
.woocommerce-checkout #payment { background: transparent; }
.woocommerce-checkout #payment ul.payment_methods { margin: 20px 0; padding: 0; border: 1px solid var(--mv-border); border-radius: 9px; background: var(--mv-panel); }
.woocommerce-checkout #payment ul.payment_methods li { margin: 0; padding: 13px; border-bottom: 1px solid var(--mv-border); }
.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: 0; }
.woocommerce-checkout #payment div.payment_box { margin: 10px 0 0; padding: 12px; border-radius: 7px; background: var(--mv-surface-commerce); color: var(--mv-charcoal); }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.madamev-checkout-progress { display: none; }

@media (max-width: 780px) {
  .woocommerce-checkout .madamev-page-hero { display: none; }
  .woocommerce-checkout .commerce-page-layout { padding: 22px 14px 110px; }
  .madamev-checkout-progress { display: block; margin: 0 0 28px; }
  .madamev-checkout-progress ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
  .madamev-checkout-progress li { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--mv-taupe); text-align: center; }
  .madamev-checkout-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 16px; left: calc(50% + 25px); width: calc(100% - 50px); height: 2px; background: color-mix(in srgb, var(--mv-taupe) 24%, var(--mv-panel)); }
  .madamev-checkout-progress li.is-complete:not(:last-child)::after { background: var(--mv-sage); }
  .madamev-checkout-progress li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: color-mix(in srgb, var(--mv-taupe) 24%, var(--mv-panel)); color: var(--mv-panel); }
  .madamev-checkout-progress li.is-active > span { background: var(--mv-sage); }
  .madamev-checkout-progress li.is-complete > span { background: var(--mv-pink); }
  .madamev-checkout-progress li > strong { font-size: .75rem; font-weight: 500; }
  .madamev-checkout-progress li.is-active > strong { color: var(--mv-sage-dark); }
  .madamev-checkout-layout { display: block; }
  .madamev-checkout-information__panel { padding: 14px; }
  .madamev-checkout-fields .woocommerce-billing-fields__field-wrapper { display: block; }
  .madamev-checkout-fields .form-row { margin: 0 0 12px; }
  .madamev-checkout-payment-step { display: flex; flex-direction: column; gap: 14px; }
  .madamev-js .madamev-checkout-payment-step { display: none; }
  .madamev-js .madamev-checkout.is-payment-step .madamev-checkout-information { display: none; }
  .madamev-js .madamev-checkout.is-payment-step .madamev-checkout-payment-step { display: flex; }
  .madamev-checkout-payment-wrap { display: contents; }
  .madamev-checkout-payment-wrap > h2 { order: 1; padding: 16px 14px 8px; border: 1px solid var(--mv-border); border-bottom: 0; font-size: .84rem; }
  .madamev-checkout-payment-wrap > #payment { display: contents; }
  .madamev-payment-details { order: 2; padding: 8px 14px 16px; border-top: 0; }
  .madamev-checkout-coupon { order: 3; padding: 14px; }
  .madamev-checkout-review { order: 4; padding: 0; border-color: color-mix(in srgb, var(--mv-pink) 40%, var(--mv-border)); background: color-mix(in srgb, var(--mv-surface-blush) 55%, var(--mv-panel)); }
  .madamev-checkout-review > h2 { display: none; }
  .madamev-checkout-review-toggle { display: grid; width: 100%; grid-template-columns: 1fr auto 18px; align-items: center; gap: 8px; padding: 15px; border: 0; background: transparent; color: var(--mv-charcoal); text-align: left; }
  .madamev-checkout-review-toggle strong { color: var(--mv-pink); font-size: 1.15rem; }
  .madamev-checkout-review-toggle svg { width: 18px; transform: rotate(90deg); transition: transform .2s ease; }
  .madamev-checkout-review-toggle[aria-expanded="true"] svg { transform: rotate(-90deg); }
  .madamev-checkout-review-content,
  #madamev-checkout-review-content { display: none; padding: 0 13px 13px; }
  .madamev-checkout-review-toggle[aria-expanded="true"] + #madamev-checkout-review-content { display: block; }
  .madamev-place-order-actions { order: 5; padding: 0 !important; border: 0; background: transparent; }
  .madamev-checkout-secure { font-size: .75rem; }
  .woocommerce-checkout #place_order { min-height: 54px; font-size: 1rem; }
  .woocommerce-checkout #payment ul.payment_methods li { padding: 13px 11px; }
}

@media (max-width: 420px) {
  .madamev-checkout-coupon > div { grid-template-columns: 1fr; }
  .madamev-checkout-coupon button { width: 100%; }
  .madamev-checkout-review .product-thumbnail { width: 46px; }
  .madamev-checkout-review .product-thumbnail img { width: 42px; height: 42px; }
}

/* v1.3 shared cart, coupon and checkout component contracts. */
@media (max-width: 1024px) {
  .woocommerce-cart .entry-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    margin-top: 20px;
  }
  .woocommerce-cart .cart-collaterals .cross-sells {
    grid-column: 1;
    grid-row: 4;
  }
}

@media (max-width: 780px) {
  .woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }
  .woocommerce-cart .madamev-cart-coupon { margin-inline: 0; }
  .woocommerce-cart .madamev-cart-actions-fallback { padding-inline: 0; }
  .woocommerce-cart .cart-collaterals { display: flex; flex-direction: column; }
  .woocommerce-cart .cart-collaterals .cart_totals { order: 1; }
  .woocommerce-cart .cart-collaterals .cross-sells { order: 2; }
}

.woocommerce-cart tr.cart_item .product-price,
.woocommerce-cart tr.cart_item .product-price .woocommerce-Price-amount { color: var(--mv-sage); }

.woocommerce-cart .cart_totals {
  --mv-cart-summary-inset: 24px;
}
.woocommerce-cart .cart_totals > h2 { padding-inline: var(--mv-cart-summary-inset); }
.woocommerce-cart .cart_totals > table { width: 100%; margin-inline: 0; }
.woocommerce-cart .cart_totals > table th { padding-left: var(--mv-cart-summary-inset); text-align: left; }
.woocommerce-cart .cart_totals > table td { padding-right: var(--mv-cart-summary-inset); text-align: right; }

.woocommerce-cart .wc-proceed-to-checkout .madamev-cart-continue:hover,
.woocommerce-cart .wc-proceed-to-checkout .madamev-cart-continue:focus-visible {
  border-color: var(--mv-pink) !important;
  background: transparent !important;
  color: var(--mv-pink) !important;
}

.woocommerce-cart .product-remove .remove,
.madamev-mini-cart .remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--mv-charcoal) !important;
}
.madamev-mini-cart .remove { position: static; }
.woocommerce-cart .product-remove .remove svg,
.madamev-mini-cart .remove svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}
.woocommerce-cart .product-remove .remove:hover,
.woocommerce-cart .product-remove .remove:focus-visible,
.madamev-mini-cart .remove:hover,
.madamev-mini-cart .remove:focus-visible {
  background: transparent !important;
  color: var(--mv-pink) !important;
}

.madamev-checkout-progress { display: block; margin: 0 0 28px; }
.madamev-checkout-progress ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.madamev-checkout-progress li { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--mv-taupe); text-align: center; }
.madamev-checkout-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 16px; left: calc(50% + 25px); width: calc(100% - 50px); height: 2px; background: color-mix(in srgb, var(--mv-taupe) 24%, var(--mv-panel)); }
.madamev-checkout-progress li.is-complete:not(:last-child)::after { background: var(--mv-sage); }
.madamev-checkout-progress li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: color-mix(in srgb, var(--mv-taupe) 24%, var(--mv-panel)); color: var(--mv-white); }
.madamev-checkout-progress li.is-active > span { background: var(--mv-sage); }
.madamev-checkout-progress li.is-complete > span { background: var(--mv-pink); }
.madamev-checkout-progress li > strong { font-size: .75rem; font-weight: 500; }
.madamev-checkout-progress li.is-active > strong { color: var(--mv-sage-dark); }

.madamev-checkout-layout { display: block; max-width: 920px; margin-inline: auto; }
.madamev-checkout-information { width: 100%; }
.madamev-checkout-information__actions { display: flex; justify-content: flex-start; margin-top: 14px; }
.madamev-checkout-payment-step { display: flex; flex-direction: column; gap: 0; }
.madamev-js .madamev-checkout-payment-step { display: none; }
.madamev-js .madamev-checkout.is-payment-step .madamev-checkout-information { display: none; }
.madamev-js .madamev-checkout.is-payment-step .madamev-checkout-payment-step { display: flex; }
.madamev-checkout-payment-wrap,
.madamev-checkout-payment-wrap > #payment { display: contents; }
.madamev-checkout-payment-wrap > h2 { order: 1; margin: 0; padding: 18px 20px 0; border: 1px solid var(--mv-border); border-bottom: 0; border-radius: 16px 16px 0 0; background: var(--mv-panel); font-weight: 700; }
.madamev-payment-details { order: 2; padding: 0 20px 18px; border: 1px solid var(--mv-border); border-top: 0; border-radius: 0 0 16px 16px; background: var(--mv-panel); }
.madamev-checkout-coupon { order: 3; padding: 0; border: 0; border-radius: 0; background: transparent; }
.madamev-checkout-coupon .madamev-coupon-toggle__fields { display: grid; }
.madamev-checkout-review { order: 4; margin-top: 14px; padding: 0; border: 1px solid var(--mv-border); border-radius: 16px; background: transparent; }
.madamev-checkout-review > h2 { display: none; }
.madamev-checkout-review-toggle { display: grid; width: 100%; grid-template-columns: 1fr auto 18px; align-items: center; gap: 8px; padding: 15px; border: 0; background: transparent; color: var(--mv-charcoal); text-align: left; }
.madamev-checkout-review-toggle strong { color: var(--mv-pink); font-size: 1.15rem; }
.madamev-checkout-review-toggle svg { width: 18px; transform: rotate(90deg); transition: transform .2s ease; }
.madamev-checkout-review-toggle[aria-expanded="true"] svg { transform: rotate(-90deg); }
#madamev-checkout-review-content { display: none; padding: 0 15px 15px; }
.madamev-checkout-review-toggle[aria-expanded="true"] + #madamev-checkout-review-content { display: block; }
.madamev-place-order-actions { order: 5; display: block; margin: 14px 0 0 !important; padding: 0 !important; border: 0; background: transparent; }
.madamev-place-order-buttons { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.madamev-js .woocommerce-checkout button.madamev-checkout-next,
.madamev-js .woocommerce-checkout button.madamev-checkout-back { display: inline-flex !important; align-items: center; justify-content: center; gap: 9px; width: auto; min-height: 48px; margin: 0; border-radius: 999px; }
.woocommerce-checkout button.madamev-checkout-next { padding-inline: 24px; background: var(--mv-sage); color: var(--mv-white); }
.woocommerce-checkout button.madamev-checkout-next:hover,
.woocommerce-checkout button.madamev-checkout-next:focus-visible { background: var(--mv-sage-dark); color: var(--mv-white); }
.madamev-checkout-next svg,
.madamev-checkout-back svg { width: 18px; height: 18px; }
.madamev-checkout-back__arrow { display: inline-grid; place-items: center; transform: rotate(180deg); }
.woocommerce-checkout button.madamev-checkout-back { margin: 0; border: 2px solid var(--mv-sage); background: transparent; color: var(--mv-sage-ink); }
.woocommerce-checkout button.madamev-checkout-back:hover,
.woocommerce-checkout button.madamev-checkout-back:focus-visible { border-color: var(--mv-pink); background: transparent; color: var(--mv-pink); }
.woocommerce-checkout #place_order { width: auto !important; min-width: 210px; }
.madamev-checkout-secure { margin: 12px 0 0; }

@media (max-width: 780px) {
  .madamev-checkout-information__actions { display: block; }
  .madamev-js .woocommerce-checkout button.madamev-checkout-next { width: 100%; }
  .madamev-place-order-buttons { flex-direction: column; }
  .woocommerce-checkout #place_order,
  .madamev-js .woocommerce-checkout button.madamev-checkout-back { width: 100% !important; min-height: 54px; font-size: 1rem; }
  .woocommerce-checkout #place_order { order: 1; }
  .woocommerce-checkout button.madamev-checkout-back { order: 2; }
}

@media (max-width: 420px) {
  .madamev-coupon-toggle__fields { grid-template-columns: 1fr; }
  .madamev-coupon-toggle__fields button { width: 100%; }
}

/* Native order confirmation, composed from the shared hero and panel contracts. */
.woocommerce-order-received .commerce-page-layout { padding-top: 42px; }
.woocommerce-order-received .woocommerce-order { width: min(100%, 1080px); margin-inline: auto; }
.woocommerce-order-received .woocommerce-thankyou-order-received { display: none; }
.woocommerce-order-received .madamev-checkout-progress { display: block; margin: 0 0 34px; }
.woocommerce-order-received .madamev-checkout-progress ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.woocommerce-order-received .madamev-checkout-progress li { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--mv-taupe); text-align: center; }
.woocommerce-order-received .madamev-checkout-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 16px; left: calc(50% + 25px); width: calc(100% - 50px); height: 2px; background: var(--mv-sage); }
.woocommerce-order-received .madamev-checkout-progress li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--mv-pink); color: var(--mv-panel); }
.woocommerce-order-received .madamev-checkout-progress li.is-active > span { background: var(--mv-sage); }
.woocommerce-order-received .madamev-checkout-progress li > strong { color: var(--mv-sage-dark); font-size: .75rem; font-weight: 500; }
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px !important;
  padding: 0;
  border: 1px solid var(--mv-border);
  border-radius: var(--mv-panel-radius);
  background: var(--mv-panel);
  overflow: hidden;
}
.woocommerce-order-received .woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: none;
  margin: 0;
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--mv-border);
  color: var(--mv-taupe);
  font-family: "Poppins", sans-serif;
  font-size: .75rem;
  line-height: 1.35;
}
.woocommerce-order-received .woocommerce-order-overview li:last-child { border-right: 0; }
.woocommerce-order-received .woocommerce-order-overview li strong { display: block; margin-top: 5px; color: var(--mv-charcoal); font-size: .9rem; line-height: 1.35; overflow-wrap: anywhere; }
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 0 28px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--mv-border);
  border-radius: var(--mv-panel-radius);
  background: var(--mv-panel);
}
.woocommerce-order-received .woocommerce-order-details > h2,
.woocommerce-order-received .woocommerce-customer-details > h2 {
  margin: 0 0 16px;
  color: var(--mv-charcoal);
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 400;
}
.woocommerce-order-received table.order_details { width: 100%; margin: 0; border: 0; border-collapse: collapse; }
.woocommerce-order-received table.order_details th,
.woocommerce-order-received table.order_details td { padding: 14px 10px; border-color: var(--mv-border); background: transparent; color: var(--mv-charcoal); vertical-align: top; }
.woocommerce-order-received table.order_details thead th { color: var(--mv-charcoal); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.woocommerce-order-received table.order_details .product-total,
.woocommerce-order-received table.order_details tfoot td { text-align: right; }
.woocommerce-order-received table.order_details .product-name a { color: var(--mv-charcoal); font-weight: 600; text-decoration: none; }
.woocommerce-order-received table.order_details .product-name a:hover,
.woocommerce-order-received table.order_details .product-name a:focus-visible { color: var(--mv-pink); }
.woocommerce-order-received table.order_details .wc-item-meta { margin: 7px 0 0; padding: 0; color: var(--mv-taupe); font-size: .75rem; }
.woocommerce-order-received table.order_details .wc-item-meta li { margin: 3px 0; }
.woocommerce-order-received table.order_details .wc-item-meta-label,
.woocommerce-order-received table.order_details .wc-item-meta strong { color: var(--mv-charcoal); font-weight: 600; }
.woocommerce-order-received table.order_details .wc-item-meta p { display: inline; margin: 0; color: var(--mv-taupe); }
.woocommerce-order-received table.order_details tfoot th,
.woocommerce-order-received table.order_details tfoot td { color: var(--mv-charcoal); font-size: .82rem; }
.woocommerce-order-received table.order_details tfoot tr:nth-last-child(2):has(+ tr .order-actions--heading) th,
.woocommerce-order-received table.order_details tfoot tr:nth-last-child(2):has(+ tr .order-actions--heading) td,
.woocommerce-order-received table.order_details tfoot tr:last-child:not(:has(.order-actions--heading)) th,
.woocommerce-order-received table.order_details tfoot tr:last-child:not(:has(.order-actions--heading)) td { color: var(--mv-sage-dark); font-size: 1rem; font-weight: 700; }
.woocommerce-order-received table.order_details .order-actions--heading,
.woocommerce-order-received table.order_details .order-actions--heading + td { color: var(--mv-charcoal); font-size: .82rem; font-weight: 600; }
.woocommerce-order-received .woocommerce-customer-details address { padding: 0; border: 0; border-radius: 0; background: var(--mv-panel); color: var(--mv-charcoal); font-style: normal; line-height: 1.7; }
.woocommerce-order-received .woocommerce-customer-details address p { margin: 8px 0 0; }
.madamev-confirmation-confetti { position: fixed; z-index: 40; inset: 0; width: 100vw; height: 100vh; pointer-events: none; }

@media (max-width: 900px) {
  .woocommerce-order-received .woocommerce-order-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-order-received .woocommerce-order-overview li { border-bottom: 1px solid var(--mv-border); }
  .woocommerce-order-received .woocommerce-order-overview li:nth-child(2n) { border-right: 0; }
  .woocommerce-order-received .woocommerce-order-overview li:last-child { grid-column: 1 / -1; border-bottom: 0; }
}

@media (max-width: 780px) {
  .woocommerce-order-received .madamev-page-hero--confirmation { display: block; }
}

@media (max-width: 616px) {
  .woocommerce-order-received .commerce-page-layout { padding-top: 26px; }
  .woocommerce-order-received .woocommerce-order-overview { grid-template-columns: 1fr; }
  .woocommerce-order-received .woocommerce-order-overview li,
  .woocommerce-order-received .woocommerce-order-overview li:nth-child(2n),
  .woocommerce-order-received .woocommerce-order-overview li:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--mv-border); }
  .woocommerce-order-received .woocommerce-order-overview li:last-child { border-bottom: 0; }
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details { padding: 14px; }
  .woocommerce-order-received table.order_details thead { display: none; }
  .woocommerce-order-received table.order_details tbody tr,
  .woocommerce-order-received table.order_details tfoot tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; border-bottom: 1px solid var(--mv-border); }
  .woocommerce-order-received table.order_details tbody td,
  .woocommerce-order-received table.order_details tfoot th,
  .woocommerce-order-received table.order_details tfoot td { display: block; width: auto; border: 0; text-align: left !important; }
  .woocommerce-order-received table.order_details tbody td::before,
  .woocommerce-order-received table.order_details tfoot td::before { display: none !important; }
  .woocommerce-order-received table.order_details .product-total,
  .woocommerce-order-received table.order_details tfoot td { text-align: right !important; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  .madamev-confirmation-confetti { display: none; }
}

/* Customer account 1.4.0: one shared shell for every native WooCommerce endpoint. */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .madamev-account-shell::before,
.woocommerce-account .madamev-account-shell::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
.woocommerce-account .madamev-account-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.woocommerce-account .madamev-account-links a { display: flex; align-items: center; gap: 13px; min-height: 48px; padding: 10px 14px; border: 0; border-radius: 10px; color: inherit; font-size: .82rem; font-weight: 500; text-decoration: none; transition: color var(--mv-transition), background-color var(--mv-transition); }
.woocommerce-account .madamev-account-links a svg { flex: 0 0 auto; width: 20px; height: 20px; }
.woocommerce-account .madamev-account-links .is-active a,
.woocommerce-account .madamev-account-links a:hover,
.woocommerce-account .madamev-account-links a:focus-visible { background: color-mix(in srgb, var(--mv-panel) 91%, transparent); color: var(--mv-pink); }
.madamev-account-profile { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 12px; min-width: 0; }
.madamev-account-avatar { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--mv-pale-pink); color: var(--mv-pink-ink); font-family: "DM Serif Display", Georgia, serif; font-size: 1.25rem; }
.madamev-account-profile__copy { display: grid; min-width: 0; gap: 1px; }
.madamev-account-profile strong,
.madamev-account-profile small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.madamev-account-profile small { font-size: .75rem; }
.madamev-account-logout { display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin-top: 5px; color: inherit; font-size: .75rem; text-decoration: none; }
.madamev-account-logout svg { width: 15px; height: 15px; }
.madamev-account-logout:hover,
.madamev-account-logout:focus-visible { color: var(--mv-pink); }

.woocommerce-account .woocommerce-MyAccount-content { min-width: 0; padding: clamp(20px, 2.3vw, 34px); border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.woocommerce-dashboard .woocommerce-MyAccount-content { padding: 0; border: 0; background: transparent; }
.woocommerce-account .woocommerce-MyAccount-content > h2:first-child,
.woocommerce-account .woocommerce-MyAccount-content > h3:first-child { margin-bottom: 22px; }
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 { font-size: clamp(1.35rem, 2.1vw, 1.8rem); }
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-downloads { font-size: .82rem; }
.woocommerce-account .woocommerce-Address { padding: 20px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.woocommerce-account .woocommerce-Address-title h2 { font-size: 1.35rem; }

.madamev-account-dashboard { display: grid; gap: 24px; }
.account-welcome { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 180px; padding: clamp(26px, 4vw, 50px); border-radius: var(--mv-panel-radius); background-color: var(--mv-account-hero-color, #fbf4f0); overflow: hidden; }
.account-welcome::before { position: absolute; z-index: -2; inset: 0; background-image: var(--mv-account-hero-image); background-position: right center; background-size: auto 208px; background-repeat: no-repeat; content: ""; }
.account-welcome::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--mv-account-hero-color, #fbf4f0) 0%, var(--mv-account-hero-color, #fbf4f0) 28%, color-mix(in srgb, var(--mv-account-hero-color, #fbf4f0) 88%, transparent) 43%, transparent 68%); content: ""; }
.account-welcome__copy { width: min(54%, 620px); }
.account-welcome__title-wrap { margin-bottom: 8px; }
.account-welcome h1 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.4rem); }
.account-welcome p { margin: 0; font-size: .92rem; }

.account-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.account-stat { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 3px 14px; min-height: 118px; padding: 18px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); transition: border-color var(--mv-transition), color var(--mv-transition); }
.account-stat:hover,
.account-stat:focus-visible { border-color: var(--mv-pink); color: var(--mv-charcoal); }
.account-stat > span { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--mv-sage-darker); }
.account-stat--mustard { background: color-mix(in srgb, var(--mv-mustard) 58%, var(--mv-panel)); }
.account-stat--mustard > span { background: color-mix(in srgb, var(--mv-mustard) 76%, var(--mv-panel)); }
.account-stat--sage { background: color-mix(in srgb, var(--mv-sage) 46%, var(--mv-panel)); }
.account-stat--sage > span { background: color-mix(in srgb, var(--mv-sage) 66%, var(--mv-panel)); }
.account-stat--pink { background: color-mix(in srgb, var(--mv-pink) 38%, var(--mv-panel)); }
.account-stat--pink > span { background: color-mix(in srgb, var(--mv-pink) 58%, var(--mv-panel)); color: var(--mv-pink-ink); }
.account-stat--blue { background: color-mix(in srgb, var(--mv-blue) 48%, var(--mv-panel)); }
.account-stat--blue > span { background: color-mix(in srgb, var(--mv-blue) 68%, var(--mv-panel)); }
.account-stat svg { width: 23px; height: 23px; }
.account-stat strong { align-self: end; font-family: "DM Serif Display", Georgia, serif; font-size: 2rem; line-height: 1; }
.account-stat small { align-self: start; color: var(--mv-charcoal); font-size: .75rem; }

.account-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.account-dashboard-panel { display: flex; min-width: 0; min-height: 280px; flex-direction: column; padding: 22px; border: 1px solid var(--mv-border); border-radius: var(--mv-panel-radius); background: var(--mv-panel); }
.account-dashboard-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.account-dashboard-panel > header h2 { margin: 0; font-size: 1.08rem; }
.account-dashboard-panel > header > a { color: var(--mv-pink-ink); font-size: .75rem; font-weight: 500; }
.account-panel-link { color: var(--mv-charcoal); font-size: .75rem; font-weight: 500; }
.account-dashboard-panel a,
.account-stat { text-decoration: none !important; }
.account-dashboard-panel > header > a:hover,
.account-dashboard-panel > header > a:focus-visible,
.account-panel-link:hover,
.account-panel-link:focus-visible { color: var(--mv-pink); }
.account-order-list a { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 9px 0; border-top: 1px solid var(--mv-border); color: var(--mv-charcoal); text-decoration: none; }
.account-order-list a:first-child { border-top: 0; }
.account-order-list__image img { display: block; width: 48px; height: 48px; border-radius: 7px; object-fit: cover; }
.account-order-list__name,
.account-order-list__meta { display: grid; gap: 2px; min-width: 0; }
.account-order-list__name strong { overflow: hidden; font-size: .75rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.account-order-list__meta { text-align: right; white-space: nowrap; }
.account-order-list small { color: var(--mv-taupe); font-size: .75rem; }
.account-order-list__meta small { padding: 2px 7px; border-radius: 99px; background: color-mix(in srgb, var(--mv-sage) 18%, var(--mv-panel)); color: var(--mv-sage-darker); }
.account-download-list,
.account-quick-actions { margin: 0; padding: 0; list-style: none; }
.account-download-list a,
.account-quick-actions a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 0; border-top: 1px solid var(--mv-border); color: var(--mv-charcoal); font-size: .75rem; text-decoration: none; }
.account-download-list a:first-child,
.account-quick-actions li:first-child a { border-top: 0; }
.account-download-list a span,
.account-quick-actions a span { flex: 1; min-width: 0; }
.account-download-list svg,
.account-quick-actions svg { flex: 0 0 auto; width: 17px; height: 17px; }
.account-download-list a:hover,
.account-download-list a:focus-visible,
.account-quick-actions a:hover,
.account-quick-actions a:focus-visible { color: var(--mv-pink); }
.account-panel-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding-top: 14px; }
.account-panel-link svg { width: 17px; height: 17px; }
.account-panel-empty { margin: auto 0; color: var(--mv-taupe); font-size: .82rem; text-align: center; }
.account-favorite-categories { display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: center; gap: 20px; margin-block: auto; }
.account-favorite-chart { position: relative; display: grid; place-items: center; width: 118px; aspect-ratio: 1; border-radius: 50%; }
.account-favorite-chart::after { position: absolute; width: 53%; aspect-ratio: 1; border-radius: 50%; background: var(--mv-panel); content: ""; }
.account-favorite-chart span { z-index: 1; display: grid; place-items: center; color: var(--mv-sage-dark); }
.account-favorite-chart svg { width: 25px; height: 25px; }
.account-favorite-categories ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.account-favorite-categories li { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; gap: 7px; font-size: .75rem; }
.account-favorite-categories li i { width: 9px; height: 9px; border-radius: 50%; background: var(--mv-chart-color); }
.account-favorite-categories li strong { font-size: .75rem; white-space: nowrap; }

@media (min-width: 781px) {
  body.madamev-account-logged-in { --mv-account-sidebar: clamp(240px, 20vw, 304px); --mv-account-sidebar-gap: 10px; }
  .madamev-account-logged-in .announcement-bar { display: none; }
  .madamev-account-logged-in .site-header,
  .madamev-account-logged-in .site-footer { margin-left: var(--mv-account-sidebar); }
  .madamev-account-logged-in .site-header__inner { width: 100%; max-width: none; grid-template-columns: 1fr auto; min-height: 86px; padding-inline: clamp(22px, 3vw, 50px); }
  .madamev-account-logged-in .site-header .site-branding { display: none; }
  .madamev-account-logged-in .site-header .primary-navigation { justify-self: start; }
  .madamev-account-layout { width: calc(100% - var(--mv-account-sidebar)); max-width: none; margin: 0 0 0 var(--mv-account-sidebar); padding: 24px clamp(24px, 3vw, 54px) 58px; }
  .madamev-account-layout .entry-content > .woocommerce { width: 100%; }
  .woocommerce-account .madamev-account-shell { display: block; }
  .woocommerce-account .woocommerce-MyAccount-navigation { position: fixed; z-index: 80; top: var(--mv-account-sidebar-gap); bottom: var(--mv-account-sidebar-gap); left: var(--mv-account-sidebar-gap); display: flex; width: calc(var(--mv-account-sidebar) - (var(--mv-account-sidebar-gap) * 2)); min-height: 0; flex-direction: column; padding: 34px 20px 24px; border: 0; border-radius: 18px; background: linear-gradient(155deg, var(--mv-sage), color-mix(in srgb, var(--mv-sage) 70%, var(--mv-charcoal))); color: var(--mv-white); overflow-y: auto; }
  .admin-bar.woocommerce-account .woocommerce-MyAccount-navigation { top: calc(32px + var(--mv-account-sidebar-gap)); }
  .madamev-account-sidebar__logo { margin: 0 12px 30px; }
  .madamev-account-sidebar__logo .custom-logo-link { display: block; }
  .madamev-account-sidebar__logo .custom-logo { display: block; width: 100%; max-width: 215px; max-height: 75px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
  .madamev-account-sidebar__logo > a { font-family: "Sacramento", cursive; font-size: 2.6rem; }
  .woocommerce-account .woocommerce-MyAccount-navigation .madamev-account-links { flex: 1; align-content: start; }
  .madamev-account-profile--sidebar { margin-top: 34px; padding: 22px 10px 0; border-top: 1px solid color-mix(in srgb, var(--mv-panel) 32%, transparent); }
  .madamev-account-profile--sidebar small { color: color-mix(in srgb, var(--mv-panel) 82%, transparent); }
}

@media (min-width: 781px) and (max-width: 1100px) {
  .account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-dashboard-grid { grid-template-columns: 1fr; }
  .madamev-account-logged-in .footer-main__grid,
  .madamev-account-logged-in .footer-main__grid--without-newsletter { grid-template-columns: 1fr; }
  .madamev-account-logged-in .footer-main__art { display: none; }
  .madamev-account-logged-in .footer-features { width: 100%; }
}

@media (min-width: 1101px) and (max-width: 1300px) {
  .madamev-account-logged-in .footer-main__grid,
  .madamev-account-logged-in .footer-main__grid--without-newsletter { grid-template-columns: 1fr; }
  .madamev-account-logged-in .footer-main__art { display: none; }
  .madamev-account-logged-in .footer-features { width: 100%; }
}

@media (max-width: 780px) {
  .madamev-account-layout { width: min(calc(100% - 32px), 680px); margin-inline: auto; padding-top: 18px; }
  .woocommerce-account .woocommerce-MyAccount-navigation { display: none; }
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; padding: 0; border: 0; background: transparent; }
  .madamev-account-dashboard { gap: 16px; }
  .account-welcome { min-height: 185px; padding: 22px; }
  .account-welcome::before { background-position: 58% center; background-size: cover; }
  .account-welcome::after { background: linear-gradient(90deg, var(--mv-account-hero-color, #fbf4f0) 0%, color-mix(in srgb, var(--mv-account-hero-color, #fbf4f0) 93%, transparent) 42%, transparent 78%); }
  .account-welcome__copy { width: 64%; }
  .account-welcome h1 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .account-welcome p { font-size: .75rem; }
  .account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .account-stat { min-height: 104px; padding: 13px; }
  .account-dashboard-grid { grid-template-columns: 1fr; gap: 14px; }
  .account-dashboard-panel { min-height: 0; padding: 18px; }
  .mobile-account-sheet .madamev-account-profile--mobile { margin: 18px 0 0; padding: 14px; border-radius: 14px; background: linear-gradient(155deg, var(--mv-sage), color-mix(in srgb, var(--mv-sage) 70%, var(--mv-charcoal))); color: var(--mv-white); }
  .mobile-account-sheet .madamev-account-profile--mobile small { color: color-mix(in srgb, var(--mv-panel) 82%, transparent); }
  .mobile-account-sheet .madamev-account-logout { border: 0; color: var(--mv-white); }
  .mobile-account-sheet .madamev-account-logout:hover,
  .mobile-account-sheet .madamev-account-logout:focus-visible { color: var(--mv-pink); }
  .mobile-account-sheet .madamev-account-links { gap: 0; }
  .mobile-account-sheet .madamev-account-links a { justify-content: flex-start; min-height: 47px; padding-inline: 5px; border-bottom: 1px solid var(--mv-border); border-radius: 0; }
  .mobile-account-sheet .madamev-account-links .is-active a { background: transparent; color: var(--mv-pink); }
}

@media (max-width: 420px) {
  .madamev-account-layout { width: min(calc(100% - 24px), 460px); }
  .account-welcome { min-height: 170px; }
  .account-welcome__copy { width: 72%; }
  .account-stat { grid-template-columns: 40px minmax(0, 1fr); gap: 2px 9px; }
  .account-stat > span { width: 40px; height: 40px; }
  .account-stat strong { font-size: 1.65rem; }
  .account-order-list a { grid-template-columns: 42px minmax(0, 1fr); }
  .account-order-list__image img { width: 42px; height: 42px; }
  .account-order-list__meta { grid-column: 2; grid-row: 2; grid-template-columns: auto auto; justify-content: space-between; text-align: left; }
  .account-favorite-categories { grid-template-columns: 90px minmax(0, 1fr); gap: 14px; }
  .account-favorite-chart { width: 90px; }
}

@media (max-width: 360px) {
  .account-stat { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .account-stat small { max-width: 100%; overflow-wrap: anywhere; }
  .madamev-account-logged-in .footer-newsletter__form,
  .madamev-account-logged-in .madamev-newsletter-form { min-width: 0; max-width: 100%; }
  .madamev-account-logged-in .footer-feature,
  .madamev-account-logged-in .footer-feature strong,
  .madamev-account-logged-in .footer-feature p { min-width: 0; overflow-wrap: anywhere; }
}

/* Shared account menu and interactive header panels. */
.header-account-menu { position: relative; display: grid; place-items: center; }
.madamev-account-menu--desktop[hidden] { display: none; }
.madamev-account-menu--desktop {
  position: absolute;
  z-index: 1100;
  top: calc(100% + 14px);
  right: -18px;
  width: min(350px, calc(100vw - 32px));
  padding: 22px;
  border: 1px solid var(--mv-border);
  border-radius: 18px;
  background: var(--mv-panel);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--mv-charcoal) 17%, transparent);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.madamev-account-menu--desktop::before { position: absolute; right: 0; bottom: 100%; width: 92px; height: 18px; content: ""; }
.madamev-account-menu--desktop.is-open { opacity: 1; transform: translateY(0); }
.madamev-account-menu__identity { display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 17px; margin-bottom: 14px; }
.madamev-account-menu__avatar,
.madamev-account-menu__guest-icon { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid color-mix(in srgb, var(--mv-sage) 55%, var(--mv-panel)); border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 20%, var(--mv-panel)); color: var(--mv-sage-darker); font-family: "DM Serif Display", Georgia, serif; font-size: 1.55rem; }
.madamev-account-menu__identity > strong { font-family: "DM Serif Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; line-height: 1.2; }
.madamev-account-menu__navigation ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.madamev-account-menu__navigation a { display: grid; grid-template-columns: 25px minmax(0, 1fr) 58px; align-items: center; gap: 10px; min-height: 43px; padding: 7px 3px; border: 0; color: var(--mv-charcoal); font-size: .78rem; font-weight: 500; text-decoration: none; }
.madamev-account-menu__navigation a:hover,
.madamev-account-menu__navigation a:focus-visible { color: var(--mv-pink); }
.madamev-account-menu__link-icon,
.madamev-account-menu__arrow { display: grid; place-items: center; }
.madamev-account-menu__link-icon svg { width: 20px; height: 20px; }
.madamev-account-menu__arrow svg { width: 14px; height: 14px; }
.madamev-account-menu__meta { display: grid; grid-template-columns: 28px 18px; align-items: center; justify-content: end; gap: 10px; width: 58px; }
.madamev-account-menu__count { display: grid; place-items: center; min-width: 28px; height: 28px; padding-inline: 6px; border-radius: 999px; background: color-mix(in srgb, var(--mv-sage) 28%, var(--mv-panel)); color: var(--mv-sage-darker); font-size: .75rem; }
.madamev-account-menu__count-placeholder { display: block; width: 28px; height: 1px; }
.madamev-account-menu__logout,
.madamev-account-menu__forgot { display: flex; align-items: center; gap: 12px; min-height: 45px; margin-top: 10px; padding: 13px 3px 2px; border-top: 1px solid var(--mv-border); color: var(--mv-charcoal); font-size: .78rem; font-weight: 500; text-decoration: none; }
.madamev-account-menu__logout svg,
.madamev-account-menu__forgot svg { width: 20px; height: 20px; }
.madamev-account-menu__logout:hover,
.madamev-account-menu__logout:focus-visible,
.madamev-account-menu__forgot:hover,
.madamev-account-menu__forgot:focus-visible { color: var(--mv-pink); }
.madamev-account-menu__guest-intro { display: grid; justify-items: center; text-align: center; }
.madamev-account-menu__guest-icon { width: 76px; height: 76px; }
.madamev-account-menu__guest-icon svg { width: 42px; height: 42px; }
.madamev-account-menu__guest-intro h2 { margin: 10px 0 4px; font-size: 1.45rem; }
.madamev-account-menu__guest-intro p { margin: 0; max-width: 285px; font-size: .78rem; line-height: 1.55; }
.madamev-account-menu__guest-actions { display: grid; gap: 8px; margin: 15px 0; }
.madamev-account-menu .madamev-account-menu__guest-actions .button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; padding: 9px 18px; font-family: "Poppins", Arial, sans-serif; font-size: .82rem; font-weight: 600; line-height: 1.2; text-align: center; }
.madamev-account-menu__benefits { display: grid; gap: 12px; padding: 15px 0; border-block: 1px solid var(--mv-border); }
.madamev-account-menu__benefits > div { display: grid; grid-template-columns: 47px minmax(0, 1fr); align-items: center; gap: 11px; }
.madamev-account-menu__benefits > div > span { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 50%; background: color-mix(in srgb, var(--mv-sage) 17%, var(--mv-panel)); color: var(--mv-sage-darker); }
.madamev-account-menu__benefits svg { width: 25px; height: 25px; }
.madamev-account-menu__benefits p { display: grid; gap: 1px; margin: 0; font-size: .75rem; line-height: 1.45; }
.madamev-account-menu__benefits strong { color: var(--mv-charcoal); font-size: .78rem; }
.madamev-account-menu__forgot { margin-top: 0; padding-top: 14px; border-top: 0; color: var(--mv-sage-darker); text-decoration: underline; }
.madamev-account-menu__form-view h2 { margin: 7px 0 16px; font-size: 1.45rem; }
.madamev-account-menu__form-back { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 3px 0; border: 0; border-radius: 0; background: transparent; color: var(--mv-charcoal); font-size: .75rem; font-weight: 600; }
.madamev-account-menu__form-back:hover,
.madamev-account-menu__form-back:focus-visible { background: transparent; color: var(--mv-pink); }
.madamev-account-menu__form-back svg { width: 16px; height: 16px; transform: rotate(180deg); }
.madamev-account-menu__form { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; }
.madamev-account-menu__form .form-row { display: grid; gap: 5px; width: 100%; margin: 0; padding: 0; }
.madamev-account-menu__form label { color: var(--mv-charcoal); font-size: .75rem; font-weight: 500; }
.madamev-account-menu__form input[type="text"],
.madamev-account-menu__form input[type="email"],
.madamev-account-menu__form input[type="password"] { width: 100%; min-height: var(--mv-control-height); padding: 9px 12px; border: 1px solid var(--mv-border); border-radius: var(--mv-control-radius); background: var(--mv-panel); color: var(--mv-charcoal); }
.madamev-account-menu__form input:focus { border-color: var(--mv-sage-dark); outline: 2px solid color-mix(in srgb, var(--mv-sage) 35%, transparent); outline-offset: -3px; }
.madamev-account-menu__remember { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px; }
.madamev-account-menu__remember input { flex: 0 0 auto; }
.madamev-account-menu__form .button { width: 100%; min-height: 44px; }
.madamev-account-menu__form-forgot { width: fit-content; color: var(--mv-sage-darker); font-size: .75rem; text-decoration: underline; }
.madamev-account-menu__form-forgot:hover,
.madamev-account-menu__form-forgot:focus-visible { color: var(--mv-pink); }
.madamev-account-menu__generated-note { margin: 0; color: var(--mv-taupe); font-size: .75rem; line-height: 1.5; }

/* The same native mini-cart becomes a desktop drawer and a mobile sheet. */
.madamev-mini-cart { pointer-events: none; }
.madamev-mini-cart__backdrop {
  display: none;
}
.madamev-mini-cart__panel {
  top: var(--mv-mini-cart-top, 0);
  right: var(--mv-mini-cart-right, 16px);
  bottom: auto;
  width: min(490px, calc(100vw - 24px));
  height: auto;
  max-height: calc(100vh - var(--mv-mini-cart-top, 0px) - 16px);
  padding: 0;
  border: 1px solid var(--mv-border);
  border-radius: 18px;
  background: var(--mv-panel);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--mv-charcoal) 17%, transparent);
  overflow: hidden;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.madamev-mini-cart.is-open .madamev-mini-cart__panel { opacity: 1; transform: translateY(0); }
.madamev-mini-cart__panel > header { margin: 0; padding: 24px 28px 16px; border-bottom: 0; background: var(--mv-panel); }
.madamev-mini-cart__panel h2 { font-size: 1.8rem; }
.madamev-mini-cart__close { width: 40px; min-height: 40px; border: 0; border-radius: 0; background: transparent; }
.madamev-mini-cart__close:hover,
.madamev-mini-cart__close:focus-visible { background: transparent; color: var(--mv-pink); }
.madamev-sheet-handle { display: none; }
.madamev-sheet-close { display: grid; place-items: center; width: 40px; min-height: 40px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--mv-charcoal); font-family: Arial, sans-serif; font-size: 1.65rem; font-weight: 400; line-height: 1; box-shadow: none; }
.madamev-sheet-close:hover,
.madamev-sheet-close:focus-visible,
.madamev-sheet-close:active { border: 0; background: transparent; color: var(--mv-pink); box-shadow: none; transform: none; }
.madamev-mini-cart__panel .widget_shopping_cart_content { min-height: 0; padding: 0 28px 25px; background: var(--mv-panel); overflow-y: auto; }
.madamev-mini-cart .woocommerce-mini-cart-item { min-height: 108px; margin: 0; padding: 14px 0 !important; border: 0; border-bottom: 1px solid var(--mv-border); border-radius: 0; background: transparent; }
.madamev-mini-cart__product { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; }
.madamev-mini-cart__product img { background: var(--mv-surface-commerce); }
.madamev-mini-cart__product strong { color: var(--mv-charcoal); font-size: .82rem; }
.madamev-mini-cart__product:hover strong,
.madamev-mini-cart__product:focus-visible strong { color: var(--mv-pink); }
.madamev-mini-cart__line { margin: 7px 0 0 90px; }
.madamev-mini-cart__quantity { border-radius: var(--mv-control-radius); }
.madamev-mini-cart__price { color: var(--mv-sage-dark); }
.madamev-mini-cart .madamev-cart-digital { margin: 0 0 8px; }
.madamev-mini-cart__panel .woocommerce-mini-cart__total { font-size: 1rem; }

@media (max-width: 780px) {
  .header-account-menu { display: none; }
  .mobile-account-sheet { max-height: min(88vh, 780px); }
  .mobile-account-sheet::backdrop { background: color-mix(in srgb, var(--mv-charcoal) 35%, transparent); opacity: 0; transition: opacity 220ms ease; }
  .mobile-account-sheet.is-open::backdrop { opacity: 1; }
  .mobile-account-sheet .mobile-account-sheet__panel { position: relative; max-height: min(88vh, 780px); padding: 14px 22px calc(24px + env(safe-area-inset-bottom)); transform: translateY(100%); transition: transform 220ms ease; }
  .mobile-account-sheet.is-open .mobile-account-sheet__panel { transform: translateY(var(--mv-sheet-drag-y, 0px)); }
  .madamev-sheet-handle { display: flex; align-items: center; justify-content: center; width: calc(100% - 96px); height: 28px; margin: -10px auto 2px; cursor: grab; touch-action: none; user-select: none; }
  .madamev-sheet-handle span { display: block; width: 58px; height: 5px; border-radius: 999px; background: color-mix(in srgb, var(--mv-charcoal) 18%, transparent); pointer-events: none; }
  .madamev-sheet-handle.is-dragging { cursor: grabbing; }
  .mobile-more-sheet__panel.is-dragging,
  .madamev-mini-cart__panel.is-dragging { transition: none !important; }
  .mobile-account-sheet__close { position: absolute; z-index: 2; top: 13px; right: 15px; }
  .mobile-account-sheet__close:hover,
  .mobile-account-sheet__close:focus-visible { background: transparent; color: var(--mv-pink); }
  .mobile-account-sheet .madamev-account-menu { padding-top: 8px; }
  .mobile-account-sheet .madamev-account-menu__identity { padding-right: 42px; }
  .mobile-account-sheet .madamev-account-menu__navigation a,
  .mobile-account-sheet .madamev-account-menu__logout,
  .mobile-account-sheet .madamev-account-menu__forgot { border-radius: 0; font-size: .8rem; }
  .mobile-account-sheet .madamev-account-menu__logout { display: grid; grid-template-columns: 25px minmax(0, 1fr); align-items: center; justify-content: start; gap: 10px; margin-top: 10px; padding: 13px 3px 2px; border-top: 1px solid var(--mv-border); border-bottom: 0; text-align: left; }
  .mobile-account-sheet .madamev-account-menu__logout svg { width: 20px; height: 20px; }
  .mobile-account-sheet .madamev-account-menu__guest-intro { padding-inline: 30px; }
  .mobile-account-sheet .madamev-account-menu__guest-actions .button { border-bottom: 2px solid var(--mv-sage); }

  .madamev-mini-cart__backdrop { display: block; top: 0; height: 100%; pointer-events: auto; opacity: 0; transition: opacity 220ms ease; }
  .madamev-mini-cart.is-open .madamev-mini-cart__backdrop { opacity: 1; }
  .madamev-mini-cart__panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min(88vh, 780px);
    max-height: min(88vh, 780px);
    padding-top: 14px;
    border: 0;
    border-radius: 28px 28px 0 0;
    opacity: 1;
    transform: translateY(100%);
  }
  .madamev-mini-cart.is-open .madamev-mini-cart__panel { transform: translateY(var(--mv-sheet-drag-y, 0px)); }
  .madamev-mini-cart__panel > header { padding: 0 22px 14px; }
  .madamev-mini-cart__panel .widget_shopping_cart_content { padding: 0 18px calc(22px + env(safe-area-inset-bottom)); }
  .madamev-mini-cart .woocommerce-mini-cart-item { padding-block: 14px !important; }
  .madamev-mini-cart__line { margin-left: 90px; }
}

@media (max-width: 420px) {
  .mobile-account-sheet .mobile-account-sheet__panel { padding-inline: 18px; }
  .madamev-account-menu__identity { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; }
  .madamev-account-menu__avatar { width: 58px; height: 58px; }
  .madamev-mini-cart__panel .widget_shopping_cart_content { padding-inline: 15px; }
  .madamev-mini-cart__product { grid-template-columns: 70px minmax(0, 1fr); gap: 11px; }
  .madamev-mini-cart__product img { width: 70px !important; height: 70px !important; }
  .madamev-mini-cart__line { margin-left: 81px; }
}

@media (prefers-reduced-motion: reduce) {
  .madamev-account-menu--desktop,
  .mobile-more-sheet::backdrop,
  .mobile-more-sheet .mobile-more-sheet__panel,
  .mobile-account-sheet::backdrop,
  .mobile-account-sheet .mobile-account-sheet__panel,
  .madamev-mini-cart__backdrop,
  .madamev-mini-cart__panel { transition: none !important; }
}

