/** Shopify CDN: Minification failed

Line 110:63 Unexpected "2006"

**/
/*
  HW 2003-2007 5.9 Cummins HPTuners — Full Product Page Stylesheet
  Hardway Performance 2026
  Loaded exclusively on template: product.hw-2003-2007-tuning
  Base dark/form styling inherited from hw-hd-tuning-page.css (loaded first).

/* =============================================================================
   VIDEO HERO
   ============================================================================= */

.hw-59-hero {
  position: relative;
  width: 100%;
  min-height: clamp(380px, 56vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505;
}

.hw-59-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hw-59-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(5,5,5,0.3) 0%, rgba(5,5,5,0.52) 55%, rgba(5,5,5,0.92) 100%),
    linear-gradient(135deg, rgba(224, 53, 32, 0.12) 0%, transparent 60%);
  z-index: 1;
}

.hw-59-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 720px;
}

.hw-59-hero__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e03520;
  margin: 0 0 14px;
}

.hw-59-hero__title {
  font-size: clamp(38px, 5.5vw, 74px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.0;
  margin: 0 0 16px;
  text-shadow: 0 2px 28px rgba(0,0,0,0.55);
}

.hw-59-hero__sub {
  font-size: clamp(14px, 1.4vw, 17px);
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 36px;
  line-height: 1.6;
}

.hw-59-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 11px 22px;
  border-radius: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hw-59-hero__cta:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 720px) {
  .hw-59-hero {
    min-height: clamp(300px, 46vh, 480px);
  }
}


  This file covers the custom content sections below the form, plus the
  inline EFILive notice that appears inside the order form for 2006-2007 buyers.
*/

/* =============================================================================
   INLINE EFILIVE NOTICE (inside order form — shown via JS for 2006–2007)
   ============================================================================= */

.hw-59-efilive-inline-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(224, 53, 32, 0.06);
  border: 1px solid rgba(224, 53, 32, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.hw-59-efilive-inline-notice svg {
  flex-shrink: 0;
  color: #e03520;
  margin-top: 1px;
}

.hw-59-efilive-inline-notice strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hw-59-efilive-inline-notice a {
  color: #e03520;
  text-decoration: none;
}

.hw-59-efilive-inline-notice a:hover {
  text-decoration: underline;
}

/* =============================================================================
   CUSTOM CONTENT — .hw-59-content
   ============================================================================= */

.hw-59-content {
  background: #0a0a0a;
  color: #fff;
}

.hw-59-page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hw-59-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e03520;
  margin: 0 0 10px;
}

.hw-59-eyebrow--center {
  text-align: center;
}

.hw-59-red {
  color: #e03520;
}

.hw-59-section-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hw-59-section-title--center {
  text-align: center;
}

/* =============================================================================
   INTRO
   ============================================================================= */

.hw-59-intro {
  padding: 72px 0 64px;
  background: radial-gradient(ellipse at 50% -10%, rgba(224, 53, 32, 0.16) 0%, #0d0d0d 58%);
}

.hw-59-intro__title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hw-59-intro__lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 660px;
  margin: 0 0 24px;
}

.hw-59-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hw-59-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
}

.hw-59-tag--note {
  border-color: rgba(224, 53, 32, 0.3);
  color: rgba(224, 53, 32, 0.8);
}

/* =============================================================================
   POWER LEVELS
   ============================================================================= */

.hw-59-levels {
  padding: 80px 0;
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-levels__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: -12px 0 44px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.hw-59-level-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hw-59-level-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.hw-59-level-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.hw-59-level-card--street::before {
  background: rgba(224, 53, 32, 0.4);
}

.hw-59-level-card--lemons {
  border-color: rgba(224, 53, 32, 0.22);
  background: rgba(224, 53, 32, 0.04);
}

.hw-59-level-card--lemons::before {
  background: #e03520;
}

.hw-59-level-card:hover {
  border-color: rgba(224, 53, 32, 0.3);
}

.hw-59-level-card--lemons:hover {
  border-color: rgba(224, 53, 32, 0.5);
}

.hw-59-level-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hw-59-level-card__badge {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.hw-59-level-card--street .hw-59-level-card__badge {
  background: rgba(224, 53, 32, 0.08);
  border-color: rgba(224, 53, 32, 0.2);
  color: rgba(224, 53, 32, 0.7);
}

.hw-59-level-card--lemons .hw-59-level-card__badge {
  background: rgba(224, 53, 32, 0.12);
  border-color: rgba(224, 53, 32, 0.3);
  color: #e03520;
}

.hw-59-level-card__num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.2);
}

