

@import url('https://fonts.googleapis.com/css2?family=Forum&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap');

:root {
  --nl-bg-0: #f2f3ec;
  --nl-bg-1: #eceee6;
  --nl-surface: #fbfbf6;
  --nl-surface-2: #f6f7f0;
  --nl-ink: #17302f;
  --nl-ink-soft: #4a615f;
  --nl-ink-mute: #7a8d8b;

  --nl-teal: #2c6b66;
  --nl-teal-deep: #1c4a47;
  --nl-teal-tint: rgba(44, 107, 102, 0.08);
  --nl-teal-line: rgba(44, 107, 102, 0.20);

  --nl-gold-1: #dcbc6e;
  --nl-gold-2: #c39a44;
  --nl-gold-3: #a67c2e;
  --nl-grad-gold: linear-gradient(135deg, #e2c67c 0%, #c39a44 46%, #a3762a 100%);
  --nl-grad-gold-soft: linear-gradient(135deg, rgba(226,198,124,0.16), rgba(163,118,42,0.10));

  --nl-ok: #2c8a63;
  --nl-line: rgba(23, 48, 47, 0.10);
  --nl-line-strong: rgba(23, 48, 47, 0.16);

  --nl-shadow-sm: 0 1px 2px rgba(23,48,47,0.06), 0 2px 8px rgba(23,48,47,0.05);
  --nl-shadow-md: 0 8px 30px rgba(23,48,47,0.08), 0 2px 8px rgba(23,48,47,0.05);
  --nl-shadow-lg: 0 24px 60px rgba(23,48,47,0.14), 0 6px 18px rgba(23,48,47,0.08);
  --nl-shadow-gold: 0 10px 28px rgba(163,118,42,0.28);

  --nl-r-panel: 20px;
  --nl-r-ui: 12px;
  --nl-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-shop-dealPay {
  background:
    radial-gradient(120% 60% at 12% -5%, #ffffff 0%, rgba(255,255,255,0) 46%),
    radial-gradient(90% 70% at 100% 0%, rgba(44,107,102,0.07) 0%, rgba(255,255,255,0) 42%),
    radial-gradient(80% 55% at 100% 100%, rgba(196,154,68,0.06) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, var(--nl-bg-0) 0%, var(--nl-bg-1) 100%) !important;
  background-attachment: fixed !important;
  color: var(--nl-ink);

}

body.page-shop-dealPay .main-page-container,
body.page-shop-dealPay .main-page-container * {
  font-family: 'Forum', 'Manrope', Georgia, system-ui, sans-serif;
}
body.page-shop-dealPay .main-page-container { font-size: 18px; }

body.page-shop-dealPay .main-page-container {
  padding-top: clamp(18px, 4vw, 36px) !important;
  padding-bottom: 90px !important;
}
body.page-shop-dealPay .empty-breadcrumbs { display: none !important; }

body.page-shop-dealPay .logo.gc-account-logo {
  justify-content: center !important;
  margin: 4px 0 18px !important;
}
body.page-shop-dealPay .logo.gc-account-logo img { height: 46px; width: auto; }

body.page-shop-dealPay .page-header { border: 0 !important; text-align: center; margin-bottom: 8px; }
body.page-shop-dealPay .page-header h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important;
  font-size: clamp(30px, 5.4vw, 50px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em;
  background: var(--nl-grad-gold);
  -webkit-background-clip: text; background-clip: text; color: transparent !important;
  padding-bottom: 4px; margin: 0 auto !important;
}

body.page-shop-dealPay .page-actions { position: absolute; right: 0; top: 0; z-index: 2; opacity: 0.5; }

.nl-brandbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 3000;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 0 clamp(16px, 4vw, 40px);
  background: rgba(251,251,246,0.78);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--nl-line);
}
.nl-brandbar__l { display: flex; align-items: center; gap: 12px; }
.nl-emblem {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center; background: var(--nl-grad-gold);
  color: #2a2411; font-weight: 800; font-family: 'Playfair Display', serif; font-size: 16px;
  box-shadow: var(--nl-shadow-gold);
}
.nl-brandbar__name { font-weight: 800; letter-spacing: 0.14em; font-size: 15px; line-height: 1; color: var(--nl-ink); }
.nl-brandbar__sub { font-size: 11.5px; color: var(--nl-ink-mute); letter-spacing: 0.05em; margin-top: 3px; }
.nl-secure {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 13px; font-weight: 600; color: var(--nl-ink-soft);
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--nl-teal-line); background: var(--nl-teal-tint);
}
.nl-secure svg { color: var(--nl-teal); }

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) {
  background: var(--nl-surface) !important;
  border: 1px solid var(--nl-line) !important;
  border-radius: var(--nl-r-panel) !important;
  box-shadow: var(--nl-shadow-md);
  padding: clamp(16px, 3vw, 26px) !important;
  margin: 0 0 22px !important;
}

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) h4 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important; font-size: 20px !important; color: var(--nl-ink) !important;
  margin: 0 0 14px !important;
}
body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) h4 b { font-weight: 700; }

