.vhj-checkout {
  --vhj-checkout-bg: #F6F3EE;
  --vhj-checkout-card: #FFFFFF;
  --vhj-checkout-text: #333333;
  --vhj-checkout-text-strong: #000000;
  --vhj-checkout-text-muted: #69727D;
  --vhj-checkout-primary: #4E3F34;
  --vhj-checkout-primary-text: #FFFFFF;
  --vhj-checkout-border: #D6D0C8;
  --vhj-checkout-border-soft: #E0DBD2;
  --vhj-checkout-secondary-bg: #F1ECE3;
  --vhj-checkout-error: #AA0000;
  background: var(--vhj-checkout-bg);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .woolentor-msc2-checkout,
.vhj-checkout .woolentor-step-wrapper,
.vhj-checkout .woolentor-msc-checkout {
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  color: var(--vhj-checkout-text);
}

.vhj-checkout .woolentor-step-nav {
  margin: 0 0 12px;
  padding: 0;
}

.vhj-checkout .woolentor-step-nav ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
}

.vhj-checkout .woolentor-step-nav li {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: 6px;
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text-muted);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  list-style: none;
}

.vhj-checkout .woolentor-step-nav li.woolentor-active,
.vhj-checkout .woolentor-step-nav li.woolentor-complete {
  border-color: var(--vhj-checkout-primary);
  color: var(--vhj-checkout-primary);
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout .woolentor-step-nav-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
  font-size: 11px;
  font-weight: 600;
}

.vhj-checkout .woolentor-msc2-step,
.vhj-checkout .woolentor-step.woolentor-active,
.vhj-checkout .woocommerce-billing-fields__field-wrapper,
.vhj-checkout .woolentor-shipping-fields__field-wrapper,
.vhj-checkout .woolentor-shipping-method-1,
.vhj-checkout #payment.woocommerce-checkout-payment {
  border: 0;
  border-radius: 6px;
  background: var(--vhj-checkout-card);
  box-shadow: none;
}

.vhj-checkout .woolentor-msc2-step,
.vhj-checkout .woolentor-step.woolentor-active {
  padding: 20px;
}

