/*
 * Design philosophy: Nordcanin brand styling with a conversion-focused checkout structure.
 * Clean white surfaces, strong blue CTAs, block-based hierarchy and a sticky summary
 * that preserves WooCommerce native logic while reducing checkout friction.
 */

.nordcanin-checkout-next-page {
  --ncn-blue: #0d5cab;
  --ncn-blue-strong: #1a6dc0;
  --ncn-blue-soft: #eef5fd;
  --ncn-blue-soft-2: #f5faff;
  --ncn-green-cta: #1f6b43;
  --ncn-green-cta-strong: #185536;
  --ncn-green-cta-shadow: rgba(31, 107, 67, 0.26);
  --ncn-text: #132033;
  --ncn-text-soft: #55657a;
  --ncn-border: #dce7f2;
  --ncn-border-strong: #c9d8e8;
  --ncn-surface: #ffffff;
  --ncn-surface-muted: #f7fafc;
  --ncn-success: #53b36b;
  --ncn-shadow-soft: 0 18px 45px rgba(19, 32, 51, 0.06);
  --ncn-shadow-card: 0 18px 40px rgba(19, 32, 51, 0.08);
  --ncn-radius-xl: 28px;
  --ncn-radius-lg: 22px;
  --ncn-radius-md: 18px;
  --ncn-radius-sm: 14px;
}

.nordcanin-checkout-next-page,
body.nordcanin-checkout-next-page,
.nordcanin-checkout-next-page #wrap,
.nordcanin-checkout-next-page #outer-wrap,
.nordcanin-checkout-next-page #main,
.nordcanin-checkout-next-page .site-content,
.nordcanin-checkout-next-page #content,
.nordcanin-checkout-next-page .content-area {
  background: var(--ncn-surface-muted);
}

.nordcanin-checkout-next-page #content-wrap.container {
  width: min(1440px, calc(100vw - 32px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.nordcanin-checkout-next-page .entry,
.nordcanin-checkout-next-page .entry-content,
.nordcanin-checkout-next-page .woocommerce {
  color: var(--ncn-text);
  background: transparent;
}

.ncn-checkout-shell {
  max-width: 1380px;
  margin: 28px auto 48px;
  padding: 0 8px 48px;
  font-family: 'Open Sans', sans-serif;
}

.ncn-checkout-shell__top {
  position: static;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.ncn-progress-card,
.ncn-express-card,
.ncn-step-strip,
.ncn-section-card,
.ncn-summary-card,
.ncn-final-card,
.ncn-upsell-card {
  border: 1px solid var(--ncn-border);
  background: var(--ncn-surface);
  box-shadow: var(--ncn-shadow-soft);
}

.ncn-progress-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: var(--ncn-radius-lg);
  padding: 18px 20px;
}

.ncn-progress-card__eyebrow,
.ncn-section-eyebrow,
.ncn-section-card__eyebrow,
.ncn-summary-card__eyebrow,
.ncn-final-card__eyebrow,
.ncn-upsell-card__eyebrow {
  margin: 0;
  color: #7a8da3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ncn-progress-card__amount {
  margin-top: 4px;
  color: var(--ncn-text);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}

.ncn-progress-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: min(280px, 42vw);
}

.ncn-progress-card__bar {
  flex: 1;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6eff8;
}

.ncn-progress-card__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #71b7ff 0%, var(--ncn-blue-strong) 100%);
}

.ncn-progress-card__percent {
  min-width: 48px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ncn-blue-soft);
  color: var(--ncn-blue);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ncn-express-card {
  border-radius: var(--ncn-radius-xl);
  padding: 22px;
  margin: 0 0 18px;
}

.ncn-express-card--slot .ncn-express-card__actions {
  min-height: 104px;
}

.ncn-express-card__header {
  margin-bottom: 16px;
}

.ncn-express-card__title {
  margin: 6px 0 0;
  color: var(--ncn-text);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
}

.ncn-express-card__actions {
  position: relative;
  display: block;
  height: 104px;
  min-height: 104px;
  overflow: hidden;
  background: #f5f8fb;
}

.ncn-express-card.is-ready .ncn-express-card__actions {
  background: transparent;
}

.ncn-express-card__actions::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease;
}

.ncn-express-card.is-refreshing .ncn-express-card__actions::after {
  opacity: 1;
}

.ncn-express-card #wc-stripe-express-checkout-element {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 104px;
}

.ncn-express-card__actions > * {
  width: 100%;
}

.ncn-express-card__actions iframe,
.ncn-express-card__actions button,
.ncn-express-card__actions .stripe-payment-request-button,
.ncn-express-card__actions .wc-stripe-payment-request-wrapper,
.ncn-express-card__actions .wc-stripe-express-checkout-element,
.ncn-express-card__actions .wc-stripe-upe-payment-request-button {
  width: 100% !important;
  min-width: 100% !important;
}

.ncn-express-card__note {
  margin: 14px 0 0;
  color: #93a2b4;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}


.ncn-checkout-shell__content {
  min-width: 0;
}

.nordcanin-checkout-next-page form.checkout {
  display: block;
}

.ncn-checkout-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ncn-checkout-main,
.ncn-checkout-sidebar {
  min-width: 0;
}

.ncn-checkout-main {
  display: grid;
  gap: 18px;
  align-content: start;
}

.ncn-checkout-sidebar {
  align-self: stretch;
  display: grid;
  gap: 16px;
  align-content: start;
}

.ncn-summary-card {
  position: sticky;
  top: var(--ncn-sticky-top, 140px);
}

.ncn-section-card,
.ncn-summary-card,
.ncn-final-card,
.ncn-upsell-card {
  border-radius: var(--ncn-radius-xl);
  padding: 22px;
}

.ncn-section-card__header,
.ncn-summary-card__header,
.ncn-final-card__header,
.ncn-upsell-card__header {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f7;
}

.ncn-summary-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ncn-section-card__title,
.ncn-summary-card__title,
.ncn-final-card__title,
.ncn-upsell-card__title {
  margin: 6px 0 0;
  color: var(--ncn-text);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.ncn-summary-card__badge {
  display: none !important;
}

.ncn-native-form .form-row,
.ncn-native-form .woocommerce form .form-row {
  margin: 0 0 14px;
  width: 100%;
}

.ncn-native-form .form-row-first,
.ncn-native-form .form-row-last,
.ncn-native-form .form-row-wide {
  float: none;
  width: 100%;
}

.ncn-field-grid,
.ncn-company-fields,
.ncn-shipping-address-grid,
.ncn-coupon-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ncn-field-grid > .form-row-wide,
.ncn-company-fields > .form-row-wide,
.ncn-shipping-address-grid > .form-row-wide,
.ncn-coupon-grid > .form-row-wide,
.ncn-coupon-grid > .ncn-refund-email-row,
.ncn-full-span {
  grid-column: 1 / -1;
}

.ncn-native-form label,
.ncn-native-form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #2c3f54;
  font-size: 14px;
  font-weight: 700;
}

.ncn-native-form input[type='text'],
.ncn-native-form input[type='email'],
.ncn-native-form input[type='tel'],
.ncn-native-form select,
.ncn-native-form textarea,
.ncn-native-form .select2-selection,
.ncn-native-form .input-text {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--ncn-border);
  border-radius: 15px;
  background: #ffffff;
  color: var(--ncn-text);
  font-size: 15px;
  box-shadow: none;
}