.hw-59-level-card__name {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 12px;
}

.hw-59-level-card--lemons .hw-59-level-card__name {
  color: #e03520;
}

.hw-59-level-card__desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 auto;
  padding-bottom: 20px;
}

.hw-59-level-card__desc strong {
  color: rgba(255, 255, 255, 0.85);
}

.hw-59-level-card__gain {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-top: 4px;
}

.hw-59-level-card--lemons .hw-59-level-card__gain {
  color: #e03520;
  font-size: 17px;
}

.hw-59-level-card__gain-sub {
  font-size: 11px;
  color: rgba(224, 53, 32, 0.65);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.hw-59-level-card__tq {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin-top: 3px;
}

.hw-59-level-card--lemons .hw-59-level-card__tq {
  color: rgba(224, 53, 32, 0.5);
}

.hw-59-levels__footnote {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  margin: 36px 0 0;
  letter-spacing: 0.02em;
}

/* =============================================================================
   NO SOTF — FLASH NOTE
   ============================================================================= */

.hw-59-flash-note {
  padding: 64px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-flash-note__inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(224, 53, 32, 0.5);
  border-radius: 10px;
  padding: 36px 40px;
}

.hw-59-flash-note__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(224, 53, 32, 0.1);
  border: 1px solid rgba(224, 53, 32, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e03520;
  margin-top: 2px;
}

.hw-59-flash-note__title {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 14px;
}

.hw-59-flash-note__body p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
}

.hw-59-flash-note__body p:last-child {
  margin-bottom: 0;
}

.hw-59-flash-note__body strong {
  color: rgba(255, 255, 255, 0.88);
}

/* =============================================================================
   2006-2007 EFILIVE ALTERNATIVE
   ============================================================================= */

.hw-59-efilive-alt {
  padding: 80px 0;
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-efilive-alt__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: center;
}

.hw-59-efilive-alt__eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e03520;
  background: rgba(224, 53, 32, 0.1);
  border: 1px solid rgba(224, 53, 32, 0.2);
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 16px;
}

.hw-59-efilive-alt__title {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hw-59-efilive-alt__lead {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 22px;
}

.hw-59-efilive-alt__lead strong {
  color: rgba(255, 255, 255, 0.9);
}

.hw-59-efilive-alt__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}

.hw-59-efilive-alt__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.hw-59-efilive-alt__bullets li::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: #e03520;
  border-radius: 50%;
  margin-top: 7px;
}

.hw-59-efilive-alt__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e03520;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 5px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hw-59-efilive-alt__cta:hover {
  background: #c42d1d;
  transform: translateY(-1px);
}

.hw-59-efilive-alt__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hw-59-efilive-alt__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 24px;
}

.hw-59-efilive-alt__card--highlight {
  background: rgba(224, 53, 32, 0.06);
  border-color: rgba(224, 53, 32, 0.25);
}

.hw-59-efilive-alt__card-year-range {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
  margin-bottom: 4px;
}

.hw-59-efilive-alt__card--highlight .hw-59-efilive-alt__card-year-range {
  color: #e03520;
}

.hw-59-efilive-alt__card-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}

.hw-59-efilive-alt__card--highlight .hw-59-efilive-alt__card-label {
  color: rgba(255, 255, 255, 0.6);
}

.hw-59-efilive-alt__card-desc {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 14px;
}

.hw-59-efilive-alt__card:not(.hw-59-efilive-alt__card--highlight) .hw-59-efilive-alt__card-desc {
  margin-bottom: 0;
}

.hw-59-efilive-alt__card-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e03520;
  text-decoration: none;
  border: 1px solid rgba(224, 53, 32, 0.35);
  border-radius: 4px;
  padding: 7px 14px;
  transition: background 0.15s ease, color 0.15s ease;
}

