/* Strict integration of the approved cart and checkout mockups. */
.uc-checkout-shell {
  --uc-ink: #292522;
  --uc-muted: #716963;
  --uc-soft: #948b84;
  --uc-paper: #fff;
  --uc-wash: #fbf7f3;
  --uc-wash-strong: #f5ece6;
  --uc-line: #e5dcd4;
  --uc-line-strong: #d3c6bc;
  --uc-terra: #a65235;
  --uc-terra-dark: #7d3e2b;
  --uc-terra-soft: #f6e7df;
  --uc-teal: #0d766c;
  --uc-teal-dark: #075b54;
  --uc-teal-soft: #e4f1ef;
  --uc-green: #2c7c48;
  --uc-green-pastel: #5f8f70;
  --uc-shadow: 0 18px 48px rgba(58, 43, 34, .07);
  width: min(100% - 48px, 1320px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0 54px;
  color: var(--uc-ink);
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.uc-checkout-shell *,
.uc-checkout-shell *::before,
.uc-checkout-shell *::after { box-sizing: border-box; }
.uc-checkout-shell [hidden] { display: none !important; }
.uc-checkout-shell a { color: inherit; }

.uc-checkout-hero { margin: 0; }
.uc-checkout-eyebrow {
  margin: 0 0 7px;
  color: var(--uc-terra);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.uc-checkout-hero h1 {
  margin: 0;
  color: var(--uc-ink);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-transform: none;
}

.uc-checkout-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 34px 0 30px;
  padding: 0;
  list-style: none;
}
.uc-checkout-steps li {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--uc-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.uc-checkout-steps li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 17px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--uc-line-strong);
  content: "";
}
.uc-step-control {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--uc-line-strong);
  border-radius: 50%;
  background: #fff;
  color: var(--uc-muted) !important;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none !important;
}
.uc-checkout-steps li.is-active { color: var(--uc-terra-dark); font-weight: 700; }
.uc-checkout-steps li.is-active .uc-step-control {
  border-color: var(--uc-terra);
  background: var(--uc-wash);
  color: var(--uc-terra-dark) !important;
  box-shadow: 0 7px 18px rgba(166, 82, 53, .1);
}
.uc-checkout-steps li.is-complete .uc-step-control {
  border-color: var(--uc-terra);
  background: var(--uc-terra);
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(166, 82, 53, .18);
}

.uc-checkout-layout {
  --uc-checkout-sticky-top: 150px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr);
  align-items: start;
  gap: 24px;
  margin: 0 16px 0 0 !important;
}
.uc-checkout-layout::before,
.uc-checkout-layout::after { display: none !important; }
.uc-checkout-layout > [class*="col-"] { width: auto !important; padding: 0 !important; float: none !important; }
.uc-cart-main { margin-bottom: 0 !important; }
.uc-cart-aside,
.uc-checkout-aside { position: static; align-self: start; }

@media (min-width: 901px) {
  .uc-checkout-layout.is-main-shorter > .uc-cart-main,
  .uc-checkout-layout.is-main-shorter > .uc-checkout-main,
  .uc-checkout-layout.is-aside-shorter > .uc-cart-aside,
  .uc-checkout-layout.is-aside-shorter > .uc-checkout-aside {
    position: sticky;
    top: var(--uc-checkout-sticky-top);
    align-self: start;
  }
}

.uc-cart-card,
.uc-summary-card,
.uc-checkout-main,
.uc-checkout-summary-wrap {
  border: 1px solid var(--uc-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--uc-shadow) !important;
}

/* Cart card */
.uc-cart-card { overflow: hidden; margin: 0 !important; }
.uc-cart-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 25px 20px;
  border-bottom: 1px solid var(--uc-line);
}
.uc-cart-card__header h2,
.uc-summary-card > h2,
.uc-checkout-summary-wrap > h2 {
  margin: 0;
  color: var(--uc-ink);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  text-transform: none;
}
.uc-cart-card__count { color: var(--uc-muted); font-size: 12px; }
.uc-cart-card .cart-overview { padding: 0; }
.uc-cart-card .cart-items { margin: 0; padding: 0 24px; list-style: none; }
.uc-cart-card .cart-item { margin: 0; padding: 0; border: 0; }
.uc-cart-card .no-items { margin: 0; padding: 34px 25px; color: var(--uc-muted); }
.uc-cart-card > .ucquote-cart-action,
.uc-cart-card .uc-samples-products-heading,
.uc-checkout-summary-wrap .uc-samples-products-heading { display: none !important; }