body.page-shop-dealPay .deal-positions { margin: 0; padding: 0; }
body.page-shop-dealPay .deal-positions li {
  list-style: none; padding: 14px 0; border-bottom: 1px solid var(--nl-line);
  overflow: hidden;
}
body.page-shop-dealPay .deal-positions li:first-child { padding-top: 0; }
body.page-shop-dealPay .deal-positions li:last-child { border-bottom: 0; }
body.page-shop-dealPay .position-actual-title {
  display: block; font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 18px; color: var(--nl-ink); line-height: 1.25;
}
body.page-shop-dealPay .deal-positions .text-muted.small,
body.page-shop-dealPay .deal-positions .text-muted { color: var(--nl-ink-soft) !important; font-size: 13.5px; margin-top: 4px; }
body.page-shop-dealPay .deal-position-price {
  float: right; text-align: right; margin-left: 18px;
  font-weight: 800; font-size: 18px; color: var(--nl-ink); font-variant-numeric: tabular-nums;
}
body.page-shop-dealPay .deal-position-price .source-price {
  display: block; text-decoration: line-through; color: var(--nl-ink-mute);
  font-size: 13px; font-weight: 600; margin-bottom: 2px;
}

body.page-shop-dealPay .deal-finish-price-title {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  margin: 16px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--nl-line);
  font-weight: 700 !important; font-size: 15px; color: var(--nl-ink-soft) !important;
}
body.page-shop-dealPay .deal-finish-price-title b {
  font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(28px, 4vw, 36px);
  color: var(--nl-ink); line-height: 1; font-variant-numeric: tabular-nums;
}

body.page-shop-dealPay .xdget-currentUserInfo,
body.page-shop-dealPay .xdget-currentUserInfo * { color: var(--nl-ink-soft); }
body.page-shop-dealPay .xdget-currentUserInfo b,
body.page-shop-dealPay .xdget-currentUserInfo strong { color: var(--nl-ink); }

body.page-shop-dealPay a[href*="/sales/control/deal/update"] {
  display: inline-block; margin-top: 12px; font-size: 12px; color: var(--nl-ink-mute) !important;
  text-decoration: none; opacity: 0.6;
}

body.page-shop-dealPay .payment-method-header {
  display: block; font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(22px, 3vw, 27px); color: var(--nl-ink); margin: 6px 0 4px;
}

body.page-shop-dealPay .card-title,
body.page-shop-dealPay .credit-title,
body.page-shop-dealPay .other-title,
body.page-shop-dealPay .xdget-payform h2,
body.page-shop-dealPay .xdget-payform h3 {
  font-family: 'Playfair Display', serif !important; font-weight: 700 !important;
  font-size: 16px !important; color: var(--nl-ink) !important;
  margin: 22px 0 12px !important; padding-bottom: 8px; border-bottom: 1px solid var(--nl-line);
}
body.page-shop-dealPay .xdget-header h2 {
  font-family: 'Playfair Display', serif !important; font-weight: 700 !important;
  font-size: 18px !important; color: var(--nl-ink-soft) !important; margin: 24px 0 10px !important;
}