.ncn-native-form input[type='text'],
.ncn-native-form input[type='email'],
.ncn-native-form input[type='tel'],
.ncn-native-form select,
.ncn-native-form textarea,
.ncn-native-form .input-text {
  padding: 0 16px;
}

.ncn-native-form textarea {
  min-height: 112px;
  padding: 16px;
  resize: vertical;
}

.ncn-native-form input:focus,
.ncn-native-form select:focus,
.ncn-native-form textarea:focus,
.ncn-native-form .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
  border-color: var(--ncn-blue-strong);
  box-shadow: 0 0 0 4px rgba(13, 92, 171, 0.08);
}

.ncn-native-form .select2-selection__rendered {
  line-height: 50px !important;
  padding-left: 16px !important;
  color: var(--ncn-text) !important;
}

.ncn-native-form .select2-selection__arrow {
  height: 50px !important;
  right: 12px !important;
}

.ncn-toggle-card,
.ncn-coupon-card,
.ncn-payment-card,
.ncn-shipping-card,
.ncn-final-card label.checkbox,
.ncn-final-card .woocommerce-form__label-for-checkbox {
  border: 1px solid var(--ncn-border);
  border-radius: 18px;
  background: #f9fbfd;
}

.ncn-toggle-card {
  padding: 16px;
}

.ncn-toggle-card__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.ncn-toggle-card__label input,
.ncn-toggle-card--company .ncn-toggle-card__label input[type="checkbox"] {
  flex: 0 0 auto;
  align-self: center;
  display: inline-block !important;
  float: none !important;
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.ncn-toggle-card__title {
  display: block;
  margin-bottom: 4px;
  color: var(--ncn-text);
  font-size: 15px;
  font-weight: 800;
}

.ncn-toggle-card__text {
  display: block;
  color: var(--ncn-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.ncn-company-fields,
.ncn-shipping-fields-panel,
.ncn-coupon-body {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e9f0f6;
}

.ncn-company-fields[hidden],
.ncn-shipping-fields-panel[hidden],
.ncn-coupon-body[hidden],
.ncn-duplicate-coupon,
.ncn-summary-card .shipping,
.ncn-summary-card table.shop_table tfoot tr.vp-woo-pont-review-order,
.ncn-summary-card #order_review_heading,
.ncn-hidden-aux,
.ncn-checkout-shell .woocommerce-form-coupon-toggle,
.ncn-checkout-shell .woocommerce-info,
.ncn-native-form .screen-reader-text + .woocommerce-input-wrapper:empty {
  display: none !important;
}

.ncn-shipping-methods {
  display: grid;
  gap: 12px;
}

.ncn-shipping-methods li,
.ncn-native-form .wc_payment_method {
  list-style: none;
  margin: 0;
}

.ncn-native-form #shipping_method,
.ncn-native-form .wc_payment_methods {
  margin: 0;
  padding: 0;
}

.ncn-native-form #shipping_method li,
.ncn-native-form .wc_payment_method {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ncn-border);
  border-radius: 18px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ncn-native-form #shipping_method li label,
.ncn-native-form .wc_payment_method > label {
  margin: 0;
  padding: 18px 18px 18px 52px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ncn-text);
  cursor: pointer;
}

.ncn-native-form #shipping_method input,
.ncn-native-form .wc_payment_method > input[type='radio'] {
  position: absolute;
  inset: 0 auto auto 18px;
  top: 22px;
  width: 18px;
  height: 18px;
  margin: 0;
}

.ncn-native-form #shipping_method li:has(input:checked),
.ncn-native-form .wc_payment_method:has(> input:checked) {
  border-color: var(--ncn-blue-strong);
  background: var(--ncn-blue-soft-2);
  box-shadow: 0 12px 28px rgba(13, 92, 171, 0.08);
}

.ncn-native-form .payment_box {
  margin: 0;
  border-top: 1px solid #e7eff6;
  background: #ffffff;
  padding: 18px;
}

.ncn-native-form .payment_box::before {
  display: none;
}

.ncn-native-form .wc_payment_method.payment_method_stripe label img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.ncn-native-form .wc-stripe-upe-form {
  padding: 0;
}

.ncn-coupon-card {
  padding: 16px;
  border: 1px solid var(--ncn-border);
  border-radius: 18px;
  background: #ffffff;
}

.ncn-coupon-card__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ncn-text);
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.ncn-coupon-card__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.ncn-coupon-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ncn-coupon-card__toggle:hover,
.ncn-coupon-card__toggle:focus,
.ncn-coupon-card__toggle:focus-visible,
.ncn-coupon-card.is-open .ncn-coupon-card__toggle {
  background: transparent !important;
  color: var(--ncn-text);
  outline: none;
  box-shadow: none;
}

.ncn-coupon-card__title {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.ncn-coupon-card__text {
  display: block;
  margin-top: 4px;
  color: var(--ncn-text-soft);
  font-size: 14px;
}

.ncn-coupon-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ncn-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ncn-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ncn-coupon-card__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--ncn-border);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.ncn-coupon-card__status-text {
  display: inline-block;
}

.ncn-coupon-card.is-coupon-success .ncn-coupon-card__status {
  border-color: rgba(83, 179, 107, 0.28);
  background: rgba(83, 179, 107, 0.08);
  color: #216b35;
}

.ncn-coupon-card.is-coupon-success .ncn-coupon-card__status-icon {
  background: var(--ncn-success);
}

.ncn-coupon-card.is-coupon-error .ncn-coupon-card__status {
  border-color: rgba(211, 63, 63, 0.28);
  background: rgba(211, 63, 63, 0.08);
  color: #9d2020;
}

.ncn-coupon-card.is-coupon-error .ncn-coupon-card__status-icon {
  background: #d33f3f;
}

.ncn-coupon-card.is-coupon-pending .ncn-coupon-card__status {
  border-color: rgba(13, 92, 171, 0.2);
  background: rgba(13, 92, 171, 0.08);
  color: var(--ncn-blue);
}

.ncn-coupon-card.is-coupon-pending .ncn-coupon-card__status-icon {
  background: var(--ncn-blue);
}

.ncn-coupon-card__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--ncn-border);
  background: #ffffff;
  color: var(--ncn-text);
  font-size: 18px;
  line-height: 1;
}

.ncn-coupon-card.is-open .ncn-coupon-card__chevron {
  transform: rotate(180deg);
}

.ncn-coupon-card:hover,
.ncn-coupon-card:focus-within,
.ncn-coupon-card.is-open {
  background: #ffffff;
  border-color: var(--ncn-border);
  box-shadow: none;
}

.ncn-coupon-card.is-open .ncn-coupon-body {
  margin-top: 16px;
}

.ncn-coupon-body {
  width: 100%;
}