.uc-cart-line {
  position: relative;
  display: grid !important;
  grid-template-columns: 126px minmax(180px, 1fr) 116px 112px 38px;
  align-items: center;
  gap: 18px;
  min-height: 170px;
  margin: 0 !important;
  padding: 22px 0 !important;
  border-bottom: 1px solid var(--uc-line);
}
.uc-cart-line::after { display: none !important; }
.uc-cart-card .cart-item:last-child .uc-cart-line { border-bottom: 0; }
.uc-cart-line__image {
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  overflow: hidden;
  background: transparent;
}
.uc-cart-line__image picture { display: grid; width: 100%; height: 100%; place-items: center; }
.uc-cart-line__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.uc-cart-line__meta { min-width: 0; }
.uc-cart-line__brand {
  margin: 0 0 5px;
  color: var(--uc-soft);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.uc-cart-line__meta h3 { margin: 0 0 7px; font-size: 17px; font-weight: 600; line-height: 1.25; text-transform: none; }
.uc-cart-line__meta h3 a { color: var(--uc-ink); text-decoration: none; }
.uc-cart-line__unit-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; margin: 0 0 9px; color: var(--uc-terra); font-size: 18px; font-weight: 700; }
.uc-cart-line__unit-price .regular-price { color: var(--uc-soft); font-size: 12px; font-weight: 500; text-decoration: line-through; }
.uc-cart-line__unit-price .unit-price-cart { color: var(--uc-terra); font-size: inherit; font-weight: inherit; }
.uc-cart-line__comparison-price { margin: -4px 0 9px; color: var(--uc-soft); font-size: 13px; font-weight: 600; }
.uc-cart-line__micro-info { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 0; color: var(--uc-muted); font-size: 12px; line-height: 1.35; }
.uc-cart-line__micro-info > span { display: inline-flex; align-items: center; gap: 6px; }
.uc-cart-line__micro-info svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-cart-line__stock.is-in-stock { color: var(--uc-green); font-weight: 600; }
.uc-cart-line__stock.is-pending { color: #2e5c69; font-weight: 600; text-transform: none; }
.uc-cart-line__stock.is-pending svg { stroke-width: 1.8; }
.uc-cart-line__attribute { margin: 5px 0 0; color: var(--uc-muted); font-size: 11px; }
.uc-cart-line__attribute span { color: var(--uc-ink); font-weight: 600; }
.uc-cart-line__quantity { display: grid; gap: 7px; justify-items: center; justify-self: center; }
.uc-cart-line__quantity label,
.uc-cart-line__total small { display: block; margin: 0; color: var(--uc-soft); font-size: 11px; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.uc-cart-line__quantity input.js-cart-line-product-quantity {
  grid-column: 2;
  grid-row: 1;
  width: 46px !important;
  min-width: 46px;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--uc-line) !important;
  border-left: 1px solid var(--uc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--uc-ink);
  font-size: 16px;
  text-align: center;
  appearance: textfield;
}
.uc-cart-line__quantity input::-webkit-inner-spin-button,
.uc-cart-line__quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.uc-cart-line__quantity .bootstrap-touchspin {
  display: grid !important;
  grid-template-columns: 34px 46px 34px;
  width: 116px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--uc-line-strong);
  border-radius: 9px;
  background: #fff;
}
.uc-cart-line__quantity .bootstrap-touchspin .bootstrap-touchspin-prefix,
.uc-cart-line__quantity .bootstrap-touchspin .bootstrap-touchspin-postfix { display: none !important; }
.uc-cart-line__quantity .bootstrap-touchspin .input-group-btn-vertical { display: contents !important; }
.uc-cart-line__quantity .bootstrap-touchspin .btn {
  position: static !important;
  display: grid;
  width: 34px !important;
  height: 42px !important;
  min-width: 0;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--uc-wash) !important;
  color: var(--uc-ink) !important;
  font-size: 0;
  line-height: 1;
}
.uc-cart-line__quantity .bootstrap-touchspin .btn:hover { background: var(--uc-terra-soft) !important; color: var(--uc-terra-dark) !important; }
.uc-cart-line__quantity .bootstrap-touchspin-up { grid-column: 3; grid-row: 1; }
.uc-cart-line__quantity .bootstrap-touchspin-down { grid-column: 1; grid-row: 1; }
.uc-cart-line__quantity .bootstrap-touchspin-up::before { content: "+"; font-size: 17px; }
.uc-cart-line__quantity .bootstrap-touchspin-down::before { content: "−"; font-size: 17px; }
.uc-cart-line__quantity .bootstrap-touchspin i { display: none !important; }
.uc-cart-line__surface {
  display: grid;
  justify-items: center;
  gap: 1px;
  margin: 1px 0 0;
  line-height: 1.2;
  text-align: center;
}
.uc-cart-line__surface span { color: var(--uc-soft); font-size: 10px; font-weight: 600; letter-spacing: .025em; text-transform: uppercase; }
.uc-cart-line__surface strong { color: var(--uc-terra-dark); font-size: 16px; font-weight: 700; white-space: nowrap; }
.uc-cart-line__total { display: grid; gap: 7px; justify-items: end; justify-self: end; text-align: right; }
.uc-cart-line__total small { margin-right: 5px; }
.uc-cart-line__total strong { display: block; color: var(--uc-terra); font-size: 19px; white-space: nowrap; }
.uc-cart-line__actions { display: flex; align-items: center; justify-content: flex-end; transform: translateY(11px); }
.uc-cart-line__actions .remove-from-cart { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: #a44d49; }
.uc-cart-line__actions svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-cart-line__actions .remove-from-cart:hover { background: #fae9e7; color: #a44d49; }

/* Samples block */
.uc-cart-card .uc-samples-cart,
.uc-checkout-main .uc-samples-cart,
.uc-checkout-summary-wrap .uc-samples-cart {
  margin: 18px 22px 22px;
  padding: 20px;
  border: 1px solid var(--uc-line) !important;
  border-radius: 15px !important;
  background: var(--uc-wash) !important;
  box-shadow: none !important;
  color: var(--uc-ink);
}
.uc-checkout-summary-wrap .uc-samples-cart { display: none !important; }
.uc-samples-cart__heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.uc-samples-eyebrow { margin: 0 0 4px; color: var(--uc-terra); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.uc-samples-cart__title { margin: 0; color: var(--uc-ink); font-size: 18px; font-weight: 600; text-transform: none; }
.uc-samples-counter { min-width: 52px; border-radius: 999px; background: var(--uc-terra-soft); color: var(--uc-terra-dark); font-size: 12px; font-weight: 700; line-height: 32px; text-align: center; }
.uc-samples-list { margin: 14px 0 0; padding: 0; list-style: none; }
.uc-samples-item { display: grid !important; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--uc-line); }
.uc-samples-item__image { width: 64px; height: 64px; border-radius: 9px; object-fit: cover; }
.uc-samples-item__body { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.uc-samples-item__name { color: var(--uc-ink); font-size: 13px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.uc-samples-item__collection { margin: 0 0 3px; color: var(--uc-soft); font-size: 12px; font-weight: 400; letter-spacing: 0; line-height: 1.2; text-transform: none; }
.uc-samples-item__reference,
.uc-samples-item__meta { color: var(--uc-muted); font-size: 10px; }
.uc-samples-item__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.uc-samples-item__price { color: var(--uc-green); font-size: 12px; }
.uc-samples-remove { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--uc-terra); font-size: 10px; cursor: pointer; }
.uc-samples-cart__voucher,
.uc-samples-cart__mixed-note { margin: 13px 0 0; padding: 11px 12px; border-radius: 10px; font-size: 11px; line-height: 1.45; }
.uc-samples-cart__voucher { display: flex; gap: 7px; background: #edf6ef; color: #286a40; }
.uc-samples-cart__mixed-note { background: var(--uc-teal-soft); color: var(--uc-teal-dark); }
.uc-samples-shipping { display: none !important; }

.uc-cart-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px 23px; border-top: 1px solid var(--uc-line); }
.uc-back-link,
.uc-cart-footer > .label { font-size: 13px; font-weight: 700; text-decoration: none !important; }
.uc-back-link { color: var(--uc-terra) !important; }
.uc-back-link:hover,
.uc-back-link:focus { color: var(--uc-terra-dark) !important; }
.uc-cart-footer > .label { color: var(--uc-teal-dark) !important; }
.uc-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.uc-button--teal { border-color: var(--uc-teal); background: #fff; color: var(--uc-teal-dark) !important; }
.uc-button--teal:hover,
.uc-button--teal:focus { border-color: var(--uc-teal); background: var(--uc-teal-soft); color: var(--uc-teal-dark) !important; }
.uc-button--advice svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-cart-footer .uc-button.uc-button--advice:hover,
.uc-cart-footer .uc-button.uc-button--advice:focus,
.uc-cart-footer .uc-button.uc-button--advice:focus-visible {
  border-color: var(--uc-teal) !important;
  background: var(--uc-teal-soft) !important;
  color: var(--uc-teal-dark) !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}
.uc-cart-footer .uc-button.uc-button--advice:hover svg,
.uc-cart-footer .uc-button.uc-button--advice:focus svg,
.uc-cart-footer .uc-button.uc-button--advice:focus-visible svg {
  stroke: currentColor !important;
}

/* Summary */
.uc-summary-card { position: static; margin: 0 !important; padding: 24px !important; }
.uc-shipping-progress { margin: 18px 0 21px; padding: 13px 14px; border-radius: 11px; background: var(--uc-wash); }
.uc-shipping-progress__label { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--uc-muted); font-size: 12px; }
.uc-shipping-progress__label strong { color: var(--uc-green); }
.uc-shipping-progress__track { height: 6px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #e8e4df; }
.uc-shipping-progress__track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--uc-green); transition: width .2s ease; }
.uc-summary-card .card-block { padding: 0 !important; }
.uc-summary-card .cart-detailed-subtotals { display: grid; gap: 12px; padding: 0 0 18px !important; }
.uc-summary-card .cart-summary-line,
.uc-checkout-summary-wrap .cart-summary-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin: 0; padding: 0; color: var(--uc-muted); font-size: 14px; }
.uc-summary-card .cart-summary-line::after,
.uc-checkout-summary-wrap .cart-summary-line::after { display: none !important; content: none !important; }
.uc-summary-card .cart-summary-line .value,
.uc-checkout-summary-wrap .cart-summary-line .value { width: auto !important; min-width: 0; flex: 0 0 auto; margin-left: auto !important; float: none !important; color: var(--uc-ink); font-weight: 600; text-align: right; }
.uc-summary-card .cart-summary-line .value.is-free,
.uc-checkout-summary-wrap .cart-summary-line .value.is-free { color: var(--uc-teal-dark); font-weight: 700; }
.uc-summary-card.is-updating { cursor: progress; }
.uc-summary-card.is-updating .cart-summary-totals .value,
.uc-summary-card.is-updating #cart-subtotal-shipping > .value { color: var(--uc-soft); }
.uc-summary-card.is-updating #cart-subtotal-shipping > .value::after,
.uc-summary-card.is-updating .cart-summary-totals .value::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  vertical-align: -1px;
  animation: uc-summary-spin .7s linear infinite;
}
@keyframes uc-summary-spin { to { transform: rotate(360deg); } }
.uc-summary-card #cart-subtotal-shipping,
.uc-checkout-summary-wrap #cart-subtotal-shipping { column-gap: 0; }
.uc-summary-card #cart-subtotal-shipping > div,
.uc-checkout-summary-wrap #cart-subtotal-shipping > div { display: none !important; }
.uc-summary-card .cart-summary-totals,
.uc-checkout-summary-wrap .cart-summary-totals { margin: 0; padding: 17px 0 0 !important; border-top: 1px solid var(--uc-line); }
.uc-summary-card .cart-total,
.uc-checkout-summary-wrap .cart-total { align-items: baseline; margin: 0 !important; padding: 0 !important; border: 0 !important; color: var(--uc-ink); font-size: 18px; font-weight: 700; }
.uc-summary-card .cart-total .value,
.uc-checkout-summary-wrap .cart-total .value { color: var(--uc-terra); font-size: 23px; }
.uc-summary-card .block-promo,
.uc-checkout-summary-wrap .block-promo { margin: 0; padding: 0; background: transparent; }
.uc-summary-card .cart-voucher,
.uc-checkout-summary-wrap .cart-voucher { margin: 20px 0 14px; overflow: hidden; border: 1px solid var(--uc-line); border-radius: 10px; background: #fff; }
.uc-summary-card .cart-voucher.uc-has-offers,
.uc-checkout-summary-wrap .cart-voucher.uc-has-offers { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.uc-summary-card .promo-code-button,
.uc-checkout-summary-wrap .promo-code-button { margin: 0 !important; color: var(--uc-muted) !important; font-size: 13px; font-weight: 600; text-align: left; }
.uc-summary-card .promo-code-button.display-promo,
.uc-checkout-summary-wrap .promo-code-button.display-promo { display: block !important; }
.uc-summary-card .cart-voucher:not(.uc-promo-open) > .promo-code-button.display-promo,
.uc-checkout-summary-wrap .cart-voucher:not(.uc-promo-open) > .promo-code-button.display-promo { padding-bottom: 0 !important; }
.uc-summary-card .promo-code-button.display-promo .collapse-button,
.uc-checkout-summary-wrap .promo-code-button.display-promo .collapse-button {
  display: flex;
  min-height: 45px;
  align-items: center;
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--uc-muted) !important;
  text-decoration: none !important;
}
.uc-summary-card .promo-code-button.display-promo .collapse-button::before,
.uc-checkout-summary-wrap .promo-code-button.display-promo .collapse-button::before { margin-right: 7px; content: "▶"; font-size: 10px; }
.uc-summary-card .cart-voucher.uc-promo-open .promo-code-button.display-promo .collapse-button::before,
.uc-checkout-summary-wrap .cart-voucher.uc-promo-open .promo-code-button.display-promo .collapse-button::before { content: "▼"; }
.uc-summary-card .promo-code-button.display-promo .collapse-button:hover,
.uc-checkout-summary-wrap .promo-code-button.display-promo .collapse-button:hover { background: var(--uc-wash); color: var(--uc-terra-dark) !important; }
.uc-summary-card .cart-voucher #promo-code:not(.in),
.uc-checkout-summary-wrap .cart-voucher #promo-code:not(.in) { display: none; }
.uc-summary-card .cart-voucher #promo-code.in,
.uc-checkout-summary-wrap .cart-voucher #promo-code.in { display: block; }
.uc-summary-card .cart-voucher .promo-code,
.uc-checkout-summary-wrap .cart-voucher .promo-code { padding: 0 12px 12px !important; border: 0; border-radius: 0; }
.uc-summary-card .cart-voucher .promo-code form,
.uc-checkout-summary-wrap .cart-voucher .promo-code form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; gap: 8px; }
.uc-summary-card .promo-input,
.uc-checkout-summary-wrap .promo-input { width: 100%; min-width: 0; height: 42px; padding: 0 11px; border: 1px solid var(--uc-line); border-radius: 8px; outline: 0; }
.uc-summary-card .cart-voucher .promo-code form .btn-primary,
.uc-checkout-summary-wrap .cart-voucher .promo-code form .btn-primary { display: flex; min-width: 100px; height: 42px; align-items: center; justify-content: center; margin: 0; padding: 0 14px; float: none; border: 1px solid var(--uc-terra) !important; border-radius: 8px !important; background: var(--uc-terra) !important; color: #fff !important; font-size: 14px; font-weight: 700; line-height: 1; text-align: center; text-transform: none; }
.uc-summary-card .cart-voucher .promo-code form .btn-primary span,
.uc-checkout-summary-wrap .cart-voucher .promo-code form .btn-primary span { display: block; line-height: 1; }
.uc-summary-card .cart-voucher .promo-code form .btn-primary:hover,
.uc-checkout-summary-wrap .cart-voucher .promo-code form .btn-primary:hover { border-color: var(--uc-terra-dark) !important; background: var(--uc-terra-dark) !important; }
.uc-summary-card .cart-voucher .cancel-promo,
.uc-checkout-summary-wrap .cart-voucher .cancel-promo { display: none !important; }
.uc-summary-card .cart-voucher .js-error,
.uc-checkout-summary-wrap .cart-voucher .js-error { grid-column: 1 / -1; margin: 8px 0 0; }
.uc-summary-card .cart-voucher .js-error:empty,
.uc-checkout-summary-wrap .cart-voucher .js-error:empty { display: none; }
.uc-summary-card .cart-voucher .js-error:has(.js-error-text:empty),
.uc-checkout-summary-wrap .cart-voucher .js-error:has(.js-error-text:empty) { display: none; }
.uc-summary-card .uc-promo-summary-line,
.uc-checkout-summary-wrap .uc-promo-summary-line { color: var(--uc-terra-dark); font-size: 14px; }
.uc-summary-card .uc-promo-summary-line .label,
.uc-checkout-summary-wrap .uc-promo-summary-line .label { color: var(--uc-terra-dark); font-weight: 500; }
.uc-summary-card .uc-promo-summary-line .value,
.uc-checkout-summary-wrap .uc-promo-summary-line .value { color: var(--uc-terra-dark); font-weight: 700; }

/* Approved promotion mockup: proposal 2, "Liste discrète". */
.uc-summary-card .uc-promo-list-zone,
.uc-checkout-summary-wrap .uc-promo-list-zone { margin: 0; }
.uc-summary-card .promo-title,
.uc-checkout-summary-wrap .promo-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--uc-muted);
  font-size: 13px;
  font-weight: 600;
}
.uc-summary-card .promo-title svg,
.uc-summary-card .compat-icon svg,
.uc-checkout-summary-wrap .promo-title svg,
.uc-checkout-summary-wrap .compat-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.uc-summary-card .offers-list,
.uc-checkout-summary-wrap .offers-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--uc-line);
  border-radius: 10px;
  background: #fff;
}
.uc-summary-card .offer-row,
.uc-checkout-summary-wrap .offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 11px 12px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--uc-ink);
  font: inherit;
  text-align: left;
}
.uc-summary-card button.offer-row,
.uc-checkout-summary-wrap button.offer-row { cursor: pointer; }
.uc-summary-card .offer-row + .offer-row,
.uc-checkout-summary-wrap .offer-row + .offer-row { border-top: 1px solid var(--uc-line); }
.uc-summary-card button.offer-row:not(:disabled):hover,
.uc-checkout-summary-wrap button.offer-row:not(:disabled):hover { background: var(--uc-wash); }
.uc-summary-card .offer-main,
.uc-checkout-summary-wrap .offer-main {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}
.uc-summary-card .compat-icon,
.uc-checkout-summary-wrap .compat-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: var(--uc-terra-soft);
  color: var(--uc-terra);
}
.uc-summary-card .offer-row[data-compatible="false"] .compat-icon,
.uc-checkout-summary-wrap .offer-row[data-compatible="false"] .compat-icon { background: #eef1f2; color: #456872; }
.uc-summary-card .offer-row strong,
.uc-checkout-summary-wrap .offer-row strong { display: block; color: var(--uc-terra-dark); font-size: 13px; }
.uc-summary-card .offer-row small,
.uc-checkout-summary-wrap .offer-row small { display: block; margin-top: 1px; color: var(--uc-muted); font-size: 11px; line-height: 1.35; }
.uc-summary-card .offer-action,
.uc-checkout-summary-wrap .offer-action {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--uc-terra);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.uc-summary-card .offer-action:hover,
.uc-checkout-summary-wrap .offer-action:hover { color: var(--uc-terra-dark); text-decoration: underline; }
.uc-summary-card .offer-row.is-applied,
.uc-checkout-summary-wrap .offer-row.is-applied { background: #edf6ef; }
.uc-summary-card .offer-row.is-applied .offer-action,
.uc-checkout-summary-wrap .offer-row.is-applied .offer-action { color: var(--uc-green); }
.uc-summary-card .offer-row:disabled,
.uc-checkout-summary-wrap .offer-row:disabled { background: #f7f5f3; color: var(--uc-soft); cursor: not-allowed; opacity: .72; }
.uc-summary-card .offer-row:disabled .offer-action,
.uc-checkout-summary-wrap .offer-row:disabled .offer-action { color: var(--uc-soft); }
.uc-summary-card .list-promo .manual-form,
.uc-checkout-summary-wrap .list-promo .manual-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 8px;
  margin-top: 9px;
  padding: 0;
}
.uc-summary-card .list-promo .manual-form .btn-primary,
.uc-checkout-summary-wrap .list-promo .manual-form .btn-primary {
  display: flex;
  min-width: 100px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--uc-terra) !important;
  border-radius: 8px !important;
  background: var(--uc-terra) !important;
  color: #fff !important;
  float: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: none;
}
.uc-summary-card .list-promo .manual-form .btn-primary span,
.uc-checkout-summary-wrap .list-promo .manual-form .btn-primary span { display: block; line-height: 1; }
.uc-summary-card .list-promo .manual-form .btn-primary:hover,
.uc-checkout-summary-wrap .list-promo .manual-form .btn-primary:hover { border-color: var(--uc-terra-dark) !important; background: var(--uc-terra-dark) !important; }
.uc-summary-card .compatibility-note,
.uc-checkout-summary-wrap .compatibility-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 10px 1px 0;
  color: var(--uc-muted);
  font-size: 11px;
  line-height: 1.4;
}
.uc-summary-card .compatibility-note::before,
.uc-checkout-summary-wrap .compatibility-note::before { flex: 0 0 auto; color: #456872; content: "ⓘ"; font-weight: 700; }
.uc-summary-card .cart-detailed-actions { padding: 0 !important; }
.uc-summary-card .uc-sample-summary-note:not([hidden]) + .cart-detailed-actions { margin-top: 14px; }
.uc-summary-card .cart-detailed-actions .btn-primary {
  display: flex;
  width: 100%;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uc-terra) !important;
  border-radius: 10px !important;
  background: var(--uc-terra) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.uc-summary-card .cart-detailed-actions .btn-primary:hover { border-color: var(--uc-terra-dark) !important; background: var(--uc-terra-dark) !important; }
.uc-quote-button { width: 100%; margin-top: 10px; }
.uc-sample-summary-note { margin: 13px 0 0; padding: 11px 12px; border-radius: 10px; background: var(--uc-terra-soft); color: var(--uc-terra-dark); font-size: 11px; line-height: 1.45; }
.uc-benefits { display: grid; gap: 26px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--uc-line); }
.uc-benefit { display: grid; grid-template-columns: 62px minmax(0, 1fr); align-items: start; gap: 16px; }
.uc-benefit__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid #ead4c8;
  border-radius: 16px;
  background: linear-gradient(145deg, #fffaf7, #f7e9e2);
  color: var(--uc-terra);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .58), 0 7px 16px rgba(123, 62, 43, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.uc-benefit__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.uc-benefit:hover .uc-benefit__icon { transform: translateY(-2px); box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .7), 0 10px 21px rgba(123, 62, 43, .13); }