body.page-shop-dealPay .xdget-partialpay {
  background: var(--nl-grad-gold-soft) !important;
  border: 1px solid rgba(196,154,68,0.35) !important;
  border-radius: var(--nl-r-ui) !important;
  padding: 14px 16px !important; margin: 16px 0 !important; max-width: none !important;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
body.page-shop-dealPay .xdget-partialpay span { color: var(--nl-ink-soft) !important; font-size: 14px; }
body.page-shop-dealPay .xdget-partialpay span b { color: var(--nl-gold-3) !important; }
body.page-shop-dealPay .xdget-partialpay a.btn,
body.page-shop-dealPay .xdget-partialpay a.btn-success {
  float: none !important; background: var(--nl-teal) !important; color: #fff !important;
  border: 0 !important; border-radius: 999px !important; padding: 10px 20px !important;
  font-weight: 700 !important; text-decoration: none !important; box-shadow: none !important;
  transition: filter 0.2s;
}
body.page-shop-dealPay .xdget-partialpay a.btn:hover { filter: brightness(1.08); }

body.page-shop-dealPay .xdget-payform form,
body.page-shop-dealPay #alternative-methods-container form,
body.page-shop-dealPay .credit-payments-block form,
body.page-shop-dealPay .alternative-payments-block form,
body.page-shop-dealPay .pgr-payment-method > div {
  background: var(--nl-surface) !important;
  border: 1.5px solid var(--nl-line) !important;
  border-radius: var(--nl-r-ui) !important;
  padding: 16px 18px !important;
  margin: 0 0 12px !important;
  box-shadow: var(--nl-shadow-sm);
  transition: border-color 0.25s var(--nl-ease), box-shadow 0.25s var(--nl-ease), transform 0.15s var(--nl-ease);
}
body.page-shop-dealPay .xdget-payform form:hover,
body.page-shop-dealPay #alternative-methods-container form:hover,
body.page-shop-dealPay .credit-payments-block form:hover,
body.page-shop-dealPay .alternative-payments-block form:hover {
  border-color: var(--nl-teal-line) !important; box-shadow: var(--nl-shadow-md); transform: translateY(-1px);
}

body.page-shop-dealPay .xdget-payform form table,
body.page-shop-dealPay #alternative-methods-container form table,
body.page-shop-dealPay .xdget-payform form tbody,
body.page-shop-dealPay .xdget-payform form tr { width: 100% !important; border: 0 !important; }
body.page-shop-dealPay .xdget-payform form td,
body.page-shop-dealPay #alternative-methods-container form td { border: 0 !important; padding: 4px 8px !important; vertical-align: middle !important; }
body.page-shop-dealPay .xdget-payform form img,
body.page-shop-dealPay #alternative-methods-container form img,
body.page-shop-dealPay .credit-payments-block form img {
  max-height: 36px !important; width: auto !important; margin: 0 !important; border-radius: 6px;
}

body.page-shop-dealPay .xdget-payform .pay-button,
body.page-shop-dealPay .xdget-payform button,
body.page-shop-dealPay .xdget-payform input[type="submit"],
body.page-shop-dealPay .xdget-payform .btn,
body.page-shop-dealPay #alternative-methods-container .pay-button,
body.page-shop-dealPay #alternative-methods-container button,
body.page-shop-dealPay #alternative-methods-container input[type="submit"],
body.page-shop-dealPay #alternative-methods-container .btn,
body.page-shop-dealPay .credit-payments-block .btn,
body.page-shop-dealPay .alternative-payments-block .btn {
  background: var(--nl-grad-gold) !important;
  color: #2a2411 !important; border: 0 !important;
  border-radius: var(--nl-r-ui) !important;
  padding: 13px 24px !important; font-weight: 800 !important; font-size: 15px !important;
  letter-spacing: 0.01em; white-space: nowrap;
  box-shadow: var(--nl-shadow-gold) !important; text-shadow: none !important;
  transition: filter 0.2s, transform 0.15s var(--nl-ease), box-shadow 0.25s var(--nl-ease);
  display: inline-flex; align-items: center; gap: 8px;
}
body.page-shop-dealPay .xdget-payform .pay-button:hover,
body.page-shop-dealPay .xdget-payform button:hover,
body.page-shop-dealPay .xdget-payform .btn:hover,
body.page-shop-dealPay #alternative-methods-container .btn:hover {
  filter: brightness(1.05); box-shadow: 0 14px 36px rgba(163,118,42,0.36) !important;
}
body.page-shop-dealPay .xdget-payform .pay-button:active,
body.page-shop-dealPay .xdget-payform .btn:active { transform: translateY(1px) scale(0.995); }
body.page-shop-dealPay .xdget-payform .pay-button img { filter: brightness(0) saturate(100%); opacity: 0.75; }