.vhj-checkout .woolentor-msc2-step:not(.woolentor-active),
.vhj-checkout .woolentor-step:not(.woolentor-active) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.vhj-checkout .woolentor-title,
.vhj-checkout .woolentor-block-heading-title,
.vhj-checkout .woocommerce-billing-fields h3,
.vhj-checkout .woocommerce-shipping-fields h3,
.vhj-checkout #order_review_heading,
.vhj-checkout .wlpayment_form_title {
  margin: 0 0 18px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.vhj-checkout .form-row {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.vhj-checkout .form-row label,
.vhj-checkout .woocommerce form .form-row label,
.vhj-checkout .woocommerce-page form .form-row label {
  display: block;
  margin: 0 0 6px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.vhj-checkout .form-row .required {
  color: var(--vhj-checkout-error);
  text-decoration: none;
}

.vhj-checkout input.input-text,
.vhj-checkout input[type="text"],
.vhj-checkout input[type="email"],
.vhj-checkout input[type="tel"],
.vhj-checkout input[type="number"],
.vhj-checkout select,
.vhj-checkout textarea,
.vhj-checkout .select2-container .select2-selection {
  min-height: 51px !important;
  width: 100% !important;
  padding: 0 16px !important;
  border: 1px solid var(--vhj-checkout-border) !important;
  border-radius: 6px !important;
  background: var(--vhj-checkout-card) !important;
  color: var(--vhj-checkout-text) !important;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline: none;
}

.vhj-checkout textarea {
  min-height: 94px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.vhj-checkout input:focus,
.vhj-checkout select:focus,
.vhj-checkout textarea:focus,
.vhj-checkout .select2-container--focus .select2-selection {
  border-color: var(--vhj-checkout-primary) !important;
  box-shadow: 0 0 0 1px var(--vhj-checkout-primary) !important;
}

.vhj-checkout .woocommerce-invalid input,
.vhj-checkout .woocommerce-invalid select,
.vhj-checkout .woocommerce-invalid .select2-selection,
.vhj-checkout .woolentor-error input,
.vhj-checkout .woolentor-error select {
  border-color: var(--vhj-checkout-error) !important;
}

.vhj-checkout .woolentor-error-class,
.vhj-checkout .woocommerce-error,
.vhj-checkout .woocommerce-NoticeGroup-checkout {
  color: var(--vhj-checkout-error);
  font-size: 13px;
  line-height: 1.4;
}

.vhj-checkout .woocommerce-error,
.vhj-checkout .woocommerce-NoticeGroup-checkout {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid var(--vhj-checkout-error);
  border-radius: 6px;
  background: var(--vhj-checkout-card);
}

.vhj-checkout .woolentor-shipping-method-1,
.vhj-checkout .woocommerce-checkout-payment {
  padding: 18px !important;
  margin: 0 0 18px !important;
}

.vhj-checkout ul#shipping_method,
.vhj-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout ul#shipping_method li,
.vhj-checkout #payment ul.payment_methods li.wc_payment_method {
  display: block;
  margin: 0 0 10px !important;
  padding: 14px 14px !important;
  border: 1px solid var(--vhj-checkout-border);
  border-radius: 6px;
  background: var(--vhj-checkout-card);
}

.vhj-checkout ul#shipping_method li:has(input:checked),
.vhj-checkout #payment ul.payment_methods li.wc_payment_method:has(input[name="payment_method"]:checked) {
  border-color: var(--vhj-checkout-primary);
  background: var(--vhj-checkout-bg);
}

.vhj-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--vhj-checkout-secondary-bg);
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper {
  display: block;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: 6px;
  background: var(--vhj-checkout-card);
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none !important;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin: 0;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper > p.form-row.validate-required:not(.vhj-terms-fallback) {
  display: none;
}

.vhj-checkout .woolentor-btn,
.vhj-checkout button[type="submit"],
.vhj-checkout #place_order,
.vhj-checkout .button {
  min-height: 50px !important;
  padding: 14px 22px !important;
  border: 1px solid var(--vhj-checkout-primary) !important;
  border-radius: 3px !important;
  background: var(--vhj-checkout-primary) !important;
  color: var(--vhj-checkout-primary-text) !important;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.vhj-checkout .woolentor-btn-text {
  background: transparent !important;
  color: var(--vhj-checkout-primary) !important;
}

.vhj-checkout .woolentor-btn:hover,
.vhj-checkout #place_order:hover,
.vhj-checkout .button:hover {
  filter: brightness(0.95);
}

@media (max-width: 767px) {
  .vhj-checkout {
    max-width: none;
    padding: 18px 20px 48px;
  }

  .vhj-checkout .woolentor-step-nav ul {
    grid-template-columns: 1fr;
  }

  .vhj-checkout .woolentor-msc2-step,
  .vhj-checkout .woolentor-step.woolentor-active {
    padding: 18px 16px;
  }

  .vhj-checkout .woolentor-btn,
  .vhj-checkout #place_order,
  .vhj-checkout .button {
    width: 100% !important;
  }
}

.vhj-checkout .vhj-proto-order-card,
.vhj-checkout .vhj-proto-trust {
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: 6px;
  background: var(--vhj-checkout-card);
  box-shadow: none;
}

.vhj-checkout .vhj-proto-section-kicker {
  margin-bottom: 6px;
  color: var(--vhj-checkout-text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.vhj-checkout .vhj-proto-order-card h2 {
  margin: 0 0 16px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.vhj-checkout .vhj-proto-muted {
  margin: 0 0 12px;
  color: var(--vhj-checkout-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.vhj-checkout .vhj-proto-link,
.vhj-checkout .vhj-proto-actions a,
.vhj-checkout .vhj-proto-trust a {
  color: var(--vhj-checkout-primary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vhj-checkout .vhj-proto-items {
  display: grid;
  gap: 14px;
}

.vhj-checkout .vhj-proto-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout .vhj-proto-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vhj-checkout .vhj-proto-thumb {
  width: 84px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: 6px;
  background: var(--vhj-checkout-bg);
}

.vhj-checkout .vhj-proto-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vhj-checkout .vhj-proto-item h3 {
  margin: 0 0 6px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.vhj-checkout .vhj-proto-meta,
.vhj-checkout .vhj-proto-meta dl,
.vhj-checkout .vhj-proto-meta p,
.vhj-checkout .vhj-proto-meta span {
  margin: 0;
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.vhj-checkout .vhj-proto-meta dt,
.vhj-checkout .vhj-proto-meta dd {
  display: inline;
  margin: 0;
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
}

.vhj-checkout .vhj-proto-meta dd:after {
  content: "\A";
  white-space: pre;
}

.vhj-checkout .vhj-proto-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.vhj-checkout .vhj-proto-price {
  color: var(--vhj-checkout-text-strong);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.vhj-checkout .vhj-proto-totals {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout .vhj-proto-totals div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--vhj-checkout-text-muted);
  font-size: 14px;
  line-height: 1.4;
}

.vhj-checkout .vhj-proto-totals strong {
  color: var(--vhj-checkout-text-strong);
  font-weight: 600;
  text-align: right;
}

.vhj-checkout .vhj-proto-totals .vhj-proto-total {
  padding-top: 9px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  font-weight: 600;
}

.vhj-checkout .vhj-proto-sticky-summary {
  position: sticky;
  top: 12px;
  z-index: 9997;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .9fr);
  gap: 12px;
  width: 100%;
  margin: 10px 0 18px;
  padding: 10px 14px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(78, 63, 52, 0.08);
  backdrop-filter: blur(8px);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.vhj-checkout .vhj-proto-sticky-summary small {
  display: block;
  margin-bottom: 2px;
  color: var(--vhj-checkout-text-muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

  .vhj-checkout .vhj-proto-sticky-summary strong {
  display: block;
  color: var(--vhj-checkout-text-strong);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vhj-checkout .vhj-proto-trust {
  margin-top: 10px;
}

.vhj-checkout .vhj-proto-login-card {
  margin: 10px auto 10px;
  padding: 20px;
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text);
}

.vhj-checkout .vhj-proto-login-card h2 {
  margin: 0 0 8px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.vhj-checkout .vhj-proto-login-card p {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--vhj-checkout-text-muted);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.vhj-checkout .vhj-proto-login-actions {
  display: grid;
  gap: 10px;
  max-width: 360px;
}

.vhj-checkout .vhj-proto-login-actions .nsl-container,
.vhj-checkout .vhj-proto-login-actions .nsl-container-buttons,
.vhj-checkout .vhj-proto-login-actions .nsl-button {
  width: 100%;
}

.vhj-checkout .vhj-proto-email-login-toggle {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--vhj-checkout-primary);
  border-radius: var(--vhj-checkout-button-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-primary);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.vhj-checkout .vhj-proto-email-login {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-success-soft);
}

.vhj-checkout .vhj-proto-email-login .woocommerce-form-login {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.vhj-checkout .vhj-proto-email-login .form-row {
  margin: 0 0 12px;
}

.vhj-checkout .vhj-proto-email-login label {
  display: block;
  margin-bottom: 6px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.vhj-checkout .vhj-proto-email-login input.input-text {
  min-height: var(--vhj-checkout-input-height);
  width: 100%;
  padding-right: var(--vhj-checkout-input-padding-x);
  padding-left: var(--vhj-checkout-input-padding-x);
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .vhj-proto-email-login button.button {
  min-height: 48px;
  border-radius: var(--vhj-checkout-button-radius);
  background: var(--vhj-checkout-primary);
  color: var(--vhj-checkout-primary-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.vhj-checkout .vhj-proto-guest-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: var(--vhj-checkout-text-muted);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.vhj-checkout .vhj-proto-guest-divider:before,
.vhj-checkout .vhj-proto-guest-divider:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--vhj-checkout-border-soft);
}

.vhj-checkout .vhj-proto-trust ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li {
  position: relative;
  padding-left: 18px;
  color: var(--vhj-checkout-text);
  font-size: 13px;
  line-height: 1.4;
}

.vhj-checkout .vhj-proto-trust li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vhj-checkout-primary);
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-proto-order-card,
  .vhj-checkout .vhj-proto-login-card,
  .vhj-checkout .vhj-proto-trust {
    padding: 18px 16px;
  }

  .vhj-checkout .vhj-proto-login-actions {
    max-width: none;
  }

  .vhj-checkout .vhj-proto-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .vhj-checkout .vhj-proto-price {
    grid-column: 2;
  }

  .vhj-checkout .vhj-proto-trust ul {
    grid-template-columns: 1fr;
  }
}

/* Structure pass: align the prototype to the approved checkout direction. */
.vhj-checkout {
  background: var(--vhj-checkout-bg);
}

.vhj-checkout {
  width: min(100% - 40px, 860px);
  margin: 0 auto;
  padding: 26px 0 42px;
}

.vhj-checkout .vhj-proto-order-card,
.vhj-checkout .vhj-proto-login-card,
.vhj-checkout .woolentor-msc2-checkout,
.vhj-checkout form.checkout,
.vhj-checkout .vhj-proto-trust {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.vhj-checkout .woolentor-msc2-checkout,
.vhj-checkout .woocommerce-billing-fields,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-checkout-review-order,
.vhj-checkout #payment {
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout .woocommerce-billing-fields,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-checkout-review-order,
.vhj-checkout #payment {
  padding: 20px;
}

.vhj-checkout .woocommerce-billing-fields h3,
.vhj-checkout .woocommerce-shipping-fields h3,
.vhj-checkout .woocommerce-additional-fields h3,
.vhj-checkout #payment h3,
.vhj-checkout .woocommerce-checkout-review-order h3 {
  margin: 0 0 16px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.vhj-checkout #billing_country_field,
.vhj-checkout #billing_address_1_field,
.vhj-checkout #billing_address_2_field,
.vhj-checkout #billing_city_field,
.vhj-checkout #billing_state_field,
.vhj-checkout #billing_postcode_field,
.vhj-checkout #ship-to-different-address,
.vhj-checkout .shipping_address,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-shipping-fields__field-wrapper {
  display: none !important;
}

.vhj-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.vhj-checkout #billing_email_field,
.vhj-checkout #billing_phone_field {
  grid-column: 1 / -1;
}

.vhj-checkout .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.vhj-checkout .form-row label {
  display: block;
  margin: 0 0 6px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.vhj-checkout input.input-text,
.vhj-checkout select,
.vhj-checkout textarea {
  min-height: var(--vhj-checkout-input-height);
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  box-shadow: none;
}

.vhj-checkout .woocommerce-shipping-methods,
.vhj-checkout ul#shipping_method {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  overflow: hidden;
}

.vhj-checkout .woocommerce-shipping-methods li,
.vhj-checkout ul#shipping_method li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

.vhj-checkout .woocommerce-shipping-methods li:last-child,
.vhj-checkout ul#shipping_method li:last-child {
  border-bottom: 0;
}

.vhj-checkout .woocommerce-shipping-methods input,
.vhj-checkout ul#shipping_method input {
  width: 22px;
  height: 22px;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout .woocommerce-shipping-methods label,
.vhj-checkout ul#shipping_method label {
  margin: 0;
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  font-weight: 500;
}

.vhj-checkout .woocommerce-shipping-totals th {
  display: block;
  margin-bottom: 12px;
  color: var(--vhj-checkout-text-strong);
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.vhj-checkout .woocommerce-shipping-totals td,
.vhj-checkout .woocommerce-shipping-totals th,
.vhj-checkout .woocommerce-shipping-totals tr,
.vhj-checkout .woocommerce-shipping-totals tbody,
.vhj-checkout .woocommerce-shipping-totals table {
  display: block;
  width: 100%;
  border: 0;
}

.vhj-checkout .woolentor-msc2-checkout button,
.vhj-checkout #place_order,
.vhj-checkout .button.alt {
  background: var(--vhj-checkout-primary);
  color: var(--vhj-checkout-primary-text);
  border-radius: var(--vhj-checkout-button-radius);
  min-height: 48px;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .vhj-checkout {
    width: 100%;
    padding: 0 0 36px;
  }

  .vhj-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .vhj-checkout .woocommerce-billing-fields,
  .vhj-checkout .woocommerce-shipping-fields,
  .vhj-checkout .woocommerce-checkout-review-order,
  .vhj-checkout #payment {
    padding: 16px;
  }
}

.vhj-checkout .woocommerce-shipping-fields__field-wrapper[hidden] {
  display: none !important;
}

.vhj-checkout .woocommerce-shipping-fields__field-wrapper.vhj-shipping-address-visible {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #shipping_address_1_field,
.vhj-checkout #shipping_address_2_field,
.vhj-checkout #shipping_city_field,
.vhj-checkout #shipping_state_field,
.vhj-checkout #shipping_postcode_field {
  grid-column: 1 / -1;
}

@media (max-width: 767px) {
  .vhj-checkout .woocommerce-shipping-fields__field-wrapper.vhj-shipping-address-visible {
    grid-template-columns: 1fr;
  }
}

.vhj-checkout #shipping_method_step .woocommerce-additional-fields,
.vhj-checkout #shipping_method_step .woolentor-shipping-fields__field-wrapper > .woocommerce-additional-fields,
.vhj-checkout #shipping_method_step .woocommerce-additional-fields__field-wrapper {
  display: none !important;
}

.vhj-checkout .vhj-proto-delivery-options {
  display: grid;
  gap: 0;
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  overflow: hidden;
}

.vhj-checkout .vhj-proto-delivery-option {
  display: grid !important;
  grid-template-columns: 28px 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 !important;
  padding: 18px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  cursor: pointer;
}

.vhj-checkout .vhj-proto-delivery-option:last-child {
  border-bottom: 0;
}

.vhj-checkout .vhj-proto-delivery-option.is-selected {
  background: var(--vhj-checkout-success-soft);
}

.vhj-checkout .vhj-proto-delivery-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout .vhj-proto-delivery-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
  color: var(--vhj-checkout-primary);
  font-size: 22px;
  line-height: 1;
}

.vhj-checkout .vhj-proto-delivery-icon img,
.vhj-checkout .vhj-proto-payment-delivery-icon img,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

.vhj-checkout .vhj-proto-delivery-option strong,
.vhj-checkout .vhj-proto-delivery-option em {
  display: block;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  line-height: 1.35;
}

.vhj-checkout .vhj-proto-delivery-option strong {
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  font-weight: 600;
}

.vhj-checkout .vhj-proto-delivery-option em {
  margin-top: 3px;
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-proto-delivery-option {
    grid-template-columns: 26px 38px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 14px;
  }
}

.vhj-checkout .vhj-proto-shipping-address {
  padding: 18px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
  background: var(--vhj-checkout-card);
}

.vhj-checkout .vhj-proto-shipping-address[hidden] {
  display: none !important;
}

.vhj-checkout .vhj-proto-shipping-address h4 {
  margin: 0 0 14px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.vhj-checkout .vhj-proto-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.vhj-checkout .vhj-proto-address-grid label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.vhj-checkout .vhj-proto-address-grid label:first-child,
.vhj-checkout .vhj-proto-address-grid label:nth-child(2) {
  grid-column: 1 / -1;
}

.vhj-checkout .vhj-proto-address-grid span {
  color: var(--vhj-checkout-text-muted);
  font-weight: 500;
}

.vhj-checkout .vhj-proto-address-grid input,
.vhj-checkout .vhj-proto-address-grid select {
  min-height: var(--vhj-checkout-input-height);
  width: 100%;
  padding: 0 var(--vhj-checkout-input-padding-x);
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-proto-shipping-address {
    padding: 16px 14px;
  }

  .vhj-checkout .vhj-proto-address-grid {
    grid-template-columns: 1fr;
  }
}

.vhj-checkout #payment_method_step .woo-checkout-payment,
.vhj-checkout #payment_method_step #payment,
.vhj-checkout #payment_method_step .wc_payment_methods,
.vhj-checkout #payment_method_step .form-row,
.vhj-checkout #payment_method_step .place-order {
  width: 100%;
  max-width: none;
}

.vhj-checkout #payment_method_step #payment {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: -4px 0 14px;
  padding: 20px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
  color: var(--vhj-checkout-primary);
  font-size: 22px;
  line-height: 1;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon img,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span img {
  width: 25px;
  height: 25px;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery strong {
  display: block;
  color: var(--vhj-checkout-text-strong);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery em {
  display: block;
  margin-top: 4px;
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
  font-style: normal;
}

.vhj-checkout #payment_method_step .vhj-proto-change-delivery {
  display: inline-block;
  min-height: 0 !important;
  margin-top: 10px;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--vhj-checkout-primary) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-title {
  margin: 0 0 12px;
  color: var(--vhj-checkout-text-strong);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.vhj-checkout #payment_method_step ul.payment_methods {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: var(--vhj-checkout-card-radius);
  overflow: hidden;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #payment_method_step li.wc_payment_method:last-child {
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
  color: transparent;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 0;
  font-weight: 600;
  line-height: 1.3;
}

.vhj-checkout #payment_method_step li.wc_payment_method img {
  max-width: 170px;
  max-height: 48px;
  object-fit: contain;
}

.vhj-checkout #payment_method_step li.wc_payment_method img.vhj-mercado-pago-logo {
  width: 170px;
  max-width: 170px;
  height: auto;
  max-height: 54px;
}

.vhj-checkout #payment_method_step .payment_box {
  grid-column: 1 / -1;
  margin: 12px 0 0;
}

.vhj-checkout #payment_method_step .woocommerce-privacy-policy-text,
.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper {
  max-width: none;
  color: var(--vhj-checkout-text-muted);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust {
  margin: 16px 0 0;
  padding: 12px 20px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust li:last-child {
  border-bottom: 0;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total strong {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.vhj-checkout #payment_method_step #terms {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout #payment_method_step .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
  margin: 0;
  color: var(--vhj-checkout-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .vhj-checkout .woocommerce-terms-and-conditions-wrapper {
    padding: 12px 14px;
  }

  .vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
    width: 100%;
  }

.vhj-checkout #payment_method_step .vhj-proto-payment-support {
  margin-top: 16px;
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-support a {
  color: var(--vhj-checkout-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .vhj-checkout #payment_method_step #payment {
    padding: 0;
  }

  .vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
  }

  .vhj-checkout #payment_method_step li.wc_payment_method {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 14px;
  }

  .vhj-checkout #payment_method_step li.wc_payment_method > label {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
}

/* Browser comment 1: reduce delivery top spacing and remove nested strokes. */
.vhj-checkout .woolentor-msc2-checkout {
  margin-top: 8px;
}

.vhj-checkout #information_step.woolentor-step.woolentor-active {
  padding-bottom: 14px;
}

.vhj-checkout #shipping_method_step .woolentor-step-body {
  padding-top: 0;
}

.vhj-checkout #shipping_method_step .woocommerce-shipping-fields {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.vhj-checkout #shipping_method_step .woolentor-shipping-fields__field-wrapper,
.vhj-checkout #shipping_method_step .woolentor-shipping-method-1,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method table,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method tbody,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method tr,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method td {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #shipping_method_step .woolentor-title {
  margin-bottom: 12px;
}

.vhj-checkout .vhj-proto-delivery-options {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vhj-checkout .vhj-proto-delivery-option {
  padding-right: 0;
  padding-left: 0;
}

.vhj-checkout .vhj-proto-shipping-address {
  padding-right: 0;
  padding-left: 0;
}

/* Validation and step-local identity cleanup. */
.vhj-checkout #information_step .vhj-proto-login-card {
  margin-top: 0;
  margin-bottom: 14px;
}

.vhj-checkout #shipping_method_step,
.vhj-checkout #payment_method_step {
  margin-top: 14px;
}

.vhj-checkout .vhj-proto-error-summary {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid var(--vhj-checkout-error);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-error);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .vhj-proto-error-summary strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
}

.vhj-checkout .vhj-proto-error-summary ul {
  margin: 0;
  padding-left: 20px;
}

.vhj-checkout .vhj-proto-error-summary li {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.4;
}

.vhj-checkout .vhj-proto-invalid,
.vhj-checkout input.vhj-proto-invalid,
.vhj-checkout select.vhj-proto-invalid {
  border-color: var(--vhj-checkout-error) !important;
  outline-color: var(--vhj-checkout-error) !important;
}

.vhj-checkout .vhj-proto-field-error {
  margin-top: 6px;
  color: var(--vhj-checkout-error);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.vhj-checkout .create-account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .create-account input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout .create-account span {
  font-size: 14px;
  font-weight: 600;
}

.vhj-checkout .vhj-proto-account-helper {
  flex: 1 0 100%;
  margin-left: 32px;
  color: var(--vhj-checkout-text-muted);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.vhj-checkout .vhj-proto-delivery-value {
  color: var(--vhj-checkout-primary) !important;
}

/* Payment-step trust uses the shared trust box with icon rows. */
.vhj-checkout #payment_method_step > .vhj-proto-trust {
  margin: 16px 0 0;
  padding: 12px 20px;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li:last-child {
  border-bottom: 0;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li:before {
  display: none;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

/* Shared trust box icon rows. */
.vhj-checkout > .vhj-proto-trust ul {
  grid-template-columns: 1fr;
  gap: 0;
}

.vhj-checkout > .vhj-proto-trust li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout > .vhj-proto-trust li:last-child {
  border-bottom: 0;
}

.vhj-checkout > .vhj-proto-trust li:before {
  display: none;
}

.vhj-checkout > .vhj-proto-trust li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout > .vhj-proto-trust li img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

/* Robust trust icon sizing regardless of step position. */
.vhj-checkout .vhj-proto-trust ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout .vhj-proto-trust li:last-child {
  border-bottom: 0;
}

.vhj-checkout .vhj-proto-trust li:before {
  display: none !important;
  content: none !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] img {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
  display: block !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 47px !important;
  aspect-ratio: 170 / 47 !important;
  object-fit: contain !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
  justify-content: flex-start !important;
  width: auto !important;
  max-width: max-content !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo),
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) {
  justify-content: start !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) {
  align-items: center !important;
  padding: 16px 18px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) > label,
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) > label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) > label *,
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) > label * {
  margin-left: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
  margin-left: 56px !important;
}

.vhj-checkout .vhj-order-received {
  display: grid;
  gap: 20px;
}

.vhj-checkout .vhj-order-confirmation {
  position: relative;
  padding: 28px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout .vhj-order-confirmation__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #2F8F4E;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}

.vhj-checkout .vhj-order-confirmation h1 {
  margin: 0 0 12px;
  color: var(--vhj-checkout-text-strong);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 500;
}

.vhj-checkout .vhj-order-confirmation p {
  margin: 0 0 22px;
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.5;
}

.vhj-checkout .vhj-order-confirmation__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.vhj-checkout .vhj-order-confirmation__meta span,
.vhj-checkout .vhj-order-confirmation__address {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-success-soft);
}

.vhj-checkout .vhj-order-confirmation small {
  color: var(--vhj-checkout-text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.vhj-checkout .vhj-order-confirmation strong {
  color: var(--vhj-checkout-text-strong);
}

.vhj-checkout .vhj-order-confirmation__items {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout .vhj-order-confirmation__items article {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  color: var(--vhj-checkout-text);
}

.vhj-checkout .vhj-order-confirmation__support {
  display: inline-block;
  margin-top: 18px;
  color: var(--vhj-checkout-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-order-confirmation {
    padding: 22px 18px;
  }

  .vhj-checkout .vhj-order-confirmation h1 {
    font-size: 28px;
  }

.vhj-checkout .vhj-order-confirmation__meta {
    grid-template-columns: 1fr;
  }
}

/* Final payment step polish. Scoped to staging checkout prototype. */
.vhj-checkout #payment_method_step .woolentor-step-body {
  display: grid;
  gap: 14px;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-main-title {
  margin: 0 0 2px;
  color: var(--vhj-checkout-text-strong);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-title {
  margin: 4px 0 8px !important;
  font-size: 20px !important;
}

.vhj-checkout #payment_method_step .woolentor-title {
  display: none !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  min-height: 0 !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon {
  width: 36px !important;
  height: 36px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon img {
  width: 21px !important;
  height: 21px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery strong {
  font-size: 16px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery em {
  margin-top: 2px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-change-delivery {
  margin-top: 5px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step ul.payment_methods {
  gap: 10px !important;
  margin: 0 0 12px !important;
  overflow: visible !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
  min-height: 68px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--vhj-checkout-border-soft) !important;
  border-radius: var(--vhj-checkout-card-radius) !important;
  background: var(--vhj-checkout-card) !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(input[name="payment_method"]:checked) {
  border-color: var(--vhj-checkout-primary) !important;
  background: var(--vhj-checkout-bg) !important;
  box-shadow: inset 0 0 0 1px rgba(78, 63, 52, 0.12) !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
  color: var(--vhj-checkout-text-strong) !important;
  font-size: 0 !important;
  gap: 12px !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method img {
  max-height: 42px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
  margin-left: 0 !important;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 8px 0 0 !important;
  padding: 10px 12px !important;
}

.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
  gap: 10px !important;
}

.vhj-checkout #payment_method_step #terms {
  width: 24px !important;
  height: 24px !important;
}

.vhj-checkout #payment_method_step .woocommerce-form__label-for-checkbox {
  min-height: 40px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total {
  margin: 10px 0 0 !important;
  padding: 12px 0 0 !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-reassurance {
  margin: 0 0 10px;
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.vhj-checkout #payment_method_step #place_order {
  min-height: 50px !important;
  padding-inline: 24px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-support {
  margin-top: 10px !important;
  font-size: 14px !important;
}

.vhj-checkout > .vhj-proto-trust {
  padding: 14px 18px !important;
}

.vhj-checkout > .vhj-proto-trust a {
  display: none !important;
}

.vhj-checkout .vhj-proto-trust ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 18px !important;
  margin: 0 !important;
}

.vhj-checkout .vhj-proto-trust li {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] {
  width: 30px !important;
  height: 30px !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] img {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:focus-within,
.vhj-checkout #payment_method_step #terms:focus-visible,
.vhj-checkout #payment_method_step button:focus-visible,
.vhj-checkout #payment_method_step a:focus-visible {
  outline: 2px solid var(--vhj-checkout-primary) !important;
  outline-offset: 3px !important;
}

@media (min-width: 768px) {
  body.admin-bar .vhj-checkout .vhj-proto-sticky-summary {
    top: 44px;
  }
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-proto-sticky-summary {
    top: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
    width: calc(100vw - 24px);
    padding: 9px 12px;
  }

  body.admin-bar .vhj-checkout .vhj-proto-sticky-summary {
    top: 56px;
  }

  .vhj-checkout .vhj-proto-sticky-summary-products {
    grid-column: 1 / -1;
  }

  .vhj-checkout #payment_method_step .vhj-proto-payment-main-title {
    font-size: 24px;
  }

  .vhj-checkout #payment_method_step li.wc_payment_method {
    min-height: 64px !important;
    padding: 11px 14px !important;
  }

  .vhj-checkout .vhj-proto-trust ul {
    grid-template-columns: 1fr !important;
  }
}

/* Stable gateway brand layer. Keep plugin labels/inputs intact, but do not let gateway promo images resize the selector row. */
.vhj-checkout #payment_method_step li.wc_payment_method {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > .vhj-payment-method-brand {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: 190px !important;
  min-height: 44px !important;
  pointer-events: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img,
.vhj-checkout #payment_method_step li.wc_payment_method > label svg {
  display: none !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-brand img.vhj-webpay-logo {
  display: block !important;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-brand img.vhj-mercado-pago-logo {
  display: block !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 47px !important;
  aspect-ratio: 170 / 47 !important;
  object-fit: contain !important;
  margin: 0 !important;
}

/* Native WooCommerce payment radios as clean VHJ selectable cards. */
.vhj-checkout .vhj-payment-methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.vhj-checkout .vhj-payment-method-list,
.vhj-checkout #payment ul.wc_payment_methods {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  overflow: visible !important;
}

.vhj-checkout #payment ul.wc_payment_methods::before,
.vhj-checkout #payment ul.wc_payment_methods::after {
  display: none !important;
}

.vhj-checkout .vhj-payment-method,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vhj-checkout .vhj-payment-radio,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.vhj-checkout .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 76px !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: normal !important;
  cursor: pointer !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.vhj-checkout .vhj-payment-card::before,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card::before {
  display: none !important;
  content: none !important;
}

.vhj-checkout .vhj-payment-card:hover,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card:hover {
  border-color: #4e3f34 !important;
  background: #ffffff !important;
}

.vhj-checkout .vhj-payment-radio:focus-visible + .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:focus-visible + label.vhj-payment-card {
  outline: 2px solid #4e3f34 !important;
  outline-offset: 3px !important;
}

.vhj-checkout .vhj-payment-method.is-selected > .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method.is-selected > label.vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:checked + label.vhj-payment-card {
  border-color: #4e3f34 !important;
  background: #f6f3ee !important;
  box-shadow: inset 0 0 0 1px #4e3f34 !important;
}

.vhj-checkout .vhj-payment-card__radio {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #d6d0c8 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:checked + label.vhj-payment-card .vhj-payment-card__radio {
  border: 5px solid #4e3f34 !important;
}

.vhj-checkout .vhj-payment-card__body {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.vhj-checkout .vhj-payment-card__title {
  display: block !important;
  color: #000000 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.vhj-checkout .vhj-payment-card__description {
  display: block !important;
  color: #69727d !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

.vhj-checkout .vhj-payment-card__logo-wrap {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  min-width: 76px !important;
}

.vhj-checkout .vhj-payment-card__logo,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card img.vhj-payment-card__logo {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 92px !important;
  height: auto !important;
  max-height: 34px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.vhj-checkout .vhj-payment-card__logo--mercadopago,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card img.vhj-payment-card__logo--mercadopago {
  max-width: 92px !important;
  max-height: 38px !important;
  aspect-ratio: auto !important;
}

.vhj-checkout #payment .payment_box {
  margin: 10px 0 0 !important;
  padding: 18px 20px !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.vhj-checkout .vhj-proto-payment-reassurance,
.vhj-checkout .vhj-payment-help {
  margin: 16px 0 0 !important;
  color: #69727d !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-align: right !important;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-payment-card,
  .vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    min-height: 74px !important;
    padding: 16px !important;
  }

  .vhj-checkout .vhj-payment-card__logo-wrap {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    margin-top: 6px !important;
  }

  .vhj-checkout .vhj-proto-payment-reassurance,
  .vhj-checkout .vhj-payment-help {
    text-align: left !important;
  }
}

/* =========================================
   VHJ checkout payment cards - mobile CSS cleanup
   Keep WooCommerce gateway display logic intact.
========================================= */
.vhj-checkout #payment ul.wc_payment_methods,
.vhj-checkout #payment ul.payment_methods,
.vhj-checkout #payment .vhj-payment-method-list {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method,
.vhj-checkout #payment .vhj-payment-method {
  display: block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio,
.vhj-checkout #payment input.vhj-payment-radio {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label::before,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label::before,
.vhj-checkout #payment .vhj-payment-card::before {
  content: none !important;
  display: none !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment .vhj-payment-card {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) 78px !important;
  grid-template-areas: "radio body logo" !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
  width: 100% !important;
  min-height: 74px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  cursor: pointer !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio:checked + label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio:checked + label,
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method.is-selected > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method.is-selected > label {
  border-color: #4e3f34 !important;
  background: #f6f3ee !important;
  box-shadow: inset 0 0 0 1px #4e3f34 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio:focus-visible + label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio:focus-visible + label {
  outline: 2px solid #4e3f34 !important;
  outline-offset: 3px !important;
}

.vhj-checkout #payment .vhj-payment-card__radio {
  grid-area: radio !important;
  display: block !important;
  inline-size: 18px !important;
  block-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #d6d0c8 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  align-self: center !important;
  justify-self: center !important;
}

.vhj-checkout #payment li.wc_payment_method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment input.input-radio:checked + label .vhj-payment-card__radio {
  border: 5px solid #4e3f34 !important;
}

.vhj-checkout #payment .vhj-payment-card__body {
  grid-area: body !important;
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.vhj-checkout #payment .vhj-payment-card__title {
  display: block !important;
  color: #000000 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 600 !important;
}

.vhj-checkout #payment .vhj-payment-card__description {
  display: block !important;
  color: #69727d !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

.vhj-checkout #payment .vhj-payment-card__logo-wrap {
  grid-area: logo !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.vhj-checkout #payment .vhj-payment-card__logo,
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label img,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 72px !important;
  height: auto !important;
  max-height: 30px !important;
  margin: 0 !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

.vhj-checkout #payment .vhj-payment-card__logo--webpay {
  max-width: 76px !important;
  max-height: 28px !important;
}

.vhj-checkout #payment .vhj-payment-card__logo--mercadopago {
  max-width: 66px !important;
  max-height: 28px !important;
}

.vhj-checkout #payment .payment_box {
  margin: 12px 0 0 !important;
  padding: 20px 16px !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout #payment .payment_box .mp-checkout-container,
.vhj-checkout #payment .payment_box .mp-checkout-pro-container {
  max-width: 100% !important;
}

.vhj-checkout #payment_method_step button[data-step-target] {
  background: #ffffff !important;
  color: #4e3f34 !important;
  border: 1px solid #4e3f34 !important;
}

@media (max-width: 767px) {
  .vhj-checkout #payment ul.wc_payment_methods,
  .vhj-checkout #payment ul.payment_methods,
  .vhj-checkout #payment .vhj-payment-method-list {
    gap: 12px !important;
  }

  .vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
  .vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
  .vhj-checkout #payment .vhj-payment-card {
    grid-template-columns: 18px minmax(0, 1fr) 74px !important;
    grid-template-areas: "radio body logo" !important;
    column-gap: 12px !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
  }

  .vhj-checkout #payment .vhj-payment-card__logo-wrap {
    grid-area: logo !important;
    justify-content: flex-end !important;
    margin-top: 0 !important;
  }

  .vhj-checkout #payment .vhj-payment-card__title {
    font-size: 15px !important;
    line-height: 19px !important;
  }

  .vhj-checkout #payment .vhj-payment-card__description {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .vhj-checkout #payment .vhj-payment-card__logo,
  .vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label img,
  .vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
    max-width: 68px !important;
    max-height: 28px !important;
  }
}

@media (max-width: 359px) {
  .vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
  .vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
  .vhj-checkout #payment .vhj-payment-card {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    grid-template-areas:
      "radio body"
      "radio logo" !important;
    row-gap: 8px !important;
  }

  .vhj-checkout #payment .vhj-payment-card__logo-wrap {
    justify-content: flex-start !important;
  }
}


}