.uc-benefit strong { display: block; margin: 0 0 4px; color: var(--uc-ink); font-size: 16px; line-height: 1.3; }
.uc-benefit small { display: block; color: var(--uc-muted); font-size: 13px; line-height: 1.5; }

/* Related products: keep the same cards as the product page. */
.uc-cart-related { margin-top: 48px; }
.uc-cart-related > section,
.uc-cart-related .featured-products { margin: 0; }
.uc-cart-related .products-section-title { margin: 0 0 24px; color: var(--uc-ink); font-size: 29px; font-weight: 600; letter-spacing: -.025em; text-align: left; text-transform: none; }
.uc-cart-related .products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.uc-cart-related .product-miniature { width: auto !important; margin: 0 !important; padding: 0 !important; }
.uc-cart-related .thumbnail-container { width: 100% !important; height: 100% !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--uc-line); border-radius: 14px; background: #fff; box-shadow: none; }

/* The theme renders its popular-products hook after the cart content. */
body#cart .uc-cart-popular-products,
body.page-cart .uc-cart-popular-products {
  --uc-home-text: #25211f;
  --uc-home-muted: #615a55;
  --uc-home-line: #e4ddd6;
  --uc-home-accent: #9a4f35;
  --uc-home-accent-dark: #693523;
  width: min(calc(100% - 48px), 1320px) !important;
  max-width: none !important;
  margin: 0 auto 58px !important;
  padding: 54px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body#cart .uc-cart-popular-products .uc-product-home-cards-head,
body.page-cart .uc-cart-popular-products .uc-product-home-cards-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  max-width: none !important;
  margin: 0 0 22px !important;
}
body#cart .uc-cart-popular-products .uc-home-section-kicker,
body.page-cart .uc-cart-popular-products .uc-home-section-kicker {
  margin: 0 0 10px !important;
  color: var(--uc-home-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
body#cart .uc-cart-popular-products .uc-product-home-cards-head h2,
body.page-cart .uc-cart-popular-products .uc-product-home-cards-head h2 {
  margin: 0 !important;
  color: var(--uc-home-text) !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}
body#cart .uc-cart-popular-products .uc-product-home-cards-head > a,
body.page-cart .uc-cart-popular-products .uc-product-home-cards-head > a {
  flex: 0 0 auto !important;
  color: var(--uc-home-accent) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
body#cart .uc-cart-popular-products .uc-home-product-grid,
body.page-cart .uc-cart-popular-products .uc-home-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
body#cart .uc-cart-popular-products .uc-home-product,
body.page-cart .uc-cart-popular-products .uc-home-product {
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Checkout pages */
.uc-order-page { padding-top: 28px; }
.uc-checkout-main { width: auto !important; min-width: 0; margin: 0 !important; padding: 0 !important; overflow: hidden; }
.uc-checkout-main .checkout-process { margin: 0; }
.uc-checkout-main .checkout-step { margin: 0 !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; }
.uc-checkout-main .checkout-step:not(.-current) { display: none !important; }
.uc-checkout-main .checkout-step > .step-title { display: none !important; }
.uc-checkout-main .checkout-step > .content { display: block !important; margin: 0 !important; padding: 0 !important; }
.uc-step-view__head { padding: 27px 28px 22px; border-bottom: 1px solid var(--uc-line); }
.uc-step-view__head h2 { margin: 0 0 5px; color: var(--uc-ink); font-size: 27px; font-weight: 600; letter-spacing: -.02em; text-transform: none; }
.uc-step-view__head p { margin: 0; color: var(--uc-muted); font-size: 15px; }
.uc-checkout-main .checkout-step > .content > form,
.uc-checkout-main .checkout-step > .content > .tab-content,
.uc-checkout-main .checkout-step > .content > .js-address-form,
.uc-checkout-main .checkout-step > .content > .js-address-selector,
.uc-checkout-main .checkout-step > .content > .delivery-options-list,
.uc-checkout-main .checkout-step > .content > .payment-options,
.uc-checkout-main .checkout-step > .content > .js-payment-binary { padding: 26px 28px 28px; }
.uc-checkout-main .checkout-step > .content > .uc-step-view__head + form,
.uc-checkout-main .checkout-step > .content > .uc-step-view__head + .tab-content,
.uc-checkout-main .checkout-step > .content > .uc-step-view__head + .js-address-selector,
.uc-checkout-main .checkout-step > .content > .uc-step-view__head + .delivery-options-list { padding-top: 26px; }

.uc-checkout-main .form-group { margin-bottom: 18px; }
.uc-checkout-main .form-control-label,
.uc-checkout-main label { color: var(--uc-ink); font-size: 13px; font-weight: 600; }
.uc-checkout-main input[type="text"],
.uc-checkout-main input[type="email"],
.uc-checkout-main input[type="password"],
.uc-checkout-main input[type="tel"],
.uc-checkout-main input[type="date"],
.uc-checkout-main select,
.uc-checkout-main textarea,
.uc-checkout-main .form-control {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--uc-line-strong) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--uc-ink);
  box-shadow: none !important;
  outline: 0;
}
.uc-checkout-main textarea,
.uc-checkout-main textarea.form-control { min-height: 102px; padding-top: 12px; resize: vertical; }
.uc-checkout-main input:focus,
.uc-checkout-main select:focus,
.uc-checkout-main textarea:focus {
  border-color: var(--uc-terra) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(166, 82, 53, .1) !important;
}
.uc-checkout-main input:-webkit-autofill,
.uc-checkout-main input:-webkit-autofill:hover,
.uc-checkout-main input:-webkit-autofill:active,
.uc-checkout-main select:-webkit-autofill,
.uc-checkout-main textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--uc-ink) !important;
  caret-color: var(--uc-ink);
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
.uc-checkout-main input:-webkit-autofill:focus,
.uc-checkout-main select:-webkit-autofill:focus,
.uc-checkout-main textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(166, 82, 53, .1) !important;
  box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(166, 82, 53, .1) !important;
}
.uc-checkout-main .form-control-comment,
.uc-checkout-main .form-control-comment + small,
.uc-checkout-main .form-text { color: var(--uc-soft); font-size: 11px; }
.uc-checkout-main input[type="radio"],
.uc-checkout-main input[type="checkbox"] { accent-color: var(--uc-terra); }