.hw-59-efilive-alt__card-link:hover {
  background: #e03520;
  color: #fff;
  border-color: #e03520;
}

/* =============================================================================
   HARDWARE CHECKLIST
   ============================================================================= */

.hw-59-gear {
  padding: 80px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-gear-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.hw-59-gear-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 20px;
}

.hw-59-gear-item__check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(224, 53, 32, 0.15);
  border: 1px solid rgba(224, 53, 32, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e03520;
  margin-top: 1px;
}

.hw-59-gear-item strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.hw-59-gear-item span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.55;
}

/* =============================================================================
   FAQ
   ============================================================================= */

.hw-59-faq {
  padding: 80px 0 100px;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-faq-list {
  margin-top: 44px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hw-59-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 28px 0;
}

.hw-59-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hw-59-faq-q {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hw-59-faq-q::before {
  content: 'Q: ';
  color: #e03520;
}

.hw-59-faq-a {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
}

/* =============================================================================
   FORM EXTRAS (inside order form)
   ============================================================================= */

.hw-59-optional-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  text-transform: none;
  letter-spacing: 0;
}

.hw-59-flow-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 8px;
  line-height: 1.55;
}

.hw-59-flow-note svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 1px;
}

.hw-59-flow-note a {
  color: #e03520;
  text-decoration: none;
}

.hw-59-flow-note a:hover {
  text-decoration: underline;
}

/* =============================================================================
   10 BAR MAP SENSOR — FEATURED PRODUCT
   ============================================================================= */

.hw-59-map-feature {
  padding: 80px 0;
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hw-59-map-feature__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.hw-59-map-feature__media {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.hw-59-map-feature__chip {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  background: #e03520;
  border-radius: 3px;
  padding: 5px 10px;
}

.hw-59-map-feature__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hw-59-map-feature__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 14px;
}

.hw-59-map-feature__desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 20px;
}

.hw-59-map-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.hw-59-map-feature__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  padding: 5px 10px;
}

.hw-59-map-feature__tag svg {
  color: #e03520;
}

.hw-59-map-feature__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.hw-59-map-feature__compare {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: line-through;
}

.hw-59-map-feature__sale {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
}

.hw-59-map-feature__regular {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
}

.hw-59-map-feature__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hw-59-map-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e03520;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 5px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hw-59-map-feature__cta:hover {
  background: #c42d1d;
  transform: translateY(-1px);
}

/* =============================================================================
   RE-TUNE NOTICE
   ============================================================================= */

.hw-59-retune {
  padding: 0 0 32px;
  background: #0a0a0a;
}

.hw-59-retune__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 28px;
}

.hw-59-retune__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(224, 53, 32, 0.08);
  border: 1px solid rgba(224, 53, 32, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e03520;
  margin-top: 2px;
}

.hw-59-retune__title {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 8px;
}

.hw-59-retune__body {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.hw-59-retune__body strong {
  color: rgba(255, 255, 255, 0.85);
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media only screen and (max-width: 1024px) {
  .hw-59-map-feature__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hw-59-map-feature__media {
    aspect-ratio: 16 / 9;
    max-height: 400px;
  }

  .hw-59-efilive-alt__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hw-59-efilive-alt__right {
    flex-direction: row;
  }

  .hw-59-efilive-alt__card {
    flex: 1;
  }
}

@media only screen and (max-width: 900px) {
  .hw-59-level-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hw-59-flash-note__inner {
    padding: 28px 24px;
  }

  .hw-59-gear-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 640px) {
  .hw-59-level-grid {
    grid-template-columns: 1fr;
  }

  .hw-59-efilive-alt__right {
    flex-direction: column;
  }

  .hw-59-flash-note__inner {
    flex-direction: column;
    gap: 20px;
  }

  .hw-59-retune__inner {
    flex-direction: column;
    gap: 16px;
    padding: 22px 20px;
  }

  .hw-59-page-width {
    padding: 0 16px;
  }

  .hw-59-intro {
    padding: 48px 0 44px;
  }
}