/* VHJ cleaned package scope guardrails. */
body.vhj-checkout-redesign-test-page {
  background: #F6F3EE;
}

body.vhj-checkout-redesign-test-page main,
body.vhj-checkout-redesign-test-page .site-main,
body.vhj-checkout-redesign-test-page .page-content {
  background: #F6F3EE;
}

.vhj-checkout {
  --vhj-checkout-bg: #F6F3EE;
  --vhj-checkout-card: #FFFFFF;
  --vhj-checkout-text: #333333;
  --vhj-checkout-text-strong: #000000;
  --vhj-checkout-text-muted: #69727D;
  --vhj-checkout-primary: #4E3F34;
  --vhj-checkout-primary-text: #FFFFFF;
  --vhj-checkout-border: #D6D0C8;
  --vhj-checkout-border-soft: #E0DBD2;
  --vhj-checkout-secondary-bg: #F1ECE3;
  --vhj-checkout-error: #AA0000;
  --vhj-checkout-card-radius: 6px;
  --vhj-checkout-button-radius: 3px;
  background: var(--vhj-checkout-bg);
  color: var(--vhj-checkout-text);
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .vhj-proto-trust ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li {
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li::marker {
  content: "";
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden] img,
.vhj-checkout .vhj-proto-trust img {
  display: block;
  width: auto;
  height: auto;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain;
}

/* VHJ Checkout V2 visual pass - source-informed, live test page safe. */
body.vhj-checkout-v2-page {
  background: #f6f3ee;
}

body.vhj-checkout-v2-page main,
body.vhj-checkout-v2-page .site-main,
body.vhj-checkout-v2-page .page-content {
  background: #f6f3ee;
}

body.vhj-checkout-v2-page .page-header,
body.vhj-checkout-v2-page h1.entry-title {
  display: none !important;
}

.vhj-checkout {
  --vhj-bg: #f6f3ee;
  --vhj-card: #ffffff;
  --vhj-text: #2f2f2f;
  --vhj-muted: #6f6a64;
  --vhj-border: #d6d0c8;
  --vhj-brown: #4e3f34;
  --vhj-brown-dark: #3a3029;
  --vhj-error: #aa0000;
  --vhj-radius: 8px;
  --vhj-shadow: 0 8px 24px rgba(31, 31, 31, .04);
  background: var(--vhj-bg);
  color: var(--vhj-text);
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
  max-width: 760px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 32px 0 96px;
}

.vhj-checkout *,
.vhj-checkout *::before,
.vhj-checkout *::after {
  box-sizing: border-box;
}

.vhj-checkout .vhj-proto-order-card,
.vhj-checkout .vhj-proto-payment-delivery,
.vhj-checkout .vhj-payment-methods,
.vhj-checkout .vhj-proto-trust,
.vhj-checkout .vhj-proto-delivery-options,
.vhj-checkout .vhj-proto-shipping-address,
.vhj-checkout .woocommerce-billing-fields__field-wrapper,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper {
  background: var(--vhj-card);
  border: 1px solid var(--vhj-border);
  border-radius: var(--vhj-radius);
  box-shadow: var(--vhj-shadow);
}

.vhj-checkout .vhj-proto-order-card,
.vhj-checkout .vhj-proto-payment-delivery,
.vhj-checkout .vhj-payment-methods,
.vhj-checkout .vhj-proto-trust {
  padding: 24px;
}

.vhj-checkout .vhj-proto-step-order-card {
  margin: 0 0 22px;
}

.vhj-checkout .vhj-proto-step-order-card h2 {
  font-size: 21px;
  margin-bottom: 12px;
}

.vhj-checkout .vhj-proto-step-order-card .vhj-proto-item {
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 12px 0;
}

.vhj-checkout .vhj-proto-step-order-card .vhj-proto-thumb {
  width: 64px;
  height: 64px;
}

.vhj-checkout .vhj-proto-step-order-card .vhj-proto-meta,
.vhj-checkout .vhj-proto-step-order-card .vhj-proto-actions {
  font-size: 13px;
  line-height: 18px;
}

.vhj-checkout .vhj-proto-step-order-card .vhj-proto-actions {
  opacity: .72;
}

.vhj-checkout .vhj-proto-section-kicker,
.vhj-checkout .vhj-proto-order-card > .vhj-proto-section-kicker {
  color: #69727d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 16px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.vhj-checkout h2,
.vhj-checkout .vhj-proto-order-card h2,
.vhj-checkout .vhj-proto-payment-main-title,
.vhj-checkout .vhj-proto-payment-title,
.vhj-checkout .woocommerce-billing-fields h3,
.vhj-checkout .woocommerce-shipping-fields h3,
.vhj-checkout .woocommerce-additional-fields h3 {
  color: #000;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
}

.vhj-checkout .vhj-proto-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(214, 208, 200, .75);
}

.vhj-checkout .vhj-proto-item:last-child {
  border-bottom: 0;
}

.vhj-checkout .vhj-proto-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  overflow: hidden;
  border: 1px solid rgba(214, 208, 200, .65);
  border-radius: 6px;
  background: #faf8f5;
}

.vhj-checkout .vhj-proto-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vhj-checkout .vhj-proto-item h3 {
  color: var(--vhj-text);
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 6px;
}

.vhj-checkout .vhj-proto-meta,
.vhj-checkout .vhj-proto-meta *,
.vhj-checkout .vhj-proto-actions,
.vhj-checkout .vhj-proto-actions * {
  font-size: 14px;
  line-height: 22px;
}

.vhj-checkout .vhj-proto-meta,
.vhj-checkout .vhj-proto-meta * {
  color: var(--vhj-muted);
}

.vhj-checkout .vhj-proto-price,
.vhj-checkout .vhj-proto-totals strong {
  color: #000;
  font-weight: 700;
}

.vhj-checkout a,
.vhj-checkout .vhj-proto-actions a {
  color: var(--vhj-brown);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vhj-checkout input[type="text"],
.vhj-checkout input[type="email"],
.vhj-checkout input[type="tel"],
.vhj-checkout input[type="number"],
.vhj-checkout input[type="password"],
.vhj-checkout select,
.vhj-checkout textarea,
.vhj-checkout .select2-selection {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--vhj-border) !important;
  border-radius: 6px !important;
  background: #fff;
  color: var(--vhj-text);
  font: 400 16px/24px Raleway, "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout textarea {
  min-height: 104px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.vhj-checkout input:focus,
.vhj-checkout select:focus,
.vhj-checkout textarea:focus {
  border-color: var(--vhj-brown) !important;
  box-shadow: 0 0 0 2px rgba(78, 63, 52, .12) !important;
  outline: none;
}

.vhj-checkout .form-row label {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px;
}

.vhj-checkout .woocommerce-invalid input,
.vhj-checkout .woocommerce-invalid select,
.vhj-checkout .woocommerce-invalid textarea,
.vhj-checkout input.is-invalid {
  border-color: var(--vhj-error) !important;
}

.vhj-checkout .vhj-proto-delivery-options {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.vhj-checkout .vhj-proto-delivery-option {
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--vhj-border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.vhj-checkout .vhj-proto-delivery-option.is-selected,
.vhj-checkout .vhj-proto-delivery-option:has(input:checked) {
  border-color: var(--vhj-brown);
  background: #fbf8f4;
}

.vhj-checkout .vhj-proto-delivery-icon,
.vhj-checkout .vhj-proto-payment-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3eee7;
}

.vhj-checkout .vhj-proto-delivery-icon img,
.vhj-checkout .vhj-proto-payment-delivery-icon img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.vhj-checkout .vhj-proto-shipping-address {
  margin-top: 16px;
  padding: 20px;
}

.vhj-checkout .vhj-proto-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vhj-checkout .vhj-proto-payment-main-title {
  font-size: 28px;
  margin-bottom: 22px;
}

.vhj-checkout .vhj-proto-payment-delivery {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.vhj-checkout .vhj-payment-method-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-payment-method {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-payment-card {
  display: flex !important;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid var(--vhj-border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card,
.vhj-checkout .vhj-payment-method input.input-radio:checked + .vhj-payment-card,
.vhj-checkout .vhj-payment-method input.input-radio:checked + label {
  border-color: var(--vhj-brown);
  background: #fbf8f4;
  box-shadow: inset 0 0 0 1px var(--vhj-brown);
}

.vhj-checkout .vhj-payment-card__radio {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 2px solid #b9b0a6;
  border-radius: 50%;
  background: #fff;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card__radio,
.vhj-checkout .vhj-payment-method input.input-radio:checked + .vhj-payment-card .vhj-payment-card__radio,
.vhj-checkout .vhj-payment-method input.input-radio:checked + label .vhj-payment-card__radio {
  border-color: var(--vhj-brown);
  box-shadow: inset 0 0 0 5px #fff;
  background: var(--vhj-brown);
}

.vhj-checkout .vhj-payment-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.vhj-checkout .vhj-payment-card__title {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.vhj-checkout .vhj-payment-card__description {
  display: block;
  color: var(--vhj-muted);
  font-size: 14px;
  line-height: 20px;
}

.vhj-checkout .vhj-payment-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.vhj-checkout .vhj-payment-card__logo,
.vhj-checkout .vhj-payment-card__logo-wrap img {
  display: block;
  max-width: 150px !important;
  max-height: 36px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper,
.vhj-checkout .vhj-compact-terms {
  margin: 18px 0;
  padding: 18px 20px;
}

.vhj-checkout #terms {
  width: 24px;
  height: 24px;
  min-height: 0;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.vhj-checkout .woocommerce-terms-and-conditions-checkbox-text,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper label {
  color: var(--vhj-text);
  font-size: 15px;
  line-height: 22px;
}

.vhj-checkout #place_order,
.vhj-checkout #vhj_place_order_footer {
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 6px;
  background: var(--vhj-brown) !important;
  color: #fff !important;
  font: 700 16px/20px Raleway, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.vhj-checkout #place_order:hover,
.vhj-checkout #vhj_place_order_footer:hover {
  background: var(--vhj-brown-dark) !important;
}

.vhj-checkout .vhj-proto-payment-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0;
  padding-top: 16px;
  border-top: 1px solid var(--vhj-border);
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.vhj-checkout .vhj-proto-payment-support,
.vhj-checkout .vhj-proto-trust > a {
  display: block;
  margin-top: 18px;
  color: var(--vhj-brown);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.vhj-checkout .vhj-proto-trust ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  list-style: none;
  color: var(--vhj-text);
  font-size: 14px;
  line-height: 20px;
}

.vhj-checkout .vhj-proto-trust li::marker {
  content: "";
}

.vhj-checkout .vhj-proto-trust li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3eee7;
}

.vhj-checkout .vhj-proto-trust li > span img,
.vhj-checkout .vhj-proto-trust img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 24px !important;
  max-height: 24px !important;
  object-fit: contain;
}

@media (max-width: 767px) {
  .vhj-checkout {
    width: calc(100vw - 32px);
    max-width: none;
    padding-top: 22px;
    padding-bottom: 112px;
  }

  .vhj-checkout .vhj-proto-order-card,
  .vhj-checkout .vhj-proto-payment-delivery,
  .vhj-checkout .vhj-payment-methods,
  .vhj-checkout .vhj-proto-trust,
  .vhj-checkout .vhj-proto-shipping-address,
  .vhj-checkout .woocommerce-billing-fields__field-wrapper,
  .vhj-checkout .woocommerce-shipping-fields,
  .vhj-checkout .woocommerce-additional-fields,
  .vhj-checkout .woocommerce-terms-and-conditions-wrapper {
    padding: 20px;
  }

  .vhj-checkout h2,
  .vhj-checkout .vhj-proto-order-card h2,
  .vhj-checkout .vhj-proto-payment-main-title,
  .vhj-checkout .vhj-proto-payment-title,
  .vhj-checkout .woocommerce-billing-fields h3,
  .vhj-checkout .woocommerce-shipping-fields h3,
  .vhj-checkout .woocommerce-additional-fields h3 {
    font-size: 22px;
  }

  .vhj-checkout .vhj-proto-item {
    grid-template-columns: 96px 1fr;
    gap: 16px;
  }

  .vhj-checkout .vhj-proto-step-order-card .vhj-proto-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .vhj-checkout .vhj-proto-thumb {
    width: 96px;
    height: 96px;
  }

  .vhj-checkout .vhj-proto-step-order-card .vhj-proto-thumb {
    width: 64px;
    height: 64px;
  }

  .vhj-checkout .vhj-proto-price {
    grid-column: 2;
  }

  .vhj-checkout .vhj-proto-address-grid {
    grid-template-columns: 1fr;
  }

  .vhj-checkout .vhj-payment-card {
    min-height: 78px;
    gap: 14px;
    padding: 16px;
  }

  .vhj-checkout .vhj-payment-card__description {
    display: none;
  }

  .vhj-checkout .vhj-payment-card__logo,
  .vhj-checkout .vhj-payment-card__logo-wrap img {
    max-width: 108px !important;
    max-height: 32px !important;
  }

  .vhj-checkout #terms {
    width: 28px;
    height: 28px;
  }

  .vhj-checkout #place_order,
  .vhj-checkout #vhj_place_order_footer {
    width: 100%;
    font-size: 17px;
  }

  .vhj-checkout .vhj-proto-trust ul {
    grid-template-columns: 1fr;
  }
}

/* VHJ Checkout V2 delivery validation pass. */
.vhj-checkout .vhj-proto-error-summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 14px;
  margin: 0 0 24px !important;
  padding: 18px 20px !important;
  border: 1px solid var(--vhj-error, #aa0000) !important;
  border-left-width: 4px !important;
  border-radius: var(--vhj-radius, 8px) !important;
  background: #fffafa !important;
  color: var(--vhj-error, #aa0000) !important;
  box-shadow: 0 8px 24px rgba(170, 0, 0, .04);
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .vhj-proto-error-summary::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--vhj-error, #aa0000);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.vhj-checkout .vhj-proto-error-summary strong {
  display: block;
  margin: 0 0 8px !important;
  color: var(--vhj-error, #aa0000);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 22px;
}

.vhj-checkout .vhj-proto-error-summary ul {
  margin: 0 !important;
  padding-left: 20px !important;
}

.vhj-checkout .vhj-proto-error-summary li {
  margin: 5px 0 !important;
  color: var(--vhj-error, #aa0000);
  font-size: 14px !important;
  line-height: 20px !important;
}

.vhj-checkout .vhj-proto-field-error {
  display: block;
  margin-top: 8px !important;
  color: var(--vhj-error, #aa0000) !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.vhj-checkout .vhj-proto-invalid,
.vhj-checkout input.vhj-proto-invalid,
.vhj-checkout select.vhj-proto-invalid,
.vhj-checkout textarea.vhj-proto-invalid,
.vhj-checkout .vhj-proto-invalid .select2-selection {
  border-color: var(--vhj-error, #aa0000) !important;
  background-color: #fffafa !important;
  box-shadow: 0 0 0 1px rgba(170, 0, 0, .08) !important;
  outline: none !important;
}

.vhj-checkout input.vhj-proto-invalid:focus,
.vhj-checkout select.vhj-proto-invalid:focus,
.vhj-checkout textarea.vhj-proto-invalid:focus,
.vhj-checkout .vhj-proto-invalid .select2-selection:focus {
  border-color: var(--vhj-error, #aa0000) !important;
  box-shadow: 0 0 0 3px rgba(170, 0, 0, .12) !important;
}

/* Hide only truly empty checkout notice/shortcode shells that create blank boxes. */
.vhj-checkout .woocommerce-notices-wrapper:empty,
.vhj-checkout .woocommerce-NoticeGroup:empty,
.vhj-checkout .woocommerce-NoticeGroup-checkout:empty,
.vhj-checkout .elementor-shortcode:empty,
.vhj-checkout .woocommerce-shipping-fields:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vhj-checkout .woocommerce-shipping-fields:not(:has(input, select, textarea, button, .vhj-proto-delivery-options, .vhj-proto-shipping-address, .vhj-proto-error-summary, .woocommerce-error, .woocommerce-info)),
.vhj-checkout .elementor-shortcode:not(:has(input, select, textarea, button, .vhj-proto-delivery-options, .vhj-proto-shipping-address, .vhj-proto-error-summary, .woocommerce-error, .woocommerce-info, .payment_methods)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Checkout V2 terms safety: keep the real WooCommerce #terms visible and tappable. */
.vhj-checkout .woocommerce-terms-and-conditions-wrapper.vhj-compact-terms,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper {
  display: block !important;
  margin: 20px 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.vhj-checkout .woocommerce-privacy-policy-text.vhj-hide-checkout-privacy-copy {
  display: none !important;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper > p.form-row.validate-required,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper.vhj-compact-terms .form-row.validate-required,
.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vhj-checkout .vhj-terms-row,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper label.vhj-terms-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  color: var(--vhj-text, #2f2f2f) !important;
  font: 400 16px/24px Raleway, "Helvetica Neue", Arial, sans-serif !important;
  cursor: pointer !important;
}

.vhj-checkout #terms {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid var(--vhj-border, #d6d0c8) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.vhj-checkout #terms:checked {
  border-color: var(--vhj-brown, #4e3f34) !important;
  background: var(--vhj-brown, #4e3f34) !important;
}

.vhj-checkout #terms:checked::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 4px !important;
  width: 7px !important;
  height: 13px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.vhj-checkout #terms:focus-visible {
  outline: 2px solid var(--vhj-brown, #4e3f34) !important;
  outline-offset: 3px !important;
}

.vhj-checkout .vhj-compact-terms-label {
  display: inline !important;
  color: var(--vhj-text, #2f2f2f) !important;
  font: 500 16px/24px Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout .vhj-compact-terms-label a {
  color: var(--vhj-brown, #4e3f34) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.vhj-checkout #terms.vhj-proto-invalid,
.vhj-checkout .vhj-terms-row.vhj-proto-invalid #terms {
  border-color: var(--vhj-error, #aa0000) !important;
  background-color: #fffafa !important;
  box-shadow: 0 0 0 2px rgba(170, 0, 0, .10) !important;
}

.vhj-checkout .vhj-terms-row.vhj-proto-invalid .vhj-compact-terms-label {
  color: var(--vhj-error, #aa0000) !important;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-terms-row,
  .vhj-checkout .woocommerce-terms-and-conditions-wrapper label.vhj-terms-row {
    align-items: flex-start !important;
    min-height: 56px !important;
    padding: 16px 0 !important;
  }

  .vhj-checkout #terms {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .vhj-checkout #terms:checked::after {
    left: 9px !important;
    top: 4px !important;
  }
}

/* Checkout V2 payment radio safety: keep native WooCommerce radios functional but not doubled visually. */
.vhj-checkout input[type="radio"][name="payment_method"],
.vhj-checkout #payment input[type="radio"][name="payment_method"],
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input[type="radio"][name="payment_method"],
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input[type="radio"][name="payment_method"] {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.vhj-checkout #payment .vhj-payment-card__radio {
  display: block !important;
  flex: 0 0 auto !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  border: 2px solid #b9b0a6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vhj-checkout #payment li.wc_payment_method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment li.wc_payment_method input[type="radio"][name="payment_method"]:checked + label .vhj-payment-card__radio {
  border-color: var(--vhj-brown, #4e3f34) !important;
  background: var(--vhj-brown, #4e3f34) !important;
  box-shadow: inset 0 0 0 5px #fff !important;
}

/* =========================================================
   VHJ Checkout V2 payment cleanup
   One outer card, two clean rows, one visible custom radio.
   ========================================================= */
.vhj-checkout .vhj-proto-payment-title {
  margin: 0 0 14px !important;
  color: var(--vhj-text, #2f2f2f) !important;
  font: 600 22px/30px Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout .vhj-payment-methods,
.vhj-checkout fieldset.vhj-payment-methods {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 1px solid var(--vhj-border, #d6d0c8) !important;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(31, 31, 31, 0.04) !important;
}

.vhj-checkout .vhj-payment-method-list,
.vhj-checkout #payment ul.wc_payment_methods,
.vhj-checkout #payment ul.payment_methods {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.vhj-checkout .vhj-payment-method,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method,
.vhj-checkout #payment ul.payment_methods li.wc_payment_method {
  position: relative !important;
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.vhj-checkout .vhj-payment-method + .vhj-payment-method,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method + li.wc_payment_method,
.vhj-checkout #payment ul.payment_methods li.wc_payment_method + li.wc_payment_method {
  border-top: 1px solid var(--vhj-border, #d6d0c8) !important;
}

.vhj-checkout .vhj-payment-method input[name="payment_method"],
.vhj-checkout .vhj-payment-method input.input-radio[name="payment_method"],
.vhj-checkout input.vhj-payment-radio[name="payment_method"],
.vhj-checkout #payment input[type="radio"][name="payment_method"] {
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
  z-index: -1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.vhj-checkout .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card,
.vhj-checkout #payment ul.payment_methods li.wc_payment_method > label.vhj-payment-card {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--vhj-text, #2f2f2f) !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.vhj-checkout .vhj-payment-card::before,
.vhj-checkout #payment label.vhj-payment-card::before {
  content: none !important;
  display: none !important;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card,
.vhj-checkout #payment li.wc_payment_method.is-selected > label.vhj-payment-card,
.vhj-checkout #payment input[type="radio"][name="payment_method"]:checked + label.vhj-payment-card {
  background: #fbf8f4 !important;
  box-shadow: inset 4px 0 0 var(--vhj-brown, #4e3f34) !important;
}

.vhj-checkout .vhj-payment-card__radio,
.vhj-checkout #payment .vhj-payment-card__radio {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  border: 2px solid #b9b0a6 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment li.wc_payment_method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment input[type="radio"][name="payment_method"]:checked + label.vhj-payment-card .vhj-payment-card__radio {
  border-color: var(--vhj-brown, #4e3f34) !important;
  background: radial-gradient(circle at center, var(--vhj-brown, #4e3f34) 0 5px, #fff 6px) !important;
  box-shadow: none !important;
}

.vhj-checkout .vhj-payment-card__body {
  display: block !important;
  min-width: 0 !important;
}

.vhj-checkout .vhj-payment-card__title {
  display: block !important;
  margin: 0 !important;
  color: var(--vhj-text, #2f2f2f) !important;
  font: 700 17px/23px Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout .vhj-payment-card__description {
  display: block !important;
  margin: 3px 0 0 !important;
  color: var(--vhj-muted, #6f6a64) !important;
  font: 400 14px/20px Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout .vhj-payment-card__logo-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 104px !important;
}

.vhj-checkout .vhj-payment-card__logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 128px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

.vhj-checkout .vhj-payment-card__logo--webpay {
  max-width: 132px !important;
  max-height: 40px !important;
}

.vhj-checkout .vhj-payment-card__logo--mercadopago {
  max-width: 124px !important;
  max-height: 40px !important;
}

.vhj-checkout .vhj-payment-method > .vhj-payment-method-brand {
  display: none !important;
}

.vhj-checkout .vhj-proto-payment-reassurance {
  margin: 12px 0 16px !important;
  color: var(--vhj-muted, #6f6a64) !important;
  font: 400 14px/20px Raleway, "Helvetica Neue", Arial, sans-serif !important;
  text-align: left !important;
}

.vhj-checkout .woocommerce-terms-and-conditions-wrapper.vhj-compact-terms {
  margin: 12px 0 18px !important;
}

.vhj-checkout .vhj-terms-row,
.vhj-checkout .woocommerce-terms-and-conditions-wrapper label.checkbox {
  padding: 4px 0 0 !important;
}

@media (max-width: 767px) {
  .vhj-checkout .vhj-payment-card,
  .vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card,
  .vhj-checkout #payment ul.payment_methods li.wc_payment_method > label.vhj-payment-card {
    grid-template-columns: 28px minmax(0, 1fr) 96px !important;
    gap: 14px !important;
    min-height: 92px !important;
    padding: 18px 16px !important;
  }

  .vhj-checkout .vhj-payment-card__title {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .vhj-checkout .vhj-payment-card__description {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .vhj-checkout .vhj-payment-card__logo-wrap {
    min-width: 88px !important;
  }

  .vhj-checkout .vhj-payment-card__logo {
    max-width: 96px !important;
    max-height: 34px !important;
  }
}

/* =========================================================
   VHJ Checkout V2 contact step cleanup
   Compact WooCommerce billing fields without changing logic.
   ========================================================= */
.vhj-checkout #information_step .woocommerce-billing-fields,
.vhj-checkout #information_step .woocommerce-billing-fields > h3 {
  margin: 0 !important;
  padding: 0 !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid var(--vhj-border, #d6d0c8) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vhj-checkout #information_step #billing_email_field,
.vhj-checkout #information_step #billing_phone_field {
  grid-column: 1 / -1 !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper .form-row {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper label {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #000 !important;
  font: 700 15px/20px Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper .required {
  color: var(--vhj-error, #aa0000) !important;
  text-decoration: none !important;
}

.vhj-checkout #information_step .woocommerce-input-wrapper {
  display: block !important;
  width: 100% !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input.input-text,
.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="text"],
.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="email"],
.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="tel"] {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--vhj-border, #d6d0c8) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--vhj-text, #2f2f2f) !important;
  box-shadow: none !important;
  font: 500 15px/22px Raleway, "Helvetica Neue", Arial, sans-serif !important;
  text-transform: none !important;
}

.vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input:focus {
  border-color: var(--vhj-brown, #4e3f34) !important;
  box-shadow: 0 0 0 3px rgba(78, 63, 52, .10) !important;
  outline: none !important;
}

.vhj-checkout #information_step .woocommerce-account-fields,
.vhj-checkout #information_step .woocommerce-account-fields .form-row {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #information_step .woocommerce-account-fields label,
.vhj-checkout #information_step .create-account label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  color: #000 !important;
  font: 700 15px/22px Raleway, "Helvetica Neue", Arial, sans-serif !important;
  cursor: pointer !important;
}

.vhj-checkout #information_step #createaccount {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  border: 1.5px solid #a9a9a9 !important;
  border-radius: 3px !important;
  background: #fff !important;
  cursor: pointer !important;
}

.vhj-checkout #information_step #createaccount:checked {
  border-color: var(--vhj-brown, #4e3f34) !important;
  background: var(--vhj-brown, #4e3f34) !important;
}

.vhj-checkout #information_step .woolentor-step-footer {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 22px !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.vhj-checkout #information_step .woolentor-step-footer .woolentor-btn,
.vhj-checkout #information_step button[data-step-target="#shipping_method_step"] {
  width: auto !important;
  min-width: 280px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 28px !important;
}

@media (max-width: 767px) {
  .vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 18px !important;
  }

  .vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input.input-text,
  .vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="text"],
  .vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="email"],
  .vhj-checkout #information_step .woocommerce-billing-fields__field-wrapper input[type="tel"] {
    min-height: 50px !important;
    height: 50px !important;
    font-size: 15px !important;
  }

  .vhj-checkout #information_step .woolentor-step-footer {
    margin-top: 20px !important;
  }

  .vhj-checkout #information_step .woolentor-step-footer .woolentor-btn,
  .vhj-checkout #information_step button[data-step-target="#shipping_method_step"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}
