﻿body#cart .cart-grid,
body#checkout section#main > .row {
  align-items: flex-start;
}

body#cart .page-title,
body#checkout .page-title {
  margin-bottom: 1.1rem;
}

body#cart .cart-grid-body,
body#checkout .checkout-step {
  min-width: 0;
}

body#checkout .checkout-step {
  border: 1px solid rgba(20, 35, 50, 0.10);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(20, 35, 50, 0.05);
}

body#checkout .checkout-step .step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  border-bottom: 1px solid rgba(20, 35, 50, 0.08);
}

body#checkout .checkout-step .content {
  padding: 18px;
}

body#checkout .checkout-step:not(.-current) .content {
  padding-top: 0;
}

body#checkout .checkout-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #0f2f52;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
}

body#checkout .checkout-step.-complete .step-number {
  background: #1f7a58;
}

body#cart .cart-summary,
body#checkout .cart-summary {
  border: 1px solid rgba(20, 35, 50, 0.10);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(20, 35, 50, 0.07);
}

@media (min-width: 992px) {
  body#cart .cart-grid-right,
  body#checkout .cart-grid-right {
    position: sticky;
    top: 96px;
  }
}

body#cart .cart-detailed-actions .btn,
body#checkout #payment-confirmation .btn,
body#checkout .checkout-step .continue {
  min-height: 52px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
}

.isco-summary-label {
  padding: 12px 18px 0;
  color: #25364a;
  font-weight: 600;
}

.isco-trust-panel {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.isco-trust-panel-summary {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(20, 35, 50, 0.08);
}

.isco-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #25364a;
  font-size: .92rem;
}

.isco-trust-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: rgba(31, 122, 88, .12);
}

.isco-trust-icon::before {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #1f7a58;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.isco-support-panel,
.isco-final-notice {
  border: 1px solid rgba(15, 47, 82, .12);
  border-radius: 8px;
  background: #f7f9fb;
  color: #223044;
  padding: 14px 16px;
  margin: 14px 0;
}

.isco-support-title,
.isco-final-notice strong {
  display: block;
  color: #0f2f52;
  font-weight: 700;
  margin-bottom: 4px;
}

.isco-support-text,
.isco-final-notice span {
  font-size: .92rem;
  line-height: 1.45;
}

body#checkout .payment-option,
body#checkout .delivery-option {
  border: 1px solid rgba(20, 35, 50, 0.10);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  background: #fff;
}

body#checkout .payment-option:has(input:checked),
body#checkout .delivery-option:has(input:checked),
body#checkout .payment-option.isco-selected,
body#checkout .delivery-option.isco-selected {
  border-color: rgba(15, 47, 82, .42);
  box-shadow: 0 0 0 3px rgba(15, 47, 82, .08);
}

.isco-express-header {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 430px);
  gap: 18px;
  align-items: center;
  margin: 0 0 14px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 47, 82, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  box-shadow: 0 12px 34px rgba(15, 47, 82, .07);
}

.isco-express-kicker {
  color: #1f7a58;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.isco-express-title {
  color: #0f2f52;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.isco-express-copy {
  margin-top: 3px;
  color: #526276;
  font-size: .92rem;
  line-height: 1.35;
}

.isco-express-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}

.isco-rail-dot {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 4px;
  padding-top: 23px;
  color: #7a8796;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.isco-rail-dot::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 999px;
  background: rgba(15, 47, 82, .18);
}

.isco-rail-dot b {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #dfe8f0;
  color: #0f2f52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  transform: translateX(-50%);
}

.isco-rail-dot small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isco-rail-dot.is-active::before,
.isco-rail-dot.is-done::before {
  background: #0f2f52;
}

.isco-rail-dot.is-active b,
.isco-rail-dot.is-done b {
  background: #0f2f52;
  color: #fff;
}

.isco-rail-dot.is-done b {
  background: #1f7a58;
}

.isco-rail-dot.is-active,
.isco-rail-dot.is-done {
  color: #0f2f52;
}

.isco-fast-payments {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(15, 47, 82, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 47, 82, .055);
}

.isco-fast-payments-head {
  display: grid;
  gap: 3px;
}

.isco-fast-payments-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.isco-fast-payments-head span {
  color: #0f2f52;
  font-size: .96rem;
  font-weight: 800;
}