.uc-checkout-main .btn-primary,
.uc-checkout-main .continue,
.uc-checkout-main button[name="confirm-addresses"],
.uc-checkout-main button[name="confirmDeliveryOption"] {
  min-height: 47px;
  padding: 0 20px !important;
  border: 1px solid var(--uc-terra) !important;
  border-radius: 10px !important;
  background: var(--uc-terra) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.uc-checkout-main .btn-primary:hover { border-color: var(--uc-terra-dark) !important; background: var(--uc-terra-dark) !important; }
.uc-checkout-main .nav-link { color: var(--uc-muted); }
.uc-checkout-main .nav-link.active { color: var(--uc-terra); }

/* Personal information */
.uc-personal-tabs {
  display: flex;
  gap: 38px;
  margin: 0 28px;
  padding-top: 18px;
  border-bottom: 1px solid var(--uc-line);
}
.uc-personal-tab {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--uc-muted) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.uc-personal-tab:hover,
.uc-personal-tab:focus,
.uc-personal-tab:active {
  outline: 0;
  background: transparent !important;
  color: var(--uc-muted) !important;
  box-shadow: none !important;
  transform: none !important;
}
.uc-personal-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}
.uc-personal-tab.active,
.uc-personal-tab.active:hover,
.uc-personal-tab.active:focus,
.uc-personal-tab.active:active { color: var(--uc-terra) !important; }
.uc-personal-tab.active::after { background: var(--uc-terra); }
.uc-personal-tab-content { padding-top: 22px !important; }