body.page-shop-dealPay .xdget-payform .form-control,
body.page-shop-dealPay #alternative-methods-container .form-control,
body.page-shop-dealPay .xdget-payform input[type="text"],
body.page-shop-dealPay .xdget-payform input[type="email"],
body.page-shop-dealPay .xdget-payform input[type="number"] {
  border: 1.5px solid var(--nl-line-strong) !important; border-radius: var(--nl-r-ui) !important;
  padding: 11px 13px !important; font-size: 15px !important; color: var(--nl-ink) !important;
  background: var(--nl-surface) !important; box-shadow: none !important;
}
body.page-shop-dealPay .xdget-payform .form-control:focus,
body.page-shop-dealPay #alternative-methods-container .form-control:focus {
  border-color: var(--nl-teal) !important; box-shadow: 0 0 0 3px var(--nl-teal-tint) !important; outline: none !important;
}
body.page-shop-dealPay .xdget-payform label { color: var(--nl-ink); font-weight: 700; font-size: 13px; }

body.page-shop-dealPay .gcp-oferta-buyer,
body.page-shop-dealPay .oferta-agree,
body.page-shop-dealPay .show-oferta .oferta { color: var(--nl-ink-mute) !important; font-size: 12.5px !important; }
body.page-shop-dealPay .gcp-oferta-buyer a, body.page-shop-dealPay .oferta a { color: var(--nl-teal) !important; }

body.page-shop-dealPay .alternative-payments-block-main > a {
  color: var(--nl-teal) !important; border-bottom-color: var(--nl-teal-line) !important; font-weight: 600;
}

