body.nadelai-platform-page:has(.nadelai-launch-shell) {
  background: #f5f7fb;
  color: #202940;
}

.nadelai-launch-shell,
.nadelai-launch-shell * {
  box-sizing: border-box;
}

.nadelai-launch-shell {
  --launch-ink: #202940;
  --launch-muted: #6e7890;
  --launch-blue: #3465df;
  --launch-blue-dark: #244db7;
  --launch-coral: #ef8268;
  --launch-border: #dbe2ef;
  --launch-surface: #ffffff;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 68px;
  color: var(--launch-ink);
}

.nadelai-launch-shell a {
  color: inherit;
}

.nadelai-commerce-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  margin-bottom: 54px;
}

.nadelai-commerce-topbar .brand {
  color: var(--launch-ink);
}

.nadelai-commerce-topbar .brand svg {
  max-height: 40px;
}

.nadelai-commerce-back {
  color: var(--launch-muted) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nadelai-commerce-back:hover {
  color: var(--launch-blue) !important;
}

.nadelai-launch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 26px;
  align-items: stretch;
}

.nadelai-launch-copy {
  padding: 30px 0 30px 18px;
}

.nadelai-launch-kicker {
  margin: 0 0 14px;
  color: var(--launch-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nadelai-launch-copy h1,
.nadelai-checkout-head h1,
.nadelai-cabinet-intro h1,
.nadelai-interview-head h1 {
  max-width: 800px;
  margin: 0;
  color: var(--launch-ink);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.nadelai-launch-copy p:not(.nadelai-launch-kicker),
.nadelai-checkout-head p,
.nadelai-cabinet-intro p,
.nadelai-interview-head p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--launch-muted);
  font-size: 18px;
  line-height: 1.55;
}

.nadelai-launch-card,
.nadelai-cabinet-card,
.nadelai-interview-form,
.nadelai-payment-state {
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: var(--launch-surface);
  box-shadow: 0 18px 42px rgba(34, 55, 102, .08);
}

.nadelai-launch-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 438px;
  padding: 28px;
}

.nadelai-product-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--launch-blue);
  background: #eef3ff;
  font-size: 21px;
  font-weight: 800;
}

.nadelai-launch-card h2 {
  margin: 24px 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.nadelai-launch-card p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.48;
}

.nadelai-launch-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0 8px;
}

.nadelai-launch-price strong {
  font-size: 42px;
  line-height: 1;
}

.nadelai-launch-price span {
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-primary-action,
.nadelai-secondary-action,
.nadelai-launch-shell .bx-soa-cart-total-button-container .btn,
.nadelai-launch-shell .btn.btn-default,
.nadelai-launch-shell .btn.btn-lg.btn-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--launch-blue);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
}

.nadelai-primary-action:hover,
.nadelai-launch-shell .bx-soa-cart-total-button-container .btn:hover,
.nadelai-launch-shell .btn.btn-default:hover,
.nadelai-launch-shell .btn.btn-lg.btn-block:hover {
  background: var(--launch-blue-dark);
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(52, 101, 223, .24);
  transform: translateY(-1px);
}

.nadelai-secondary-action {
  border: 1px solid var(--launch-border);
  background: #fff;
  color: var(--launch-ink) !important;
}

.nadelai-secondary-action:hover {
  border-color: #b9c8eb;
  background: #f7f9ff;
  color: var(--launch-blue) !important;
}

.nadelai-launch-smallprint {
  margin: 14px 0 0;
  color: var(--launch-muted);
  font-size: 12px;
  line-height: 1.45;
}

.nadelai-launch-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
}

.nadelai-launch-benefit {
  min-width: 0;
  padding: 20px;
  border-top: 2px solid var(--launch-coral);
}

