@charset "UTF-8";
/*
 * MichaelaStore Luxury Checkout v2
 * Scoped to body.ms-checkout-luxury. Native Shoptet forms and controls remain in place.
 */

body.ms-checkout-luxury {
  --msc-ink: var(--ms-ink, #221916);
  --msc-wine: var(--ms-burgundy, #772b35);
  --msc-wine-dark: var(--ms-burgundy-dark, #5e2029);
  --msc-cream: var(--ms-cream, #fcfaf7);
  --msc-soft: #f8f5f2;
  --msc-line: var(--ms-line, #ded8d2);
  --msc-muted: var(--ms-muted, #817873);
  --msc-white: #fff;
  --msc-success: #5f7455;
  --msc-shadow: 0 22px 55px rgba(34, 25, 22, .07);
  color: var(--msc-ink);
  background: var(--msc-cream);
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

body.ms-checkout-luxury *,
body.ms-checkout-luxury *::before,
body.ms-checkout-luxury *::after {
  box-sizing: border-box;
}

body.ms-checkout-luxury .overall-wrapper {
  background: var(--msc-cream);
}

body.ms-checkout-luxury #content.content.wide {
  width: min(100%, 1480px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 34px clamp(24px, 4vw, 64px) 90px !important;
}

body.ms-checkout-luxury #content > .content-inner,
body.ms-checkout-luxury #content .cart-inner,
body.ms-checkout-luxury #content #checkoutContent {
  width: 100% !important;
  max-width: none !important;
}

body.ms-checkout-luxury #content > h1.sr-only {
  position: absolute !important;
}

/* Minimal, distraction-free header on the two checkout steps. */
body.ms-checkout-luxury:not(.ms-checkout-cart) #header {
  min-height: 82px;
  border-bottom: 1px solid var(--msc-line);
  background: var(--msc-white);
}

body.ms-checkout-luxury:not(.ms-checkout-cart) #header .navigation-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 82px !important;
  padding: 10px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.ms-checkout-luxury:not(.ms-checkout-cart) #header #navigation,
body.ms-checkout-luxury:not(.ms-checkout-cart) #header .menu-helper,
body.ms-checkout-luxury:not(.ms-checkout-cart) #header .navigation-buttons {
  display: none !important;
}

body.ms-checkout-luxury:not(.ms-checkout-cart) #header .site-name {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.ms-checkout-luxury:not(.ms-checkout-cart) #header .site-name img {
  width: auto !important;
  max-width: 168px !important;
  max-height: 56px !important;
}

body.ms-checkout-luxury:not(.ms-checkout-cart) .retino-badge-panel,
body.ms-checkout-luxury:not(.ms-checkout-cart) .smartsupp-widget-button {
  display: none !important;
}

/* Progress: one calm flow, still using Shoptet's native steps and links. */
body.ms-checkout-luxury .cart-header {
  width: min(100%, 920px) !important;
  margin: 0 auto 38px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: checkout-step;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

body.ms-checkout-luxury .cart-header .step {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  padding: 0 12px 17px !important;
  counter-increment: checkout-step;
  border: 0 !important;
  border-bottom: 1px solid var(--msc-line) !important;
  background: transparent !important;
  color: var(--msc-muted) !important;
  text-align: center;
}

body.ms-checkout-luxury .cart-header .step::before {
  content: "0" counter(checkout-step);
  display: block;
  margin-bottom: 7px;
  color: var(--msc-muted);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .16em;
}

body.ms-checkout-luxury .cart-header .step.active,
body.ms-checkout-luxury .cart-header .step.completed {
  border-bottom-color: var(--msc-wine) !important;
  color: var(--msc-ink) !important;
}

body.ms-checkout-luxury .cart-header .step.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--msc-wine);
}

body.ms-checkout-luxury .cart-header a,
body.ms-checkout-luxury .cart-header strong,
body.ms-checkout-luxury .cart-header span {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
  text-decoration: none !important;
}

/* Shared cards and typography. */
body.ms-checkout-luxury .co-box,
body.ms-checkout-luxury #select-country-payment .co-box,
body.ms-checkout-luxury .ms-checkout-sidebar,
body.ms-checkout-luxury .cart-table {
  border: 1px solid var(--msc-line) !important;
  border-radius: 2px !important;
  background: var(--msc-white) !important;
  box-shadow: none !important;
}

body.ms-checkout-luxury .co-box,
body.ms-checkout-luxury #select-country-payment .co-box {
  margin: 0 !important;
  padding: clamp(22px, 2.5vw, 34px) !important;
}

body.ms-checkout-luxury .co-box > h2,
body.ms-checkout-luxury .co-box > h3,
body.ms-checkout-luxury .order-summary h2,
body.ms-checkout-luxury .ms-checkout-sidebar__title {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--msc-ink) !important;
  font-size: clamp(18px, 1.5vw, 23px) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.02em;
  text-transform: none !important;
}

body.ms-checkout-luxury .order-icon::before,
body.ms-checkout-luxury .co-box h2::before {
  display: none !important;
}

body.ms-checkout-luxury label {
  color: var(--msc-ink);
  font-size: 13px;
  font-weight: 500;
}