@media (max-width: 600px) {
  body.page-shop-dealPay .deal-position-price { float: none; text-align: left; margin: 8px 0 0; }
  .nl-brandbar__sub { display: none; }
  body.page-shop-dealPay .xdget-payform form td:has(img) { display: block !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-shop-dealPay * { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}

body.page-shop-dealPay { padding-top: 64px !important; }

body.page-shop-dealPay .main-page-container h1,
body.page-shop-dealPay .main-page-container h2,
body.page-shop-dealPay .main-page-container h3,
body.page-shop-dealPay .main-page-container h4,
body.page-shop-dealPay .main-page-container :is(h1,h2,h3,h4) b,
body.page-shop-dealPay .main-page-container :is(h1,h2,h3,h4) span,
body.page-shop-dealPay .html-content :is(h1,h2,h3,h4),
body.page-shop-dealPay .html-content :is(h1,h2,h3,h4) b {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: var(--nl-ink) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.005em;
}
body.page-shop-dealPay .main-page-container h1 { font-size: clamp(21px, 2.8vw, 26px) !important; font-weight: 700 !important; margin: 26px 0 12px !important; }
body.page-shop-dealPay .main-page-container h2 { font-size: clamp(19px, 2.4vw, 23px) !important; font-weight: 700 !important; margin: 22px 0 10px !important; }
body.page-shop-dealPay .main-page-container h3 { font-size: 17px !important; font-weight: 700 !important; margin: 18px 0 10px !important; }
body.page-shop-dealPay .main-page-container h4 { font-size: 19px !important; font-weight: 700 !important; margin: 0 0 14px !important; }

body.page-shop-dealPay .page-header h1,
body.page-shop-dealPay .page-header h1 b,
body.page-shop-dealPay .page-header h1 span {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(30px, 5.4vw, 50px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  margin: 0 auto !important;
  background: var(--nl-grad-gold) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent !important; color: transparent !important;
}

body.page-shop-dealPay .main-page-container p,
body.page-shop-dealPay .main-page-container .html-content,
body.page-shop-dealPay .main-page-container .text-muted { color: var(--nl-ink-soft); }
body.page-shop-dealPay .main-page-container p { margin: 8px 0; line-height: 1.55; }

body.page-shop-dealPay .main-page-container ol,
body.page-shop-dealPay .main-page-container ul { padding-left: 22px; margin: 8px 0; }
body.page-shop-dealPay .main-page-container li { color: var(--nl-ink-soft); margin: 6px 0; line-height: 1.5; }
body.page-shop-dealPay .main-page-container li::marker { color: var(--nl-teal); font-weight: 700; }

body.page-shop-dealPay .main-page-container a:not(.btn):not(.pay-button):not(.btn-success):not([style*="background"]) {
  color: var(--nl-teal) !important; text-decoration: none;
}
body.page-shop-dealPay .main-page-container a:not(.btn):not(.pay-button):not(.btn-success):not([style*="background"]):hover {
  color: var(--nl-teal-deep) !important; text-decoration: underline;
}

@media (min-width: 768px) {
  body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) .xdget-col.col-md-6 + .xdget-col.col-md-6 {
    border-left: 1px solid var(--nl-line);
    padding-left: clamp(18px, 2.5vw, 32px) !important;
  }
}

body.page-shop-dealPay .main-page-container hr {
  border: 0 !important; border-top: 1px solid var(--nl-line) !important;
  background: none !important; height: 0 !important; margin: 16px 0 !important;
}

body.page-shop-dealPay .html-content a[style*="background"],
body.page-shop-dealPay .html-content button[style*="background"] {
  display: inline-block; border-radius: var(--nl-r-ui) !important;
  border: 0 !important; box-shadow: var(--nl-shadow-sm) !important;
  padding: 12px 22px !important; font-weight: 700 !important; text-decoration: none !important;
  transition: filter 0.2s !important;
}
body.page-shop-dealPay .html-content a[style*="background"]:hover,
body.page-shop-dealPay .html-content button[style*="background"]:hover { filter: brightness(1.06); }

body.page-shop-dealPay .html-content img { max-height: 44px; width: auto; height: auto; }

body.page-shop-dealPay .main-page-container b,
body.page-shop-dealPay .main-page-container strong { color: var(--nl-ink); }

body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button),
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button) {
  display: inline-block;
  border: 0 !important;
  outline: none !important;
  border-radius: var(--nl-r-ui) !important;
  box-shadow: var(--nl-shadow-sm) !important;
  padding: 13px 24px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: filter 0.2s, transform 0.15s var(--nl-ease) !important;
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):hover {
  filter: brightness(1.07);
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):active {
  transform: translateY(1px);
}

body.page-shop-dealPay .main-page-container h4,
body.page-shop-dealPay .main-page-container h4 b,
body.page-shop-dealPay .main-page-container h4 span {
  background: none !important;
  background-image: none !important;
}
body.page-shop-dealPay .main-page-container h4::after,
body.page-shop-dealPay .main-page-container h4::before { display: none !important; }

body.page-shop-dealPay .xdget-partialpay { flex-wrap: nowrap; }
body.page-shop-dealPay .xdget-partialpay span { order: 1; flex: 1; min-width: 0; }
body.page-shop-dealPay .xdget-partialpay a.btn { order: 2; flex: none; white-space: nowrap; }
@media (max-width: 560px) {
  body.page-shop-dealPay .xdget-partialpay { flex-wrap: wrap; }
  body.page-shop-dealPay .xdget-partialpay a.btn { width: 100%; text-align: center; }
}

body.page-shop-dealPay .page-header::after {
  content: "";
  display: block;
  width: 130px; height: 2px;
  margin: 14px auto 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--nl-gold-2) 30%, var(--nl-gold-1) 50%, var(--nl-gold-2) 70%, transparent);
}

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) { position: relative; }
body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo)::before,
body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo)::after {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  border: 1.5px solid var(--nl-gold-2);
  opacity: 0.75;
  pointer-events: none;
}
body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo)::before {
  top: 10px; left: 10px;
  border-right: 0; border-bottom: 0;
  border-top-left-radius: 10px;
}
body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo)::after {
  bottom: 10px; right: 10px;
  border-left: 0; border-top: 0;
  border-bottom-right-radius: 10px;
}

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) {
  box-shadow: var(--nl-shadow-md), inset 0 0 0 1px rgba(196, 154, 68, 0.12) !important;
}