.nadelai-launch-benefit b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.nadelai-launch-benefit span {
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-checkout-head,
.nadelai-cabinet-intro,
.nadelai-interview-head {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.nadelai-checkout-head h1,
.nadelai-cabinet-intro h1,
.nadelai-interview-head h1 {
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(31px, 4vw, 50px);
}

.nadelai-checkout-head p,
.nadelai-cabinet-intro p,
.nadelai-interview-head p {
  margin-right: auto;
  margin-left: auto;
}

.nadelai-checkout-control-note {
  max-width: 670px;
  margin-top: 14px !important;
  color: var(--launch-ink) !important;
  font-size: 14px !important;
  font-weight: 700;
}

.nadelai-checkout-control-note a {
  color: var(--launch-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nadelai-checkout-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
}

.nadelai-checkout-product h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.nadelai-checkout-product p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-checkout-product strong {
  white-space: nowrap;
  font-size: 25px;
}

.nadelai-sale-checkout,
.nadelai-sale-basket,
.nadelai-sale-payment,
.nadelai-cabinet-content {
  max-width: 980px;
  margin: 30px auto 0;
}

.nadelai-launch-shell .bx-soa,
.nadelai-launch-shell .bx-soa-cart-total,
.nadelai-launch-shell .sale-order-detail,
.nadelai-launch-shell .sale-personal-section-index-block {
  color: var(--launch-ink);
}

.nadelai-launch-shell .bx-soa-section,
.nadelai-launch-shell .bx-soa-cart-total,
.nadelai-launch-shell .sale-order-detail,
.nadelai-launch-shell .sale-personal-section-index-block,
.nadelai-launch-shell .sale-order-detail-about-order,
.nadelai-launch-shell .sale-order-detail-payment-options {
  margin-bottom: 14px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(34, 55, 102, .05);
}

.nadelai-launch-shell .bx-soa-section-title,
.nadelai-launch-shell .bx-soa-cart-total-line,
.nadelai-launch-shell .sale-order-detail-about-order-inner-container,
.nadelai-launch-shell .sale-personal-section-index-block-link {
  color: var(--launch-ink) !important;
}

.nadelai-launch-shell .bx-soa-section-title-container,
.nadelai-launch-shell .bx-soa-section-content {
  padding-right: 22px;
  padding-left: 22px;
}

.nadelai-launch-shell .bx-soa-section-title-container {
  border-bottom-color: var(--launch-border);
}

.nadelai-sale-checkout #bx-soa-paysystem .nadelai-checkout-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 18px 0 0 auto;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--launch-blue);
  box-shadow: 0 8px 18px rgba(49, 97, 214, .18);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.nadelai-sale-checkout #bx-soa-paysystem .nadelai-checkout-next:hover,
.nadelai-sale-checkout #bx-soa-paysystem .nadelai-checkout-next:focus {
  background: #274fae;
  color: #fff;
}

.nadelai-sale-checkout #bx-soa-properties .nadelai-checkout-buyer-title {
  position: relative;
  cursor: pointer;
}

.nadelai-sale-checkout #bx-soa-properties .nadelai-checkout-buyer-title::after {
  display: inline-block;
  margin-left: 12px;
  color: var(--launch-blue);
  content: "Нажмите, чтобы заполнить данные";
  font-size: 13px;
  font-weight: 700;
}

.nadelai-sale-checkout #bx-soa-properties .nadelai-checkout-buyer-title:focus-visible {
  outline: 3px solid rgba(49, 97, 214, .24);
  outline-offset: -3px;
}

.nadelai-launch-shell #bx-soa-orderSave {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid #cfdcf8;
  border-radius: 8px;
  background: #f7f9ff;
}

.nadelai-launch-shell #bx-soa-orderSave > .checkbox {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce,
.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce-link {
  position: relative;
  display: block;
  min-height: 24px;
  padding: 2px 0 2px 36px;
  color: var(--launch-blue);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: #9cb4ea;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce::before,
.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce-link::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #9cb4ea;
  border-radius: 6px;
  background: #fff;
  content: "";
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request input[type="checkbox"]:checked + .main-user-consent-request-announce::before,
.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request input[type="checkbox"]:checked + .main-user-consent-request-announce-link::before {
  border-color: var(--launch-blue);
  background: var(--launch-blue);
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request input[type="checkbox"]:checked + .main-user-consent-request-announce::after,
.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request input[type="checkbox"]:checked + .main-user-consent-request-announce-link::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce a {
  color: var(--launch-ink);
  text-decoration: underline;
  text-decoration-color: #9cb4ea;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce a:hover {
  color: var(--launch-blue);
  text-decoration-color: var(--launch-blue);
}

.nadelai-launch-shell #bx-soa-orderSave .main-user-consent-request-announce-required {
  color: var(--launch-coral);
}

.nadelai-launch-shell #bx-soa-orderSave [data-save-button="true"] {
  flex: 0 0 auto;
  margin: 0 !important;
  white-space: nowrap;
}