.ncn-coupon-feedback {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid var(--ncn-border);
  border-radius: 14px;
  background: #f7fafc;
  color: var(--ncn-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.ncn-coupon-feedback[hidden],
.ncn-summary-card .ncn-coupon-feedback[hidden] {
  display: none !important;
}

.ncn-coupon-feedback__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 22px;
  background: var(--ncn-border);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ncn-coupon-feedback__text {
  display: block;
}

.ncn-coupon-card.is-coupon-success .ncn-coupon-feedback,
.ncn-coupon-card.is-refund-success .ncn-coupon-feedback {
  border-color: rgba(83, 179, 107, 0.24);
  background: rgba(83, 179, 107, 0.08);
  color: #216b35;
}

.ncn-coupon-card.is-coupon-success .ncn-coupon-feedback__icon,
.ncn-coupon-card.is-refund-success .ncn-coupon-feedback__icon {
  background: var(--ncn-success);
}

.ncn-refund-email-row[hidden] {
  display: none !important;
}

.ncn-coupon-card.is-coupon-error .ncn-coupon-feedback {
  border-color: rgba(211, 63, 63, 0.24);
  background: rgba(211, 63, 63, 0.08);
  color: #9d2020;
}

.ncn-coupon-card.is-coupon-error .ncn-coupon-feedback__icon {
  background: #d33f3f;
}

.ncn-coupon-card.is-coupon-pending .ncn-coupon-feedback {
  border-color: rgba(13, 92, 171, 0.2);
  background: rgba(13, 92, 171, 0.08);
  color: var(--ncn-blue);
}

.ncn-coupon-card.is-coupon-pending .ncn-coupon-feedback__icon {
  background: var(--ncn-blue);
}

.ncn-coupon-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.ncn-native-form .coupon-form p {
  margin: 0;
}

.ncn-native-form .coupon-form .form-row-first,
.ncn-native-form .coupon-form .form-row-last {
  float: none;
  width: auto;
  margin: 0;
}

.ncn-native-form .coupon-form .form-row-first {
  min-width: 0;
}

.ncn-native-form .coupon-form .form-row-last {
  align-self: stretch;
}

.ncn-native-form .coupon-form .form-row-last,
.ncn-native-form .coupon-form .form-row-last button {
  width: 100%;
}

.ncn-native-form .coupon-form .input-text {
  width: 100%;
}

.ncn-native-form .coupon-form .clear {
  display: none !important;
}

.ncn-native-form .coupon-form button,
.ncn-native-form #place_order {
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ncn-native-form .coupon-form button {
  background: var(--ncn-blue);
  box-shadow: 0 16px 28px rgba(13, 92, 171, 0.18);
}

.ncn-native-form .coupon-form button:hover {
  background: var(--ncn-blue-strong);
}

.ncn-native-form #place_order {
  background: var(--ncn-green-cta);
  box-shadow: 0 18px 34px var(--ncn-green-cta-shadow);
}

.ncn-native-form #place_order:hover {
  background: var(--ncn-green-cta-strong);
}

.ncn-summary-card {
  overflow: hidden;
}

.ncn-summary-card #order_review,
.ncn-summary-card .woocommerce-checkout-review-order {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.ncn-summary-products {
  display: grid;
  gap: 0;
  margin-bottom: 14px;
}

.ncn-summary-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #e9eef5;
}

.ncn-summary-product:last-child {
  border-bottom: 0;
}

.ncn-summary-product .sb-cart-extra-tag {
  color: #185536;
  font-weight: 800;
}

.ncn-summary-product.sb-cart-extra-offer .ncn-qty {
  display: none !important;
}

.ncn-summary-product .sb-cart-extra-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #cfe8d7;
  border-radius: 999px;
  background: #f3faf5;
  color: #185536;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.ncn-summary-product__media {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.ncn-summary-product__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border: 1px solid #e7edf4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  overflow: visible;
}

.ncn-summary-product__image-wrap.is-empty {
  background: #f5f7fa;
}

.ncn-summary-product__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
}

.ncn-summary-product__qty {
  display: none;
}

.ncn-summary-product__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  color: var(--ncn-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.ncn-summary-card .ncn-summary-product__content > :not(.ncn-summary-product__actions) {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.ncn-summary-card .ncn-summary-product__content .sb-pack-nowrap {
  display: inline;
  white-space: nowrap;
}

.ncn-summary-product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: 10px;
}

.ncn-qty {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #d7e0eb;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
  user-select: none;
  -webkit-user-select: none;
}

.ncn-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--ncn-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}

.ncn-qty__btn--minus {
  border-radius: 999px 0 0 999px;
}

.ncn-qty__btn--plus {
  border-radius: 0 999px 999px 0;
}

.ncn-qty__btn:hover:not(:disabled),
.ncn-qty__btn:focus:not(:disabled) {
  background: transparent !important;
  background-color: #ffffff !important;
  color: var(--ncn-text) !important;
  box-shadow: none !important;
}

.ncn-qty__btn:disabled {
  opacity: 0.32;
  cursor: default;
}