.nl-brandbar::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,68,0.55), transparent);
  pointer-events: none;
}

body.page-shop-dealPay .xdget-payform .pay-button,
body.page-shop-dealPay #alternative-methods-container .pay-button,
body.page-shop-dealPay .xdget-payform .btn,
body.page-shop-dealPay #alternative-methods-container .btn {
  position: relative !important;
  overflow: hidden !important;
}
body.page-shop-dealPay .xdget-payform .pay-button::after,
body.page-shop-dealPay #alternative-methods-container .pay-button::after,
body.page-shop-dealPay .xdget-payform .btn::after,
body.page-shop-dealPay #alternative-methods-container .btn::after {
  content: "";
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 36%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 0.55s var(--nl-ease);
  pointer-events: none;
}
body.page-shop-dealPay .xdget-payform .pay-button:hover::after,
body.page-shop-dealPay #alternative-methods-container .pay-button:hover::after,
body.page-shop-dealPay .xdget-payform .btn:hover::after,
body.page-shop-dealPay #alternative-methods-container .btn:hover::after {
  transform: translateX(340%) skewX(-18deg);
}

body.page-shop-dealPay .xdget-payform form:hover,
body.page-shop-dealPay #alternative-methods-container form:hover {
  box-shadow: var(--nl-shadow-md), inset 3px 0 0 0 var(--nl-gold-2) !important;
}

@keyframes nlPageIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
body.page-shop-dealPay .main-page-container { animation: nlPageIn 0.55s var(--nl-ease) both; }
.nl-brandbar { animation: nlPageIn 0.55s var(--nl-ease) both; }

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) {
  display: flow-root !important;
  height: auto !important;
  overflow: visible !important;
  padding: clamp(20px, 3vw, 34px) !important;
}

body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button),
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button) {
  height: auto !important;
  min-height: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  text-align: center !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button) span,
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button) b {
  line-height: inherit !important;
  height: auto !important;
  display: inline !important;
}

body.page-shop-dealPay .main-page-container h4 {
  padding-bottom: 10px !important;
  background: linear-gradient(90deg, var(--nl-gold-2), rgba(196,154,68,0)) left bottom / 46px 2px no-repeat !important;
}

body.page-shop-dealPay h1.xdget-header,
body.page-shop-dealPay h2.xdget-header {
  padding-left: 14px !important;
  border-left: 3px solid var(--nl-gold-2) !important;
  border-radius: 2px;
}

body.page-shop-dealPay .html-content img { border-radius: 10px; }

body.page-shop-dealPay .xdget-row:has(.xdget-dealInfo) {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button),
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button) {
  background: var(--nl-grad-gold) !important;
  color: #2a2411 !important;
  display: block !important;
  width: 100% !important;
  max-width: 460px !important;
  margin: 14px 0 !important;
  padding: 15px 26px !important;
  font-family: 'Forum', 'Manrope', Georgia, serif !important;
  font-size: 17px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  box-shadow: var(--nl-shadow-gold) !important;
  position: relative !important;
  overflow: hidden !important;
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 36px rgba(163, 118, 42, 0.36) !important;
}

body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button)::after {
  content: "";
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 36%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 0.55s var(--nl-ease);
  pointer-events: none;
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):hover::after {
  transform: translateX(340%) skewX(-18deg);
}

body.page-shop-dealPay .xdget-payform .pay-button,
body.page-shop-dealPay #alternative-methods-container .pay-button,
body.page-shop-dealPay .xdget-payform .btn,
body.page-shop-dealPay #alternative-methods-container .btn {
  font-family: 'Forum', 'Manrope', Georgia, serif !important;
  font-size: 17px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  padding: 15px 26px !important;
  width: 100%;
  max-width: 460px;
  justify-content: center;
}

body.page-shop-dealPay .xdget-payform form td:last-child,
body.page-shop-dealPay #alternative-methods-container form td:last-child { width: 100%; }