body.ms-checkout-luxury input[type="text"],
body.ms-checkout-luxury input[type="email"],
body.ms-checkout-luxury input[type="tel"],
body.ms-checkout-luxury input[type="search"],
body.ms-checkout-luxury input[type="password"],
body.ms-checkout-luxury textarea,
body.ms-checkout-luxury select {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 50px !important;
  padding: 11px 14px !important;
  border: 1px solid #cfc6bf !important;
  border-radius: 1px !important;
  background-color: var(--msc-white) !important;
  color: var(--msc-ink) !important;
  font: 400 14px/1.4 Poppins, Arial, Helvetica, sans-serif !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.ms-checkout-luxury textarea {
  min-height: 110px !important;
  resize: vertical;
}

body.ms-checkout-luxury input:focus,
body.ms-checkout-luxury textarea:focus,
body.ms-checkout-luxury select:focus {
  border-color: var(--msc-wine) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(119, 43, 53, .12) !important;
}

body.ms-checkout-luxury .btn-conversion,
body.ms-checkout-luxury .next-step-forward,
body.ms-checkout-luxury #submit-order {
  min-height: 54px !important;
  padding: 14px 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  border: 1px solid var(--msc-wine) !important;
  border-radius: 1px !important;
  background: var(--msc-wine) !important;
  color: #fff !important;
  font: 600 12px/1.35 Poppins, Arial, Helvetica, sans-serif !important;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

body.ms-checkout-luxury .btn-conversion:hover,
body.ms-checkout-luxury .btn-conversion:focus-visible,
body.ms-checkout-luxury .next-step-forward:hover,
body.ms-checkout-luxury .next-step-forward:focus-visible,
body.ms-checkout-luxury #submit-order:hover,
body.ms-checkout-luxury #submit-order:focus-visible {
  border-color: var(--msc-wine-dark) !important;
  background: var(--msc-wine-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.ms-checkout-luxury a:focus-visible,
body.ms-checkout-luxury button:focus-visible,
body.ms-checkout-luxury input:focus-visible,
body.ms-checkout-luxury select:focus-visible {
  outline: 2px solid var(--msc-wine) !important;
  outline-offset: 3px;
}

body.ms-checkout-luxury .next-step-back {
  min-height: 44px;
  padding: 10px 4px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--msc-muted) !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Product cart. */
body.ms-checkout-cart #cart-wrapper,
body.ms-checkout-cart #cart-wrapper .cart-inner {
  width: 100% !important;
  max-width: none !important;
}

body.ms-checkout-cart #cart-wrapper .cart-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  gap: 22px clamp(34px, 4vw, 64px);
  align-items: start;
}

body.ms-checkout-cart .cart-table {
  grid-column: 1;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.ms-checkout-cart .cart-table tr {
  position: relative;
}

body.ms-checkout-cart .cart-table td {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  border-color: #eee8e3 !important;
  background: var(--msc-white) !important;
  color: var(--msc-ink);
  vertical-align: middle !important;
}

body.ms-checkout-cart .cart-table td:first-child {
  padding-left: 22px !important;
}

body.ms-checkout-cart .cart-table td:last-child {
  padding-right: 22px !important;
}

body.ms-checkout-cart .cart-table .p-name a,
body.ms-checkout-cart .cart-table a[href*="/"] {
  color: var(--msc-ink) !important;
  font-weight: 500;
  text-decoration: none;
}

body.ms-checkout-cart .cart-table img {
  border-radius: 1px;
  background: var(--msc-soft);
}

body.ms-checkout-cart .cart-table .p-availability,
body.ms-checkout-cart .cart-table .availability-label {
  color: var(--msc-success) !important;
  font-size: 11px;
}

body.ms-checkout-cart .cart-table .remove-item,
body.ms-checkout-cart .cart-table button[aria-label*="Odstr"],
body.ms-checkout-cart .cart-table button[aria-label*="Remove"],
body.ms-checkout-cart .cart-table button[aria-label*="Usuń"] {
  color: var(--msc-muted) !important;
}

body.ms-checkout-cart .cart-inner > .h4 {
  grid-column: 1;
  margin: 0 !important;
}

body.ms-checkout-cart .ms-checkout-disclosure {
  width: 100%;
  min-height: 50px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--msc-line);
  background: transparent;
  color: var(--msc-ink);
  font: 500 13px/1.4 Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: .01em;
  text-align: left;
  cursor: pointer;
}

body.ms-checkout-cart .ms-checkout-disclosure__icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

body.ms-checkout-cart .ms-checkout-disclosure__icon::before,
body.ms-checkout-cart .ms-checkout-disclosure__icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 1px;
  background: currentColor;
  transition: transform .18s ease;
}

body.ms-checkout-cart .ms-checkout-disclosure__icon::after {
  transform: rotate(90deg);
}

body.ms-checkout-cart .ms-checkout-disclosure[aria-expanded="true"] .ms-checkout-disclosure__icon::after {
  transform: rotate(0);
}

body.ms-checkout-cart .discount-coupon {
  grid-column: 1;
  width: 100% !important;
  margin: -8px 0 4px !important;
  padding: 18px 0 4px !important;
  border: 0 !important;
  background: transparent !important;
}

body.ms-checkout-cart .discount-coupon[hidden] {
  display: none !important;
}

body.ms-checkout-cart .discount-coupon form {
  width: min(100%, 520px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.ms-checkout-cart .discount-coupon .btn {
  min-height: 50px !important;
  padding: 10px 20px !important;
  border: 1px solid var(--msc-ink) !important;
  border-radius: 1px !important;
  background: var(--msc-white) !important;
  color: var(--msc-ink) !important;
  font-size: 11px !important;
}

/* Shared two-column checkout layout. */
body.ms-checkout-delivery #checkoutContent,
body.ms-checkout-details #checkoutContent {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  gap: 22px clamp(34px, 4vw, 64px);
  align-items: start;
}

body.ms-checkout-delivery #checkoutContent > :not(.ms-checkout-sidebar),
body.ms-checkout-details #checkoutContent > :not(.ms-checkout-sidebar) {
  grid-column: 1;
  min-width: 0;
}