.ncn-qty__value {
  min-width: 28px;
  color: var(--ncn-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.ncn-summary-product.is-qty-busy .ncn-qty__value {
  opacity: 0.55;
}

html.ncn-qty-quiet .blockUI,
html.ncn-qty-quiet .blockOverlay {
  display: none !important;
}

html.ncn-checkout-is-busy::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

html.ncn-checkout-is-busy::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid #dce7f2;
  border-top-color: #0d5cab;
  border-radius: 50%;
  animation: ncn-checkout-spin 0.7s linear infinite;
  pointer-events: none;
}

@keyframes ncn-checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

html.ncn-checkout-is-busy .blockUI {
  display: none !important;
}

.ncn-summary-product__content dl,
.ncn-summary-product__content .variation,
.ncn-summary-product__content small,
.ncn-summary-product__content .product-meta {
  display: block;
  margin-top: 6px;
  color: #7a8795;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.ncn-summary-product__price {
  margin-left: auto;
  color: var(--ncn-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.ncn-summary-product__price:has(.ncn-deal),
.ncn-summary-product__price .ncn-deal {
  white-space: normal;
}

.ncn-deal {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ncn-deal__was {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}

.ncn-deal__original {
  color: var(--ncn-text-soft, #55657a);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.ncn-deal__original .woocommerce-Price-amount,
.ncn-deal__original .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ncn-deal__pct {
  color: var(--ncn-green-cta-strong, #185536);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ncn-deal__now {
  color: var(--ncn-green-cta-strong, #185536);
  font-weight: 800;
  line-height: 1.15;
}

.ncn-deal__now .woocommerce-Price-amount,
.ncn-deal__now .amount,
.ncn-deal__now strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ncn-summary-card .ncn-coupon-card {
  margin: 0 0 20px;
}

.ncn-summary-card .ncn-coupon-card--inline {
  padding: 0;
  border: 0;
  background: transparent;
}

.ncn-summary-card .ncn-coupon-card--inline .ncn-coupon-card__toggle {
  display: none;
}

.ncn-summary-card .ncn-coupon-card--inline .ncn-coupon-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ncn-summary-card .ncn-coupon-feedback {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #dbeadf;
  border-radius: 16px;
  background: #f2fbf3;
  white-space: nowrap;
}

.ncn-summary-card .ncn-coupon-feedback__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 0;
  font-size: 11px;
}

.ncn-summary-card .ncn-coupon-feedback__body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  width: auto;
  flex: 1 1 auto;
}

.ncn-summary-card .ncn-coupon-feedback__text,
.ncn-summary-card .ncn-coupon-feedback__meta {
  display: inline;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}

.ncn-summary-card .ncn-coupon-feedback__meta {
  font-weight: 600;
}

.ncn-summary-card .ncn-coupon-card.is-refund-success .ncn-coupon-feedback {
  flex-wrap: wrap;
  align-items: flex-start;
  white-space: normal;
}

.ncn-summary-card .ncn-coupon-card.is-refund-success .ncn-coupon-feedback__body {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2px;
}

.ncn-summary-card .ncn-coupon-card.is-refund-success .ncn-coupon-feedback__text,
.ncn-summary-card .ncn-coupon-card.is-refund-success .ncn-coupon-feedback__meta {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ncn-summary-card .ncn-refund-email-row {
  display: block;
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.ncn-summary-card .ncn-refund-email-row[hidden] {
  display: none !important;
}

.ncn-summary-card .ncn-refund-email-row .input-text {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--ncn-border);
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--ncn-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  box-shadow: none;
}

.ncn-summary-card .ncn-refund-email-row .input-text::placeholder {
  color: #8b97a6;
  font-weight: 400;
}

.ncn-summary-card .ncn-coupon-grid,
.ncn-summary-card .coupon-form,
.ncn-summary-card .checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--ncn-border);
  border-radius: 999px;
  background: #ffffff;
}

.ncn-summary-card .coupon-form .form-row-first,
.ncn-summary-card .coupon-form .form-row-last,
.ncn-summary-card .checkout_coupon .form-row-first,
.ncn-summary-card .checkout_coupon .form-row-last {
  display: flex;
  align-items: stretch;
  float: none;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.ncn-summary-card .coupon-form .form-row-first,
.ncn-summary-card .checkout_coupon .form-row-first {
  flex: 1 1 auto;
  min-width: 0;
}

.ncn-summary-card .coupon-form .form-row-last,
.ncn-summary-card .checkout_coupon .form-row-last {
  flex: 0 0 auto;
  align-self: stretch;
  background: var(--ncn-blue);
}

.ncn-summary-card .coupon-form .input-text,
.ncn-summary-card .checkout_coupon .input-text {
  display: block;
  height: 100%;
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--ncn-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  box-shadow: none;
}

.ncn-summary-card .coupon-form .input-text,
.ncn-summary-card .coupon-form button,
.ncn-summary-card .checkout_coupon .input-text,
.ncn-summary-card .checkout_coupon button {
  margin: 0;
}

.ncn-summary-card .coupon-form .input-text::placeholder,
.ncn-summary-card .checkout_coupon .input-text::placeholder {
  color: #8b97a6;
  font-weight: 400;
  line-height: 48px;
  opacity: 1;
}

.ncn-summary-card .coupon-form .form-row-last button,
.ncn-summary-card .checkout_coupon .form-row-last button,
.ncn-summary-card .coupon-form button,
.ncn-summary-card .checkout_coupon button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 118px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--ncn-blue);
  color: #ffffff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.ncn-summary-card .coupon-form .form-row-last:hover,
.ncn-summary-card .checkout_coupon .form-row-last:hover,
.ncn-summary-card .coupon-form button:hover,
.ncn-summary-card .checkout_coupon button:hover {
  background: var(--ncn-blue-strong);
}

.ncn-summary-card .ncn-coupon-card.is-coupon-success .ncn-coupon-grid,
.ncn-summary-card .ncn-coupon-card.is-coupon-success .coupon-form,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .ncn-coupon-grid,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .coupon-form {
  border-color: #cfe8d7;
  background: #f7fdf8;
}

.ncn-summary-card .ncn-coupon-card.is-coupon-success .form-row-last,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .form-row-last,
.ncn-summary-card .ncn-coupon-card.is-coupon-success .form-row-last button,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .form-row-last button,
.ncn-summary-card .ncn-coupon-card.is-coupon-success button,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied button {
  background: var(--ncn-green-cta);
  color: #ffffff;
  opacity: 1;
  cursor: default;
}

.ncn-summary-card .ncn-coupon-card.is-coupon-success .form-row-last:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .form-row-last:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-success button:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied button:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-success button:disabled,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied button:disabled {
  background: var(--ncn-green-cta);
  color: #ffffff;
  opacity: 1;
}

.ncn-summary-card .ncn-coupon-card.is-coupon-success .input-text,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .input-text {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  color: var(--ncn-green-cta-strong);
  font-weight: 800;
}

.ncn-summary-card .ncn-coupon-clear,
.ncn-summary-card .ncn-coupon-card.is-coupon-success .ncn-coupon-clear,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .ncn-coupon-clear,
.ncn-summary-card .ncn-coupon-card.is-coupon-success .form-row-first .ncn-coupon-clear,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .form-row-first .ncn-coupon-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  align-self: center;
  width: 36px;
  min-width: 36px !important;
  height: 36px;
  min-height: 36px !important;
  margin: 0 8px 0 0;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: transparent !important;
  color: #55657a !important;
  box-shadow: none !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer !important;
  opacity: 1 !important;
}

.ncn-summary-card .ncn-coupon-clear[hidden] {
  display: none !important;
}

.ncn-summary-card .ncn-coupon-clear:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-applied .ncn-coupon-clear:hover,
.ncn-summary-card .ncn-coupon-card.is-coupon-success .ncn-coupon-clear:hover {
  background: #eef2f6 !important;
  color: #132033 !important;
}

.ncn-summary-card table.shop_table {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border: 1px solid #e9eef5;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none;
}

.ncn-summary-card table.shop_table thead,
.ncn-summary-card table.shop_table tbody {
  display: none;
}

.ncn-summary-card table.shop_table tfoot {
  display: grid;
  gap: 0;
}

.ncn-summary-card table.shop_table tfoot tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 8px 0;
  background: transparent !important;
}

.ncn-summary-card table.shop_table tfoot tr.cart-subtotal,
.ncn-summary-card table.shop_table tfoot tr.ncn-summary-shipping,
.ncn-summary-card table.shop_table tfoot tr.cart-discount,
.ncn-summary-card table.shop_table tfoot tr.ncn-summary-discount,
.ncn-summary-card table.shop_table tfoot tr.order-discount,
.ncn-summary-card table.shop_table tfoot tr.fee,
.ncn-summary-card table.shop_table tfoot tr.tax-rate,
.ncn-summary-card table.shop_table tfoot tr.order-total {
  display: none !important;
}

.ncn-summary-card table.shop_table tfoot tr + tr {
  border-top: 1px solid #e9eef5;
}

.ncn-summary-card table.shop_table th,
.ncn-summary-card table.shop_table td {
  border-top: 0;
  padding: 0;
  color: var(--ncn-text);
  font-size: 14px;
  vertical-align: top;
  overflow-wrap: anywhere;
  background: transparent !important;
  box-shadow: none !important;
}

.ncn-summary-card table.shop_table tfoot th {
  min-width: 0;
  color: var(--ncn-text);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  background: transparent !important;
}

.ncn-summary-card table.shop_table tfoot th small {
  display: block;
  margin-top: 2px;
  color: #7a8795;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ncn-summary-card table.shop_table tfoot td {
  min-width: 0;
  color: var(--ncn-text);
  font-size: 17px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  background: transparent !important;
}

.ncn-summary-card table.shop_table tfoot .woocommerce-Price-amount,
.ncn-summary-card table.shop_table tfoot .woocommerce-Price-amount bdi,
.ncn-summary-card table.shop_table tfoot td strong,
.ncn-summary-card table.shop_table tfoot .amount {
  color: var(--ncn-text) !important;
  font-size: inherit;
  font-weight: inherit;
}

.ncn-summary-card table.shop_table tfoot .ncn-deal__original,
.ncn-summary-card table.shop_table tfoot .ncn-deal__original .woocommerce-Price-amount,
.ncn-summary-card table.shop_table tfoot .ncn-deal__original .woocommerce-Price-amount bdi,
.ncn-summary-card table.shop_table tfoot .ncn-deal__original .amount {
  color: var(--ncn-text-soft) !important;
}

.ncn-summary-card table.shop_table tfoot .ncn-deal__now,
.ncn-summary-card table.shop_table tfoot .ncn-deal__now .woocommerce-Price-amount,
.ncn-summary-card table.shop_table tfoot .ncn-deal__now .woocommerce-Price-amount bdi,
.ncn-summary-card table.shop_table tfoot .ncn-deal__now .amount,
.ncn-summary-card table.shop_table tfoot .ncn-deal__now strong {
  color: var(--ncn-green-cta-strong) !important;
}

.ncn-summary-card table.shop_table th::before,
.ncn-summary-card table.shop_table td::before {
  content: none !important;
  display: none !important;
}

.ncn-summary-card table.shop_table tfoot .cart-subtotal th,
.ncn-summary-card table.shop_table tfoot .cart-subtotal td,
.ncn-summary-card table.shop_table tfoot .ncn-summary-shipping th,
.ncn-summary-card table.shop_table tfoot .ncn-summary-shipping td {
  color: var(--ncn-text);
  font-size: 14px;
  font-weight: 800;
}

.ncn-summary-card table.shop_table tfoot .cart-subtotal td {
  white-space: normal;
}

.ncn-summary-card table.shop_table tfoot .cart-subtotal .ncn-deal__now {
  font-size: 17px;
}

.ncn-summary-card .ncn-summary-shipping {
  align-items: start;
}

.ncn-summary-card .ncn-summary-shipping td {
  white-space: nowrap;
}

.ncn-summary-card .ncn-summary-shipping .ncn-summary-shipping__method,
.ncn-summary-card .ncn-summary-shipping .ncn-summary-shipping__pickup {
  display: block;
  min-width: 0;
  margin-top: 2px;
  color: #7a8795;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ncn-summary-card .ncn-summary-shipping .ncn-summary-shipping__pickup {
  margin-top: 4px;
}

.ncn-summary-card .ncn-summary-shipping .ncn-summary-shipping__pickup-trigger {
  display: inline;
  color: var(--ncn-blue);
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
}

.ncn-summary-card .ncn-summary-shipping .ncn-summary-shipping__pickup-trigger:hover {
  color: var(--ncn-blue-strong);
  text-decoration: underline;
}

.ncn-summary-card .ncn-summary-discount th,
.ncn-summary-card .ncn-summary-discount td {
  color: var(--ncn-success);
}

.ncn-summary-card .ncn-summary-discount th {
  font-weight: 800;
}

.ncn-summary-card .ncn-summary-discount td {
  font-size: 17px;
}

.ncn-summary-card table.shop_table tfoot .ncn-summary-discount .woocommerce-Price-amount,
.ncn-summary-card table.shop_table tfoot .ncn-summary-discount .woocommerce-Price-amount bdi,
.ncn-summary-card table.shop_table tfoot .ncn-summary-discount td strong,
.ncn-summary-card table.shop_table tfoot .ncn-summary-discount .amount,
.ncn-summary-card table.shop_table tfoot .cart-discount .woocommerce-Price-amount,
.ncn-summary-card table.shop_table tfoot .cart-discount .amount {
  color: var(--ncn-success) !important;
}

.ncn-summary-card .ncn-summary-discount .woocommerce-remove-coupon {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  color: #6f7c8a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ncn-summary-card .ncn-summary-discount .woocommerce-remove-coupon:hover {
  color: #0f172a;
  text-decoration: underline;
}

.ncn-summary-card .order-total {
  margin-top: 0;
  padding-top: 0;
}

.ncn-summary-card table.shop_table tfoot .order-total th,
.ncn-summary-card table.shop_table tfoot .order-total td {
  color: var(--ncn-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.ncn-summary-card table.shop_table tfoot .order-total td {
  text-align: right;
  white-space: nowrap;
}

.ncn-summary-card table.shop_table tfoot .order-total strong,
.ncn-summary-card table.shop_table tfoot .order-total .amount,
.ncn-summary-card table.shop_table tfoot .order-total .woocommerce-Price-amount {
  color: var(--ncn-text);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ncn-summary-card .order-total small {
  display: none;
}

.ncn-summary-card .amount,
.ncn-summary-card .woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
}

.ncn-upsell-card {
  display: none !important;
  background: #ffffff;
}

.ncn-upsell-card .iconic-wsb-checkout-bump {
  margin: 0;
  border: 0 !important;
  background: transparent;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__header,
.ncn-upsell-card .iconic-wsb-checkout-bump__body {
  border: 0 !important;
  background: transparent;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__header {
  padding: 0;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__header-bump-title {
  color: var(--ncn-text) !important;
  font-size: 15px;
  font-weight: 800;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__body {
  display: flex;
  gap: 14px;
  padding: 0;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__product-image {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f8fb;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__product {
  color: var(--ncn-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__price {
  margin-top: 10px;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__price del {
  margin-right: 8px;
  color: #8ba0b4;
}

.ncn-upsell-card .woocommerce-Price-amount {
  color: var(--ncn-text);
  font-weight: 800;
}

.ncn-upsell-card .iconic-wsb-checkout-bump__variable {
  display: none;
}

.ncn-plugin-upsells {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.ncn-plugin-upsells__list:empty {
  display: none;
}

.ncn-plugin-upsells.is-busy {
  opacity: 0.68;
  pointer-events: none;
}

.ncn-final-card.has-plugin-upsells #iconic-wsb-checkout-bump-trigger_field,
.ncn-final-card.has-plugin-upsells .iconic-wsb-checkout-bump {
  display: none !important;
}

.ncn-plugin-upsells__header {
  margin-bottom: 14px;
}

.ncn-plugin-upsells__eyebrow {
  display: none;
}

.ncn-plugin-upsells__title {
  margin: 0;
  color: var(--ncn-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.ncn-plugin-upsell {
  position: relative;
  display: grid !important;
  grid-template-columns: 22px 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #dbe7f1;
  border-radius: 18px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ncn-plugin-upsell:hover {
  border-color: rgba(11, 93, 56, 0.24);
  box-shadow: 0 12px 24px rgba(17, 38, 63, 0.08);
}

.ncn-plugin-upsell.is-selected {
  border-color: rgba(11, 93, 56, 0.38);
  box-shadow: 0 14px 26px rgba(11, 93, 56, 0.12);
}

.ncn-plugin-upsell__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 4px;
}

.ncn-plugin-upsell__checkbox {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ncn-plugin-upsell__indicator {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #b8cad8;
  border-radius: 999px;
  background: #ffffff;
}

.ncn-plugin-upsell.is-selected .ncn-plugin-upsell__indicator {
  border-color: var(--ncn-green-cta);
  background: var(--ncn-green-cta);
}

.ncn-plugin-upsell.is-selected .ncn-plugin-upsell__indicator::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.ncn-plugin-upsell__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 38, 63, 0.06);
}

.ncn-plugin-upsell__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.ncn-plugin-upsell__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ncn-plugin-upsell__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ncn-plugin-upsell__name {
  color: var(--ncn-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.ncn-plugin-upsell__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(11, 93, 56, 0.1);
  color: var(--ncn-green-cta);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ncn-plugin-upsell__description {
  display: block;
  margin-top: 6px;
  color: var(--ncn-text-soft);
  font-size: 13px;
  line-height: 1.55;
}

.ncn-plugin-upsell__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.ncn-plugin-upsell__price-old {
  color: #8ba0b4;
  font-size: 13px;
  text-decoration: line-through;
}

.ncn-plugin-upsell__price-new {
  color: var(--ncn-text);
  font-size: 18px;
  font-weight: 800;
}

.ncn-final-card .ncn-plugin-upsells {
  order: 2;
}

.ncn-final-card--upsells {
  padding-top: 18px;
}

.ncn-final-card--upsells:not(:has(.ncn-plugin-upsells, .sb-ship-upsell)) {
  display: none;
}

.ncn-final-card--upsells .ncn-plugin-upsells {
  margin: 0;
}

.ncn-plugin-upsells .sb-ship-upsell {
  margin-top: 12px;
}

.ncn-billing-privacy-note {
  margin-top: 16px;
  color: #75879b;
  font-size: 12px;
  line-height: 1.65;
}

.ncn-billing-privacy-note p {
  margin: 0;
}

.ncn-final-card .woocommerce-privacy-policy-text {
  margin-bottom: 14px;
  color: var(--ncn-text-soft);
  font-size: 13px;
  line-height: 1.7;
}

.ncn-final-card .woocommerce-privacy-policy-text p {
  margin: 0;
}

.ncn-final-card .woocommerce-terms-and-conditions-wrapper,
.ncn-final-card #woo_ml_subscribe_field,
.ncn-final-card .place-order,
.ncn-final-card .iconic-wsb-checkout-bump,
.ncn-final-card .woocommerce-privacy-policy-text {
  margin-top: 0;
}

.ncn-final-card--payment-choice .wc_payment_methods {
  display: grid;
  gap: 12px;
}

.ncn-final-card--payment-choice .woocommerce-terms-and-conditions-wrapper,
.ncn-final-card--payment-choice #woo_ml_subscribe_field,
.ncn-final-card--payment-choice .place-order {
  margin-top: 14px;
}

.ncn-final-card .woocommerce-form__label-for-checkbox,
.ncn-final-card #woo_ml_subscribe_field label {
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
  padding: 14px 16px;
  color: var(--ncn-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.ncn-final-card .place-order .woocommerce-terms-and-conditions-wrapper {
  order: 1;
}

.ncn-final-card .place-order .ncn-pay-total-wrap {
  order: 2;
}

.ncn-final-card .place-order #place_order {
  order: 3;
}

.ncn-final-card .iconic-wsb-checkout-bump {
  order: 2;
}

.ncn-final-card input[type='checkbox'] {
  margin-top: 2px;
}

.ncn-final-card .place-order {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.ncn-pay-total-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 4px 0 0;
}

.ncn-pay-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
}

.ncn-pay-total__label {
  margin: 0;
  color: var(--ncn-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.ncn-pay-total__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.ncn-pay-total__toggle:hover,
.ncn-pay-total__toggle:focus,
.ncn-pay-total__toggle:focus-visible,
.ncn-pay-total__toggle:active {
  outline: none;
  box-shadow: none;
  background: transparent;
  color: inherit;
}

.ncn-pay-total__toggle::selection,
.ncn-pay-total__chevron::selection {
  background: transparent;
  color: inherit;
}

.ncn-pay-total__chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #111111;
  transition: transform 0.15s ease;
}

.ncn-pay-total.is-open .ncn-pay-total__chevron {
  transform: rotate(180deg);
}

.ncn-pay-breakdown {
  width: 100%;
  padding: 4px 14px;
  border: 1px solid #e3eaf2;
  border-radius: 14px;
  background: #f8fafc;
}

.ncn-pay-breakdown[hidden] {
  display: none !important;
}

.ncn-pay-breakdown__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.ncn-pay-breakdown__row + .ncn-pay-breakdown__row {
  border-top: 1px solid #e9eef5;
}

.ncn-pay-breakdown__label {
  min-width: 0;
  color: var(--ncn-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ncn-pay-breakdown__label small {
  display: block;
  margin-top: 2px;
  color: #6f7c8a;
  font-size: 11px;
  font-weight: 600;
}

.ncn-pay-breakdown__qty {
  color: #6f7c8a;
  font-weight: 600;
}

.ncn-pay-breakdown__value {
  flex: 0 0 auto;
  color: var(--ncn-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.ncn-pay-breakdown__row--discount .ncn-pay-breakdown__label,
.ncn-pay-breakdown__row--discount .ncn-pay-breakdown__value,
.ncn-pay-breakdown__row--discount .ncn-pay-breakdown__value .woocommerce-Price-amount,
.ncn-pay-breakdown__row--discount .ncn-pay-breakdown__value .amount,
.ncn-pay-breakdown__row--discount .ncn-pay-breakdown__value bdi {
  color: var(--ncn-text);
}

.ncn-pay-breakdown .ncn-deal,
.ncn-pay-breakdown .ncn-deal__now,
.ncn-pay-breakdown .ncn-deal__original,
.ncn-pay-breakdown .woocommerce-Price-amount {
  font-size: 13px;
  line-height: 1.35;
}

.ncn-pay-total__amounts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.ncn-pay-total .ncn-deal__original {
  font-size: 15px;
}

.ncn-pay-total .ncn-deal__pct {
  font-size: 15px;
}

.ncn-pay-total .ncn-deal__now {
  font-size: 26px;
}

.ncn-final-card #place_order {
  width: 100%;
  margin-top: 0;
}

.ncn-final-card .wc-stripe-payment-request-wrapper,
.ncn-final-card .wc-stripe-express-checkout-element,
.ncn-final-card .wc-stripe-upe-payment-request-button,
.ncn-final-card .stripe-payment-request-button,
.ncn-final-card [id*='wc-stripe-express-checkout'],
.ncn-final-card [class*='wc-stripe-express-checkout'],
.ncn-final-card [class*='payment-request'],
.ncn-final-card [id*='payment-request'],
.ncn-section-card--payment .wc-stripe-payment-request-wrapper,
.ncn-section-card--payment .wc-stripe-express-checkout-element,
.ncn-section-card--payment .wc-stripe-upe-payment-request-button,
.ncn-section-card--payment .stripe-payment-request-button,
.ncn-section-card--payment [id*='wc-stripe-express-checkout'],
.ncn-section-card--payment [class*='wc-stripe-express-checkout'],
.ncn-section-card--payment [class*='payment-request'],
.ncn-section-card--payment [id*='payment-request'],
form.checkout > #wc-stripe-express-checkout-button-separator {
  display: none !important;
}

body:not(.ncn-express-on) .ncn-express-card,
body:not(.ncn-express-on) .ncn-express-card .wc-stripe-payment-request-wrapper,
body:not(.ncn-express-on) .ncn-express-card .wc-stripe-express-checkout-element,
body:not(.ncn-express-on) .ncn-express-card .wc-stripe-upe-payment-request-button,
body:not(.ncn-express-on) .ncn-express-card .stripe-payment-request-button,
body:not(.ncn-express-on) .ncn-express-card [id*='wc-stripe-express-checkout'],
body:not(.ncn-express-on) .ncn-express-card [class*='wc-stripe-express-checkout'],
body:not(.ncn-express-on) .ncn-express-card [class*='payment-request'],
body:not(.ncn-express-on) .ncn-express-card [id*='payment-request'] {
  display: none !important;
}

body.ncn-express-on .ncn-express-card .wc-stripe-payment-request-wrapper,
body.ncn-express-on .ncn-express-card .wc-stripe-express-checkout-element,
body.ncn-express-on .ncn-express-card .wc-stripe-upe-payment-request-button,
body.ncn-express-on .ncn-express-card .stripe-payment-request-button,
body.ncn-express-on .ncn-express-card [id*='wc-stripe-express-checkout'],
body.ncn-express-on .ncn-express-card [class*='wc-stripe-express-checkout'],
body.ncn-express-on .ncn-express-card [class*='payment-request'],
body.ncn-express-on .ncn-express-card [id*='payment-request'] {
  display: block !important;
}

.ncn-final-card .wc-stripe-upe-element,
.ncn-final-card #wc-stripe-upe-form,
.ncn-final-card .wc-upe-form.wc-payment-form {
  display: block !important;
  width: 100% !important;
}

.ncn-express-card #wc-stripe-express-checkout-button-separator,
#wc-stripe-express-checkout-button-separator,
.ncn-checkout-shell__content .wc-stripe-payment-request-wrapper,
.ncn-checkout-shell__content .wc-stripe-express-checkout-element,
.ncn-checkout-shell__content .wc-stripe-upe-payment-request-button,
.ncn-checkout-shell__content .stripe-payment-request-button,
.ncn-checkout-shell__content [id*='wc-stripe-express-checkout'],
.ncn-checkout-shell__content [class*='wc-stripe-express-checkout'] {
  display: none !important;
}

body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card,
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card .wc-stripe-payment-request-wrapper,
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card .wc-stripe-express-checkout-element,
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card .wc-stripe-upe-payment-request-button,
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card .stripe-payment-request-button,
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card [id*='wc-stripe-express-checkout'],
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card [class*='wc-stripe-express-checkout'],
body:not(.ncn-express-on) .ncn-checkout-shell__content .ncn-express-card #gpay-button-online-api-id {
  display: none !important;
}

body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card .wc-stripe-payment-request-wrapper,
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card .wc-stripe-express-checkout-element,
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card .wc-stripe-upe-payment-request-button,
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card .stripe-payment-request-button,
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card [id*='wc-stripe-express-checkout'],
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card [class*='wc-stripe-express-checkout'],
body.ncn-express-on .ncn-checkout-shell__content .ncn-express-card #gpay-button-online-api-id {
  display: block !important;
}

body:not(.ncn-checkout-next-ready) #gpay-button-online-api-id,
form.checkout #gpay-button-online-api-id:not(.ncn-express-source) {
  display: none !important;
}

body:not(.ncn-express-on) form.checkout .ncn-express-card,
body:not(.ncn-express-on) form.checkout .ncn-express-card #gpay-button-online-api-id,
body:not(.ncn-express-on):not(.ncn-checkout-next-ready) .ncn-express-card #gpay-button-online-api-id {
  display: none !important;
}

body.ncn-express-on form.checkout .ncn-express-card,
body.ncn-express-on form.checkout .ncn-express-card #gpay-button-online-api-id,
body.ncn-express-on:not(.ncn-checkout-next-ready) .ncn-express-card #gpay-button-online-api-id {
  display: block !important;
  width: 100%;
}

.ncn-final-card .woocommerce-terms-and-conditions,
.ncn-final-card .terms-and-conditions {
  display: none !important;
}

.ncn-final-card .woocommerce-terms-and-conditions-link,
.ncn-final-card .woocommerce-privacy-policy-link {
  color: var(--ncn-blue);
  text-decoration: underline;
}

.ncn-checkout-note {
  margin: 10px 0 0;
  color: #8ba0b4;
  font-size: 12px;
  font-weight: 700;
}

.ncn-mobile-submit-bar {
  display: none !important;
}

.ncn-checkout-shell .woocommerce-notices-wrapper:empty,
.ncn-checkout-shell .clear,
.ncn-checkout-shell .woocommerce-form-login-toggle,
.ncn-checkout-shell .woocommerce-form-login,
.ncn-checkout-shell .woocommerce-form-coupon,
.ncn-checkout-shell .col2-set::before,
.ncn-checkout-shell .col2-set::after {
  display: none !important;
}

.ncn-checkout-shell .woocommerce-error,
.ncn-checkout-shell .woocommerce-message,
.ncn-checkout-shell .woocommerce-info {
  border-radius: 16px;
  border: 1px solid var(--ncn-border);
  background: #ffffff !important;
  color: var(--ncn-text) !important;
  box-shadow: 0 10px 24px rgba(19, 32, 51, 0.05);
}

.ncn-checkout-shell .woocommerce-error {
  border-color: #fecaca !important;
  border-left: 5px solid #dc2626 !important;
  background: #fef2f2 !important;
  color: #7f1d1d !important;
}

.ncn-checkout-shell .woocommerce-error li,
.ncn-checkout-shell .woocommerce-error a,
.ncn-checkout-shell .woocommerce-error strong {
  color: #7f1d1d !important;
}

.ncn-checkout-shell .woocommerce-message {
  border-color: #bbf7d0 !important;
  border-left: 5px solid var(--ncn-success) !important;
  background: #f0fdf4 !important;
  color: #14532d !important;
}

.ncn-checkout-shell .woocommerce-message li,
.ncn-checkout-shell .woocommerce-message a,
.ncn-checkout-shell .woocommerce-message strong {
  color: #14532d !important;
}

.ncn-checkout-shell .woocommerce-info {
  border-color: #bfdbfe !important;
  border-left: 5px solid var(--ncn-blue) !important;
  background: #eff6ff !important;
  color: #1e3a8a !important;
}

.ncn-checkout-shell .woocommerce-info li,
.ncn-checkout-shell .woocommerce-info a,
.ncn-checkout-shell .woocommerce-info strong {
  color: #1e3a8a !important;
}

.ncn-checkout-shell .ncn-coupon-notice-hidden {
  display: none !important;
}

@media (max-width: 1180px) {
  .nordcanin-checkout-next-page #content-wrap.container {
    width: min(1320px, calc(100vw - 24px));
  }

  .ncn-checkout-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  html.ncn-checkout-next-ready {
    overflow-anchor: none;
  }

  .ncn-checkout-shell {
    margin: 12px auto 20px;
    padding: 0 6px 20px;
  }

  .ncn-checkout-shell__top {
    position: static;
    gap: 10px;
    margin-bottom: 10px;
  }

  .ncn-express-card {
    padding: 14px;
  }

  .ncn-express-card__header {
    margin-bottom: 8px;
  }

  .ncn-section-card,
  .ncn-summary-card,
  .ncn-final-card,
  .ncn-upsell-card {
    padding: 14px;
  }

  .ncn-section-card__header,
  .ncn-summary-card__header,
  .ncn-final-card__header,
  .ncn-upsell-card__header {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .ncn-summary-products {
    margin-bottom: 8px;
  }

  .ncn-summary-product {
    gap: 8px;
    padding: 8px 0;
  }

  .ncn-summary-product__media {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .ncn-summary-product__image-wrap {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .ncn-summary-card .ncn-coupon-card {
    margin-bottom: 8px;
  }

  .ncn-summary-card .ncn-coupon-feedback {
    gap: 6px;
    padding: 8px 10px;
  }

  .ncn-summary-card .coupon-form .input-text,
  .ncn-summary-card .checkout_coupon .input-text,
  .ncn-summary-card .coupon-form button,
  .ncn-summary-card .checkout_coupon button {
    min-height: 48px;
  }

  .ncn-summary-card .ncn-coupon-grid,
  .ncn-summary-card .coupon-form,
  .ncn-summary-card .checkout_coupon.woocommerce-form-coupon {
    gap: 0;
  }

  .ncn-summary-card table.shop_table {
    border-radius: 10px;
  }

  .ncn-summary-card table.shop_table tfoot tr {
    gap: 6px;
    padding: 6px 0;
  }

  .ncn-toggle-card {
    padding: 12px;
  }

  .ncn-field-grid,
  .ncn-company-fields,
  .ncn-shipping-address-grid,
  .ncn-coupon-grid {
    gap: 10px;
  }

  .ncn-native-form .form-row,
  .ncn-native-form .woocommerce form .form-row {
    margin-bottom: 8px;
  }

  .ncn-native-form label,
  .ncn-native-form .form-row label {
    margin-bottom: 4px;
  }

  .ncn-native-form input[type='text'],
  .ncn-native-form input[type='email'],
  .ncn-native-form input[type='tel'],
  .ncn-native-form input[type='number'],
  .ncn-native-form input[type='password'],
  .ncn-native-form select,
  .ncn-native-form textarea,
  .ncn-native-form .select2-selection,
  .ncn-native-form .select2-selection__rendered,
  .ncn-native-form .input-text,
  .nordcanin-checkout-next-page .select2-search__field,
  .nordcanin-checkout-next-page .select2-dropdown,
  body.woocommerce-checkout .select2-search__field,
  body.woocommerce-checkout .select2-dropdown {
    font-size: 16px;
  }

  .ncn-company-fields,
  .ncn-shipping-fields-panel,
  .ncn-coupon-body {
    margin-top: 10px;
    padding-top: 10px;
  }

  .ncn-native-form #shipping_method li label,
  .ncn-native-form .wc_payment_method > label {
    padding: 14px 14px 14px 48px;
  }

  .ncn-checkout-note {
    margin-top: 6px;
  }

  .ncn-checkout-stage {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ncn-checkout-main,
  .ncn-checkout-sidebar {
    display: contents;
  }

  .ncn-checkout-main {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .ncn-checkout-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .ncn-summary-card {
    position: static;
    top: auto;
  }

  .ncn-plugin-upsell,
  .ncn-plugin-upsell.sb-ship-upsell {
    grid-template-columns: 20px 48px minmax(0, 1fr);
    gap: 10px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 14px;
  }

  .ncn-plugin-upsell__image-wrap {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .ncn-plugin-upsell__description {
    display: none;
  }

  .ncn-plugin-upsell__name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ncn-plugin-upsell__badge {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
  }

  .ncn-plugin-upsell__prices {
    margin-top: 4px;
  }

  .ncn-plugin-upsell__price-new {
    font-size: 15px;
  }

  .ncn-plugin-upsells {
    padding: 0;
  }

  .ncn-plugin-upsells__header {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .ncn-plugin-upsells__title {
    font-size: 15px;
  }

  .ncn-section-card--customer {
    order: 1;
  }

  .ncn-section-card--billing {
    order: 2;
  }

  .ncn-section-card--shipping {
    order: 3;
  }

  .ncn-final-card--upsells {
    order: 4;
  }

  .ncn-summary-card {
    order: 5;
  }

  .ncn-final-card--payment-choice {
    order: 6;
  }
}

@media (max-width: 768px) {
  .ncn-coupon-card__toggle {
    align-items: flex-start;
  }

  .ncn-coupon-card__meta {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .ncn-coupon-card__status {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ncn-coupon-feedback {
    padding: 11px 12px;
    font-size: 13px;
  }
  .nordcanin-checkout-next-page #content-wrap.container {
    width: calc(100vw - 12px);
  }

  .ncn-checkout-shell {
    margin-top: 8px;
    padding: 0 4px 16px;
  }

  .ncn-progress-card,
  .ncn-express-card,
  .ncn-step-strip,
  .ncn-section-card,
  .ncn-summary-card,
  .ncn-final-card,
  .ncn-upsell-card {
    border-radius: 16px;
    padding: 12px;
  }

  .ncn-section-card__header,
  .ncn-summary-card__header,
  .ncn-final-card__header,
  .ncn-upsell-card__header {
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .ncn-progress-card {
    flex-direction: column;
    align-items: stretch;
  }

  .ncn-progress-card__meta {
    min-width: 0;
  }

  .ncn-express-card__title,
  .ncn-section-card__title,
  .ncn-summary-card__title,
  .ncn-final-card__title,
  .ncn-upsell-card__title {
    font-size: 20px;
  }

  .ncn-field-grid,
  .ncn-company-fields,
  .ncn-shipping-address-grid,
  .ncn-coupon-grid {
    grid-template-columns: 1fr;
  }

  .ncn-summary-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 6px 0;
  }

  .ncn-summary-product__media {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }

  .ncn-summary-product__image-wrap {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .ncn-summary-product__actions {
    margin-top: 6px;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .ncn-summary-product__price {
    padding-left: 0;
    text-align: right;
  }

  .ncn-qty__btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .ncn-summary-card__header {
    align-items: center;
  }

  .ncn-summary-card .ncn-refund-email-row .input-text {
    border-radius: 16px;
  }

  .ncn-native-form #shipping_method li label,
  .ncn-native-form .wc_payment_method > label {
    padding-right: 16px;
    font-size: 14px;
  }

  .ncn-upsell-card .iconic-wsb-checkout-bump__body {
    flex-direction: column;
  }

  .ncn-plugin-upsell {
    grid-template-columns: 20px 52px minmax(0, 1fr) !important;
    align-items: flex-start;
  }

  .ncn-plugin-upsell__image-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .ncn-plugin-upsell__topline {
    flex-direction: column;
    align-items: flex-start;
  }
}