body.page-shop-dealPay .xdget-partialpay a.btn {
  font-family: 'Forum', 'Manrope', Georgia, serif !important;
  font-size: 15.5px !important;
  letter-spacing: 0.04em !important;
}

.nl-brandbar, .nl-brandbar * { font-family: 'Forum', 'Manrope', Georgia, serif !important; }
.nl-brandbar__name { letter-spacing: 0.16em; font-size: 17px; }
.nl-brandbar__sub { font-size: 13px; }
.nl-secure { font-size: 14px; }

body.page-shop-dealPay .main-page-container :is(h1, h2, h3, h4),
body.page-shop-dealPay .main-page-container :is(h1, h2, h3, h4) :is(b, span) {
  font-family: 'Playfair Display', Georgia, serif !important;
}

body.page-shop-dealPay .main-page-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.page-shop-dealPay .xdget-payform form td:first-child,
body.page-shop-dealPay #alternative-methods-container form td:first-child {
  width: auto !important;
  white-space: nowrap;
}
body.page-shop-dealPay .xdget-payform form td:first-child img,
body.page-shop-dealPay #alternative-methods-container form td:first-child img {
  max-width: none !important;
  min-width: 60px;
  max-height: 40px !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}

body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button) {
  position: relative !important;
  overflow: hidden !important;
}
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button)::after {
  content: "";
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 36%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 0.55s var(--nl-ease);
  pointer-events: none;
}
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button):hover::after {
  transform: translateX(340%) skewX(-18deg);
}

body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):hover,
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button):hover,
body.page-shop-dealPay .xdget-payform .pay-button:hover,
body.page-shop-dealPay #alternative-methods-container .pay-button:hover,
body.page-shop-dealPay .xdget-payform .btn:hover,
body.page-shop-dealPay #alternative-methods-container .btn:hover {
  transform: translateY(-2px);
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button):active,
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button):active,
body.page-shop-dealPay .xdget-payform .pay-button:active,
body.page-shop-dealPay .xdget-payform .btn:active {
  transform: translateY(1px) scale(0.99);
}
body.page-shop-dealPay .main-page-container a[style*="background"]:not(.btn):not(.pay-button),
body.page-shop-dealPay .main-page-container button[style*="background"]:not(.pay-button) {
  transition: filter 0.2s, transform 0.2s var(--nl-ease), box-shadow 0.25s var(--nl-ease) !important;
}

body.page-shop-dealPay .xdget-partialpay a.btn:hover { transform: translateY(-1px); }

html:has(body.page-shop-dealPay) {
  min-height: 100%;
  background:
    radial-gradient(120% 60% at 12% -5%, #ffffff 0%, rgba(255,255,255,0) 46%),
    radial-gradient(90% 70% at 100% 0%, rgba(44,107,102,0.07) 0%, rgba(255,255,255,0) 42%),
    radial-gradient(80% 55% at 100% 100%, rgba(196,154,68,0.06) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, var(--nl-bg-0) 0%, var(--nl-bg-1) 100%) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
body.page-shop-dealPay { background: transparent !important; }

body.page-shop-dealPay::before,
body.page-shop-dealPay::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  will-change: transform;
}
body.page-shop-dealPay::before {
  width: 46vw; height: 46vw;
  top: -14vw; right: -12vw;
  background: radial-gradient(circle, rgba(196, 154, 68, 0.13), transparent 62%);
  animation: nlGlowA 26s ease-in-out infinite alternate;
}
body.page-shop-dealPay::after {
  width: 42vw; height: 42vw;
  bottom: -16vw; left: -10vw;
  background: radial-gradient(circle, rgba(44, 107, 102, 0.12), transparent 62%);
  animation: nlGlowB 34s ease-in-out infinite alternate;
}
@keyframes nlGlowA {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-9vw, 12vh, 0) scale(1.18); }
}
@keyframes nlGlowB {
  from { transform: translate3d(0, 0, 0) scale(1.1); }
  to   { transform: translate3d(10vw, -10vh, 0) scale(0.95); }
}

@media (max-width: 1023px) {
  body.page-shop-dealPay::before, body.page-shop-dealPay::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-shop-dealPay::before, body.page-shop-dealPay::after { animation: none; }
}