.isco-fast-payments-title b {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #0f2f52;
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.isco-fast-payments-head small {
  color: #66758a;
  font-size: .82rem;
  line-height: 1.35;
  text-align: left;
}

.isco-fast-payment-actions {
  display: block;
}

.isco-fast-payments-native-ready .isco-fast-payment-or {
  margin-top: -2px;
}

.isco-fast-payments-no-native .isco-fast-payment-or {
  display: block;
}

.isco-express-empty,
.isco-express-choice-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 47, 82, .12);
  border-radius: 8px;
  background: #fbfcfe;
}

.isco-express-empty strong,
.isco-express-choice-card strong {
  color: #0f2f52;
  font-size: .94rem;
  font-weight: 850;
}

.isco-express-empty span,
.isco-express-empty small,
.isco-express-choice-card span {
  color: #637287;
  font-size: .8rem;
  line-height: 1.35;
}

.isco-express-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.isco-provider-intro {
  display: grid;
  gap: 3px;
  padding: 2px 2px 0;
}

.isco-provider-intro strong {
  color: #0f2f52;
  font-size: .94rem;
  font-weight: 850;
}

.isco-provider-intro span {
  color: #637287;
  font-size: .82rem;
  line-height: 1.35;
}

.isco-provider-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.isco-provider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  position: relative;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(15, 47, 82, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #172337;
  font-size: .8rem;
  font-weight: 850;
  text-align: center;
  cursor: pointer;
}

.isco-provider-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f4f6f8;
  color: inherit;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}

.isco-provider-state {
  flex: 1 0 100%;
  margin: -3px 0 0;
  color: #7c8796;
  font-size: .68rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
}

.isco-provider-btn.is-pending {
  opacity: .66;
  background: #f7f9fb;
  cursor: default;
}

.isco-provider-btn.is-available .isco-provider-state {
  color: #1f7a58;
}

.isco-provider-btn.is-later {
  border-color: rgba(15, 47, 82, .28);
  background: #fff;
}

.isco-provider-btn.is-later .isco-provider-state {
  color: #0f2f52;
}

.isco-choice-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  color: #7b8796;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.isco-choice-divider::before,
.isco-choice-divider::after {
  content: "";
  height: 1px;
  background: rgba(15, 47, 82, .12);
}

.isco-manual-checkout-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(15, 47, 82, .10);
  border-radius: 8px;
  background: #fff;
}

.isco-manual-checkout-head {
  display: grid;
  gap: 2px;
}

.isco-manual-checkout-head strong {
  color: #0f2f52;
  font-size: .9rem;
  font-weight: 850;
}

.isco-manual-checkout-head span {
  color: #637287;
  font-size: .8rem;
  line-height: 1.35;
}

body#checkout.isco-onepage.isco-checkout-choice-made .isco-fast-payment-or {
  display: none;
}

.isco-provider-btn:hover,
.isco-provider-btn:focus {
  border-color: rgba(15, 47, 82, .38);
  box-shadow: 0 0 0 3px rgba(15, 47, 82, .08);
  outline: 0;
}

.isco-provider-btn.is-google b {
  color: #1a73e8;
}

.isco-provider-btn.is-facebook b {
  color: #1877f2;
}

.isco-provider-btn.is-paypal b {
  color: #003087;
}

.isco-provider-btn.is-amazon b {
  color: #111827;
}

.isco-provider-btn.is-klarna b {
  color: #8a4057;
}