.uc-personal-tab-content .form-group.row {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.uc-personal-tab-content .form-group.row > .form-control-label,
.uc-personal-tab-content .form-group.row > .js-input-column {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  float: none;
}
.uc-personal-tab-content .form-group.row > .form-control-comment { display: none; }
.uc-personal-tab-content .form-control-label { margin: 0 0 7px; }
.uc-personal-tab-content .input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.uc-personal-tab-content .input-group .form-control { padding-right: 86px; }
.uc-personal-tab-content .input-group-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 7px;
  width: auto;
  transform: translateY(-50%);
}
.uc-personal-tab-content .input-group-btn > .btn,
.uc-personal-tab-content .input-group-btn > .btn:hover,
.uc-personal-tab-content .input-group-btn > .btn:focus {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 7px 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--uc-terra) !important;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none !important;
}
.uc-personal-tab-content input.form-control:focus,
.uc-personal-tab-content select.form-control:focus,
.uc-personal-tab-content textarea.form-control:focus {
  outline: 0 !important;
  border-color: var(--uc-line-strong) !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.uc-personal-tab-content input.form-control:-webkit-autofill,
.uc-personal-tab-content input.form-control:-webkit-autofill:hover,
.uc-personal-tab-content input.form-control:-webkit-autofill:focus,
.uc-personal-tab-content input.form-control:-webkit-autofill:active,
.uc-personal-tab-content input.form-control:autofill {
  border-color: var(--uc-line-strong) !important;
  background-color: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: var(--uc-ink) !important;
  caret-color: var(--uc-ink) !important;
  transition: background-color 999999s ease-out 0s, color 999999s ease-out 0s !important;
}

.uc-checkout-register-form #customer-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}
.uc-checkout-register-form #customer-form > div > .form-group,
.uc-checkout-register-form #customer-form > div > .field-password-policy,
.uc-checkout-register-form #customer-form > div > .uc-account-professional,
.uc-checkout-register-form #customer-form > div > .uc-account-checkbox-stack {
  grid-column: 1 / -1;
}
.uc-checkout-register-form #customer-form > div > .uc-account-name-field { min-width: 0; }
.uc-checkout-register-form .uc-account-name-field .help-block { display: none !important; }
.uc-checkout-register-form .form-group:has(input[name="id_gender"]) > .form-control-label { display: none; }
.uc-checkout-register-form .form-group:has(input[name="id_gender"]) .js-input-column { display: flex; gap: 10px; }
.uc-checkout-register-form .radio-inline {
  position: relative;
  display: inline-flex;
  min-width: 68px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--uc-line);
  border-radius: 999px;
  background: #fff;
  color: var(--uc-muted);
  cursor: pointer;
}
.uc-checkout-register-form .radio-inline .custom-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.uc-checkout-register-form .radio-inline:has(input:checked) {
  border-color: var(--uc-terra);
  background: var(--uc-terra-soft);
  color: var(--uc-terra-dark);
}
.uc-checkout-register-form label[for="field-birthday"]::after {
  color: var(--uc-soft);
  font-weight: 400;
  content: " — optionnel";
}
.uc-checkout-register-form .form-group:has(#field-birthday) .help-block,
.uc-checkout-register-form .js-input-column > .form-control-comment,
.uc-checkout-register-form .password-strength-feedback { display: none !important; }
.uc-checkout-register-form .field-password-policy > .form-group { margin-bottom: 0; }

.uc-account-password-strength {
  --uc-password-strength-color: #b8afa8;
  --uc-password-strength-width: 0%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 18px;
  color: var(--uc-muted);
  font-size: 11px;
}
.uc-account-password-strength__bar {
  display: block;
  flex: 0 0 54px;
  width: 54px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e0d8;
}
.uc-account-password-strength__bar > span {
  display: block;
  width: var(--uc-password-strength-width);
  height: 100%;
  border-radius: inherit;
  background: var(--uc-password-strength-color);
  transition: width .22s ease, background-color .22s ease;
}
.uc-account-password-strength strong {
  color: var(--uc-password-strength-color);
  transition: color .22s ease;
}
.uc-account-password-strength[data-score="0"] { --uc-password-strength-color: #b64b42; --uc-password-strength-width: 20%; }
.uc-account-password-strength[data-score="1"] { --uc-password-strength-color: #c96b45; --uc-password-strength-width: 40%; }
.uc-account-password-strength[data-score="2"] { --uc-password-strength-color: #b28a35; --uc-password-strength-width: 60%; }
.uc-account-password-strength[data-score="3"] { --uc-password-strength-color: #4d7c5b; --uc-password-strength-width: 80%; }
.uc-account-password-strength[data-score="4"] { --uc-password-strength-color: #2f6842; --uc-password-strength-width: 100%; }

.uc-account-professional {
  margin: 2px 0 18px;
  overflow: hidden;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: #fff;
}
.uc-account-professional.is-expanded { border-color: var(--uc-line-strong); box-shadow: 0 9px 24px rgba(89, 61, 46, .07); }
.uc-checkout-register-form .uc-account-professional__toggle {
  display: grid !important;
  width: 100%;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  justify-content: start !important;
  justify-items: start;
  column-gap: 12px;
  margin: 0 !important;
  padding: 13px 15px;
  cursor: pointer;
  text-align: left !important;
}
.uc-account-professional__toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.uc-account-professional__switch {
  position: relative;
  grid-column: 1;
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: #d9d0c9;
}
.uc-account-professional__switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(43, 35, 30, .2);
  content: "";
  transition: transform .2s;
}
.uc-account-professional__toggle > input:checked + .uc-account-professional__switch { background: var(--uc-terra); }
.uc-account-professional__toggle > input:checked + .uc-account-professional__switch::after { transform: translateX(18px); }
.uc-checkout-register-form .uc-account-professional__copy {
  display: grid;
  min-width: 0;
  grid-column: 2;
  gap: 1px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.uc-account-professional__copy strong { color: var(--uc-ink); font-size: 13px; }
.uc-account-professional__copy small { color: var(--uc-muted); font-size: 11px; }
.uc-account-professional__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  padding: 16px 16px 0;
  border-top: 1px solid var(--uc-line);
  background: var(--uc-wash);
}
.uc-account-professional__fields[hidden] { display: none; }
.uc-account-professional__fields > p { grid-column: 1 / -1; margin: 0 0 13px; color: var(--uc-muted); font-size: 11px; }

.uc-account-checkbox-stack {
  display: grid;
  gap: 10px;
  margin: 2px 0 20px;
  padding: 15px 16px;
  border: 1px solid var(--uc-line);
  border-radius: 11px;
  background: var(--uc-wash);
}
.uc-account-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: var(--uc-muted) !important;
  font-size: 12px !important;
  line-height: 1.45;
  cursor: pointer;
}
.uc-account-check input[type="checkbox"] {
  position: static !important;
  display: block !important;
  flex: 0 0 17px;
  width: 17px !important;
  height: 17px !important;
  margin: 1px 0 0 !important;
  opacity: 1 !important;
  appearance: auto !important;
  accent-color: var(--uc-terra);
}
.uc-account-check a { color: var(--uc-terra) !important; text-decoration: underline; text-underline-offset: 3px; }
.uc-checkout-register-form .form-footer { display: flex; justify-content: center; margin: 0; padding: 0; border: 0; }
.uc-checkout-register-form .form-control-submit { width: min(100%, 330px); min-height: 52px; font-size: 16px !important; line-height: 1.2 !important; }

.uc-checkout-login-form #login-form {
  width: min(100%, 590px);
  max-width: 590px;
  margin: 0 auto !important;
  float: none !important;
}
.uc-checkout-login-form .forgot-password {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: -3px 0 20px !important;
  text-align: center;
}
.uc-checkout-login-form .forgot-password a { color: var(--uc-terra) !important; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.uc-checkout-login-form .form-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
}
.uc-checkout-login-form .form-control-submit { width: 100%; min-height: 54px; font-size: 16px !important; line-height: 1.2 !important; }
.uc-checkout-register-form .form-control-submit:hover,
.uc-checkout-register-form .form-control-submit:focus,
.uc-checkout-register-form .form-control-submit:active,
.uc-checkout-login-form .form-control-submit:hover,
.uc-checkout-login-form .form-control-submit:focus,
.uc-checkout-login-form .form-control-submit:active {
  outline: 0 !important;
  border-color: var(--uc-terra) !important;
  background: var(--uc-terra) !important;
  box-shadow: none !important;
  transform: none !important;
}
.uc-checkout-login-security {
  display: flex;
  width: min(100%, 590px);
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
  color: var(--uc-muted);
  font-size: 12px;
  text-align: center;
}
.uc-checkout-login-security svg { width: 18px; height: 18px; fill: none; stroke: var(--uc-terra); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.uc-personal-logged { padding: 27px 28px 28px; }
.uc-personal-identity { display: flex; align-items: center; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--uc-line); }
.uc-personal-avatar {
  display: grid;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  place-items: center;
  border-radius: 50%;
  background: var(--uc-wash-strong);
  color: var(--uc-ink);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.uc-personal-identity__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.uc-personal-kicker { margin-bottom: 4px; color: var(--uc-terra); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.uc-personal-identity__copy > strong { color: var(--uc-ink); font-size: 19px; }
.uc-personal-identity__copy > span:not(.uc-personal-kicker):not(.uc-personal-status) { color: var(--uc-muted); font-size: 13px; }
.uc-personal-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--uc-wash-strong);
  color: var(--uc-terra-dark);
  font-size: 11px;
  font-weight: 700;
}
.uc-personal-status svg { width: 16px; height: 16px; fill: none; stroke: var(--uc-terra); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-personal-purpose { margin: 20px 0; color: var(--uc-muted); font-size: 13px; }
.uc-personal-switch {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: var(--uc-wash);
}
.uc-personal-switch__icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--uc-terra-soft); color: var(--uc-terra-dark); }
.uc-personal-switch__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-personal-switch strong { display: block; margin-bottom: 7px; font-size: 14px; }
.uc-personal-logout { display: inline-flex; min-height: 37px; align-items: center; padding: 0 15px; border: 1px solid var(--uc-terra); border-radius: 8px; color: var(--uc-terra-dark) !important; font-size: 12px; font-weight: 700; text-decoration: none !important; }
.uc-personal-cart-note { display: flex; align-items: center; gap: 7px; margin: 12px 0 0; color: var(--uc-muted); font-size: 11px; }
.uc-personal-cart-note svg { width: 16px; height: 16px; fill: none; stroke: var(--uc-terra); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-personal-continue { display: flex; justify-content: flex-end; margin-top: 24px; padding: 0 !important; }

/* Compact product rows in the checkout summary */
.uc-checkout-summary-wrap .media-list > .media {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 8px 0;
  border-top: 0;
}
.uc-checkout-summary-wrap .media-left { width: 58px; margin: 0; padding: 0; }
.uc-checkout-summary-wrap .media-left img { display: block; width: 58px; height: 58px; object-fit: contain; border: 0; background: transparent; }
.uc-checkout-summary-wrap .media-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 2px 10px;
  width: auto;
  min-width: 0;
}
.uc-checkout-summary-wrap .media-body .product-name { min-width: 0; color: var(--uc-ink); font-size: 12px; line-height: 1.35; }
.uc-checkout-summary-wrap .media-body .product-name a { text-decoration: none; }
.uc-checkout-summary-wrap .media-body .product-quantity { grid-column: 1; color: var(--uc-muted); font-size: 11px; }
.uc-checkout-summary-wrap .media-body .product-price { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--uc-terra); font-size: 13px; font-weight: 700; white-space: nowrap; }
.uc-checkout-summary-wrap .media-body > br { display: none; }

/* Payment reassurance in the summary */
.uc-payment-assurance {
  margin-top: 17px;
  padding: 14px;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: var(--uc-wash);
}
.uc-payment-assurance__title { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--uc-ink); font-size: 14px; }
.uc-payment-assurance__title svg,
.uc-payment-assurance__data svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--uc-terra); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-payment-assurance__brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--uc-ink);
}
.uc-payment-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.uc-payment-brand--cb,
.uc-payment-brand--cb svg { width: 40px; height: 24px; }
.uc-payment-brand--cb svg { display: block; fill: currentColor; }
.uc-payment-brand--visa,
.uc-payment-brand--visa svg { width: 40px; height: 24px; }
.uc-payment-brand--visa svg { display: block; fill: currentColor; }
.uc-payment-brand--mastercard { display: inline-grid; justify-items: center; gap: 1px; }
.uc-payment-brand--mastercard i { position: relative; display: inline-block; width: 37px; height: 22px; flex: 0 0 37px; }
.uc-payment-brand--mastercard i::before,
.uc-payment-brand--mastercard i::after { position: absolute; top: 0; width: 22px; height: 22px; border-radius: 50%; background: currentColor; content: ""; }
.uc-payment-brand--mastercard i::before { left: 0; }
.uc-payment-brand--mastercard i::after { right: 0; opacity: .74; }
.uc-payment-brand--mastercard b { font-size: 9px; font-weight: 700; letter-spacing: -.06em; text-transform: lowercase; }
.uc-payment-brand--amex { font-size: 11px; letter-spacing: -.05em; }
.uc-payment-brand--paypal { font-size: 19px; font-style: italic; letter-spacing: -.06em; }
.uc-payment-assurance > p { margin: 10px 0 0; color: var(--uc-muted); font-size: 11px; line-height: 1.45; }
.uc-payment-assurance__terms { color: var(--uc-ink) !important; font-size: 12px !important; font-weight: 600; line-height: 1.4 !important; text-align: center; }
.uc-payment-assurance__data {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px !important;
  padding-top: 12px;
  border-top: 1px solid var(--uc-line);
  font-weight: 600;
}
.uc-payment-assurance__data svg { width: 15px; height: 15px; }

/* Addresses */
.uc-checkout-main .form-group.row:has(input[name="use_same_address"]) > [class*="col-"] {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  float: none !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 13px 15px;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: var(--uc-wash);
}
.uc-checkout-main .form-group.row:has(input[name="use_same_address"]) input[name="use_same_address"] {
  grid-column: 1;
  grid-row: 1;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
.uc-checkout-main .form-group.row:has(input[name="use_same_address"]) label[for="use_same_address"] {
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  color: var(--uc-ink) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.35;
  text-align: left !important;
  cursor: pointer;
}
.uc-checkout-main #checkout-addresses-step .js-address-form > form > p:first-child,
.uc-checkout-main #checkout-addresses-step .js-address-form > form > h2.h4:first-child { display: none; }
.uc-checkout-main #checkout-addresses-step .js-address-form > form:has(.address-selector) {
  display: flex;
  flex-direction: column;
}
.uc-checkout-main .js-address-selector,
.uc-checkout-main .address-selector {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 !important;
}
.uc-checkout-main #checkout-addresses-step .uc-invoice-address-hidden {
  display: none !important;
}
.uc-checkout-main .js-address-selector .address-item,
.uc-checkout-main .address-selector .address-item {
  position: relative;
  display: flex;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  min-height: 245px;
  flex-direction: column;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--uc-line) !important;
  border-radius: 15px;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}