body.ms-checkout-luxury .ms-checkout-sidebar {
  grid-column: 2 !important;
  grid-row: 1 / span 20 !important;
  min-width: 0;
  padding: 28px !important;
  position: sticky;
  top: 24px;
  box-shadow: var(--msc-shadow) !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary,
body.ms-checkout-luxury .ms-checkout-sidebar .row.summary {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-inner,
body.ms-checkout-luxury .ms-checkout-sidebar #summary-box {
  width: 100% !important;
  padding: 0 !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item,
body.ms-checkout-luxury .ms-checkout-sidebar .recapitulation-single {
  min-height: 0 !important;
  padding: 13px 0 !important;
  border-color: #eee8e3 !important;
  font-size: 12px !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price {
  margin-top: 6px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--msc-ink) !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price strong,
body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price .price,
body.ms-checkout-luxury .ms-checkout-sidebar .price-wrapper strong {
  color: var(--msc-ink) !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em;
}

body.ms-checkout-luxury .ms-checkout-sidebar .next-step {
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 0 !important;
  background: transparent !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .next-step-forward,
body.ms-checkout-luxury .ms-checkout-sidebar #submit-order {
  width: 100% !important;
  max-width: none !important;
}

body.ms-checkout-cart .ms-checkout-sidebar .summary > [class*="col-"] {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.ms-checkout-cart .ms-checkout-sidebar .summary > .col-md-8 {
  margin-bottom: 20px !important;
  padding: 14px !important;
  border: 1px solid #ebe4de;
  background: var(--msc-soft);
  color: var(--msc-muted);
  font-size: 11px;
  line-height: 1.55;
}

body.ms-checkout-cart .ms-checkout-sidebar .summary h2 {
  margin: 0 0 8px !important;
  color: var(--msc-ink) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.ms-checkout-cart .ms-checkout-sidebar .price-wrapper,
body.ms-checkout-cart .ms-checkout-sidebar .summary-wrapper,
body.ms-checkout-cart .ms-checkout-sidebar .col-md-4 > * {
  width: 100% !important;
}

/* Country/currency and delivery/payment cards. */
body.ms-checkout-delivery #select-country-payment {
  width: 100% !important;
  margin: 0 !important;
}

body.ms-checkout-delivery #select-country-payment .co-basic-information .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.ms-checkout-delivery #select-country-payment [class*="col-"] {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: auto !important;
  padding: 0 !important;
  float: none !important;
}

body.ms-checkout-delivery #order-form {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.ms-checkout-delivery #order-form > .co-box {
  width: 100% !important;
  min-width: 0;
  align-self: stretch;
}

body.ms-checkout-delivery .shipping-billing-table {
  width: 100% !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper {
  position: relative;
  width: 100% !important;
  margin: 0 0 10px !important;
  border: 1px solid #e2dbd5 !important;
  border-radius: 1px !important;
  background: var(--msc-white) !important;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper:hover {
  border-color: #b9aaa0 !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper.active {
  border-color: var(--msc-wine) !important;
  background: #fffdfc !important;
  box-shadow: 0 0 0 1px var(--msc-wine) !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper:has(> input[type="radio"]:checked) {
  border-color: var(--msc-wine) !important;
  background: #fffdfc !important;
  box-shadow: 0 0 0 1px var(--msc-wine) !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper.inactive-child {
  opacity: .52;
  background: #f7f5f3 !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > input[type="radio"] {
  position: absolute !important;
  z-index: 2;
  top: 50% !important;
  left: 16px !important;
  width: 18px !important;
  height: 18px !important;
  margin: -9px 0 0 !important;
  padding: 0 !important;
  clip: auto !important;
  appearance: none;
  border: 1px solid #9e9188 !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: 1 !important;
  cursor: pointer;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > input[type="radio"]:checked {
  border: 5px solid var(--msc-wine) !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label {
  width: 100% !important;
  min-height: 72px;
  margin: 0 !important;
  padding: 14px 14px 14px 50px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px auto;
  align-items: center;
  gap: 12px;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label::before,
body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label::after {
  display: none !important;
}

body.ms-checkout-delivery .payment-info {
  width: auto !important;
  min-width: 0;
  display: block !important;
}

body.ms-checkout-delivery .shipping-billing-name {
  display: block;
  color: var(--msc-ink) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: .015em;
  text-transform: none !important;
}

body.ms-checkout-delivery .sublabel,
body.ms-checkout-delivery .not-possible-info {
  margin-top: 3px;
  display: block !important;
  color: var(--msc-muted) !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

body.ms-checkout-delivery .sublabel a {
  color: var(--msc-wine) !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.ms-checkout-delivery .payment-logo {
  width: 58px !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.ms-checkout-delivery .payment-logo img {
  width: auto !important;
  max-width: 54px !important;
  max-height: 28px !important;
  object-fit: contain;
}

body.ms-checkout-delivery .payment-shipping-price {
  width: auto !important;
  min-width: max-content;
  color: var(--msc-ink) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: right;
}

body.ms-checkout-delivery .payment-shipping-price.for-free {
  color: var(--msc-success) !important;
}

/* Contact, billing and delivery data. */
body.ms-checkout-details #checkoutContent > .co-contact-information,
body.ms-checkout-details #checkoutContent > .co-billing-address,
body.ms-checkout-details #checkoutContent > #shipping-address,
body.ms-checkout-details #checkoutContent > .co-box-additional,
body.ms-checkout-details #checkoutContent > .mehub-bonus-checkout-container {
  width: 100% !important;
  min-width: 0;
}

body.ms-checkout-details .co-contact-information {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.ms-checkout-details .co-contact-information > h2,
body.ms-checkout-details .co-contact-information > .form-group:first-of-type,
body.ms-checkout-details .co-contact-information > .form-legend,
body.ms-checkout-details .co-contact-information > .sr-only,
body.ms-checkout-details .co-contact-information > .phone-form-group {
  grid-column: 1 / -1;
}

body.ms-checkout-details .co-contact-information > h2 {
  margin-bottom: 0 !important;
}

body.ms-checkout-details .form-legend {
  margin: -4px 0 0 !important;
  color: var(--msc-muted);
  font-size: 10px;
  text-align: right;
}

body.ms-checkout-details .form-group--inline {
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
}

body.ms-checkout-details .form-group--inline > label {
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
  text-align: left !important;
}

body.ms-checkout-details .form-group--inline > .form-control-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
}

body.ms-checkout-details .co-contact-information > .form-group:first-of-type {
  margin: 0 0 4px !important;
  padding: 13px 0 18px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #eee8e3;
}

body.ms-checkout-details .co-contact-information > .form-group:first-of-type > label {
  width: auto !important;
  margin: 0 !important;
}

body.ms-checkout-details .co-contact-information .login-btn,
body.ms-checkout-details .co-contact-information .btn-login,
body.ms-checkout-details .co-contact-information button {
  min-height: 42px !important;
  border-color: #b8a79b !important;
  background: transparent !important;
  color: var(--msc-wine) !important;
  font-size: 11px !important;
}

body.ms-checkout-details .phone-combined-input {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
}

body.ms-checkout-details .phone-combined-input .country-flags,
body.ms-checkout-details .phone-combined-input .country-flags-inner {
  min-height: 50px;
}

body.ms-checkout-details .co-billing-address > h2 {
  margin: 0 0 22px !important;
}

body.ms-checkout-details .co-billing-address > fieldset,
body.ms-checkout-details #shipping-address > fieldset,
body.ms-checkout-details #shipping-address .box {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  border: 0 !important;
  background: transparent !important;
}

body.ms-checkout-details .co-billing-address .company-shopping,
body.ms-checkout-details .co-billing-address #company-info,
body.ms-checkout-details .co-billing-address .ms-checkout-field--wide,
body.ms-checkout-details #shipping-address .ms-checkout-field--wide {
  grid-column: 1 / -1;
}

body.ms-checkout-details .co-billing-address #company-info:not(.js-hidden) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.ms-checkout-details .co-billing-address #company-info > :last-child {
  grid-column: 1 / -1;
}

body.ms-checkout-details input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 10px 0 0 !important;
  accent-color: var(--msc-wine);
  vertical-align: -4px;
}

body.ms-checkout-details .company-shopping,
body.ms-checkout-details .co-billing-address .form-group:has(#another-shipping),
body.ms-checkout-details .co-box-additional > .form-group {
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #eee8e3;
}

body.ms-checkout-details .company-shopping label,
body.ms-checkout-details label[for="another-shipping"],
body.ms-checkout-details .co-box-additional label {
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.ms-checkout-details .co-box-additional {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

body.ms-checkout-details .mehub-bonus-checkout-container {
  padding: 18px 22px !important;
  border-style: dashed !important;
  background: var(--msc-soft) !important;
  color: var(--msc-muted) !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container {
  min-height: 0 !important;
  color: inherit !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container h4 {
  margin: 0 0 8px !important;
  color: var(--msc-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container p {
  margin: 4px 0 !important;
}

body.ms-checkout-details .ms-checkout-sidebar .consents {
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  color: var(--msc-muted) !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}

body.ms-checkout-details .ms-checkout-sidebar .consents a {
  color: var(--msc-ink) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Shoptet validation stays visible and authoritative. */
body.ms-checkout-luxury .form-group.has-error input,
body.ms-checkout-luxury .form-group.has-error select,
body.ms-checkout-luxury .form-group.has-error textarea,
body.ms-checkout-luxury input.error,
body.ms-checkout-luxury select.error,
body.ms-checkout-luxury textarea.error {
  border-color: #a83e48 !important;
  box-shadow: 0 0 0 3px rgba(168, 62, 72, .09) !important;
}

body.ms-checkout-luxury .form-group .error,
body.ms-checkout-luxury .form-group .field-validation-error,
body.ms-checkout-luxury .msg-error {
  color: #8f2f39 !important;
  font-size: 11px !important;
}

@media (max-width: 1100px) {
  body.ms-checkout-luxury #content.content.wide {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  body.ms-checkout-cart #cart-wrapper .cart-inner,
  body.ms-checkout-delivery #checkoutContent,
  body.ms-checkout-details #checkoutContent {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
    gap: 22px 30px;
  }

  body.ms-checkout-delivery #order-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.ms-checkout-luxury {
    background: var(--msc-white);
  }

  body.ms-checkout-luxury .overall-wrapper {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    background: var(--msc-white);
  }

  body.ms-checkout-luxury #content.content.wide {
    width: 100% !important;
    padding: 20px 16px 54px !important;
  }

  body.ms-checkout-luxury .cart-header {
    width: 100% !important;
    margin-bottom: 28px !important;
  }

  body.ms-checkout-luxury .cart-header .step {
    min-height: 58px;
    padding: 0 5px 11px !important;
  }

  body.ms-checkout-luxury .cart-header .step::before {
    margin-bottom: 5px;
    font-size: 9px;
  }

  body.ms-checkout-luxury .cart-header a,
  body.ms-checkout-luxury .cart-header strong,
  body.ms-checkout-luxury .cart-header span {
    font-size: 10px !important;
    line-height: 1.25 !important;
    letter-spacing: 0;
  }

  body.ms-checkout-cart #cart-wrapper .cart-inner,
  body.ms-checkout-delivery #checkoutContent,
  body.ms-checkout-details #checkoutContent {
    display: block !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar {
    width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 22px !important;
    position: static !important;
    box-shadow: none !important;
  }

  body.ms-checkout-luxury .co-box,
  body.ms-checkout-luxury #select-country-payment .co-box {
    margin-bottom: 16px !important;
    padding: 22px 20px !important;
  }

  body.ms-checkout-cart .cart-table {
    margin-bottom: 18px !important;
  }

  body.ms-checkout-cart .cart-inner > .h4 {
    margin-top: 10px !important;
  }

  body.ms-checkout-cart .discount-coupon {
    margin-bottom: 20px !important;
  }

  body.ms-checkout-delivery #select-country-payment .co-basic-information .row,
  body.ms-checkout-delivery #order-form,
  body.ms-checkout-details .co-contact-information,
  body.ms-checkout-details .co-billing-address > fieldset,
  body.ms-checkout-details #shipping-address > fieldset,
  body.ms-checkout-details #shipping-address .box,
  body.ms-checkout-details .co-billing-address #company-info:not(.js-hidden) {
    grid-template-columns: 1fr !important;
  }

  body.ms-checkout-details .co-contact-information > *,
  body.ms-checkout-details .co-billing-address > fieldset > *,
  body.ms-checkout-details #shipping-address fieldset > *,
  body.ms-checkout-details .co-billing-address #company-info > * {
    grid-column: 1 !important;
  }

  body.ms-checkout-details .co-contact-information > .form-group:first-of-type {
    display: block !important;
  }

  body.ms-checkout-details .co-contact-information > .form-group:first-of-type > label {
    margin-bottom: 10px !important;
    display: block !important;
  }

  body.ms-checkout-details .co-contact-information > .form-group:first-of-type .btn {
    width: 100% !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step {
    position: fixed !important;
    z-index: 1080;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    min-height: calc(78px + env(safe-area-inset-bottom));
    margin: 0 !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
    grid-template-columns: auto minmax(0, 1fr);
    border-top: 1px solid var(--msc-line) !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 -12px 30px rgba(34, 25, 22, .08) !important;
    backdrop-filter: blur(12px);
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step-forward,
  body.ms-checkout-luxury .ms-checkout-sidebar #submit-order {
    min-height: 54px !important;
  }

  body.ms-checkout-details .ms-checkout-sidebar .consents {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 560px) {
  body.ms-checkout-luxury:not(.ms-checkout-cart) #header,
  body.ms-checkout-luxury:not(.ms-checkout-cart) #header .navigation-wrapper {
    min-height: 68px !important;
  }

  body.ms-checkout-luxury:not(.ms-checkout-cart) #header .site-name img {
    max-height: 46px !important;
  }

  body.ms-checkout-cart .cart-table td {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.ms-checkout-cart .discount-coupon form {
    grid-template-columns: 1fr;
  }

  body.ms-checkout-cart .discount-coupon .btn {
    width: 100% !important;
  }

  body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label {
    min-height: 78px;
    padding: 13px 12px 13px 46px !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > input[type="radio"] {
    left: 14px !important;
  }

  body.ms-checkout-delivery .payment-logo {
    display: none !important;
  }

  body.ms-checkout-delivery .shipping-billing-name {
    font-size: 11px !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar {
    padding: 20px !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step {
    gap: 10px;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step-back {
    max-width: 64px;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ms-checkout-luxury *,
  body.ms-checkout-luxury *::before,
  body.ms-checkout-luxury *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*
 * v2 proportion and alignment pass.
 * This deliberately overrides the first visual pass while keeping the native
 * Shoptet controls, states and submission flow untouched.
 */
body.ms-checkout-luxury {
  --msc-line: #e7dfda;
  --msc-ink: #211713;
  --msc-shadow: 0 16px 38px rgba(33, 23, 19, .055);
}

body.ms-checkout-luxury .content-wrapper-in {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  position: relative;
}

body.ms-checkout-luxury .sidebar-left {
  display: none !important;
}

body.ms-checkout-luxury #content.content.wide {
  width: 100% !important;
  max-width: 1248px !important;
  margin: 0 auto !important;
  padding: 22px 24px 72px !important;
  float: none !important;
}

body.ms-checkout-luxury .ms-checkout-topbar {
  width: 100%;
  min-height: 64px;
  margin: 0 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

body.ms-checkout-luxury .ms-checkout-back {
  position: absolute !important;
  left: 0;
  bottom: 14px;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--msc-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: .02em;
  text-decoration: none !important;
  box-shadow: none !important;
  top: auto !important;
  transform: none !important;
}

body.ms-checkout-luxury .ms-checkout-back::before {
  content: "\2190";
  margin-right: 7px;
}

body.ms-checkout-luxury .ms-checkout-back::after {
  display: none !important;
}

body.ms-checkout-luxury .ms-checkout-back:hover {
  color: var(--msc-wine) !important;
}

body.ms-checkout-luxury .ms-checkout-topbar .cart-header {
  width: min(100%, 720px) !important;
  margin: 0 !important;
}

body.ms-checkout-luxury .cart-header::before,
body.ms-checkout-luxury .cart-header::after {
  content: none !important;
  display: none !important;
}

body.ms-checkout-delivery #select-country-payment .co-basic-information .row::before,
body.ms-checkout-delivery #select-country-payment .co-basic-information .row::after {
  content: none !important;
  display: none !important;
}

body.ms-checkout-luxury .cart-header .step {
  width: 100% !important;
  max-width: none !important;
  min-height: 48px;
  padding: 0 10px 13px !important;
  float: none !important;
  justify-self: stretch !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

body.ms-checkout-luxury .cart-header .step::before {
  margin-bottom: 5px;
}

body.ms-checkout-luxury .co-box,
body.ms-checkout-luxury #select-country-payment .co-box {
  padding: 28px !important;
}

body.ms-checkout-luxury .co-box > h2,
body.ms-checkout-luxury .co-box > h3,
body.ms-checkout-luxury .order-summary h2,
body.ms-checkout-luxury .ms-checkout-sidebar__title {
  margin-bottom: 20px !important;
  font-size: 20px !important;
}

body.ms-checkout-delivery #checkoutContent,
body.ms-checkout-details #checkoutContent {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(0, 780px) minmax(360px, 388px) !important;
  column-gap: 32px !important;
  row-gap: 22px !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar {
  width: 100% !important;
  padding: 28px !important;
  top: 20px;
  align-self: start;
  box-shadow: var(--msc-shadow) !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .next-step {
  margin-top: 22px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .next-step-forward,
body.ms-checkout-luxury .ms-checkout-sidebar #submit-order {
  grid-row: 1;
}

body.ms-checkout-luxury .ms-checkout-sidebar .next-step-back {
  grid-row: 2;
  justify-self: center;
  min-height: 0 !important;
  padding: 3px 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--msc-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  box-shadow: none !important;
}

body.ms-checkout-delivery #order-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
}

body.ms-checkout-delivery #order-form > .co-box {
  padding: 24px !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper {
  min-width: 0;
  margin-bottom: 9px !important;
  padding: 0 !important;
  border-color: var(--msc-line) !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper:last-child {
  margin-bottom: 0 !important;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label {
  min-width: 0;
  min-height: 90px;
  padding: 14px 14px 14px 48px !important;
  grid-template-columns: minmax(0, 1fr) minmax(72px, 86px) !important;
  grid-template-rows: minmax(22px, auto) minmax(22px, auto);
  align-content: center;
  align-items: center;
  column-gap: 12px;
  row-gap: 3px;
}

body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > input[type="radio"] {
  left: 15px !important;
}

body.ms-checkout-delivery .payment-info {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  align-self: center;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.ms-checkout-delivery .shipping-billing-name {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  font-size: 12px !important;
}

body.ms-checkout-delivery .sublabel {
  max-height: 4.35em;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.ms-checkout-delivery .not-possible-info {
  display: none !important;
}

body.ms-checkout-delivery .radio-wrapper.inactive-child .not-possible-info {
  display: block !important;
  margin-top: 4px;
  max-height: 2.9em;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.ms-checkout-delivery .payment-logo {
  grid-column: 2;
  grid-row: 1;
  width: 100% !important;
  min-width: 0 !important;
  justify-content: flex-end;
  align-self: end;
}

body.ms-checkout-delivery .payment-logo img {
  max-width: 68px !important;
  max-height: 25px !important;
}

body.ms-checkout-delivery .payment-shipping-price {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0 !important;
  justify-self: end;
  align-self: center;
  white-space: nowrap;
}

body.ms-checkout-delivery label:has(.payment-logo) .payment-shipping-price {
  grid-row: 2;
  align-self: start;
}

body.ms-checkout-delivery .radio-wrapper.inactive-child {
  opacity: .58;
  filter: grayscale(.28);
}

body.ms-checkout-details .co-contact-information,
body.ms-checkout-details .co-billing-address > fieldset,
body.ms-checkout-details #shipping-address > fieldset,
body.ms-checkout-details #shipping-address .box {
  grid-template-columns: minmax(0, 2fr) minmax(140px, 1fr) !important;
  gap: 18px 20px !important;
}

body.ms-checkout-details .co-contact-information {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.ms-checkout-details .co-contact-information > .phone-form-group,
body.ms-checkout-details .co-contact-information > .ms-checkout-field--phone {
  width: calc(50% - 10px) !important;
  max-width: none;
  grid-column: 1 / -1;
}

body.ms-checkout-details .co-billing-address #company-info:not(.js-hidden) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.ms-checkout-details .co-billing-address #company-info.js-hidden:not(.visible),
body.ms-checkout-details #shipping-address.js-hidden:not(.visible),
body.ms-checkout-details #note.js-hidden:not(.visible) {
  display: none !important;
}

body.ms-checkout-details .co-billing-address #company-info.visible {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 20px;
}

body.ms-checkout-details #shipping-address.visible,
body.ms-checkout-details #note.visible {
  display: block !important;
}

body.ms-checkout-details .js-location--hidden {
  display: none !important;
}

body.ms-checkout-details label[for="billCountryId"],
body.ms-checkout-details .form-control-wrapper:has(#billCountryId),
body.ms-checkout-details #billCountryId {
  display: none !important;
}

body.ms-checkout-details .co-box-additional {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

body.ms-checkout-details .company-shopping,
body.ms-checkout-details .co-billing-address .form-group:has(#another-shipping),
body.ms-checkout-details .co-box-additional > .form-group {
  min-height: 38px;
  padding: 8px 0 !important;
}

body.ms-checkout-details .mehub-bonus-checkout-container {
  padding: 14px 18px !important;
  border: 1px solid var(--msc-line) !important;
  background: #faf8f6 !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container,
body.ms-checkout-details .mehub-bonus-checkout-inner-container * {
  min-height: 0 !important;
  line-height: 1.4 !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container h4 {
  margin: 0 0 7px !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container .state-3 > .card > .card-title > div > p {
  display: none !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container .card,
body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-title,
body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-text,
body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-actions {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-title,
body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-text {
  display: inline !important;
  color: var(--msc-muted) !important;
  font-size: 11px !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-actions {
  margin-top: 7px !important;
}

body.ms-checkout-details .mehub-bonus-checkout-inner-container .card-actions .form-group {
  margin: 0 !important;
}

@media (max-width: 1100px) {
  body.ms-checkout-luxury #content.content.wide {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  body.ms-checkout-cart #cart-wrapper .cart-inner,
  body.ms-checkout-delivery #checkoutContent,
  body.ms-checkout-details #checkoutContent {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-top: 0 !important;
    position: static !important;
  }

  body.ms-checkout-delivery #order-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.ms-checkout-luxury #content.content.wide {
    padding: 14px 16px 48px !important;
  }

  body.ms-checkout-luxury .ms-checkout-topbar {
    min-height: 0;
    margin-bottom: 20px;
    padding-top: 16px;
    display: block;
  }

  body.ms-checkout-luxury .ms-checkout-back {
    position: static !important;
    margin: 8px 0 16px !important;
    display: inline-block !important;
  }

  body.ms-checkout-luxury .ms-checkout-back span {
    display: inline !important;
  }

  body.ms-checkout-luxury .ms-checkout-topbar .cart-header {
    margin: 0 !important;
  }

  body.ms-checkout-delivery #order-form {
    grid-template-columns: 1fr !important;
  }

  body.ms-checkout-luxury .co-box,
  body.ms-checkout-luxury #select-country-payment .co-box,
  body.ms-checkout-delivery #order-form > .co-box {
    padding: 20px !important;
  }

  body.ms-checkout-details .co-contact-information,
  body.ms-checkout-details .co-billing-address > fieldset,
  body.ms-checkout-details #shipping-address > fieldset,
  body.ms-checkout-details #shipping-address .box,
  body.ms-checkout-details .co-billing-address #company-info:not(.js-hidden) {
    grid-template-columns: 1fr !important;
  }

  body.ms-checkout-details .co-billing-address #company-info.visible {
    grid-template-columns: 1fr !important;
  }

  body.ms-checkout-details .co-contact-information > .phone-form-group,
  body.ms-checkout-details .co-contact-information > .ms-checkout-field--phone {
    width: 100% !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar {
    padding: 20px !important;
  }
}

@media (max-width: 560px) {
  body.ms-checkout-luxury .cart-header .step {
    min-height: 52px;
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  body.ms-checkout-delivery .shipping-billing-table .radio-wrapper > label {
    min-height: 88px;
    padding: 13px 12px 13px 45px !important;
    grid-template-columns: minmax(0, 1fr) minmax(58px, 72px) !important;
    column-gap: 9px;
  }

  body.ms-checkout-delivery .payment-logo {
    display: flex !important;
  }

  body.ms-checkout-delivery .payment-logo img {
    max-width: 58px !important;
    max-height: 22px !important;
  }

  body.ms-checkout-delivery .shipping-billing-name {
    font-size: 11px !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.ms-checkout-luxury .ms-checkout-sidebar .next-step-back {
    max-width: none;
  }
}

/* --------------------------------------------------------------------------
   Final checkout polish (v2.1)
   Presentation-only corrections for native Shoptet wrappers and messages.
   -------------------------------------------------------------------------- */

/* Shoptet adds its own counter to the label. Keep one shared desktop/mobile
   progress component and let the step itself own 01 / 02 / 03. */
body.ms-checkout-luxury .cart-header .step a::before,
body.ms-checkout-luxury .cart-header .step strong::before,
body.ms-checkout-luxury .cart-header .step span::before {
  content: none !important;
  display: none !important;
}

body.ms-checkout-luxury .cart-header .step,
body.ms-checkout-luxury .cart-header .step > a,
body.ms-checkout-luxury .cart-header .step > strong,
body.ms-checkout-luxury .cart-header .step > span {
  min-width: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* Total and VAT-exclusive amount deliberately have different visual weight,
   while sharing one right edge. */
body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price .price-wrapper {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: end !important;
  gap: 8px 16px !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price .price-label,
body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price strong.price {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price .price-label.price-primary {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  color: var(--msc-ink) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price strong.price.price-primary {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--msc-ink) !important;
  font-size: clamp(32px, 2.5vw, 36px) !important;
  line-height: .98 !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price .price-label.price-secondary {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  color: #8a7d76 !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
}

body.ms-checkout-luxury .ms-checkout-sidebar .order-summary-item.price strong.price.price-secondary {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  color: #665b55 !important;
  font-size: 21px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Country and alternate-address control form one compact decision block. */
body.ms-checkout-details .co-billing-address .ms-checkout-country-block {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 2px 0 0 !important;
  padding: 15px 0 3px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: baseline !important;
  column-gap: 5px !important;
  border-top: 1px solid var(--msc-line) !important;
}

body.ms-checkout-details .ms-checkout-country-block > .label {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  display: block !important;
  color: #8a7d76 !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase;
}

body.ms-checkout-details .ms-checkout-country-block > .form-control-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 3px 5px !important;
}

body.ms-checkout-details .ms-checkout-country-block > .ms-checkout-country-line {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 3px 5px !important;
}

body.ms-checkout-details .ms-checkout-country-block strong {
  grid-column: 1 !important;
  color: var(--msc-ink) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

body.ms-checkout-details .ms-checkout-country-block strong::after {
  content: "\00b7";
  margin-left: 5px;
  color: #a99d96;
  font-weight: 400;
}

body.ms-checkout-details .ms-checkout-country-block .helpNote {
  grid-column: 2 !important;
  width: auto !important;
  margin: 0 !important;
  display: inline !important;
  color: #8a7d76 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-style: normal !important;
}

body.ms-checkout-details .ms-checkout-country-block .helpNote a {
  color: #74665f !important;
  font-style: normal !important;
  text-decoration: underline !important;
  text-decoration-color: #cfc3bd !important;
  text-underline-offset: 3px !important;
}

body.ms-checkout-details .co-billing-address .ms-checkout-alternate-toggle {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  border: 0 !important;
}

body.ms-checkout-details .ms-checkout-alternate-toggle label {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  color: var(--msc-ink) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

body.ms-checkout-details .form-group:has(input[type="checkbox"]) > label::before,
body.ms-checkout-details .form-group:has(input[type="checkbox"]) > label::after,
body.ms-checkout-details input[type="checkbox"] + label::before,
body.ms-checkout-details input[type="checkbox"] + label::after,
body.ms-checkout-details label:has(input[type="checkbox"])::before,
body.ms-checkout-details label:has(input[type="checkbox"])::after,
body.ms-checkout-details .company-shopping label::before,
body.ms-checkout-details .company-shopping label::after {
  content: none !important;
  display: none !important;
}

/* Refined native checkboxes without replacing their input or events. */
body.ms-checkout-details input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 10px 0 0 !important;
  border: 1px solid #b9aaa1 !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  vertical-align: middle !important;
}

body.ms-checkout-details input[type="checkbox"]:checked {
  border-color: var(--msc-wine) !important;
  background-color: var(--msc-wine) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.1 4.65 8.6 10 3.25' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

body.ms-checkout-details input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(126, 35, 53, .22) !important;
  outline-offset: 3px !important;
}

body.ms-checkout-details input[type="checkbox"]:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* Shoptet's fieldset owns a 2:1 grid. The fields are nested in one child,
   therefore the grid belongs on that child instead of on the fieldset. */
body.ms-checkout-details #shipping-address,
body.ms-checkout-details #shipping-address.visible {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.ms-checkout-details #shipping-address > fieldset.co-shipping-address,
body.ms-checkout-details #shipping-address > fieldset,
body.ms-checkout-details #shipping-address .box {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 28px !important;
  display: block !important;
  border: 1px solid var(--msc-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ms-checkout-details #shipping-address h2 {
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid #eee8e3 !important;
  color: var(--msc-ink) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

body.ms-checkout-details #shipping-address .form-option-block {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(150px, 1fr) !important;
  gap: 18px 20px !important;
}

body.ms-checkout-details #shipping-address .form-option-block > .form-group {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.ms-checkout-details #shipping-address .form-option-block > .ms-checkout-field--wide,
body.ms-checkout-details #shipping-address .form-option-block > .ms-checkout-field--company {
  grid-column: 1 / -1 !important;
}

body.ms-checkout-details #shipping-address .ms-checkout-field--company {
  margin-top: 2px !important;
  padding-top: 14px !important;
  border-top: 1px solid #eee8e3 !important;
}

body.ms-checkout-details #shipping-address .ms-checkout-field--company label {
  color: #81746d !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

body.ms-checkout-details #shipping-address .ms-checkout-shipping-country {
  display: none !important;
}

/* Compact premium error state; the validation itself remains native. */
body.ms-checkout-luxury .messages {
  position: static !important;
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  min-height: 0 !important;
  margin: 0 auto 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ms-checkout-luxury .messages > .msg-wrapper,
body.ms-checkout-luxury .messages .msg-wrapper {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body.ms-checkout-luxury .messages .msg.msg-error,
body.ms-checkout-luxury .messages .msg-error,
body.ms-checkout-luxury .ms-checkout-alert {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 13px 16px 13px 47px !important;
  border: 1px solid #ead1d5 !important;
  border-left: 3px solid var(--msc-wine) !important;
  border-radius: 2px !important;
  background: #fcf5f6 !important;
  box-shadow: none !important;
  color: var(--msc-ink) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-align: left !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body.ms-checkout-luxury .messages .msg-error::before,
body.ms-checkout-luxury .ms-checkout-alert::before {
  content: "!" !important;
  position: absolute !important;
  top: 14px !important;
  left: 16px !important;
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(126, 35, 53, .38) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--msc-wine) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

body.ms-checkout-luxury .ms-checkout-alert__title,
body.ms-checkout-luxury .ms-checkout-alert__text {
  display: block !important;
}

body.ms-checkout-luxury .ms-checkout-alert__title {
  margin: 0 0 2px !important;
  color: var(--msc-ink) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

body.ms-checkout-luxury .ms-checkout-alert__text {
  color: #655a54 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body.ms-checkout-luxury .form-group.has-error input,
body.ms-checkout-luxury .form-group.has-error select,
body.ms-checkout-luxury .form-group.has-error textarea,
body.ms-checkout-luxury input.error,
body.ms-checkout-luxury select.error,
body.ms-checkout-luxury textarea.error {
  border-color: #b66a73 !important;
  box-shadow: 0 0 0 2px rgba(126, 35, 53, .07) !important;
}

body.ms-checkout-luxury .form-group .error,
body.ms-checkout-luxury .form-group .field-validation-error,
body.ms-checkout-luxury .form-group .validation-error {
  position: relative !important;
  margin: 6px 0 0 !important;
  padding: 0 0 0 14px !important;
  display: block !important;
  background: transparent !important;
  color: #8f3944 !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

body.ms-checkout-luxury .form-group .error::before,
body.ms-checkout-luxury .form-group .field-validation-error::before,
body.ms-checkout-luxury .form-group .validation-error::before {
  content: "!";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--msc-wine);
  font-weight: 700;
}

@media (max-width: 820px) {
  body.ms-checkout-luxury .cart-header {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  body.ms-checkout-luxury .cart-header .step {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 5px 12px !important;
    display: block !important;
    border-bottom: 1px solid var(--msc-line) !important;
    text-align: center !important;
  }

  body.ms-checkout-luxury .cart-header .step::before {
    display: block !important;
    margin: 0 0 6px !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }

  body.ms-checkout-luxury .cart-header .step > a,
  body.ms-checkout-luxury .cart-header .step > strong,
  body.ms-checkout-luxury .cart-header .step > span {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  body.ms-checkout-luxury .cart-header .step.active::after {
    right: 0 !important;
    bottom: -1px !important;
    left: 0 !important;
    height: 3px !important;
  }

  body.ms-checkout-details #shipping-address > fieldset.co-shipping-address,
  body.ms-checkout-details #shipping-address > fieldset,
  body.ms-checkout-details #shipping-address .box {
    padding: 20px !important;
  }

  body.ms-checkout-details #shipping-address .form-option-block {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.ms-checkout-details #shipping-address .form-option-block > .form-group,
  body.ms-checkout-details #shipping-address .form-option-block > .ms-checkout-field--wide,
  body.ms-checkout-details #shipping-address .form-option-block > .ms-checkout-field--company {
    grid-column: 1 !important;
  }

  body.ms-checkout-luxury .messages {
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  body.ms-checkout-luxury .messages .msg.msg-error,
  body.ms-checkout-luxury .messages .msg-error,
  body.ms-checkout-luxury .ms-checkout-alert {
    padding: 12px 13px 12px 43px !important;
  }

  body.ms-checkout-luxury .messages .msg-error::before,
  body.ms-checkout-luxury .ms-checkout-alert::before {
    top: 13px !important;
    left: 13px !important;
  }
}