.isco-provider-btn.is-apple b {
  color: #111;
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step {
  border-color: rgba(15, 47, 82, .10);
  box-shadow: 0 8px 20px rgba(15, 47, 82, .035);
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step::before {
  display: none;
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step .content {
  display: none;
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step .step-title {
  min-height: 54px;
  border-bottom: 0;
  background: #fff;
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step .step-title::after {
  content: attr(data-isco-awaiting-label);
  margin-left: auto;
  color: #6b7788;
  font-size: .8rem;
  font-weight: 700;
}

body#checkout.isco-onepage.isco-awaiting-checkout-choice #checkout-personal-information-step .isco-step-status {
  display: none !important;
}

.isco-express-choice-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.isco-express-choice-btn {
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 11px 12px;
  border: 1px solid rgba(15, 47, 82, .28);
  border-radius: 8px;
  background: #0f2f52;
  color: #fff;
  font-size: .84rem;
  font-weight: 850;
  text-align: center;
  cursor: pointer;
}

.isco-express-choice-btn strong {
  color: inherit;
  font-size: .86rem;
  font-weight: 850;
}

.isco-express-choice-btn span {
  color: rgba(255, 255, 255, .82);
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.25;
}

.isco-express-choice-btn.is-secondary {
  background: #fff;
  color: #0f2f52;
}

.isco-express-choice-btn.is-secondary span {
  color: #66758a;
}

.isco-express-choice-btn:hover,
.isco-express-choice-btn:focus {
  box-shadow: 0 0 0 3px rgba(15, 47, 82, .10);
  outline: 0;
}

.isco-field-pulse {
  box-shadow: 0 0 0 3px rgba(31, 122, 88, .18) !important;
}

@media (max-width: 480px) {
  .isco-express-primary,
  .isco-express-choice-actions {
    grid-template-columns: 1fr;
  }

  .isco-provider-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .isco-provider-btn {
    min-height: 42px;
    padding: 8px 8px;
  }
}

.isco-native-express-slot {
  display: none;
}

.isco-native-express-slot.is-ready {
  display: block;
  padding: 12px;
  border: 1px solid rgba(31, 122, 88, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(31, 122, 88, .055) 0%, rgba(255, 255, 255, .96) 100%);
}

.isco-native-express-slot.is-ready::before {
  content: attr(data-isco-native-label);
  display: block;
  margin: 0 0 9px;
  color: #1f7a58;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.isco-native-express-provider {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.isco-native-express-provider #paypal-button-container {
  min-height: 44px;
}

.isco-native-express-provider.iqitsociallogin-checkout {
  display: grid;
  gap: 8px;
  max-width: none;
  padding: 0 !important;
}

.isco-native-express-provider.iqitsociallogin-checkout > span {
  color: #4f6075 !important;
  font-size: .82rem;
  font-weight: 700;
}

.isco-native-express-provider.iqitsociallogin-checkout .btn-iqitsociallogin {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.isco-fast-payment-or {
  color: #738094;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.isco-fast-payment-btn {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 78px;
  padding: 13px 44px 13px 13px;
  border: 1px solid rgba(15, 47, 82, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #223044;
  text-align: left;
  cursor: pointer;
}

.isco-fast-payment-btn.isco-fast-payment-configured {
  border-style: dashed;
}

.isco-fast-payment-btn:hover,
.isco-fast-payment-btn:focus {
  border-color: rgba(15, 47, 82, .46);
  box-shadow: 0 0 0 3px rgba(15, 47, 82, .08);
  outline: 0;
}

.isco-fast-payment-btn strong {
  color: #0f2f52;
  font-size: .95rem;
  font-weight: 850;
}

.isco-fast-payment-btn span {
  color: #5f6f83;
  font-size: .8rem;
  line-height: 1.28;
}

.isco-fast-payment-btn em {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(31, 122, 88, .10);
  color: #1f7a58;
  font-size: .68rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.isco-fast-payment-klarna em {
  background: rgba(255, 179, 199, .28);
  color: #7d344a;
}

.isco-fast-payment-notice {
  padding: 9px 11px;
  border: 1px solid rgba(15, 47, 82, .10);
  border-radius: 8px;
  background: #f7fafc;
  color: #526276;
  font-size: .82rem;
  line-height: 1.35;
}

body#checkout.isco-onepage .checkout-step {
  position: relative;
  border-color: rgba(15, 47, 82, .12);
  box-shadow: 0 10px 28px rgba(15, 47, 82, .045);
}

body#checkout.isco-onepage .checkout-step .step-title {
  min-height: 64px;
  background: #fff;
}

body#checkout.isco-onepage .checkout-step.-current {
  border-color: rgba(15, 47, 82, .32);
  box-shadow: 0 18px 42px rgba(15, 47, 82, .10);
}

body#checkout.isco-onepage .checkout-step.-current::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #0f2f52;
}

body#checkout.isco-onepage .checkout-step.-current .step-title {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

body#checkout.isco-onepage .checkout-step.-complete {
  border-color: rgba(31, 122, 88, .22);
  background: #fcfefd;
}

body#checkout.isco-onepage .checkout-step .step-number {
  background: #eef4f8;
  color: #0f2f52;
}

body#checkout.isco-onepage .checkout-step.-current .step-number {
  background: #0f2f52;
  color: #fff;
}

body#checkout.isco-onepage .checkout-step.-complete .step-number {
  background: #1f7a58;
  color: #fff;
}

.isco-step-status {
  order: 20;
  margin-left: auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef3f8;
  color: #526276;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.isco-v1-step-summary {
  min-width: 0;
  order: 10;
  flex: 1 1 auto;
  padding: 7px 10px;
  border: 1px solid rgba(31, 122, 88, .24);
  border-radius: 999px;
  background: rgba(31, 122, 88, .08);
  color: #254033;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.isco-v1-step-summary:empty {
  display: none;
}