/* Keep the stock consent control close to payment and the coupon on first view. */
.nadelai-sale-checkout #bx-soa-order .bx-soa {
  display: flex;
  flex-direction: column;
}

.nadelai-sale-checkout #bx-soa-paysystem {
  order: 10;
}

.nadelai-sale-checkout #bx-soa-orderSave {
  order: 20;
  margin: 14px 0 18px;
}

.nadelai-sale-checkout #bx-soa-properties {
  order: 30;
}

.nadelai-sale-checkout #bx-soa-basket {
  order: 40;
}

.nadelai-launch-shell .form-control,
.nadelai-launch-shell .form-control input,
.nadelai-launch-shell .form-control textarea,
.nadelai-launch-shell input[type="text"],
.nadelai-launch-shell input[type="email"],
.nadelai-launch-shell input[type="tel"],
.nadelai-launch-shell textarea {
  border-color: #cdd6e6;
  border-radius: 6px;
  color: var(--launch-ink);
}

.nadelai-payment-state {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 24px;
}

.nadelai-payment-state h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.nadelai-payment-state h1 {
  font-size: 34px;
}

.nadelai-payment-state__actions,
.nadelai-cabinet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nadelai-cabinet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 36px auto 0;
}

.nadelai-cabinet-card {
  min-height: 218px;
  padding: 22px;
}

.nadelai-cabinet-card__number {
  display: block;
  margin-bottom: 42px;
  color: var(--launch-coral);
  font-size: 14px;
  font-weight: 800;
}

.nadelai-cabinet-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.nadelai-cabinet-card p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-interview-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
}

.nadelai-interview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nadelai-interview-field {
  min-width: 0;
}

.nadelai-interview-field--wide {
  grid-column: 1 / -1;
}

.nadelai-interview-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--launch-ink);
  font-size: 15px;
  font-weight: 800;
}

.nadelai-interview-field textarea,
.nadelai-interview-field input {
  width: 100%;
  min-height: 118px;
  padding: 13px 14px;
  border: 1px solid #cdd6e6;
  border-radius: 6px;
  background: #fbfcff;
  color: var(--launch-ink);
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}

/* Stock Bitrix still processes the coupon; this only makes its action clear. */
.nadelai-sale-basket .basket-coupon-block-field .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nadelai-sale-basket .basket-coupon-block-field .form-control {
  min-width: 0;
  flex: 1 1 auto;
}

.nadelai-sale-basket .basket-coupon-block-coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 42px;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--launch-blue);
  border-radius: 6px;
  background: var(--launch-blue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transform: none !important;
  vertical-align: middle;
}

.nadelai-sale-basket .basket-coupon-block-coupon-btn::after {
  content: "Применить";
}

.nadelai-sale-basket .basket-coupon-block-coupon-btn:hover {
  border-color: #274fae;
  background: #274fae;
}

.nadelai-launch-shell .basket-item-amount-filed {
  min-width: 46px;
  border-color: #9cb4ea;
  color: var(--launch-ink);
  font-weight: 800;
  text-align: center;
}

.nadelai-interview-field input {
  min-height: 48px;
}

.nadelai-interview-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.nadelai-interview-form__footer span {
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-launch-alert {
  max-width: 760px;
  margin: 20px auto;
  padding: 14px 16px;
  border: 1px solid #f2cfbf;
  border-radius: 8px;
  background: #fff8f5;
  color: #915037;
  font-size: 14px;
}

.nadelai-launch-success {
  max-width: 760px;
  margin: 20px auto;
  padding: 14px 16px;
  border: 1px solid #b9dfcf;
  border-radius: 8px;
  background: #f3fbf7;
  color: #246a50;
  font-size: 14px;
}

.nadelai-card-vault {
  display: grid;
  gap: 20px;
}

.nadelai-offer-summary {
  display: grid;
  gap: 18px;
}

.nadelai-offer-summary > p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.55;
}

.nadelai-offer-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.nadelai-offer-summary dl > div {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--launch-border);
}

