.checkout-experience {
  --checkout-blue: #00a5e5;
  --checkout-blue-dark: #007eb5;
  --checkout-ink: #1c2a33;
  --checkout-muted: #71818b;
  --checkout-line: #dfeaf0;
  --checkout-soft: #f4f9fc;
  --checkout-white: #fff;
  position: relative;
  padding: 28px 0 72px;
  background:
    radial-gradient(circle at 8% 4%, rgba(0,165,229,.09), transparent 29%),
    radial-gradient(circle at 92% 18%, rgba(0,126,181,.07), transparent 24%),
    #f8fbfd;
  color: var(--checkout-ink);
}

.checkout-experience::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,165,229,.4), transparent);
}

.checkout-experience .container {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto;
}

.checkout-experience .breadcrumbs {
  margin: 0 0 20px;
  color: #8b9aa3;
}

.checkout-experience .breadcrumbs a {
  color: #5f727d;
  transition: color .2s ease;
}

.checkout-experience .breadcrumbs a:hover {
  color: var(--checkout-blue-dark);
}

.checkout-experience .global-title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 14px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--checkout-ink);
  text-align: center;
}

.checkout-experience .global-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--checkout-blue), #65cff4);
  transform: translateX(-50%);
}

.checkout-experience .cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 42px;
  align-items: start;
  font-weight: 400;
}

.checkout-experience .cart-from,
.checkout-experience .cart-product {
  width: auto;
  min-width: 0;
  margin: 0;
}

.checkout-experience .cart-product {
  position: sticky;
  top: 24px;
}

.checkout-experience .step {
  position: relative;
  margin: 0 0 22px;
  padding: 26px 28px;
  overflow: visible;
  border: 1px solid rgba(209,226,235,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 45px rgba(38,76,96,.08);
}

.checkout-experience .step:empty {
  display: none;
}

.checkout-experience .step::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 10px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--checkout-blue), #78d8f7);
}

.checkout-experience .step-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 0 24px;
  text-align: center;
}

.checkout-experience .step-heading:last-child {
  margin-bottom: 0;
}

.checkout-experience .step-heading span.number {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, var(--checkout-blue), var(--checkout-blue-dark));
  box-shadow: 0 7px 16px rgba(0,165,229,.25);
}

.checkout-experience .step-heading span.label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid var(--checkout-line);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--checkout-ink);
}

.checkout-experience .step-heading span .edit {
  margin: 0 0 0 auto;
  padding: 5px 0 3px;
  border: 0;
  border-bottom: 1px dashed var(--checkout-blue);
  font-size: 12px;
  color: var(--checkout-blue-dark);
}

.checkout-experience .step-hidden {
  color: var(--checkout-ink);
}

.checkout-experience .step-1 > .step-hidden {
  width: min(100%, 430px);
  margin: 0 auto;
  text-align: center;
}

.checkout-experience .form-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 0 0 26px;
  padding: 5px;
  border: 1px solid #e1edf2;
  border-radius: 14px;
  background: var(--checkout-soft);
}

.checkout-experience .form-tab-nav li,
.checkout-experience .form-tab-nav li + li {
  display: block;
  margin: 0;
  border-radius: 10px;
  text-align: center;
  transition: background .2s ease, box-shadow .2s ease;
}

.checkout-experience .form-tab-nav li a {
  display: block;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7c86;
}

.checkout-experience .form-tab-nav li.active {
  background: #fff;
  box-shadow: 0 6px 18px rgba(44,83,102,.1);
}

.checkout-experience .form-tab-nav li.active a {
  color: var(--checkout-blue-dark);
}

.checkout-experience .row {
  position: relative;
  margin: 0 0 14px;
}

.checkout-experience input[type="text"],
.checkout-experience input[type="email"],
.checkout-experience input[type="password"],
.checkout-experience input[type="tel"],
.checkout-experience textarea,
.checkout-experience select {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid #d5e1e7;
  border-radius: 12px;
  outline: none;
  background: #fbfdfe;
  box-shadow: inset 0 1px 2px rgba(25,58,76,.025);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--checkout-ink);
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.checkout-experience input::placeholder,
.checkout-experience textarea::placeholder {
  color: #95a5ae;
  opacity: 1;
}

.checkout-experience input:focus,
.checkout-experience textarea:focus,
.checkout-experience select:focus {
  border-color: var(--checkout-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,165,229,.1);
}