.isco-v1-step-edit {
  appearance: none;
  order: 15;
  border: 1px solid rgba(15, 47, 82, .18);
  border-radius: 999px;
  background: #fff;
  color: #0f2f52 !important;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 10px;
}

.isco-v1-step-edit[hidden] {
  display: none !important;
}

body#checkout.isco-onepage .checkout-step.-current .isco-step-status {
  background: #0f2f52;
  color: #0f2f52;
}

body#checkout.isco-onepage .checkout-step.-current .isco-step-status {
  color: #fff;
}

body#checkout.isco-onepage .checkout-step.-complete .isco-step-status {
  background: rgba(31, 122, 88, .11);
  color: #1f7a58;
}

.isco-next-action {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  align-items: center;
  margin: 0 0 12px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(15, 47, 82, .14);
  border-left: 4px solid #0f2f52;
  border-radius: 8px;
  background: #f7fafc;
  color: #223044;
}

.isco-next-action-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #1f7a58;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}

.isco-next-action strong {
  color: #0f2f52;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.isco-next-action p {
  max-width: 720px;
  margin: 0;
  color: #526276;
  font-size: .9rem;
  line-height: 1.38;
}

.isco-next-action-btn {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 47, 82, .22);
  border-radius: 999px;
  background: #fff;
  color: #0f2f52;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.isco-next-action-btn:hover,
.isco-next-action-btn:focus {
  border-color: rgba(15, 47, 82, .44);
  box-shadow: 0 6px 16px rgba(15, 47, 82, .10);
}

.isco-next-action-btn.isco-loading {
  opacity: .72;
  pointer-events: none;
}

.isco-guided-target {
  animation: iscoGuidedPulse 1.6s ease-out 1;
}

.isco-address-microcopy {
  margin: 4px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 47, 82, .10);
  border-radius: 8px;
  background: #f7fafc;
  color: #526276;
  font-size: .84rem;
  line-height: 1.35;
}

.isco-phone-required-copy {
  margin-top: 6px;
  color: #526276;
  font-size: .8rem;
  line-height: 1.35;
}

.isco-draft-notice {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 122, 88, .16);
  border-radius: 8px;
  background: rgba(31, 122, 88, .07);
  color: #254033;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
}

.isco-field-has-error input,
.isco-field-has-error select,
.isco-field-has-error textarea,
.isco-field-has-error .custom-checkbox {
  border-color: rgba(176, 55, 55, .55) !important;
  box-shadow: 0 0 0 3px rgba(176, 55, 55, .08);
}

.isco-inline-error {
  margin-top: 7px;
  color: #9b2f2f;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.32;
}

@keyframes iscoGuidedPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 47, 82, .24);
  }
  45% {
    box-shadow: 0 0 0 5px rgba(15, 47, 82, .12);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(15, 47, 82, 0);
  }
}

.isco-mobile-bar {
  display: none;
}

@media (max-width: 767px) {
  body#checkout .checkout-step .step-title {
    padding: 14px;
    font-size: .95rem;
  }

  body#checkout .checkout-step .content {
    padding: 14px;
  }

  .isco-trust-panel-summary {
    padding: 12px;
  }

  .isco-express-header {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .isco-express-title {
    font-size: 1.08rem;
  }

  .isco-express-rail {
    width: 100%;
  }

  .isco-rail-dot {
    flex: 1;
  }

  .isco-step-status {
    display: none;
  }

  body#checkout.isco-onepage .checkout-step .step-title {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2px 8px;
  }

  .isco-v1-step-summary {
    flex: 1 0 100%;
    order: 4;
    margin-left: 38px;
    color: #657386;
    font-size: .8rem;
    line-height: 1.35;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .isco-v1-step-edit {
    order: 3;
    margin-left: auto;
    padding: 2px 0;
    font-size: .8rem;
  }

  body#checkout.isco-onepage .checkout-step {
    margin-bottom: 10px;
  }

  .isco-next-action {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    padding: 12px 13px 12px 15px;
  }

  .isco-next-action strong {
    font-size: .96rem;
  }

  .isco-next-action p {
    font-size: .84rem;
  }

  .isco-next-action-btn {
    width: 100%;
    min-height: 42px;
    margin-top: 4px;
  }

  .isco-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: block;
    margin: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(20, 35, 50, .10);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 24px rgba(20, 35, 50, .10);
  }

  .isco-mobile-bar.is-hidden {
    display: none !important;
  }

  .isco-mobile-bar .btn {
    width: 100%;
    min-height: 52px;
  }
}
body#checkout.isco-onepage #customer-form details {
  border: 1px solid rgba(15, 47, 82, .12);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 10px 12px;
  margin: 10px 0;
}