.uc-checkout-main .address-item.selected,
.uc-checkout-main .address-item:has(input:checked) {
  border-color: var(--uc-terra) !important;
  background: var(--uc-wash) !important;
  box-shadow: inset 0 0 0 1px var(--uc-terra) !important;
}
.uc-checkout-main .address-item:has(input:checked)::after {
  position: absolute;
  top: 17px;
  right: 17px;
  padding: 5px 9px;
  border-radius: 7px;
  background: var(--uc-terra);
  color: #fff;
  content: "Sélectionnée";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.uc-checkout-main .address-item > header {
  display: flex;
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
}
.uc-checkout-main .address-item .radio-block {
  display: grid !important;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 7px;
  margin: 0 !important;
  padding: 18px 20px 14px !important;
  color: var(--uc-ink) !important;
  cursor: pointer;
}
.uc-checkout-main .address-item .custom-radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  margin: 0 !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.uc-checkout-main .address-item:has(input:focus-visible) { box-shadow: inset 0 0 0 1px var(--uc-terra), 0 0 0 3px rgba(166, 82, 53, .12) !important; }
.uc-checkout-main .address-item .address-alias {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  padding-right: 92px;
  color: var(--uc-ink) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}
.uc-checkout-main .address-item .address {
  grid-column: 1;
  grid-row: 2;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--uc-muted);
  box-shadow: none !important;
  font-size: 13px;
  line-height: 1.55;
}
.uc-checkout-main .address-item.selected .address,
.uc-checkout-main .address-item .address:has(input:checked) {
  border: 0 !important;
  box-shadow: none !important;
}
.uc-checkout-main .address-item > hr { display: none; }
.uc-checkout-main .address-item .address-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: auto 20px 0;
  padding: 12px 0 14px !important;
  border-top: 1px solid var(--uc-line) !important;
}
.uc-checkout-main .address-item .address-footer a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  color: var(--uc-terra) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.uc-checkout-main .address-item .address-footer .material-icons { font-size: 17px; }
.uc-checkout-main .add-address { margin: 14px 0 0 !important; }
.uc-checkout-main .add-address a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  border: 1px dashed var(--uc-terra);
  border-radius: 9px;
  color: var(--uc-terra) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.uc-checkout-main .add-address .material-icons { font-size: 18px; }
.uc-address-billing-choice {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0 0 !important;
  padding: 12px 15px;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: var(--uc-wash);
}
.uc-address-billing-choice__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: var(--uc-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
}
.uc-address-billing-choice__label input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}
.uc-address-billing-choice__switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  flex: 0 0 38px;
  border-radius: 999px;
  background: var(--uc-line-strong);
  transition: background .2s ease;
}
.uc-address-billing-choice__switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(38, 34, 31, .2);
  content: "";
  transition: transform .2s ease;
}
.uc-address-billing-choice__label input:checked + .uc-address-billing-choice__switch { background: var(--uc-terra); }
.uc-address-billing-choice__label input:checked + .uc-address-billing-choice__switch::after { transform: translateX(16px); }
.uc-address-billing-choice__label input:focus-visible + .uc-address-billing-choice__switch {
  box-shadow: 0 0 0 3px rgba(166, 82, 53, .15);
}
.uc-checkout-main #checkout-addresses-step .js-address-form > form > h2.h4:not(:first-child) {
  margin: 26px 0 12px;
  color: var(--uc-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}
.uc-checkout-main #checkout-addresses-step .js-address-form > form > .clearfix {
  display: flex;
  clear: both;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.uc-checkout-main #checkout-addresses-step .js-address-form > form > .clearfix::before,
.uc-checkout-main #checkout-addresses-step .js-address-form > form > .clearfix::after { display: none; }
.uc-checkout-main #checkout-addresses-step .cancel-address,
.uc-checkout-main #checkout-addresses-step .cancel-address:hover,
.uc-checkout-main #checkout-addresses-step .cancel-address:focus,
.uc-checkout-main #checkout-addresses-step .cancel-address:active {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  order: -1;
  margin: 0 10px 0 0 !important;
  padding: 0 20px;
  border: 1px solid var(--uc-terra) !important;
  border-radius: 10px;
  background: #fff !important;
  color: var(--uc-terra) !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}
.uc-checkout-main #checkout-addresses-step .cancel-address:hover,
.uc-checkout-main #checkout-addresses-step .cancel-address:focus-visible { background: var(--uc-wash) !important; }