.nadelai-offer-summary dt {
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-offer-summary dd {
  margin: 0;
  color: var(--launch-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.nadelai-unpaid-orders {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 26px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(34, 55, 102, .05);
}

.nadelai-unpaid-orders__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.nadelai-unpaid-orders__head .nadelai-launch-kicker {
  margin-bottom: 8px;
}

.nadelai-unpaid-orders__head h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.nadelai-unpaid-orders__head > p {
  max-width: 360px;
  margin: 0;
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-unpaid-orders__list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.nadelai-unpaid-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(230px, auto);
  align-items: center;
  gap: 20px;
  padding: 18px;
  border: 1px solid #d8e0ee;
  border-radius: 8px;
  background: #fbfcff;
}

.nadelai-unpaid-order span {
  display: block;
  margin-bottom: 6px;
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-unpaid-order h3 {
  margin: 0;
  color: var(--launch-ink);
  font-size: 17px;
  line-height: 1.35;
}

.nadelai-unpaid-order strong {
  white-space: nowrap;
  color: var(--launch-ink);
  font-size: 18px;
}

.nadelai-card-consent {
  display: grid;
  gap: 18px;
  max-width: 670px;
}

.nadelai-card-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--launch-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nadelai-card-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--launch-blue);
}

.nadelai-saved-cards {
  display: grid;
  gap: 10px;
}

.nadelai-saved-card {
  display: grid;
  grid-template-columns: minmax(110px, .7fr) minmax(150px, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d8e0ee;
  border-radius: 8px;
  background: #fbfcff;
}

.nadelai-saved-card span {
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-saved-card strong {
  color: var(--launch-ink);
  font-size: 16px;
}

.nadelai-sale-checkout .bx-auth-serv-icons,
.nadelai-sale-checkout .bx-auth-service-form {
  display: none !important;
}

.nadelai-auth-recovery {
  max-width: 980px;
  margin: 16px auto 0;
  font-size: 15px;
}

.nadelai-auth-recovery a {
  color: var(--launch-blue);
  font-weight: 700;
}

.nadelai-launch-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  max-width: 980px;
  margin: 48px auto 0;
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-launch-footer a {
  color: var(--launch-muted);
}

@media (max-width: 800px) {
  .nadelai-launch-shell { width: min(100% - 28px, 680px); padding-top: 16px; }
  .nadelai-commerce-topbar { margin-bottom: 28px; }
  .nadelai-launch-hero, .nadelai-launch-benefits, .nadelai-cabinet-grid, .nadelai-interview-grid { grid-template-columns: minmax(0, 1fr); }
  .nadelai-launch-copy { padding: 10px 0; }
  .nadelai-launch-card { min-height: 0; }
  .nadelai-checkout-product { align-items: flex-start; flex-direction: column; }
  .nadelai-sale-checkout #bx-soa-paysystem .nadelai-checkout-next { width: 100%; margin-top: 14px; }
  .nadelai-sale-checkout #bx-soa-properties .nadelai-checkout-buyer-title::after { display: block; margin: 4px 0 0; }
  .nadelai-launch-shell #bx-soa-orderSave { align-items: stretch; flex-direction: column; }
  .nadelai-launch-shell #bx-soa-orderSave [data-save-button="true"] { width: 100%; }
  .nadelai-unpaid-orders__head, .nadelai-unpaid-order { align-items: flex-start; grid-template-columns: minmax(0, 1fr); }
  .nadelai-unpaid-orders__head { display: grid; }
  .nadelai-interview-field--wide { grid-column: auto; }
}

@media (max-width: 520px) {
  .nadelai-commerce-topbar .brand svg { max-width: 172px; }
  .nadelai-launch-copy h1 { font-size: 39px; }
  .nadelai-launch-card, .nadelai-interview-form { padding: 20px; }
  .nadelai-primary-action, .nadelai-secondary-action { width: 100%; }
  .nadelai-payment-state__actions, .nadelai-cabinet-actions { display: grid; grid-template-columns: 1fr; }
  .nadelai-saved-card { grid-template-columns: 1fr; gap: 8px; }
  .nadelai-offer-summary dl > div { grid-template-columns: 1fr; gap: 5px; }
  .nadelai-sale-basket .basket-coupon-block-field .form-group { align-items: stretch; flex-direction: column; }
  .nadelai-sale-basket .basket-coupon-block-coupon-btn { width: 100%; }
}