body#checkout.isco-onepage #customer-form details summary {
  cursor: pointer;
  color: #0f2f52;
  font-weight: 700;
}

body#checkout.isco-onepage #customer-form details summary::marker {
  color: #0f2f52;
}

body#checkout.isco-onepage #customer-form .custom-checkbox,
body#checkout.isco-onepage #customer-form .form-group:has(input[type="checkbox"]) {
  margin-top: 10px;
}

body#checkout.isco-onepage #customer-form .custom-checkbox label,
body#checkout.isco-onepage #customer-form .form-group:has(input[type="checkbox"]) label {
  line-height: 1.35;
}

.isco-privacy-note {
  margin: 10px 0 4px;
  color: #526276;
  font-size: .88rem;
  line-height: 1.38;
}
body#checkout.isco-onepage #customer-form details.isolani-checkout-account-option::after,
body#checkout.isco-onepage #customer-form details.isco-account-details::after {
  content: none;
  display: none;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished {
  max-width: 680px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .form-group {
  margin-bottom: 14px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .form-control-label {
  color: #223044;
  font-weight: 700;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .form-control {
  min-height: 46px;
  border-radius: 6px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .help-block {
  display: none;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished #field-firstname + .form-control-comment,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished #field-lastname + .form-control-comment {
  display: none;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .form-group.has-error .help-block {
  display: block;
}

.isco-personal-info-note {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-left: 3px solid #0f2f52;
  background: #f7f9fb;
  color: #526276;
  font-size: .9rem;
  line-height: 1.35;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished details.isco-account-details {
  margin: 14px 0;
  padding: 11px 13px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 10px;
  max-width: 620px;
  padding: 12px 14px;
  border-radius: 8px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy > .col-form-label,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin > .col-form-label,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy > .form-control-comment,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin > .form-control-comment {
  display: none;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy > .js-input-column,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin > .js-input-column {
  display: contents;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy {
  border: 2px solid rgba(15, 47, 82, .18);
  background: #fbfcfd;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin {
  border: 1px solid rgba(15, 47, 82, .10);
  background: #fff;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy .custom-checkbox,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin .custom-checkbox {
  display: contents;
  margin: 0;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy label,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin label {
  display: contents;
  color: #223044;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy label > input,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin label > input {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy label > input + span,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin label > input + span {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
  margin: 2px 0 0;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy label > .isco-privacy-label-text,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin label > .isco-optin-label-text,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy .isco-privacy-label-text,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin .isco-optin-label-text {
  display: block;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding-top: 1px;
}

body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-required-privacy .isco-privacy-copy,
body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .isco-optional-optin .isco-optin-copy {
  grid-column: 2;
  grid-row: 2;
  margin: 5px 0 0;
  color: #526276;
  font-size: .86rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished {
    max-width: none;
  }

  body#checkout.isco-onepage #checkout-personal-information-step #customer-form.isco-customer-form-polished .form-group {
    margin-bottom: 12px;
  }
}
body#checkout.isco-onepage .payment-option {
  border-width: 2px;
}

body#checkout.isco-onepage #conditions-to-approve {
  margin: 16px 0 8px;
  padding: 14px 16px;
  border: 2px solid rgba(15, 47, 82, .16);
  border-radius: 8px;
  background: #fbfcfd;
}

body#checkout.isco-onepage #conditions-to-approve ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#checkout.isco-onepage #conditions-to-approve li {
  margin: 0;
}

body#checkout.isco-onepage #conditions-to-approve .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body#checkout.isco-onepage #conditions-to-approve label {
  margin: 0;
  color: #223044;
  font-weight: 700;
  line-height: 1.35;
}

body#checkout.isco-onepage #conditions-to-approve label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.isco-terms-reminder {
  margin: 0 0 8px;
  color: #526276;
  font-size: .9rem;
  line-height: 1.38;
}

body#checkout.isco-onepage #conditions-to-approve.isco-needs-attention {
  border-color: rgba(190, 91, 30, .72);
  background: #fff7f1;
  box-shadow: 0 0 0 3px rgba(190, 91, 30, .10);
}

body#checkout.isco-onepage #conditions-to-approve.isco-needs-attention::before {
  content: attr(data-isco-terms-missing-label);
  display: block;
  margin-bottom: 10px;
  color: #8a4318;
  font-weight: 700;
  line-height: 1.35;
}

body#checkout.isco-onepage .js-alert-payment-conditions {
  display: none !important;
}

body#checkout .js-alert-payment-conditions {
  display: none !important;
}

.isco-payment-reminder {
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1px solid rgba(190, 91, 30, .35);
  border-radius: 8px;
  background: #fff7f1;
  color: #8a4318;
  font-weight: 700;
  line-height: 1.35;
}

body#checkout.isco-onepage #checkout-payment-step.isco-payment-needs-attention .payment-option {
  border-color: rgba(190, 91, 30, .42);
}
body#checkout.isco-onepage #conditions-to-approve.isco-terms-ok {
  border-color: rgba(31, 122, 88, .42);
  background: #f8fcfa;
}