.checkout-experience .row .text-danger,
.checkout-experience .text-danger {
  margin: 6px 0 0;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.4;
  color: #d94747;
}

.checkout-experience #type-account > label {
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 13px;
  color: #536771;
}

.checkout-experience input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--checkout-blue);
}

.checkout-experience .row-box {
  padding: 8px 0 0;
  text-align: center;
}

.checkout-experience .blue-btn,
.checkout-experience #button-login,
.checkout-experience #button-confirm,
.checkout-experience .order-holder .btn,
.checkout-experience .order-holder input[type="button"] {
  min-width: 190px;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--checkout-blue), var(--checkout-blue-dark));
  box-shadow: 0 9px 20px rgba(0,145,205,.24);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.checkout-experience .blue-btn:hover,
.checkout-experience #button-login:hover,
.checkout-experience #button-confirm:hover,
.checkout-experience .order-holder .btn:hover,
.checkout-experience .order-holder input[type="button"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 12px 25px rgba(0,145,205,.3);
}

.checkout-experience .forgot-passwd {
  display: inline-block;
  margin: 14px auto 0;
  color: var(--checkout-blue-dark);
}

.checkout-experience .step-2 .step-hidden {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--checkout-line);
}

.checkout-experience .step-2 .step-hidden.comment {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.checkout-experience .step-hidden .col-1,
.checkout-experience .step-hidden .col-2 {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
}

.checkout-experience .step-hidden .col-1 {
  padding-top: 0;
  text-align: center;
}

.checkout-experience .label-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #536771;
  text-align: center;
}

.checkout-experience .info {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border: 1px solid #c9e1ec;
  border-radius: 50%;
  background: #eef8fc;
  text-align: center;
  line-height: 19px;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--checkout-blue-dark);
  cursor: pointer;
}

.checkout-experience .info .info-content {
  display: none;
  position: absolute;
  z-index: 90;
  top: 28px;
  left: 0;
  width: 250px;
  padding: 12px 14px;
  border: 1px solid #d9e9f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(28,64,83,.14);
  text-align: left;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6f79;
}

.checkout-experience .info:hover .info-content,
.checkout-experience .info.active .info-content {
  display: block;
}

.checkout-experience #shipping_methods > .checkout-option,
.checkout-experience #payment_methods > .checkout-option {
  margin: 0 0 10px;
}

.checkout-experience #shipping_methods,
.checkout-experience #payment_methods,
.checkout-experience .step-hidden.comment .col-2 {
  width: min(100%, 460px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.checkout-experience .checkout-option > .radio {
  margin: 0;
}

.checkout-experience .checkout-option > .radio > label {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 68px;
  padding: 15px 48px;
  border: 1px solid #dce8ee;
  border-radius: 14px;
  background: #fff;
  color: var(--checkout-ink);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.checkout-experience .checkout-option > .radio > label:hover {
  border-color: #9dd9ef;
  background: #fbfeff;
  transform: translateY(-1px);
}

.checkout-experience .checkout-option.is-selected > .radio > label,
.checkout-experience .checkout-option > .radio > label:has(> input[type="radio"]:checked) {
  border-color: var(--checkout-blue);
  background: linear-gradient(135deg, #f5fcff, #fff);
  box-shadow: 0 7px 20px rgba(0,165,229,.11);
}

.checkout-experience .checkout-option > .radio > label > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.checkout-experience .checkout-option > .radio > label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid #bdccd4;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
  transform: translateY(-50%);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.checkout-experience .checkout-option.is-selected > .radio > label::after,
.checkout-experience .checkout-option > .radio > label:has(> input[type="radio"]:checked)::after {
  border-color: var(--checkout-blue);
  background: var(--checkout-blue);
  animation: checkout-radio-pulse 1.8s ease-in-out infinite;
}

.checkout-experience .checkout-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #edf8fc;
  font-size: 18px;
  color: var(--checkout-blue-dark);
}

.checkout-experience .checkout-option-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-experience .checkout-option.is-selected .checkout-option-icon {
  background: linear-gradient(145deg, var(--checkout-blue), var(--checkout-blue-dark));
  color: #fff;
  box-shadow: 0 6px 14px rgba(0,165,229,.21);
}

.checkout-experience .checkout-option-copy,
.checkout-experience .checkout-option-title,
.checkout-experience .checkout-option-terms {
  display: block;
  width: 100%;
  text-align: center;
}

.checkout-experience .checkout-option-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--checkout-ink);
}

.checkout-experience .checkout-option-terms {
  margin-top: 3px;
  font-size: 11px;
  color: var(--checkout-muted);
}

.checkout-experience .checkout-option > .novaposhta-checkout {
  display: none;
  margin: 10px 0 0;
  padding: 18px !important;
  border: 1px solid #dcecf3;
  border-radius: 15px;
  background: linear-gradient(145deg, #f7fcfe, #fff);
  text-align: center;
}

.checkout-experience .checkout-option.is-selected > .novaposhta-checkout,
.checkout-experience .checkout-option:has(> .radio input[type="radio"]:checked) > .novaposhta-checkout {
  display: block;
  animation: checkout-panel-in .24s ease-out both;
}

.checkout-experience .np-delivery-types {
  gap: 8px !important;
  margin-bottom: 16px !important;
}

.checkout-experience .np-delivery-types label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #dce8ee;
  border-radius: 9px;
  background: #fff;
  font-size: 12px;
  font-weight: 500 !important;
  color: #536771;
  justify-content: center;
}

.checkout-experience .np-delivery-types input[type="radio"] {
  margin: 0;
  accent-color: var(--checkout-blue);
}

.checkout-experience .np-hint {
  margin-top: 10px !important;
  color: #788b95 !important;
}

.checkout-experience .comment-handler {
  border: 0;
  border-bottom: 1px dashed #7ebdd7;
  font-size: 13px;
  font-weight: 500;
  color: var(--checkout-blue-dark);
  cursor: pointer;
}

.checkout-experience .step-hidden.comment textarea {
  display: none;
  min-height: 105px;
  margin: 14px 0 0;
  resize: vertical;
}

.checkout-experience .step-hidden.comment textarea.active {
  display: block;
}

.checkout-experience .cart-product-holder {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: 24px;
  border: 1px solid rgba(209,226,235,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 50px rgba(38,76,96,.1);
}

.checkout-experience .product-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--checkout-line);
}

