:root {
  --mfc-paper: #fbfcfd;
  --mfc-paper-soft: #ffffff;
  --mfc-paper-deep: #e5e8ea;
  --mfc-ink: #20272c;
  --mfc-muted: #636d74;
  --mfc-wine: #8c211f;
  --mfc-wine-dark: #6f1715;
  --mfc-gold: #c9953d;
  --mfc-green: #58744b;
  --mfc-blue: #71838e;
  --mfc-blue-dark: #52636d;
  --mfc-blue-soft: #edf2f4;
  --mfc-line: rgba(67, 84, 96, 0.2);
  --mfc-shadow: 0 1.2rem 3rem rgba(45, 61, 73, 0.11);
}

body.mfc-commerce-shell {
  min-width: 320px;
  color: var(--mfc-ink);
  background: var(--mfc-paper) !important;
}

/* Keep Checkout aligned with Cart when checkout-specific styles add a top offset. */
body.mfc-commerce-checkout {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.mfc-commerce-shell .site-header,
body.mfc-commerce-shell #masthead,
body.mfc-commerce-shell header#site-header,
body.mfc-commerce-shell .elementor-location-header,
body.mfc-commerce-shell .ast-mobile-header-wrap {
  display: none !important;
}

.mfc-commerce-header {
  position: relative;
  z-index: 100;
  color: var(--mfc-ink);
  background: #fff;
  border-bottom: 1px solid var(--mfc-line);
}

.mfc-commerce-header-inner {
  width: min(88rem, calc(100% - 3rem));
  min-height: 7.2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.mfc-commerce-back,
.mfc-commerce-wordmark,
.mfc-commerce-steps a {
  color: inherit;
  text-decoration: none;
}

.mfc-commerce-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  color: var(--mfc-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mfc-commerce-back span:first-child {
  color: var(--mfc-wine);
  font-size: 1.15rem;
}

body.mfc-commerce-shell a.mfc-commerce-wordmark,
body.mfc-commerce-shell a.mfc-commerce-wordmark:visited,
body.mfc-commerce-shell a.mfc-commerce-wordmark:hover,
body.mfc-commerce-shell a.mfc-commerce-wordmark:focus {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #6b2425 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

body.mfc-commerce-shell a.mfc-commerce-wordmark > span:last-child {
  color: #6b2425 !important;
}

body.mfc-commerce-shell .mfc-commerce-logo-mark {
  display: block;
  width: 5.75rem;
  aspect-ratio: 1200 / 640;
  flex: 0 0 auto;
  background: #6b2425 !important;
  -webkit-mask: var(--mfc-logo-image) top center / 100% auto no-repeat;
  mask: var(--mfc-logo-image) top center / 100% auto no-repeat;
}

.mfc-commerce-logo-fallback {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.mfc-commerce-steps {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #947d6e;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mfc-commerce-steps a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.75rem;
}

.mfc-commerce-steps a[aria-current="page"],
.mfc-commerce-steps span[aria-current="step"] {
  color: var(--mfc-wine);
}

.mfc-commerce-steps svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.mfc-commerce-steps svg circle {
  fill: currentColor;
  stroke: none;
}

.mfc-commerce-menu {
  position: relative;
  z-index: 21;
  color: #6b2425;
}

.mfc-commerce-menu summary {
  width: 5.35rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid currentColor;
  color: currentColor;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  list-style: none;
  opacity: 0.82;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.mfc-commerce-menu summary::-webkit-details-marker {
  display: none;
}

.mfc-commerce-menu summary svg {
  width: 0.58rem;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  transition: transform 180ms ease;
}

.mfc-commerce-menu[open] summary,
.mfc-commerce-menu summary:hover,
.mfc-commerce-menu summary:focus-visible {
  opacity: 1;
  outline: none;
  background: rgba(107, 36, 37, 0.08);
}

.mfc-commerce-menu[open] summary svg {
  transform: rotate(180deg);
}

.mfc-commerce-menu-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  width: min(15rem, calc(100vw - 2rem));
  padding: 0.38rem;
  border: 1px solid rgba(116, 54, 46, 0.3);
  background: #fffaf3;
  color: #4d382f;
  box-shadow: 0 1.1rem 2.8rem rgba(36, 22, 17, 0.2);
}

body.mfc-commerce-shell .mfc-commerce-menu-panel a,
body.mfc-commerce-shell .mfc-commerce-menu-panel a:visited {
  display: flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.78rem;
  color: #4d382f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-decoration: none;
  opacity: 1;
}

.mfc-commerce-menu-panel a + a {
  border-top: 1px solid rgba(116, 54, 46, 0.12);
}

.mfc-commerce-menu-panel a > span:last-child {
  color: #b9824b;
  font-size: 0.9rem;
  transition: transform 180ms ease;
}

body.mfc-commerce-shell .mfc-commerce-menu-panel a:hover,
body.mfc-commerce-shell .mfc-commerce-menu-panel a:focus-visible,
body.mfc-commerce-shell .mfc-commerce-menu-panel a[aria-current="page"] {
  background: rgba(116, 54, 46, 0.08);
  color: #74362e;
  outline: none;
}

.mfc-commerce-menu-panel a:hover > span:last-child,
.mfc-commerce-menu-panel a:focus-visible > span:last-child {
  transform: translateX(0.18rem);
}

.mfc-commerce-intro {
  color: var(--mfc-ink);
  background: #e5e8ea;
}

.mfc-commerce-intro-inner {
  width: min(82rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(2rem, 3.2vw, 3rem) 0 clamp(1.8rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
}

.mfc-commerce-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--mfc-wine);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.mfc-commerce-intro h1 {
  max-width: 19ch;
  margin: 0;
  color: var(--mfc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mfc-commerce-intro-copy {
  max-width: 42rem;
  margin: 0.9rem 0 0;
  color: var(--mfc-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.mfc-commerce-assurances {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  color: var(--mfc-muted);
  font-size: 0.9rem;
  list-style: none;
}

.mfc-commerce-assurances li {
  position: relative;
  padding-left: 1.2rem;
}

.mfc-commerce-assurances li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  content: "";
  background: var(--mfc-green);
  border-radius: 50%;
}

body.mfc-commerce-shell .site-content,
body.mfc-commerce-shell #content,
body.mfc-commerce-shell .content-area,
body.mfc-commerce-shell .site-main {
  color: var(--mfc-ink);
  background: transparent !important;
}

body.mfc-commerce-shell .ast-container,
body.mfc-commerce-shell .site-content > .ast-container {
  width: min(82rem, calc(100% - 3rem));
  max-width: none;
  margin: 0 auto;
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 0 clamp(4rem, 7vw, 7rem) !important;
}

body.mfc-commerce-shell .entry-header,
body.mfc-commerce-shell .entry-title {
  display: none !important;
}

body.mfc-commerce-shell .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.mfc-commerce-shell .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.75fr) minmax(21rem, 0.9fr) !important;
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

body.mfc-commerce-shell .wc-block-components-main {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0;
}

body.mfc-commerce-shell .wc-block-components-sidebar {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0;
}

body.mfc-commerce-shell .wc-block-cart-items,
body.mfc-commerce-shell .wc-block-components-order-summary,
body.mfc-commerce-shell .wc-block-checkout__order-notes {
  border-color: var(--mfc-line);
}

/* The order note is absent, so Terms no longer needs a separator above it. */
body.mfc-commerce-checkout .wp-block-woocommerce-checkout-terms-block,
body.mfc-commerce-checkout .wc-block-checkout__terms {
  border-top: 0 !important;
}

body.mfc-commerce-shell .wc-block-cart-items__header,
body.mfc-commerce-shell .wc-block-components-order-summary-item {
  border-color: var(--mfc-line) !important;
}

body.mfc-commerce-shell .wc-block-cart-items__header th,
body.mfc-commerce-shell .wc-block-components-totals-item__label,
body.mfc-commerce-shell .wc-block-components-checkout-step__heading {
  color: var(--mfc-muted);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.mfc-commerce-shell .wc-block-cart-items tbody tr {
  border-bottom: 1px solid var(--mfc-line);
}

body.mfc-commerce-shell .wc-block-cart-items td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

body.mfc-commerce-shell .wc-block-components-product-name,
body.mfc-commerce-shell .wc-block-components-product-name:hover {
  color: var(--mfc-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 1.7vw, 1.55rem) !important;
  line-height: 1.25;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

body.mfc-commerce-shell .wc-block-components-product-metadata {
  color: var(--mfc-muted);
  font-size: 1rem !important;
  line-height: 1.55;
}

body.mfc-commerce-shell .wc-block-cart-item__image img,
body.mfc-commerce-shell .wc-block-components-order-summary-item__image img {
  background: var(--mfc-paper-deep);
  border: 1px solid var(--mfc-line);
}

body.mfc-commerce-shell .wc-block-cart-item__image {
  width: clamp(5.5rem, 8vw, 7.5rem);
}

body.mfc-commerce-shell .wc-block-components-product-price,
body.mfc-commerce-shell .wc-block-components-formatted-money-amount {
  color: var(--mfc-ink);
  font-size: 1.12rem !important;
}

body.mfc-commerce-shell .wc-block-components-quantity-selector {
  min-height: 2.85rem;
  font-size: 1rem;
  border: 1px solid var(--mfc-line);
  border-radius: 0;
}

body.mfc-commerce-shell .wc-block-components-quantity-selector::after {
  border: 0;
}

body.mfc-commerce-shell .wc-block-cart-item__remove-link {
  min-height: 2.75rem;
  color: var(--mfc-muted) !important;
  font-size: 0.72rem;
  text-underline-offset: 0.18em;
}

body.mfc-commerce-shell .wc-block-components-sidebar > div,
body.mfc-commerce-shell .wc-block-checkout__sidebar {
  background: #fbfcfd;
}

body.mfc-commerce-cart .wc-block-components-sidebar {
  position: sticky;
  top: 1.5rem;
  padding: clamp(1.6rem, 2.7vw, 2.4rem) !important;
  border: 1px solid var(--mfc-line);
  background: #fff !important;
  box-shadow: var(--mfc-shadow);
}

body.mfc-commerce-shell .wc-block-components-totals-wrapper {
  border-color: var(--mfc-line) !important;
}

body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 0 !important;
}

body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
  content: "Total";
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html[lang^="nl"] body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
  content: "Totaal";
}

html[lang^="fr"] body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
  content: "Total";
}

body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--mfc-wine);
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.25em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.5vw, 2.35rem) !important;
  font-weight: 400;
  white-space: nowrap;
}

body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount,
body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.mfc-commerce-shell .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  line-height: 1.2;
}

body.mfc-commerce-shell .wc-block-components-totals-item__description,
body.mfc-commerce-shell .wc-block-components-totals-footer-item + div {
  color: var(--mfc-muted);
  font-size: 0.9rem !important;
  line-height: 1.5;
}

body.mfc-commerce-shell .wc-block-cart__submit-container {
  margin-top: 1.1rem;
}

.mfc-delivery-progress {
  width: 100%;
  margin: 0.9rem 0 0;
  padding: 1.1rem 1.15rem 1.15rem;
  color: #fff8ed;
  background: var(--mfc-ink);
  border: 1px solid rgba(201, 149, 61, 0.65);
  border-left: 0.3rem solid var(--mfc-gold);
  box-shadow: 0 0.85rem 1.8rem rgba(32, 39, 44, 0.18);
  line-height: 1.35;
}

.mfc-delivery-progress.is-unlocked {
  color: #fff;
  background: #38502f;
  border-color: rgba(255, 248, 237, 0.35);
  border-left-color: #91b27f;
}

.mfc-delivery-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mfc-delivery-progress-label {
  color: rgba(255, 248, 237, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mfc-delivery-progress-badge {
  flex: 0 0 auto;
  padding: 0.28rem 0.48rem;
  color: var(--mfc-ink);
  background: var(--mfc-gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.mfc-delivery-progress.is-unlocked .mfc-delivery-progress-badge {
  color: #38502f;
  background: #e7f0e2;
}

.mfc-delivery-progress-value {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 0.85rem;
}

.mfc-delivery-progress-amount {
  color: #e3b55e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.4vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  white-space: nowrap;
}

.mfc-delivery-progress.is-unlocked .mfc-delivery-progress-amount {
  color: #e7f0e2;
}

.mfc-delivery-progress-copy {
  padding-bottom: 0.08rem;
  color: #fff8ed;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.mfc-delivery-progress-options {
  display: grid;
  margin-top: 0.65rem;
  gap: 0.22rem;
}

.mfc-delivery-progress-option {
  margin: 0;
  color: #fff8ed;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.mfc-delivery-progress-or {
  color: rgba(255, 248, 237, 0.64);
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.2;
  text-transform: lowercase;
}

body.mfc-commerce-shell .mfc-commerce-continue-button {
  display: flex;
  width: 100%;
  min-height: 4rem;
  margin-top: 0.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  color: #fff8ed !important;
  background: var(--mfc-blue-dark) !important;
  border: 1px solid var(--mfc-blue-dark) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

body.mfc-commerce-shell .mfc-commerce-continue-button:hover,
body.mfc-commerce-shell .mfc-commerce-continue-button:focus-visible {
  color: #fff8ed !important;
  background: var(--mfc-wine-dark) !important;
  transform: translateY(-1px);
}

body.mfc-commerce-shell .wc-block-components-button,
body.mfc-commerce-shell .wc-block-cart__submit-button,
body.mfc-commerce-shell .wc-block-components-checkout-place-order-button,
body.mfc-commerce-shell button[type="submit"] {
  min-height: 4rem;
  color: #fff8ed !important;
  background: var(--mfc-wine) !important;
  border: 1px solid var(--mfc-wine) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

body.mfc-commerce-shell .wc-block-components-button:hover,
body.mfc-commerce-shell button[type="submit"]:hover {
  background: var(--mfc-wine-dark) !important;
  transform: translateY(-1px);
}

body.mfc-commerce-shell input,
body.mfc-commerce-shell select,
body.mfc-commerce-shell textarea,
body.mfc-commerce-shell .wc-block-components-text-input input,
body.mfc-commerce-shell .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  color: var(--mfc-ink) !important;
  background: #f7f9fb !important;
  border-color: rgba(67, 43, 33, 0.32) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

body.mfc-commerce-shell input:focus,
body.mfc-commerce-shell select:focus,
body.mfc-commerce-shell textarea:focus,
body.mfc-commerce-shell a:focus-visible,
body.mfc-commerce-shell button:focus-visible {
  border-color: var(--mfc-wine) !important;
  outline: 2px solid rgba(127, 56, 47, 0.25) !important;
  outline-offset: 2px;
}

body.mfc-commerce-shell a {
  color: var(--mfc-wine);
}

body.mfc-commerce-checkout
  .wp-block-woocommerce-checkout-contact-information-block
  .wc-block-components-checkout-step__heading-content
  a,
body.mfc-commerce-checkout .wc-block-checkout__login-prompt {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  color: var(--mfc-blue-dark) !important;
  background: var(--mfc-blue-soft);
  border: 1px solid var(--mfc-blue);
  border-radius: 2px;
  font-size: 20px !important;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

body.mfc-commerce-checkout
  .wp-block-woocommerce-checkout-contact-information-block
  .wc-block-components-checkout-step__heading-content
  a:hover,
body.mfc-commerce-checkout .wc-block-checkout__login-prompt:hover {
  color: #fff !important;
  background: var(--mfc-blue-dark);
  transform: translateY(-1px);
}

body.mfc-commerce-checkout .wc-block-checkout__create-account,
body.mfc-commerce-checkout .mfc-checkout-create-account {
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  color: var(--mfc-blue-dark);
  background: var(--mfc-blue-soft);
  border: 1px solid rgba(113, 131, 142, 0.42);
  border-left: 3px solid var(--mfc-blue);
  border-radius: 2px;
}

body.mfc-commerce-checkout .wc-block-checkout__create-account label,
body.mfc-commerce-checkout .mfc-checkout-create-account label {
  color: var(--mfc-blue-dark) !important;
  font-size: 20px !important;
  font-weight: 700;
}

body.mfc-commerce-checkout .wc-block-checkout__create-account input[type="checkbox"],
body.mfc-commerce-checkout .mfc-checkout-create-account input[type="checkbox"] {
  accent-color: var(--mfc-blue-dark);
}

body.mfc-commerce-shell .site-footer,
body.mfc-commerce-shell #colophon,
body.mfc-commerce-shell .elementor-location-footer {
  margin-top: 0 !important;
  background: #e5e8ea !important;
  border-top: 1px solid var(--mfc-line);
}

body.mfc-commerce-shell .site-footer .elementor-element,
body.mfc-commerce-shell #colophon .elementor-element,
body.mfc-commerce-shell .elementor-location-footer .elementor-element {
  background-color: #e5e8ea !important;
  background-image: none !important;
}

body.mfc-commerce-account .woocommerce {
  width: 100%;
  max-width: none;
}

.mfc-account-benefits {
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.6rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  color: #fff8ed;
  background: var(--mfc-ink);
  border-left: 0.3rem solid var(--mfc-gold);
  box-shadow: var(--mfc-shadow);
}

.mfc-account-benefits-kicker {
  margin: 0 0 0.65rem;
  color: #e3b55e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mfc-account-benefits h2 {
  margin: 0;
  color: #fff8ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.05;
}

.mfc-account-benefits-intro > p:last-child {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: rgba(255, 248, 237, 0.76);
  line-height: 1.65;
}

.mfc-account-benefits ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  align-content: center;
  list-style: none;
}

.mfc-account-benefits li {
  position: relative;
  padding-left: 1.45rem;
  line-height: 1.5;
}

.mfc-account-benefits li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  content: "✓";
  color: #e3b55e;
  font-weight: 900;
}

body.mfc-commerce-account #customer_login {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

body.mfc-commerce-account #customer_login::before,
body.mfc-commerce-account #customer_login::after {
  display: none;
}

body.mfc-commerce-account #customer_login .u-column1,
body.mfc-commerce-account #customer_login .u-column2 {
  width: auto;
  float: none;
  padding: clamp(1.4rem, 2.7vw, 2.3rem);
  background: #fff;
  border: 1px solid var(--mfc-line);
  box-shadow: 0 0.9rem 2.2rem rgba(45, 61, 73, 0.08);
}

body.mfc-commerce-account #customer_login h2 {
  margin: 0 0 1.25rem;
  color: var(--mfc-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.8vw, 2.5rem);
  font-weight: 400;
}

body.mfc-commerce-account form.login,
body.mfc-commerce-account form.register {
  margin: 0;
  padding: 0;
  border: 0;
}

body.mfc-commerce-account form .form-row {
  margin-bottom: 1rem;
}

body.mfc-commerce-account form label {
  color: var(--mfc-ink);
  font-weight: 650;
}

body.mfc-commerce-account form input.input-text {
  min-height: 3.35rem;
  padding: 0.75rem 0.9rem;
}

.mfc-account-consent {
  padding-top: 0.85rem;
  border-top: 1px solid var(--mfc-line);
}

.mfc-account-consent label {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  font-size: 0.86rem;
  font-weight: 500 !important;
  line-height: 1.55;
}

.mfc-account-consent input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.15rem 0 0;
}

.mfc-account-consent-marketing {
  color: var(--mfc-muted);
}

body.mfc-commerce-account .woocommerce-LostPassword {
  margin-top: 1rem;
}

/* ---------------------------------------------------------------
   Classic Checkout · reliable gateway engine with the approved MFC shell
   --------------------------------------------------------------- */

body.mfc-commerce-checkout-classic .woocommerce {
  width: 100%;
  max-width: none;
}

body.mfc-commerce-checkout-classic .woocommerce-notices-wrapper,
body.mfc-commerce-checkout-classic .woocommerce-form-login-toggle,
body.mfc-commerce-checkout-classic .woocommerce-form-coupon-toggle,
body.mfc-commerce-checkout-classic form.woocommerce-form-login,
body.mfc-commerce-checkout-classic form.checkout_coupon {
  width: 100%;
  max-width: none;
}

body.mfc-commerce-checkout-classic .woocommerce-info,
body.mfc-commerce-checkout-classic .woocommerce-message,
body.mfc-commerce-checkout-classic .woocommerce-error {
  margin: 0 0 1rem !important;
  padding: 1rem 1.15rem 1rem 3rem !important;
  color: var(--mfc-ink);
  background: #fff !important;
  border: 1px solid var(--mfc-line) !important;
  border-left: 0.25rem solid var(--mfc-blue) !important;
  box-shadow: none;
  line-height: 1.5;
}

body.mfc-commerce-checkout-classic .woocommerce-message {
  border-left-color: var(--mfc-green) !important;
}

body.mfc-commerce-checkout-classic .woocommerce-error {
  border-left-color: var(--mfc-wine) !important;
}

body.mfc-commerce-checkout-classic .woocommerce-info::before,
body.mfc-commerce-checkout-classic .woocommerce-message::before,
body.mfc-commerce-checkout-classic .woocommerce-error::before {
  top: 1rem;
  left: 1rem;
  color: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic .woocommerce-message::before {
  color: var(--mfc-green);
}

body.mfc-commerce-checkout-classic .woocommerce-error::before {
  color: var(--mfc-wine);
}

body.mfc-commerce-checkout-classic .woocommerce-info a,
body.mfc-commerce-checkout-classic .woocommerce-message a {
  font-weight: 750;
  text-underline-offset: 0.18em;
}

body.mfc-commerce-checkout-classic .woocommerce-message .button {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  color: #fff8ed !important;
  background: var(--mfc-wine) !important;
  border-radius: 2px;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.mfc-commerce-checkout-classic form.woocommerce-form-login,
body.mfc-commerce-checkout-classic form.checkout_coupon {
  margin: -0.25rem 0 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--mfc-line);
  border-top: 0;
  border-radius: 0;
}

body.mfc-commerce-checkout-classic form.checkout.woocommerce-checkout {
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(23rem, 0.82fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0 clamp(2rem, 4vw, 4rem);
}

body.mfc-commerce-checkout-classic #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  padding: clamp(1.4rem, 2.6vw, 2.25rem);
  display: block;
  background: #fff;
  border: 1px solid var(--mfc-line);
  box-shadow: 0 0.85rem 2.1rem rgba(45, 61, 73, 0.07);
}

body.mfc-commerce-checkout-classic #customer_details::before,
body.mfc-commerce-checkout-classic #customer_details::after {
  display: none;
}

body.mfc-commerce-checkout-classic #customer_details .col-1,
body.mfc-commerce-checkout-classic #customer_details .col-2 {
  width: 100%;
  float: none;
}

body.mfc-commerce-checkout-classic #customer_details .col-2 {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--mfc-line);
}

body.mfc-commerce-checkout-classic .woocommerce-additional-fields {
  display: none;
}

body.mfc-commerce-checkout-classic .woocommerce-billing-fields > h3,
body.mfc-commerce-checkout-classic .woocommerce-shipping-fields > h3,
body.mfc-commerce-checkout-classic #order_review_heading,
body.mfc-commerce-checkout-classic .mfc-classic-payment-title {
  color: var(--mfc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

body.mfc-commerce-checkout-classic .woocommerce-billing-fields > h3,
body.mfc-commerce-checkout-classic .woocommerce-shipping-fields > h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
}

body.mfc-commerce-checkout-classic .woocommerce-billing-fields__field-wrapper,
body.mfc-commerce-checkout-classic .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

body.mfc-commerce-checkout-classic .form-row {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.mfc-commerce-checkout-classic .form-row-wide,
body.mfc-commerce-checkout-classic #billing_country_field,
body.mfc-commerce-checkout-classic #billing_address_1_field,
body.mfc-commerce-checkout-classic #billing_address_2_field,
body.mfc-commerce-checkout-classic #billing_phone_field,
body.mfc-commerce-checkout-classic #billing_email_field,
body.mfc-commerce-checkout-classic #shipping_country_field,
body.mfc-commerce-checkout-classic #shipping_address_1_field,
body.mfc-commerce-checkout-classic #shipping_address_2_field {
  grid-column: 1 / -1;
}

body.mfc-commerce-checkout-classic .form-row label {
  margin-bottom: 0.42rem;
  display: block;
  color: var(--mfc-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

body.mfc-commerce-checkout-classic .form-row .required {
  color: var(--mfc-wine);
  text-decoration: none;
}

body.mfc-commerce-checkout-classic .input-text,
body.mfc-commerce-checkout-classic select,
body.mfc-commerce-checkout-classic .select2-selection {
  min-height: 3.2rem;
  padding: 0.72rem 0.85rem;
  font-size: 1rem;
}

body.mfc-commerce-checkout-classic .select2-container .select2-selection--single {
  height: 3.2rem;
  border: 1px solid rgba(67, 43, 33, 0.32);
  border-radius: 2px;
}

body.mfc-commerce-checkout-classic .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 2.5rem 0 0.85rem;
  line-height: 3.1rem;
}

body.mfc-commerce-checkout-classic .select2-container .select2-selection--single .select2-selection__arrow {
  height: 3.1rem;
}

body.mfc-commerce-checkout-classic .woocommerce-shipping-fields #ship-to-different-address {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

body.mfc-commerce-checkout-classic .woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

body.mfc-commerce-checkout-classic #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 1.45rem 1.5rem 1rem;
  background: #fff;
  border: 1px solid var(--mfc-line);
  border-bottom: 0;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
}

body.mfc-commerce-checkout-classic #order_review {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  padding: 0 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid var(--mfc-line);
  border-top: 0;
  box-shadow: var(--mfc-shadow);
}

body.mfc-commerce-checkout-classic #order_review table.shop_table {
  margin: 0 0 1.25rem;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table th,
body.mfc-commerce-checkout-classic #order_review table.shop_table td {
  padding: 0.82rem 0.25rem;
  border: 0;
  border-bottom: 1px solid var(--mfc-line);
  font-size: 0.9rem;
  line-height: 1.45;
  vertical-align: top;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table th:last-child,
body.mfc-commerce-checkout-classic #order_review table.shop_table td:last-child {
  text-align: right;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table thead th {
  color: var(--mfc-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  #shipping_method {
  display: grid;
  margin: 0;
  gap: 0.5rem;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  #shipping_method
  li {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  #shipping_method
  li
  input[type="radio"] {
  flex: 0 0 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.15rem 0 0;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  #shipping_method
  li
  label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--mfc-ink);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table .order-total th,
body.mfc-commerce-checkout-classic #order_review table.shop_table .order-total td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--mfc-wine);
  border-top: 2px solid rgba(124, 31, 31, 0.62);
  border-bottom: 2px solid rgba(124, 31, 31, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table .order-total th {
  font-size: 1.2rem;
  vertical-align: middle;
}

body.mfc-commerce-checkout-classic #order_review table.shop_table .order-total td {
  font-size: 1rem;
  vertical-align: middle;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  .order-total
  td
  strong {
  display: block;
  font-size: clamp(1.7rem, 2.4vw, 2rem);
  line-height: 1;
}

body.mfc-commerce-checkout-classic
  #order_review
  table.shop_table
  .order-total
  .includes_tax {
  display: block;
  margin-top: 0.35rem;
  color: var(--mfc-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
}

body.mfc-commerce-checkout-classic .mfc-classic-delivery-progress {
  margin: 0 0 1.25rem;
  padding: 0.8rem 0.9rem;
  color: var(--mfc-ink);
  background: var(--mfc-blue-soft);
  border: 1px solid rgba(113, 131, 142, 0.32);
  border-left: 3px solid var(--mfc-blue-dark);
  box-shadow: none;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress.is-unlocked {
  color: #38502f;
  background: #edf4e9;
  border-color: rgba(56, 80, 47, 0.28);
  border-left-color: #6f9160;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress
  .mfc-delivery-progress-label {
  color: var(--mfc-blue-dark);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress
  .mfc-delivery-progress-badge {
  color: #fff;
  background: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress.is-unlocked
  .mfc-delivery-progress-badge {
  color: #38502f;
  background: #dce9d5;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress
  .mfc-delivery-progress-options {
  margin-top: 0.55rem;
  gap: 0.18rem;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress
  .mfc-delivery-progress-option {
  color: var(--mfc-ink);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-delivery-progress
  .mfc-delivery-progress-or {
  color: var(--mfc-muted);
  font-size: 0.68rem;
}

body.mfc-commerce-checkout-classic .mfc-classic-payment-title {
  margin: 0 0 0.8rem;
  font-size: 1.5rem;
}

body.mfc-commerce-checkout-classic #payment {
  margin: 0;
  background: var(--mfc-blue-soft);
  border: 1px solid rgba(113, 131, 142, 0.32);
  border-radius: 2px;
}

body.mfc-commerce-checkout-classic #payment ul.payment_methods {
  padding: 0;
  border-bottom: 1px solid rgba(113, 131, 142, 0.3);
}

body.mfc-commerce-checkout-classic #payment ul.payment_methods > li {
  margin: 0;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(113, 131, 142, 0.2);
}

body.mfc-commerce-checkout-classic #payment ul.payment_methods > li:last-child {
  border-bottom: 0;
}

body.mfc-commerce-checkout-classic #payment ul.payment_methods label {
  color: var(--mfc-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

body.mfc-commerce-checkout-classic #payment ul.payment_methods img {
  max-height: 1.55rem;
  width: auto;
}

body.mfc-commerce-checkout-classic #payment div.payment_box {
  margin: 0.8rem 0 0;
  padding: 1rem;
  color: var(--mfc-ink);
  background: #fff;
  border: 1px solid rgba(113, 131, 142, 0.3);
  border-radius: 0;
  font-size: 0.88rem;
}

body.mfc-commerce-checkout-classic #payment div.payment_box::before {
  border-bottom-color: #fff;
}

body.mfc-commerce-checkout-classic #payment .form-row.place-order {
  padding: 1rem;
}

body.mfc-commerce-checkout-classic #payment .woocommerce-privacy-policy-text,
body.mfc-commerce-checkout-classic #payment .woocommerce-terms-and-conditions-wrapper {
  color: var(--mfc-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

body.mfc-commerce-checkout-classic .mfc-classic-marketing-opt-in {
  margin: 0.75rem 0 0 !important;
  padding: 0;
  background: transparent;
  border: 0;
}

body.mfc-commerce-checkout-classic
  #payment
  .woocommerce-terms-and-conditions-wrapper
  .form-row {
  margin: 0.75rem 0 0 !important;
  padding: 0;
}

body.mfc-commerce-checkout-classic .mfc-classic-marketing-opt-in label,
body.mfc-commerce-checkout-classic #payment .woocommerce-form__label-for-checkbox {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-marketing-opt-in
  input[type="checkbox"],
body.mfc-commerce-checkout-classic
  #payment
  .woocommerce-form__label-for-checkbox
  input[type="checkbox"] {
  flex: 0 0 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.12rem 0 0;
}

body.mfc-commerce-checkout-classic
  #payment
  .woocommerce-form__label-for-checkbox
  > span {
  flex: 1 1 auto;
  min-width: 0;
}

body.mfc-commerce-checkout-classic .mfc-classic-consent-primary,
body.mfc-commerce-checkout-classic .mfc-classic-consent-note {
  display: block;
}

body.mfc-commerce-checkout-classic .mfc-classic-consent-note {
  margin-top: 0.24rem;
  color: var(--mfc-muted);
}

body.mfc-commerce-checkout-classic
  #payment
  .woocommerce-terms-and-conditions-checkbox-text::after {
  content: " *";
  color: var(--mfc-wine-dark);
  font-weight: 700;
}

body.mfc-commerce-checkout-classic
  #payment
  .woocommerce-form__label-for-checkbox
  abbr.required {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.mfc-commerce-checkout-classic #place_order {
  width: 100%;
  min-height: 3.75rem;
  margin-top: 0.85rem;
  float: none;
}

body.mfc-commerce-checkout-classic .mfc-classic-continue-button {
  min-height: 3.25rem;
  margin-top: 0.65rem;
  color: #fff !important;
  background: var(--mfc-blue-dark) !important;
  border-color: var(--mfc-blue-dark) !important;
  font-size: 0.8rem;
}

body.mfc-commerce-checkout-classic .mfc-classic-continue-button:hover,
body.mfc-commerce-checkout-classic .mfc-classic-continue-button:focus-visible {
  color: #fff8ed !important;
  background: var(--mfc-wine-dark) !important;
}

@media (max-width: 980px) {
  body.mfc-commerce-checkout-classic form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
  }

  body.mfc-commerce-checkout-classic #customer_details,
  body.mfc-commerce-checkout-classic #order_review_heading,
  body.mfc-commerce-checkout-classic #order_review {
    grid-column: 1;
  }

  body.mfc-commerce-checkout-classic #customer_details {
    grid-row: 1;
  }

  body.mfc-commerce-checkout-classic #order_review_heading {
    grid-row: 2;
    margin-bottom: -1.5rem;
  }

  body.mfc-commerce-checkout-classic #order_review {
    grid-row: 3;
  }
}

@media (max-width: 620px) {
  body.mfc-commerce-checkout-classic #customer_details,
  body.mfc-commerce-checkout-classic #order_review_heading,
  body.mfc-commerce-checkout-classic #order_review {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  body.mfc-commerce-checkout-classic .woocommerce-billing-fields__field-wrapper,
  body.mfc-commerce-checkout-classic .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.mfc-commerce-checkout-classic .form-row {
    grid-column: 1 !important;
  }

  body.mfc-commerce-checkout-classic #payment ul.payment_methods > li,
  body.mfc-commerce-checkout-classic #payment .form-row.place-order {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

@media (max-width: 920px) {
  .mfc-commerce-header-inner {
    min-height: 8rem;
    grid-template-columns: 1fr 1fr;
    padding: 0.75rem 0;
  }

  .mfc-commerce-wordmark {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .mfc-commerce-steps {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .mfc-commerce-back {
    grid-column: 1;
    grid-row: 2;
  }

  .mfc-commerce-intro-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
  }

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

  body.mfc-commerce-shell .wc-block-components-main,
  body.mfc-commerce-shell .wc-block-components-sidebar {
    width: 100%;
  }

  body.mfc-commerce-shell .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }

  body.mfc-commerce-cart .wc-block-components-sidebar {
    position: static;
    margin-top: 1rem;
  }

  .mfc-account-benefits,
  body.mfc-commerce-account #customer_login {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .mfc-commerce-header-inner,
  .mfc-commerce-intro-inner,
  body.mfc-commerce-shell .ast-container,
  body.mfc-commerce-shell .site-content > .ast-container {
    width: calc(100% - 2rem);
  }

  .mfc-commerce-back {
    gap: 0.45rem;
    font-size: 0.63rem;
  }

  .mfc-commerce-wordmark {
    gap: 0.55rem;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  body.mfc-commerce-shell .mfc-commerce-logo-mark {
    width: 4.9rem;
  }

  .mfc-commerce-steps {
    gap: 0.4rem;
    font-size: 0.6rem;
  }

  .mfc-commerce-menu summary {
    width: 4.65rem;
    font-size: 0.68rem;
  }

  .mfc-commerce-intro-inner {
    padding-top: 1.9rem;
    padding-bottom: 1.6rem;
  }

  .mfc-commerce-assurances {
    grid-template-columns: 1fr;
  }

  body.mfc-commerce-shell .ast-container,
  body.mfc-commerce-shell .site-content > .ast-container {
    padding: 1.75rem 0 4rem !important;
  }

  body.mfc-commerce-shell .wc-block-cart-item__image {
    width: 4.8rem;
  }

  body.mfc-commerce-shell .wc-block-cart-items td {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  body.mfc-commerce-cart .wc-block-components-sidebar {
    padding: 1.25rem !important;
  }
}

/* ---------------------------------------------------------------
   Classic Checkout 1.3.28 · approved MFC information hierarchy
   --------------------------------------------------------------- */

body.mfc-commerce-checkout-classic form.checkout.mfc-classic-layout-ready {
  --mfc-order-heading-height: clamp(4.8rem, 6vw, 5.15rem);
  grid-template-columns: minmax(0, 1.48fr) minmax(22rem, 0.86fr);
  grid-template-rows: auto auto 1fr;
  gap: 0 clamp(2rem, 3.6vw, 3.75rem);
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  #customer_details {
  grid-column: 1;
  grid-row: 1;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > .mfc-classic-payment-title {
  grid-column: 1;
  grid-row: 2;
  margin: 1.5rem 0 0;
  padding: 1.35rem 1.5rem 0.9rem;
  background: #fff;
  border: 1px solid var(--mfc-line);
  border-bottom: 0;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #payment {
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  border-color: var(--mfc-line);
  box-shadow: 0 0.85rem 2.1rem rgba(45, 61, 73, 0.07);
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  min-height: var(--mfc-order-heading-height);
  align-self: start;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #order_review {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: var(--mfc-order-heading-height);
  align-self: start;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  #order_review
  .mfc-classic-continue-button {
  width: 100%;
  margin-top: 1rem;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #payment
  ul.payment_methods {
  background: #fff;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #payment
  ul.payment_methods
  > li {
  padding: 1rem 1.15rem;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #payment
  ul.payment_methods
  label {
  font-size: 1rem;
}

body.mfc-commerce-checkout-classic
  form.checkout.mfc-classic-layout-ready
  > #payment
  .form-row.place-order {
  padding: 1.25rem;
}

@media (max-width: 980px) {
  body.mfc-commerce-checkout-classic form.checkout.mfc-classic-layout-ready {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 0;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    #customer_details {
    grid-column: 1;
    grid-row: 1;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > .mfc-classic-payment-title {
    grid-column: 1;
    grid-row: 2;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > #payment {
    grid-column: 1;
    grid-row: 3;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > #order_review_heading {
    grid-column: 1;
    grid-row: 4;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > #order_review {
    grid-column: 1;
    grid-row: 5;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > .mfc-classic-payment-title,
  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > #payment {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  body.mfc-commerce-checkout-classic
    form.checkout.mfc-classic-layout-ready
    > #payment {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ---------------------------------------------------------------
   Checkout 1.3.30 · compact intro and explicit account actions
   --------------------------------------------------------------- */

body.mfc-commerce-checkout .mfc-commerce-intro-inner {
  padding-top: clamp(1.4rem, 2.2vw, 2.1rem);
  padding-bottom: clamp(1.25rem, 2.05vw, 1.75rem);
}

body.mfc-commerce-checkout-classic .woocommerce-form-login-toggle {
  padding-top: clamp(1.25rem, 1.8vw, 1.75rem);
}

body.mfc-commerce-checkout-classic
  .woocommerce-form-login-toggle
  .woocommerce-info.mfc-classic-account-bar {
  margin-bottom: 1rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.mfc-commerce-checkout-classic
  .woocommerce-form-login-toggle
  .woocommerce-info.mfc-classic-account-bar::before {
  display: none;
}

body.mfc-commerce-checkout-classic .mfc-classic-account-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.mfc-commerce-checkout-classic .mfc-classic-account-button,
body.mfc-commerce-checkout-classic .mfc-classic-account-button:visited {
  width: 100%;
  min-height: 3.35rem;
  margin: 0;
  padding: 0.8rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mfc-blue-dark);
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-primary {
  color: #fff !important;
  background: var(--mfc-blue-dark);
  border-color: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-secondary {
  color: #fff !important;
  background: var(--mfc-blue-dark);
  border-color: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-primary:hover,
body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-primary:focus-visible,
body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-secondary:hover,
body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-secondary:focus-visible,
body.mfc-commerce-checkout-classic
  .mfc-classic-account-button.is-secondary.is-selected {
  color: #fff !important;
  background: var(--mfc-wine);
  border-color: var(--mfc-wine);
  outline: none;
}

body.mfc-commerce-checkout-classic
  .woocommerce-account-fields
  p.mfc-classic-account-control {
  display: none !important;
}

@media (max-width: 620px) {
  body.mfc-commerce-checkout-classic .mfc-classic-account-actions {
    gap: 0.65rem;
  }

  body.mfc-commerce-checkout-classic .mfc-classic-account-button,
  body.mfc-commerce-checkout-classic .mfc-classic-account-button:visited {
    min-height: 3.15rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 0.94rem;
    letter-spacing: 0.05em;
  }
}

/* ---------------------------------------------------------------
   Checkout 1.3.48 · explicit B2C / company path
   --------------------------------------------------------------- */

body.mfc-commerce-checkout-classic .mfc-company-order-choice {
  grid-column: 1 / -1;
  margin-bottom: 0.35rem !important;
  padding: 1rem 1.1rem;
  background: rgba(87, 107, 119, 0.09);
  border: 1px solid rgba(87, 107, 119, 0.34);
  border-left: 4px solid var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic
  #billing_mfc_is_company_field
  .optional,
body.mfc-commerce-checkout-classic #billing_company_field .optional,
body.mfc-commerce-checkout-classic
  #billing_mfc_vat_number_field
  .optional,
body.mfc-commerce-checkout-classic
  #billing_mfc_contact_person_field
  .optional {
  display: none !important;
}

body.mfc-commerce-checkout-classic
  .mfc-company-order-choice
  .woocommerce-form__label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: var(--mfc-blue-dark);
  font-size: 1.05rem;
  font-weight: 750;
}

body.mfc-commerce-checkout-classic
  .mfc-company-order-choice
  input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic .mfc-company-section-heading {
  grid-column: 1 / -1;
  margin: 0.35rem 0 -0.15rem;
  padding-top: 0.9rem;
  color: var(--mfc-blue-dark);
  border-top: 1px solid var(--mfc-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

body.mfc-commerce-checkout-classic
  .mfc-company-only[hidden],
body.mfc-commerce-checkout-classic
  .mfc-b2c-only[hidden],
body.mfc-commerce-checkout-classic
  .mfc-company-recipient-internal[hidden],
body.mfc-commerce-checkout-classic
  .mfc-company-section-heading[hidden] {
  display: none !important;
}

body.mfc-commerce-checkout-classic.mfc-company-checkout-active
  .woocommerce-shipping-fields
  #ship-to-different-address {
  margin-bottom: 0.8rem;
  padding: 0.9rem 1rem;
  background: rgba(87, 107, 119, 0.09);
  border: 1px solid rgba(87, 107, 119, 0.34);
  border-left: 4px solid var(--mfc-blue-dark);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

body.mfc-commerce-checkout-classic.mfc-company-checkout-active
  .woocommerce-shipping-fields
  #ship-to-different-address-checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--mfc-blue-dark);
}

body.mfc-commerce-checkout-classic.mfc-company-checkout-active
  #customer_details
  .col-2 {
  margin-top: 1.2rem;
  padding-top: 0;
  border-top: 0;
}

body.mfc-commerce-checkout-classic.mfc-company-checkout-active
  .mfc-company-vat-field
  input {
  text-transform: uppercase;
}

@media (max-width: 620px) {
  body.mfc-commerce-checkout-classic .mfc-company-order-choice {
    padding: 0.9rem;
  }

  body.mfc-commerce-checkout-classic
    .mfc-company-order-choice
    .woocommerce-form__label {
    align-items: flex-start;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mfc-commerce-shell *,
  body.mfc-commerce-shell *::before,
  body.mfc-commerce-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* MFC Commerce Shell 1.3.50 — mobile Cart single-column reflow */
body.mfc-commerce-cart .wc-block-components-sidebar-layout,
body.mfc-commerce-cart .wc-block-components-main,
body.mfc-commerce-cart .wc-block-components-sidebar,
body.mfc-commerce-cart .wc-block-components-sidebar > *,
body.mfc-commerce-cart .mfc-delivery-progress,
body.mfc-commerce-cart .wc-block-cart__submit-container,
body.mfc-commerce-cart .wc-block-cart__submit-button,
body.mfc-commerce-cart .mfc-commerce-continue-button {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  body.mfc-commerce-cart .ast-container,
  body.mfc-commerce-cart .entry-content,
  body.mfc-commerce-cart .wp-block-woocommerce-cart,
  body.mfc-commerce-cart .wc-block-cart {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.mfc-commerce-cart .wc-block-components-sidebar-layout {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.mfc-commerce-cart .wc-block-components-main,
  body.mfc-commerce-cart .wc-block-components-sidebar {
    position: static !important;
    inset: auto !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  body.mfc-commerce-cart .wc-block-components-sidebar {
    margin-top: 1.25rem !important;
    padding: 1.25rem !important;
  }

  body.mfc-commerce-cart .wc-block-components-sidebar > *,
  body.mfc-commerce-cart .mfc-delivery-progress {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.mfc-commerce-cart .wc-block-cart__submit-button,
  body.mfc-commerce-cart .mfc-commerce-continue-button {
    width: 100% !important;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: clamp(0.82rem, 4vw, 1rem);
  }
}

@media (max-width: 600px) {
  body.mfc-commerce-cart .wc-block-components-sidebar {
    padding: 1rem !important;
  }

  body.mfc-commerce-cart .mfc-delivery-progress {
    padding: 1rem !important;
  }
}