body#checkout.isco-onepage #conditions-to-approve.isco-terms-ok::before {
  content: attr(data-isco-terms-ok-label);
  display: block;
  margin-bottom: 10px;
  color: #1f7a58;
  font-weight: 700;
  line-height: 1.35;
}

body#checkout.isco-onepage #payment-confirmation .btn.isco-awaiting-terms {
  background: #0f2f52;
  border-color: #0f2f52;
  box-shadow: 0 0 0 3px rgba(15, 47, 82, .10);
}

.isco-final-check-hint {
  margin: 10px 0 0;
  color: #526276;
  font-size: .9rem;
  line-height: 1.38;
  text-align: center;
}

body#checkout.isco-onepage #conditions-to-approve.isco-needs-attention + .isco-final-check-hint,
body#checkout.isco-onepage #conditions-to-approve.isco-needs-attention ~ .isco-final-check-hint {
  color: #8a4318;
  font-weight: 700;
}
/* terms-cta-copy-029 */
body#checkout.isco-onepage #payment-confirmation .btn.isco-awaiting-terms {
  white-space: normal;
  line-height: 1.18;
}
/* terms-near-confirmation-031 */
body#checkout.isco-onepage #conditions-to-approve {
  margin-top: 18px;
  margin-bottom: 12px;
}

body#checkout.isco-onepage .isco-terms-reminder {
  margin-top: 18px;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-login-prompt {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  color: #526276;
  font-weight: 600;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-login-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(15, 47, 82, .20);
  border-radius: 999px;
  background: #fff;
  color: #0f2f52;
  font-weight: 800;
  text-decoration: none;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-login-link:hover,
body#checkout.isco-onepage #checkout-personal-information-step .isco-login-link:focus {
  border-color: rgba(15, 47, 82, .40);
  box-shadow: 0 4px 12px rgba(15, 47, 82, .08);
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-personal-info-note {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-personal-info-note strong {
  color: #0f2f52;
  font-size: .94rem;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-privacy-link {
  color: #0f2f52;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body#checkout.isco-onepage #checkout-personal-information-step .isco-personal-info-note span strong {
  color: #223044;
  font-weight: 800;
}

body#checkout.isco-onepage #checkout-personal-information-step .isco-account-reassurance {
  margin-top: 8px;
  color: #526276;
  font-size: .86rem;
  line-height: 1.35;
}
body#checkout.isco-onepage .isco-express-copy {
  display: none;
}

@media (max-width: 991px) {
  #mobile-cart-toogle.m-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 38px;
  }

  #mobile-cart-toogle.m-nav-btn > i.fa-bag-shopping::before {
    content: "\f290";
    display: inline-block;
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }

  #mobile-cart-toogle .cart-products-count-btn {
    position: absolute;
    top: -5px;
    right: -7px;
  }
}

@media (max-width: 767px) {
  body#checkout.isco-onepage .isco-express-header {
    padding: 12px 14px;
  }

  body#checkout.isco-onepage .isco-fast-payments {
    padding: 12px;
  }

  body#checkout.isco-onepage .isco-fast-payments-head {
    display: grid;
  }

  body#checkout.isco-onepage .isco-fast-payments-head small {
    text-align: left;
  }

  body#checkout.isco-onepage .isco-express-kicker {
    margin-bottom: 2px;
  }

  body#checkout button[id^="minimized-trustbadge-"] {
    transform: scale(.72) !important;
    transform-origin: bottom left !important;
    opacity: .9;
  }

  body#checkout button[id^="trustbadge-minimized-menu-button-"] {
    transform: scale(.82) !important;
    transform-origin: top right !important;
  }
}