.checkout-experience .product-item + .product-item {
  margin-top: 20px;
}

.checkout-experience .product-item .image {
  float: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5eef3;
  border-radius: 13px;
  background: #f7fafb;
}

.checkout-experience .product-item .image img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.checkout-experience .product-item .info-box {
  min-width: 0;
  overflow: visible;
  text-align: center;
}

.checkout-experience .product-item .name {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--checkout-ink);
}

.checkout-experience .product-item .code {
  margin-bottom: 10px;
  font-size: 11px;
  color: #8a9aa3;
}

.checkout-experience .product-item .info-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.checkout-experience .product-item .info-row .count {
  padding: 4px 8px;
  border-radius: 7px;
  background: #e9f7fc;
  color: var(--checkout-blue-dark);
}

.checkout-experience .product-item .info-row .edit {
  justify-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dashed #7ebdd7;
  background: transparent;
  font-size: 11px;
  color: var(--checkout-blue-dark);
}

.checkout-experience .product-item .info-row .price {
  font-size: 14px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.checkout-experience .product-item-remove {
  z-index: 2;
  top: 1px;
  right: 1px;
  left: auto;
  margin: 0;
  color: #94a6af;
}

.checkout-experience .total-holder {
  margin: 20px -24px -24px;
  padding: 20px 24px 24px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(145deg, #f7fcfe, #eef8fc);
}

.checkout-experience .final-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #60747f;
}

.checkout-experience .final-price .price {
  font-size: 21px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.checkout-experience .order-holder {
  margin-top: 18px;
  text-align: center;
}

.checkout-experience .order-holder:empty {
  display: none;
}

.checkout-experience .order-holder .buttons,
.checkout-experience .order-holder .pull-right {
  float: none !important;
  width: 100%;
}

.checkout-experience .order-holder input[type="button"],
.checkout-experience .order-holder button {
  width: 100%;
}

.checkout-experience .card-transfer-confirm {
  margin: 0;
}

.checkout-experience .card-transfer-confirm__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.checkout-experience .card-transfer-confirm__glyph {
  display: inline-block;
  margin-right: 4px;
  color: var(--checkout-blue-dark);
}

.checkout-experience .card-transfer-confirm__description {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #637781;
}

.checkout-experience .card-transfer-confirm__details {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #d7eaf2;
  border-radius: 11px;
  background: #fff;
  font-size: 12px;
  line-height: 1.55;
  color: #40545e;
}

.checkout-experience .alert {
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.45;
}

@keyframes checkout-radio-pulse {
  0%, 100% { box-shadow: inset 0 0 0 4px #fff, 0 0 0 0 rgba(0,165,229,.24); }
  50% { box-shadow: inset 0 0 0 4px #fff, 0 0 0 7px rgba(0,165,229,0); }
}

@keyframes checkout-panel-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Main cart page */
.cart-experience {
  --checkout-blue: #00a5e5;
  --checkout-blue-dark: #007eb5;
  --checkout-ink: #1c2a33;
  --checkout-muted: #71818b;
  --checkout-line: #dfeaf0;
  position: relative;
  padding: 28px 0 72px;
  background:
    radial-gradient(circle at 8% 4%, rgba(0,165,229,.09), transparent 29%),
    radial-gradient(circle at 92% 18%, rgba(0,126,181,.07), transparent 24%),
    #f8fbfd;
  color: var(--checkout-ink);
}

.cart-experience .container {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto;
}

.cart-experience .account-holder,
.cart-experience .account-nav,
.cart-experience .card-level-1-holder {
  width: auto;
  max-width: none;
  margin: 0;
}

.cart-experience .breadcrumbs {
  margin: 0 0 20px;
  color: #8b9aa3;
}

.cart-experience .global-title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 14px;
  text-align: center;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--checkout-ink);
}

.cart-experience .global-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--checkout-blue), #65cff4);
  transform: translateX(-50%);
}