/* Carrier */
.uc-delivery-address-block {
  display: grid;
  gap: 10px;
  margin: 20px 28px 22px;
}
.uc-delivery-address-block > h3 {
  margin: 0;
  color: var(--uc-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: none;
}
.uc-delivery-address {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 11px 15px;
  border: 1px solid var(--uc-line);
  border-radius: 10px;
  background: #fff;
}
.uc-delivery-address__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--uc-wash-strong); color: var(--uc-ink); }
.uc-delivery-address__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-delivery-address__copy { min-width: 0; }
.uc-delivery-address strong { display: block; margin-bottom: 2px; color: var(--uc-ink); font-size: 15px; font-weight: 700; line-height: 1.25; }
.uc-delivery-address__copy span { display: block; overflow: hidden; color: var(--uc-muted); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.uc-delivery-address__edit { display: inline-flex; align-items: center; gap: 7px; color: var(--uc-terra) !important; font-size: 14px; font-weight: 600; text-decoration: none; }
.uc-delivery-address__edit svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-checkout-main .delivery-options-list { margin: 0 !important; padding: 0 28px 24px !important; }
.uc-delivery-form,
.uc-delivery-form .form-fields { margin: 0; }
.uc-delivery-groups { display: grid; gap: 22px; }
.uc-delivery-group { display: grid; gap: 10px; min-width: 0; }
.uc-delivery-group__head { display: block; min-width: 0; }
.uc-delivery-group__head h3 { margin: 0; color: var(--uc-ink); font-size: 18px; font-weight: 600; line-height: 1.3; text-transform: none; }
.uc-sample-delivery-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 11px 15px;
  border: 1px solid var(--uc-line);
  border-radius: 10px;
  background: #fff;
}
.uc-sample-delivery-card__icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--uc-wash-strong); color: var(--uc-ink); }
.uc-sample-delivery-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-sample-delivery-card__copy { min-width: 0; }
.uc-sample-delivery-card__copy strong { color: var(--uc-ink); font-size: 15px; font-weight: 500; line-height: 1.3; }
.uc-sample-delivery-card__status { display: flex; align-items: center; }
body#checkout .uc-checkout-main .uc-sample-delivery-card__price { color: var(--uc-green-pastel) !important; font-size: 15px; font-weight: 600; white-space: nowrap; }
.uc-delivery-group__options { display: grid; gap: 8px; }
.uc-checkout-main .delivery-option.uc-carrier-card {
  display: grid !important;
  min-width: 0;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center !important;
  justify-content: normal !important;
  flex-wrap: nowrap !important;
  gap: 11px;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid var(--uc-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.uc-checkout-main .delivery-option.uc-carrier-card:hover { border-color: #cbb5a8 !important; }
.uc-checkout-main .delivery-option.uc-carrier-card:has(input:checked) { border-color: var(--uc-terra) !important; background: #fffdfc !important; box-shadow: inset 0 0 0 1px var(--uc-terra) !important; }
.uc-checkout-main .delivery-option.uc-carrier-card:has(input:focus-visible) { box-shadow: inset 0 0 0 1px var(--uc-terra), 0 0 0 3px rgba(166, 82, 53, .14) !important; }
.uc-checkout-main .delivery-option.uc-carrier-card::before,
.uc-checkout-main .delivery-option.uc-carrier-card::after,
.uc-checkout-main .uc-carrier-card__content::before,
.uc-checkout-main .uc-carrier-card__content::after,
.uc-checkout-main .uc-carrier-card__identity .carrier::before,
.uc-checkout-main .uc-carrier-card__identity .carrier::after { display: none !important; content: none !important; }
.uc-checkout-main .uc-carrier-card > [class*="col-"],
.uc-checkout-main .uc-carrier-card__content > [class*="col-"] { width: auto !important; min-width: 0; padding: 0 !important; float: none !important; }
.uc-carrier-card__radio { align-self: center; }
.uc-carrier-card__radio .custom-radio,
.uc-carrier-card__radio input { margin: 0 !important; }
.uc-carrier-card__radio .custom-radio { width: 22px; height: 22px; }
.uc-carrier-card__radio input[type="radio"] { width: 22px !important; height: 22px !important; }
.uc-carrier-card__radio input[type="radio"]:checked + span { top: 3px; left: 3px; width: 14px; height: 14px; }
.uc-carrier-card__label { display: block !important; width: 100% !important; max-width: none !important; min-width: 0; align-self: stretch; margin: 0; float: none !important; cursor: pointer; }
.uc-checkout-main .uc-carrier-card__content { display: grid !important; grid-template-columns: minmax(175px, 1.15fr) minmax(160px, .9fr) auto; align-items: center !important; justify-content: normal !important; flex-wrap: nowrap !important; gap: 14px; margin: 0 !important; }
.uc-checkout-main .uc-carrier-card__identity .carrier { display: flex !important; min-width: 0; flex-wrap: nowrap !important; align-items: center !important; justify-content: flex-start !important; gap: 11px; margin: 0 !important; }
.uc-checkout-main .uc-carrier-card__identity .carrier > [class*="col-"] { width: auto !important; min-width: 0; padding: 0 !important; float: none !important; }
.uc-checkout-main .delivery-option .carrier-logo { display: none !important; }
.uc-carrier-badge {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
  background: var(--uc-wash);
  color: var(--uc-terra-dark);
}
.uc-carrier-badge svg { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.uc-carrier-badge--geodis-no-appointment,
.uc-carrier-badge--geodis-appointment,
.uc-carrier-badge--geodis-relay { background: var(--uc-wash); color: var(--uc-terra-dark); }
.uc-carrier-badge--sample { background: var(--uc-wash); color: var(--uc-terra-dark); }
.uc-checkout-main .carrier-name { display: block; margin: 0; color: var(--uc-ink); font-size: 15px; font-weight: 600; line-height: 1.25; text-transform: none; }
.uc-carrier-brand { display: block; margin-top: 3px; color: var(--uc-muted); font-size: 12px; font-weight: 400; line-height: 1.2; }
.uc-carrier-card__schedule { display: flex; min-width: 0; align-items: center; gap: 9px; padding-left: 17px !important; border-left: 1px solid var(--uc-line); }
.uc-carrier-card__schedule-icon { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; color: var(--uc-ink); }
.uc-carrier-card__schedule-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-carrier-card__schedule-copy { display: block; min-width: 0; }
.uc-carrier-card__schedule-label { display: block; margin-bottom: 3px; color: var(--uc-muted); font-size: 11px; font-weight: 400; line-height: 1.2; }
.uc-checkout-main .carrier-delay { display: block; overflow: hidden; color: var(--uc-ink); font-size: 12px; font-weight: 600; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.uc-checkout-main .uc-carrier-card__price { justify-self: end; text-align: right; }
.uc-checkout-main .carrier-price { display: block; color: var(--uc-ink); font-size: 15px; font-weight: 600; line-height: 1.25; white-space: nowrap; }
.uc-carrier-card__tax { display: block; margin-top: 3px; color: var(--uc-muted); font-size: 10px; font-weight: 400; line-height: 1; text-transform: uppercase; }
body#checkout .uc-checkout-main .uc-carrier-card.is-free .carrier-price { color: var(--uc-green-pastel) !important; font-weight: 600; }
.uc-checkout-main .uc-carrier-card.is-free .uc-carrier-card__tax { display: none; }
.uc-carrier-facts { display: none !important; }
.uc-checkout-main .carrier-extra-content { margin: 0 !important; padding: 10px 12px !important; border: 1px solid var(--uc-line); border-radius: 9px; background: var(--uc-wash); }
.uc-delivery-instructions { margin-top: 22px; padding-top: 0; border-top: 0; }
.uc-delivery-instructions #delivery { margin: 0; }
.uc-delivery-instructions #delivery label { display: block; margin-bottom: 9px; font-size: 17px; font-weight: 600; }
.uc-delivery-instructions__field { position: relative; }
.uc-delivery-instructions #delivery textarea { display: block; width: 100%; min-height: 82px !important; margin: 0; padding: 12px 66px 28px 15px; font-size: 13px; line-height: 1.4; }
.uc-delivery-instructions #delivery .uc-delivery-instructions__count { position: absolute; right: 14px; bottom: 11px; display: block; margin: 0; color: var(--uc-muted); font-size: 11px; font-weight: 400; line-height: 1; }
.uc-delivery-actions { display: flex; justify-content: flex-end; margin-top: 16px; }
.uc-checkout-main .uc-delivery-actions .continue { min-width: 245px; margin: 0 !important; float: none !important; }
.uc-checkout-main #checkout-delivery-step .uc-geodis-personalized-study { display: none !important; }
.uc-checkout-main #delivery > .content > .alert-info,
.uc-checkout-main #checkout-delivery-step .alert-info { margin: 10px 28px 0; padding: 10px 12px; border: 0; border-radius: 9px; background: var(--uc-teal-soft); color: var(--uc-teal-dark); font-size: 11px; }

/* Payment */
.uc-checkout-main .payment-options { display: grid; gap: 12px; margin: 0 !important; }
.uc-checkout-main .payment-option { margin: 0 !important; padding: 17px 18px !important; border: 1px solid var(--uc-line) !important; border-radius: 14px !important; background: #fff; }
.uc-checkout-main .payment-option:has(input:checked) { border-color: var(--uc-terra) !important; box-shadow: inset 0 0 0 1px var(--uc-terra); }
.uc-payment-option__row { display: grid; grid-template-columns: auto 44px minmax(0, 1fr) auto; align-items: center; gap: 13px; }
.uc-payment-option__row input { width: 19px; height: 19px; margin: 0; }
.uc-payment-method-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; }
.uc-payment-method-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.uc-payment-method-icon--card { background: #e8f0f8; color: #245884; }
.uc-payment-method-icon--paypal { background: #e8f2ff; color: #1769aa; }
.uc-payment-method-icon--paypal3,
.uc-payment-method-icon--paypalLater { background: var(--uc-terra-soft); color: var(--uc-terra-dark); font-size: 16px; font-weight: 700; }
.uc-payment-method-icon--wire { background: var(--uc-terra-soft); color: var(--uc-terra-dark); }
.uc-payment-method-icon--check,
.uc-payment-method-icon--cash { background: var(--uc-terra-soft); color: var(--uc-terra-dark); }
.uc-payment-copy h3 { margin: 0 0 2px; color: var(--uc-ink); font-size: 15px; font-weight: 700; text-transform: none; }
.uc-payment-copy p { margin: 0; color: var(--uc-muted); font-size: 11px; }
.uc-payment-logo { display: inline-flex; min-width: 76px; min-height: 36px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid var(--uc-line); border-radius: 8px; font-size: 12px; font-weight: 700; }
.uc-payment-logo--card { border-color: #cddcec; background: #f2f7fb; color: #164b7d; }
.uc-payment-logo--paypal { border-color: #cbdaf0; background: #f3f7fc; color: #153d7a; }
.uc-payment-logo--wire { background: var(--uc-wash); color: var(--uc-terra-dark); }
.uc-payment-logo--check,
.uc-payment-logo--cash { background: var(--uc-wash); color: var(--uc-terra-dark); }
.uc-card-brands { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0 76px; }
.uc-card-brand { padding: 5px 8px; border: 1px solid var(--uc-line); border-radius: 6px; color: var(--uc-muted); font-size: 10px; font-weight: 700; }
.uc-checkout-main .additional-information { margin: 13px 0 0 76px !important; padding: 12px 14px !important; border-radius: 9px; background: var(--uc-wash); color: var(--uc-muted); font-size: 11px; line-height: 1.45; }
.uc-checkout-main #conditions-to-approve { margin: 20px 28px 0; color: var(--uc-muted); font-size: 12px; }
.uc-checkout-main #conditions-to-approve a { color: var(--uc-terra); font-weight: 600; }
.uc-checkout-main #payment-confirmation { margin: 0 28px 28px; padding-top: 21px; border-top: 1px solid var(--uc-line); }

/* Checkout summary */
.uc-checkout-summary-wrap { position: static; padding: 22px; }
.uc-order-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
}
.uc-order-summary__head h2 {
  margin: 0;
  color: var(--uc-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}
.uc-order-summary__count {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--uc-wash-strong);
  color: var(--uc-ink);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.uc-checkout-summary-wrap #js-checkout-summary { margin: 0 !important; border: 0 !important; box-shadow: none !important; }
.uc-order-summary__products { padding-bottom: 15px; }
.uc-order-summary__list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.uc-order-summary__list[hidden] { display: none !important; }
.uc-order-summary__product {
  display: grid;
  min-width: 0;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px dashed #e4d8cf;
}
.uc-order-summary__product:last-child { border-bottom: 0; }
.uc-order-summary__product-image {
  display: grid;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  overflow: hidden;
  place-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.uc-order-summary__product-image picture,
.uc-order-summary__product-image img { display: block; width: 100%; height: 100%; }
.uc-order-summary__product-image img { border: 0; background: transparent; object-fit: contain; }
.uc-order-summary__product .uc-order-summary__product-image img {
  width: 58px !important;
  height: 58px !important;
}
.uc-order-summary__product-copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.uc-order-summary__product-copy a,
.uc-order-summary__product-name {
  display: block;
  overflow: hidden;
  color: var(--uc-ink) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
}
.uc-order-summary__product-copy span { color: var(--uc-terra); font-size: 11px; font-weight: 600; }
.uc-order-summary__product-price { color: var(--uc-terra); font-size: 13px; font-weight: 700; white-space: nowrap; }
.uc-order-summary__toggle {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 13px 0 0;
  padding: 9px 12px;
  border: 1px solid var(--uc-line);
  border-radius: 6px;
  background: #fffaf7;
  color: var(--uc-terra);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.uc-order-summary__toggle:hover { border-color: var(--uc-terra); background: #fff5ef; }
.uc-order-summary__toggle:focus-visible { outline: 2px solid var(--uc-terra); outline-offset: 2px; }
.uc-order-summary__toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: rotate(-90deg); transition: transform .2s ease; }
.uc-order-summary.is-products-collapsed .uc-order-summary__toggle { margin-top: 0; }
.uc-order-summary.is-products-collapsed .uc-order-summary__toggle svg { transform: rotate(90deg); }
.uc-checkout-summary-wrap .uc-order-summary__subtotals {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 15px 0 !important;
  border-top: 1px solid var(--uc-line);
}
.uc-checkout-summary-wrap .uc-order-summary__subtotals .cart-summary-line { font-size: 13px; }
.uc-checkout-summary-wrap .uc-order-summary__total { margin: 0; padding: 14px 0 0 !important; border-top: 1px solid var(--uc-line); }
.uc-checkout-summary-wrap .uc-order-summary__total .cart-total { font-size: 16px; }
.uc-checkout-summary-wrap .uc-order-summary__total .cart-total .value { font-size: 20px; }
.uc-order-summary__promo { margin-top: 15px; }
.uc-order-summary__promo-form { display: grid; grid-template-columns: minmax(0, 1fr) 105px; gap: 8px; }
.uc-order-summary__promo-form .promo-input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--uc-line-strong);
  border-radius: 8px;
  background: #fff;
  color: var(--uc-ink);
  outline: 0;
}
.uc-order-summary__promo-form .promo-input:focus { border-color: var(--uc-terra); box-shadow: 0 0 0 3px rgba(166, 82, 53, .1); }
.uc-order-summary__promo-form .btn-primary,
.uc-order-summary__promo-form .btn-primary:hover,
.uc-order-summary__promo-form .btn-primary:focus {
  display: flex;
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--uc-terra) !important;
  border-radius: 8px !important;
  background: var(--uc-terra) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}
.uc-order-summary__promo .js-error { margin: 8px 0 0; font-size: 11px; }
.uc-order-summary__promo .js-error:has(.js-error-text:empty) { display: none; }
.uc-checkout-aside > #block-reassurance,
.uc-checkout-aside > .blockreassurance_product,
.uc-checkout-aside > [id*="reassurance"] { display: none !important; }

@media (max-width: 1100px) {
  .uc-cart-line { grid-template-columns: 96px minmax(0, 1fr) 105px 90px 24px; gap: 14px; padding-right: 18px !important; padding-left: 18px !important; }
  .uc-cart-line__image { width: 96px; height: 96px; }
  .uc-cart-related .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .uc-checkout-steps { overflow-x: auto; grid-template-columns: repeat(5, minmax(150px, 1fr)); padding-bottom: 5px; }
  .uc-checkout-layout { grid-template-columns: 1fr; }
  .uc-summary-card,
  .uc-checkout-summary-wrap { position: static; }
  .uc-cart-aside,
  .uc-checkout-aside { position: static; }
  .uc-cart-related .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body#cart .uc-cart-popular-products .uc-home-product-grid,
  body.page-cart .uc-cart-popular-products .uc-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 680px) {
  .uc-checkout-shell { width: min(100% - 22px, 620px); padding-top: 18px; }
  .uc-cart-card__header { align-items: flex-start; flex-direction: column; padding-right: 17px; padding-left: 17px; }
  .uc-cart-line { grid-template-columns: 82px minmax(0, 1fr) 28px; gap: 12px; padding: 17px !important; }
  .uc-cart-line__image { width: 82px; height: 82px; }
  .uc-cart-line__meta { grid-column: 2; }
  .uc-cart-line__quantity { grid-column: 1 / 3; grid-row: 2; justify-items: start; }
  .uc-cart-line__surface { justify-items: start; text-align: left; }
  .uc-cart-line__total { grid-column: 2; grid-row: 2; justify-self: end; }
  .uc-cart-line__actions { grid-column: 3; grid-row: 1; align-self: start; transform: none; }
  .uc-benefits { gap: 22px; }
  .uc-benefit { grid-template-columns: 54px minmax(0, 1fr); gap: 13px; }
  .uc-benefit__icon { width: 50px; height: 50px; border-radius: 14px; }
  .uc-benefit__icon svg { width: 22px; height: 22px; }
  .uc-cart-footer { align-items: stretch; flex-direction: column-reverse; padding-right: 17px; padding-left: 17px; }
  .uc-cart-footer .uc-button { width: 100%; }
  .uc-samples-item { grid-template-columns: 54px minmax(0, 1fr); }
  .uc-samples-item__image { width: 54px; height: 54px; }
  .uc-samples-item__actions { grid-column: 2; align-items: flex-start; flex-direction: row; }
  .uc-summary-card .list-promo .manual-form,
  .uc-checkout-summary-wrap .list-promo .manual-form { grid-template-columns: 1fr; }
  .uc-summary-card .list-promo .manual-form .btn-primary,
  .uc-checkout-summary-wrap .list-promo .manual-form .btn-primary { width: 100%; }
  .uc-step-view__head,
  .uc-checkout-main .checkout-step > .content > form,
  .uc-checkout-main .checkout-step > .content > .tab-content,
  .uc-checkout-main .checkout-step > .content > .js-address-selector,
  .uc-checkout-main .checkout-step > .content > .delivery-options-list { padding-right: 17px; padding-left: 17px; }
  .uc-checkout-main .js-address-selector,
  .uc-checkout-main .address-selector { grid-template-columns: minmax(0, 1fr); }
  .uc-checkout-main .address-item .radio-block { padding-right: 16px !important; padding-left: 16px !important; }
  .uc-address-billing-choice { align-items: flex-start; flex-direction: column; }
  .uc-delivery-address-block { margin-right: 17px; margin-left: 17px; }
  .uc-delivery-address { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; padding: 9px 11px; }
  .uc-delivery-address__icon { width: 42px; height: 42px; }
  .uc-delivery-address__copy span { white-space: normal; }
  .uc-checkout-main .delivery-options-list { padding: 0 17px 20px !important; }
  .uc-delivery-groups { gap: 15px; }
  .uc-delivery-group__head h3 { font-size: 17px; }
  .uc-sample-delivery-card { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; padding: 9px 11px; }
  .uc-sample-delivery-card__icon { width: 42px; height: 42px; }
  .uc-checkout-main .delivery-option.uc-carrier-card { grid-template-columns: 21px minmax(0, 1fr); gap: 8px; padding: 9px 10px !important; }
  .uc-checkout-main .uc-carrier-card__content { grid-template-columns: minmax(145px, 1.1fr) minmax(130px, .9fr) auto; gap: 10px; }
  .uc-checkout-main .uc-carrier-card__identity .carrier { gap: 8px; }
  .uc-carrier-badge { width: 44px; height: 44px; }
  .uc-carrier-badge svg { width: 25px; height: 25px; }
  .uc-carrier-badge--geodis-no-appointment,
  .uc-carrier-badge--geodis-appointment,
  .uc-carrier-badge--geodis-relay { width: 44px; min-width: 44px; padding: 0; }
  .uc-carrier-card__schedule { gap: 6px; padding-left: 10px !important; }
  .uc-delivery-actions { justify-content: stretch; }
  .uc-checkout-main .uc-delivery-actions .continue { width: 100%; min-width: 0; }
  .uc-personal-tabs { margin-right: 17px; margin-left: 17px; }
  .uc-personal-logged { padding-right: 17px; padding-left: 17px; }
  .uc-checkout-register-form #customer-form > div,
  .uc-account-professional__fields { grid-template-columns: 1fr; }
  .uc-checkout-register-form #customer-form > div > .uc-account-name-field,
  .uc-account-professional__fields > .form-group { grid-column: 1 / -1; }
  .uc-personal-identity { align-items: flex-start; }
  .uc-personal-avatar { width: 62px; height: 62px; flex-basis: 62px; font-size: 20px; }
  .uc-payment-assurance__brands { gap: 5px; }
  .uc-payment-option__row { grid-template-columns: auto 44px minmax(0, 1fr); }
  .uc-payment-logo { grid-column: 3; justify-self: start; }
  .uc-card-brands,
  .uc-checkout-main .additional-information { margin-left: 76px !important; }
  .uc-cart-related .products { grid-template-columns: 1fr; }
  body#cart .uc-cart-popular-products,
  body.page-cart .uc-cart-popular-products { width: min(100% - 22px, 620px) !important; }
  body#cart .uc-cart-popular-products .uc-product-home-cards-head,
  body.page-cart .uc-cart-popular-products .uc-product-home-cards-head { align-items: flex-start !important; flex-direction: column !important; }
  body#cart .uc-cart-popular-products .uc-home-product-grid,
  body.page-cart .uc-cart-popular-products .uc-home-product-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 520px) {
  .uc-delivery-address { grid-template-columns: 42px minmax(0, 1fr); }
  .uc-delivery-address__edit { grid-column: 2; justify-self: start; }
  .uc-sample-delivery-card__status { gap: 7px; }
  .uc-checkout-main .delivery-option.uc-carrier-card { align-items: start; }
  .uc-checkout-main .uc-carrier-card__content { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .uc-carrier-card__identity { grid-column: 1; grid-row: 1; }
  .uc-checkout-main .uc-carrier-card__price { grid-column: 2; grid-row: 1; }
  .uc-carrier-card__schedule { grid-column: 1 / -1; grid-row: 2; margin-top: 7px; padding: 8px 0 0 !important; border-top: 1px solid var(--uc-line); border-left: 0; }
  .uc-checkout-main .carrier-delay { white-space: normal; }
}

/* Real payment brands in the Elementor footer payment slot. */
.uc-footer-payments {
  display: grid;
  box-sizing: border-box;
  justify-items: center;
  gap: 11px;
  padding-right: 58px;
  color: #fff;
  font-family: "Jost", Arial, sans-serif;
  text-align: center;
}
.uc-footer-payments__heading {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.uc-footer-payments__heading svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.uc-footer-payments__brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.uc-footer-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.uc-footer-payment-logo--cb,
.uc-footer-payment-logo--cb svg { width: 40px; height: 24px; }
.uc-footer-payment-logo--cb svg { display: block; fill: currentColor; }
.uc-footer-payment-logo--visa,
.uc-footer-payment-logo--visa svg { width: 40px; height: 24px; }
.uc-footer-payment-logo--visa svg { display: block; fill: currentColor; }
.uc-footer-payment-logo--mastercard { display: inline-grid; justify-items: center; gap: 1px; }
.uc-footer-payment-logo--mastercard i { position: relative; display: inline-block; width: 42px; height: 25px; flex: 0 0 42px; }
.uc-footer-payment-logo--mastercard i::before,
.uc-footer-payment-logo--mastercard i::after { position: absolute; top: 0; width: 25px; height: 25px; border-radius: 50%; background: currentColor; content: ""; }
.uc-footer-payment-logo--mastercard i::before { left: 0; }
.uc-footer-payment-logo--mastercard i::after { right: 0; opacity: .72; }
.uc-footer-payment-logo--mastercard b { font-size: 10px; font-weight: 700; letter-spacing: -.06em; text-transform: lowercase; }
.uc-footer-payment-logo--amex { font-size: 12px; letter-spacing: -.05em; }
.uc-footer-payment-logo--paypal { font-size: 19px; font-style: italic; letter-spacing: -.06em; }
.uc-footer-payments__installments {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .uc-footer-payments { justify-items: center; padding-right: 52px; text-align: center; }
  .uc-footer-payments__brands { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .uc-benefit__icon { transition: none; }
}
