/** Shopify CDN: Minification failed

Line 562:0 Unexpected "<"

**/
/* ---------------------------------------------------------
 * nb-warranty-register-form.css (warm-elite refactor)
 * Paired styles for nb-warranty-register-form.liquid
 * Tokens from nb-global-overrides.css with safe fallbacks.
 * --------------------------------------------------------- */

/* Notice banner */
.nb-wrf-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #FFF8EC;
  border: 1px solid #F5A623;
  border-left: 4px solid #F5A623;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 32px;
  color: var(--nb-near-black, #0B0B0A);
  font-size: 15px;
  line-height: 1.5;
}

.nb-wrf-notice__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #C97A00;
}

.nb-wrf-notice strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.nb-wrf-notice p {
  margin: 0;
  color: #5C4A00;
}

.nb-wrf-section {
  background: var(--nb-white, #FCFCFC);
  color: var(--nb-near-black, #0B0B0A);
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nb-wrf-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Header ─────────────────────────────────────── */
.nb-wrf-header {
  text-align: center;
  margin-bottom: 56px;
}
.nb-wrf-eyebrow {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: var(--nb-fs-eyebrow, 11px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--nb-charcoal, #363732);
  margin-bottom: 16px;
}
.nb-wrf-headline {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin: 0 0 18px;
  color: var(--nb-near-black, #0B0B0A);
}
.nb-wrf-sub {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body-lg, 18px);
  line-height: 1.6;
  color: var(--nb-charcoal, #363732);
  margin: 0 auto;
  max-width: 540px;
}

/* ─── Form (panel surface) ───────────────────────── */
.nb-wrf-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--nb-soft-gray, #F5F5F5);
  border-radius: var(--nb-r-xl, 24px);
  padding: 40px 36px;
}
.nb-wrf-field {
  display: flex;
  flex-direction: column;
}
.nb-wrf-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-caption, 13px);
  font-weight: 600;
  color: var(--nb-charcoal, #363732);
  margin-bottom: 10px;
}
.nb-wrf-required {
  color: #c00;
  margin-left: 2px;
}
.nb-wrf-optional {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-caption, 13px);
  font-weight: 400;
  color: var(--nb-charcoal, #363732);
  opacity: 0.6;
  margin-left: 4px;
}
.nb-wrf-input {
  width: 100%;
  padding: 16px 18px;
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  line-height: 1.4;
  color: var(--nb-near-black, #0B0B0A);
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: var(--nb-r-btn, 8px);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-sizing: border-box;
}
.nb-wrf-input::placeholder {
  color: var(--nb-charcoal, #363732);
  opacity: 0.5;
}
/* Mono on inputs that hold codes/dates */
.nb-wrf-input[name="serial_number"],
.nb-wrf-input[name="order_number"],
.nb-wrf-input[name="phone_local"],
.nb-wrf-input[type="date"] {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-feature-settings: 'tnum' 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

/* Phone field: custom country-code dropdown + local number input, side by side */
.nb-wrf-phone-group {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: stretch;
}
.nb-wrf-phone-input {
  flex: 1 1 auto;
  min-width: 0;
}

/* ─── Custom country code dropdown ───────────────── */
.nb-wrf-cc {
  position: relative;
  flex: 0 0 auto;
}
.nb-wrf-cc__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 0 12px 0 14px;
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: var(--nb-r-btn, 8px);
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  color: var(--nb-near-black, #0B0B0A);
  cursor: pointer;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
  white-space: nowrap;
}
.nb-wrf-cc__button:hover {
  border-color: rgba(13, 68, 238, 0.20);
}
.nb-wrf-cc__button:focus-visible,
.nb-wrf-cc.is-open .nb-wrf-cc__button {
  border-color: var(--nb-electric, #0D44EE);
  box-shadow: 0 0 0 3px rgba(13, 68, 238, 0.15);
}
.nb-wrf-cc__flag {
  font-size: 20px;
  line-height: 1;
}
.nb-wrf-cc__code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-feature-settings: 'tnum' 1;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nb-wrf-cc__chev {
  color: var(--nb-charcoal, #363732);
  opacity: 0.55;
  transition: transform .2s ease;
  flex: 0 0 auto;
}
.nb-wrf-cc.is-open .nb-wrf-cc__chev {
  transform: rotate(180deg);
}

.nb-wrf-cc__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  min-width: 260px;
  max-height: 320px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(11, 11, 10, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(11, 20, 60, 0.12);
}
.nb-wrf-cc__list[hidden] {
  display: none;
}
.nb-wrf-cc__opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  color: var(--nb-near-black, #0B0B0A);
  transition: background .12s ease;
}
.nb-wrf-cc__opt:hover {
  background: var(--nb-light-gray, #F4F6F8);
}
.nb-wrf-cc__opt.is-selected {
  background: rgba(13, 68, 238, 0.08);
}
.nb-wrf-cc__opt .nb-wrf-cc__flag {
  font-size: 18px;
  flex: 0 0 auto;
}
.nb-wrf-cc__opt .nb-wrf-cc__code {
  flex: 0 0 auto;
  min-width: 52px;
  font-size: 14px;
  font-weight: 600;
  color: var(--nb-charcoal, #363732);
}
.nb-wrf-cc__opt.is-selected .nb-wrf-cc__code {
  color: var(--nb-electric, #0D44EE);
}
.nb-wrf-cc__opt .nb-wrf-cc__name {
  flex: 1 1 auto;
  font-size: 14px;
  color: var(--nb-charcoal, #363732);
}
@media (max-width: 480px) {
  .nb-wrf-cc__list {
    min-width: calc(100vw - 96px);
    max-width: calc(100vw - 96px);
  }
}

/* Select dropdown */
.nb-wrf-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23363732' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 48px;
  cursor: pointer;
}

/* Textarea */
.nb-wrf-textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
  font-family: 'Outfit', sans-serif;
}
.nb-wrf-input:focus {
  border-color: var(--nb-electric, #0D44EE);
  box-shadow: 0 0 0 3px rgba(13, 68, 238, 0.15);
}
.nb-wrf-hint {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-caption, 13px);
  color: var(--nb-charcoal, #363732);
  opacity: 0.7;
  margin: 8px 2px 0;
  line-height: 1.5;
}

/* ─── Serial locator popover ─────────────────────── */
.nb-wrf-label-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.nb-wrf-label-row .nb-wrf-label {
  margin-bottom: 0;
}
.nb-wrf-locator-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: var(--nb-electric, #0D44EE);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.nb-wrf-locator-btn:hover,
.nb-wrf-locator-btn:focus-visible,
.nb-wrf-locator-btn.is-active {
  background: rgba(13, 68, 238, 0.10);
  outline: none;
}
.nb-wrf-locator-pop {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 5;
  width: max-content;
  min-width: 240px;
  max-width: 280px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--nb-line, rgba(11, 11, 10, 0.10));
  border-radius: 12px;
  box-shadow: var(--nb-shadow-soft, 0 8px 32px rgba(11, 20, 60, 0.08));
}
.nb-wrf-locator-pop[hidden] { display: none; }
.nb-wrf-locator-pop__caret {
  position: absolute;
  top: -8px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(0 -1px 0 rgba(11, 11, 10, 0.10));
}
.nb-wrf-locator-pop__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 240px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--nb-soft-gray, #F5F5F5);
}
.nb-wrf-locator-pop__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nb-wrf-locator-pop__caption {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: var(--nb-charcoal, #363732);
  margin: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .nb-wrf-locator-pop {
    left: -8px;
    max-width: min(280px, calc(100vw - 56px));
  }
}

/* ─── EDD callout (sky tint) ─────────────────────── */
.nb-wrf-callout {
  background: var(--nb-sky, #D7EDFD);
  border-radius: var(--nb-r-md, 12px);
  padding: 18px 20px;
  margin-top: 6px;
}
.nb-wrf-callout p {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  line-height: 1.55;
  color: var(--nb-charcoal, #363732);
  margin: 0;
}

/* ─── Submit button ──────────────────────────────── */
.nb-wrf-submit {
  width: 100%;
  padding: 18px 28px;
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  font-weight: 600;
  color: #FCFCFC;
  background: var(--nb-electric, #0D44EE);
  border: none;
  border-radius: var(--nb-r-btn, 8px);
  cursor: pointer;
  margin-top: 8px;
  box-shadow: var(--nb-shadow-cta-rest, 0 2px 12px rgba(13, 68, 238, 0.28));
  transition: background .2s ease, box-shadow .2s ease, transform .05s ease;
}
.nb-wrf-submit:hover:not(:disabled) {
  background: var(--nb-blue, #314ABC);
  box-shadow: var(--nb-shadow-cta-hover, 0 12px 28px rgba(13, 68, 238, 0.36));
}
.nb-wrf-submit:active:not(:disabled) {
  transform: scale(0.995);
}
.nb-wrf-submit:disabled,
.nb-wrf-submit.is-loading {
  opacity: 0.7;
  cursor: wait;
}

/* ─── Error ──────────────────────────────────────── */
.nb-wrf-error {
  display: none;
  font-family: 'Outfit', sans-serif;
  color: #c00;
  font-size: var(--nb-fs-caption, 13px);
  text-align: center;
  margin: 8px 0 0;
}
.nb-wrf-error.is-visible {
  display: block;
}

/* ─── Success state ──────────────────────────────── */
.nb-wrf-success {
  text-align: center;
  padding: 64px 32px;
  background: var(--nb-sky, #D7EDFD);
  border-radius: var(--nb-r-xl, 24px);
  box-shadow: var(--nb-shadow-soft, 0 8px 32px rgba(11, 20, 60, 0.08));
}
.nb-wrf-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #fff;
  color: var(--nb-blue, #314ABC);
  border-radius: 50%;
  margin-bottom: 28px;
  box-shadow: var(--nb-shadow-rest, 0 1px 3px rgba(11, 20, 60, 0.05));
}
.nb-wrf-success-headline {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: var(--nb-near-black, #0B0B0A);
  margin: 0 0 14px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
.nb-wrf-success-body {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  line-height: 1.6;
  color: var(--nb-charcoal, #363732);
  max-width: 460px;
  margin: 0 auto 28px;
}
.nb-wrf-success-details {
  display: grid;
  gap: 0;
  margin: 0 auto 24px;
  max-width: 460px;
  text-align: left;
  background: #fff;
  border-radius: var(--nb-r-md, 12px);
  padding: 8px 20px;
}
.nb-wrf-success-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--nb-line, rgba(11, 11, 10, 0.10));
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
}
.nb-wrf-success-row:last-child {
  border-bottom: none;
}
.nb-wrf-success-row dt {
  color: var(--nb-charcoal, #363732);
  font-weight: 500;
}
.nb-wrf-success-row dd {
  color: var(--nb-near-black, #0B0B0A);
  font-weight: 600;
  margin: 0;
  text-align: right;
  /* Mono on data values (dates, serials) */
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-feature-settings: 'tnum' 1;
  font-variant-numeric: tabular-nums;
}
.nb-wrf-success-cta {
  font-family: 'Outfit', sans-serif;
  font-size: var(--nb-fs-body, 16px);
  color: var(--nb-charcoal, #363732);
  margin: 24px 0 0;
}
.nb-wrf-success-cta a {
  color: var(--nb-electric, #0D44EE);
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 2px;
}

/* ─── Mobile ─────────────────────────────────────── */
@media (max-width: 640px) {
  .nb-wrf-inner { padding: 0 20px; }
  .nb-wrf-header { margin-bottom: 40px; }
  .nb-wrf-headline { font-size: clamp(28px, 8vw, 36px); }
  .nb-wrf-sub { font-size: var(--nb-fs-body, 16px); }

  .nb-wrf-form { padding: 28px 22px; border-radius: var(--nb-r-lg, 16px); }
  .nb-wrf-success {
    padding: 48px 22px;
    border-radius: var(--nb-r-lg, 16px);
  }
  .nb-wrf-success-row {
    flex-direction: column;
    gap: 4px;
  }
  .nb-wrf-success-row dd {
    text-align: left;
  }
}
</content>
</invoke>