.cart-experience .card-level-1-holder {
  overflow: hidden;
  border: 1px solid rgba(209,226,235,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 50px rgba(38,76,96,.1);
}

.cart-experience .card-level-1-box {
  padding: 10px 26px 0;
}

.cart-experience .list-products-basket-title,
.cart-experience .list-products-basket {
  display: grid;
  grid-template-columns: minmax(280px, 2fr) 140px 110px 140px 36px;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  list-style: none;
}

.cart-experience .list-products-basket-title {
  border-bottom: 1px solid var(--checkout-line);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #71838d;
}

.cart-experience .list-products-basket {
  min-height: 128px;
  border-bottom: 1px solid var(--checkout-line);
  text-align: center;
}

.cart-experience .list-products-basket:last-child {
  border-bottom: 0;
}

.cart-experience .list-products-basket > li,
.cart-experience .list-products-basket-title > li {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.cart-experience .list-products-basket > li:first-child {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.cart-experience .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 92px;
  overflow: hidden;
  border: 1px solid #e2edf2;
  border-radius: 14px;
  background: #f8fbfc;
}

.cart-experience .img-box img {
  max-width: 96px;
  max-height: 80px;
  object-fit: contain;
}

.cart-experience .description-holder {
  min-width: 0;
  text-align: center;
}

.cart-experience .description-holder .name {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--checkout-ink);
}

.cart-experience .description-holder .cod {
  font-size: 12px;
  color: #8a9aa3;
}

.cart-experience .unit-price,
.cart-experience .price {
  font-size: 15px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.cart-experience .amount-holder {
  display: flex;
  justify-content: center;
}

.cart-experience .amount-holder input {
  box-sizing: border-box;
  width: 66px;
  height: 44px;
  margin: 0;
  border: 1px solid #d5e1e7;
  border-radius: 11px;
  background: #f8fbfd;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.cart-experience .remove-bascket-item {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3f8fa;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.cart-experience .remove-bascket-item:hover {
  background: #ffecec;
  transform: scale(1.06);
}

.cart-experience .bottom-box {
  margin: 0;
  padding: 22px 26px 26px;
  border: 0;
  background: linear-gradient(145deg, #f7fcfe, #eef8fc);
}

.cart-experience .bottom-box .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.cart-experience .bottom-box .row + .row {
  margin-top: 20px;
}

.cart-experience .bottom-box .text {
  font-size: 14px;
  color: #60747f;
}

.cart-experience .bottom-box .value {
  font-size: 24px;
  font-weight: 700;
  color: var(--checkout-ink);
}

.cart-experience .сontinue-shopping,
.cart-experience .blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 210px;
  min-height: 48px;
  margin: 0;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cart-experience .сontinue-shopping {
  border: 1px solid #cfe3ec;
  background: #fff;
  color: var(--checkout-blue-dark);
}

.cart-experience .blue-btn {
  border: 0;
  background: linear-gradient(135deg, var(--checkout-blue), var(--checkout-blue-dark));
  box-shadow: 0 9px 20px rgba(0,145,205,.24);
  color: #fff;
  cursor: pointer;
}

.cart-experience .text-danger {
  margin: 0;
  padding: 50px 20px;
  text-align: center;
}

@media (max-width: 1040px) {
  .checkout-experience .cart-row {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    gap: 24px;
  }

  .checkout-experience .step {
    padding: 23px;
  }

  .checkout-experience .step-2 .step-hidden {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .checkout-experience .step-hidden .col-1 {
    padding-top: 0;
  }
}

@media (max-width: 780px) {
  .checkout-experience {
    padding: 22px 0 50px;
  }

  .checkout-experience .container {
    width: min(100% - 24px, 680px);
  }

  .checkout-experience .cart-row {
    grid-template-columns: 1fr;
  }

  .checkout-experience .cart-product {
    position: static;
  }

  .checkout-experience .global-title {
    margin-bottom: 22px;
  }
}

@media (max-width: 520px) {
  .checkout-experience .step,
  .checkout-experience .cart-product-holder {
    padding: 19px 16px;
    border-radius: 16px;
  }

  .checkout-experience .step::before {
    border-radius: 16px 0 0 16px;
  }

  .checkout-experience .step-heading span.label {
    font-size: 15px;
  }

  .checkout-experience .step-heading span .edit {
    margin-left: 10px;
  }

  .checkout-experience .form-tab-nav {
    grid-template-columns: 1fr;
  }

  .checkout-experience .checkout-option > .radio > label {
    grid-template-columns: minmax(0, 1fr);
    min-height: 62px;
    padding: 13px 42px;
  }

  .checkout-experience .checkout-option-icon {
    width: 38px;
    height: 38px;
  }

  .checkout-experience .np-delivery-types {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .checkout-experience .product-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .checkout-experience .product-item .image img {
    width: 72px;
    height: 72px;
  }

  .checkout-experience .product-item .info-row {
    grid-template-columns: auto 1fr;
  }

  .checkout-experience .product-item .info-row .price {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .checkout-experience .total-holder {
    margin: 18px -16px -19px;
    padding: 18px 16px 19px;
    border-radius: 0 0 16px 16px;
  }

  .checkout-experience .blue-btn,
  .checkout-experience #button-login {
    width: 100%;
  }

  .checkout-experience .forgot-passwd {
    display: block;
    margin: 13px 0 0;
  }
}

@media (max-width: 780px) {
  .cart-experience {
    padding: 22px 0 50px;
  }

  .cart-experience .container {
    width: min(100% - 24px, 680px);
  }

  .cart-experience .card-level-1-box {
    padding: 0 18px;
  }

  .cart-experience .list-products-basket-title {
    display: none;
  }

  .cart-experience .list-products-basket {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 36px;
    gap: 14px 8px;
    padding: 20px 0;
  }

  .cart-experience .list-products-basket > li:first-child {
    grid-column: 1 / -1;
  }

  .cart-experience .list-products-basket > li[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8a9aa3;
  }

  .cart-experience .bottom-box .row:last-child {
    flex-direction: column-reverse;
  }

  .cart-experience .сontinue-shopping,
  .cart-experience .blue-btn {
    width: min(100%, 340px);
  }
}

@media (max-width: 480px) {
  .cart-experience .card-level-1-holder {
    border-radius: 16px;
  }

  .cart-experience .list-products-basket > li:first-child {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .cart-experience .img-box {
    width: 84px;
    height: 74px;
  }

  .cart-experience .img-box img {
    max-width: 74px;
    max-height: 64px;
  }

  .cart-experience .description-holder .name {
    font-size: 13px;
  }

  .cart-experience .bottom-box {
    padding: 20px 16px 22px;
  }

  .cart-experience .bottom-box .row:first-child {
    flex-direction: column;
    gap: 5px;
  }
}

/* Final compatibility layer for the legacy JCF widgets used by the theme. */
.checkout-experience .step,
.checkout-experience .step-hidden,
.checkout-experience .step-hidden .col-2,
.checkout-experience #shipping_methods,
.checkout-experience #payment_methods,
.checkout-experience .checkout-option,
.checkout-experience .novaposhta-checkout {
  overflow: visible !important;
}

.checkout-experience .step-heading span.number {
  display: grid !important;
  place-items: center;
  box-sizing: border-box;
  padding: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

.checkout-experience .form-tab-nav li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 42px;
  text-align: center !important;
  line-height: 1.3 !important;
  text-indent: 0 !important;
}

.checkout-experience .checkout-option > .radio > label {
  text-align: center !important;
  text-indent: 0 !important;
}

.checkout-experience .checkout-option > .radio > label > .jcf-radio {
  display: none !important;
}

.checkout-experience .checkout-option-copy,
.checkout-experience .checkout-option-title,
.checkout-experience .checkout-option-terms {
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
  text-indent: 0 !important;
}

.checkout-experience .blue-btn,
.checkout-experience #button-login,
.checkout-experience button#button-confirm,
.checkout-experience .order-holder button,
.checkout-experience .order-holder .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
}

.checkout-experience input#button-confirm,
.checkout-experience .order-holder input[type="button"] {
  box-sizing: border-box;
  text-align: center !important;
  line-height: 24px !important;
  text-indent: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

.checkout-experience .product-item {
  align-items: start;
}

.checkout-experience .product-item .image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: start;
  box-sizing: border-box;
  width: 86px !important;
  min-width: 86px !important;
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  padding: 0 !important;
}

.checkout-experience .product-item .image img {
  width: 84px !important;
  height: 84px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}

.checkout-experience #shipping_methods > .checkout-option.is-selected {
  position: relative;
  z-index: 100;
}

.checkout-experience .novaposhta-checkout {
  position: relative;
  z-index: 101;
}

.checkout-experience .novaposhta-checkout .np-field-wrap {
  position: relative;
  z-index: 1;
}

.checkout-experience .novaposhta-checkout .np-field-wrap:focus-within {
  z-index: 1000;
}

.checkout-experience .novaposhta-checkout .np-suggest {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 1100 !important;
  background: #fff !important;
  border: 1px solid #cfe8f3;
  border-radius: 0 0 10px 10px;
  max-height: 260px;
  overflow: auto !important;
  box-shadow: 0 12px 28px rgba(28,64,83,.2);
  isolation: isolate;
}

.checkout-experience .novaposhta-checkout .np-suggest-item {
  display: block !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid #edf2f4;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #33444c;
  text-align: left !important;
  white-space: normal;
  cursor: pointer;
}

.checkout-experience .novaposhta-checkout .np-suggest-item:hover,
.checkout-experience .novaposhta-checkout .np-suggest-item:focus {
  background: #eaf8fe;
  color: var(--checkout-blue-dark);
  outline: 0;
}

.cart-experience .list-products-basket > li,
.cart-experience .list-products-basket > li:first-child,
.cart-experience .description-holder {
  overflow: visible !important;
}

.cart-experience .description-holder .name {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  text-overflow: clip !important;
}

.cart-experience .amount-holder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 96px;
  overflow: visible !important;
}

.cart-experience .amount-holder .jcf-number {
  display: inline-block !important;
  position: relative;
  box-sizing: border-box;
  width: 92px !important;
  min-width: 92px !important;
  height: 42px !important;
  overflow: visible !important;
  border-radius: 21px;
  background: #e7f8ff;
}

.cart-experience .amount-holder .jcf-real-element,
.cart-experience .amount-holder .jcf-number input {
  box-sizing: border-box;
  width: 92px !important;
  min-width: 92px !important;
  max-width: none !important;
  height: 42px !important;
  padding: 0 30px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  text-align: center !important;
  line-height: 42px !important;
}

.cart-experience .amount-holder .jcf-btn-dec,
.cart-experience .amount-holder .jcf-btn-inc {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: -12px !important;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.cart-experience .amount-holder .jcf-btn-dec {
  left: 5px !important;
  right: auto !important;
}

.cart-experience .amount-holder .jcf-btn-inc {
  right: 5px !important;
  left: auto !important;
}

.cart-experience .amount-holder .jcf-btn-dec::before,
.cart-experience .amount-holder .jcf-btn-inc::before,
.cart-experience .amount-holder .jcf-btn-inc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  border: 0;
  background: #26343a;
}

.cart-experience .amount-holder .jcf-btn-inc::after {
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
}

@media (max-width: 520px) {
  .checkout-experience .product-item .image {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
  }

  .checkout-experience .product-item .image img {
    width: 70px !important;
    height: 70px !important;
  }
}