body.page-shop-dealPay {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg fill='none' stroke='%23a3762a' stroke-opacity='.13'%3E%3Cpath d='M80 0A80 80 0 0 1 0 80 80 80 0 0 1 80 160 80 80 0 0 1 160 80 80 80 0 0 1 80 0Z'/%3E%3Ccircle cx='80' cy='80' r='10'/%3E%3Ccircle cx='80' cy='80' r='3'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='160' cy='0' r='10'/%3E%3Ccircle cx='0' cy='160' r='10'/%3E%3Ccircle cx='160' cy='160' r='10'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: repeat !important;
  background-size: 160px 160px !important;
  background-attachment: fixed !important;
}

body.page-shop-dealPay .main-page-container { background: none; }

@media (max-width: 640px) {
  html:has(body.page-shop-dealPay) { background-size: 120px 120px !important; }
}

body.page-shop-dealPay .main-page-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
}

.nl-brandbar, .nl-brandbar * { box-sizing: border-box; }
.nl-brandbar > *, .nl-brandbar__l > * { margin-top: 0; margin-bottom: 0; }
.nl-brandbar__l { display: flex !important; align-items: center !important; gap: 13px; }
.nl-emblem {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 18px !important;
  align-self: center !important;
}
.nl-brandbar__name { line-height: 1.05 !important; }
.nl-brandbar__sub { line-height: 1.2 !important; margin-top: 3px !important; }

body.page-shop-dealPay .page-header h1 {
  font-size: clamp(30px, 4.6vw, 46px) !important;
}
body.page-shop-dealPay .main-page-container h4 {
  font-size: 22px !important;
}
body.page-shop-dealPay h1.xdget-header,
body.page-shop-dealPay h2.xdget-header,
body.page-shop-dealPay .main-page-container h2 {
  font-size: 22px !important;
}
body.page-shop-dealPay .payment-method-header {
  font-size: 24px !important;
}
body.page-shop-dealPay .card-title,
body.page-shop-dealPay .credit-title,
body.page-shop-dealPay .other-title,
body.page-shop-dealPay .xdget-payform h3,
body.page-shop-dealPay .main-page-container h3 {
  font-size: 18px !important;
}
body.page-shop-dealPay .position-actual-title { font-size: 19px; }
body.page-shop-dealPay .deal-positions .text-muted.small,
body.page-shop-dealPay .deal-positions .text-muted { font-size: 14px; }
body.page-shop-dealPay .deal-finish-price-title { font-size: 16px; }
body.page-shop-dealPay .deal-finish-price-title b { font-size: 34px; }
body.page-shop-dealPay a[href*="/sales/control/deal/update"] { font-size: 13px; }
body.page-shop-dealPay .xdget-partialpay span { font-size: 15px; }
body.page-shop-dealPay .main-page-container p,
body.page-shop-dealPay .main-page-container li { line-height: 1.6; }

html:has(body.page-shop-dealPay) {
  height: auto !important;
  min-height: 100%;
  background-color: var(--nl-bg-0) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg fill='none' stroke='%23a3762a' stroke-opacity='.13'%3E%3Cpath d='M80 0A80 80 0 0 1 0 80 80 80 0 0 1 80 160 80 80 0 0 1 160 80 80 80 0 0 1 80 0Z'/%3E%3Ccircle cx='80' cy='80' r='10'/%3E%3Ccircle cx='80' cy='80' r='3'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3Ccircle cx='160' cy='0' r='10'/%3E%3Ccircle cx='0' cy='160' r='10'/%3E%3Ccircle cx='160' cy='160' r='10'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: repeat !important;
  background-size: 160px 160px !important;
  background-position: top center !important;
  background-attachment: fixed !important;
}
body.page-shop-dealPay {
  background: transparent !important;
  height: auto !important;
}
body.page-shop-dealPay .main-page-block,
body.page-shop-dealPay .main-page-container,
body.page-shop-dealPay .container.main-page-container,
body.page-shop-dealPay .empty-breadcrumbs,
body.page-shop-dealPay .page-header {
  background: transparent !important;
}
@media (max-width: 640px) {
  html:has(body.page-shop-dealPay) { background-size: 120px 120px !important; }
}

