/** Shopify CDN: Minification failed

Line 919:0 Unexpected "}"

**/
/* =========================================================
   Godmode NZ — PC Builder Clean CSS
   ========================================================= */

.pc-builder {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  color: #0f172a;
  padding: 44px 0 80px;
}

.pc-builder * {
  box-sizing: border-box;
}

.pc-builder .page-width {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Header */

.pc-builder__page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.pc-builder__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #111;
}

.pc-builder__title {
  margin: 0;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 900;
  color: #050505;
}

.pc-builder__subtitle {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.45;
  color: #475569;
}

/* Import */

.pc-builder__import {
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: 0 16px 44px rgba(15, 23, 42, .07);
}

.pc-builder__import-label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pc-builder__import-select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, .16);
  background: #f8fafc;
  padding: 0 14px;
  font-weight: 800;
}

.pc-builder__import-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #64748b;
}

/* Main layout */

.pc-builder__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: start;
}

.pc-builder__hero,
.pc-builder__warnings,
.pc-builder__parts-head,
.pc-builder__groups {
  grid-column: 1;
  min-width: 0;
}

.pc-builder__hero {
  display: block;
}

.pc-builder__visual-column {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.pc-builder__media-card {
  min-height: 560px;
  padding: 34px;
  background: radial-gradient(circle at 50% 36%, #fff 0%, #f7fafc 55%, #edf3f8 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .09);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pc-builder__preview {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
}

.pc-builder__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.pc-builder__layer[hidden] {
  display: none;
}

.pc-builder__layer--preset {
  z-index: 20;
  background: #fff;
}

/* Right sticky summary */

.pc-builder__topbar {
  grid-column: 2;
  grid-row: 1 / span 4;
  position: sticky;
  top: 88px;
  align-self: start;

  width: 420px;
  max-height: calc(100vh - 108px);
  overflow: hidden;

  display: flex;
  flex-direction: column;

  padding: 26px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .09);
  z-index: 20;
}

.pc-builder__topbar-main {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.pc-builder__summary-head {
  margin-bottom: 16px;
}

.pc-builder__summary-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
}

.pc-builder__summary-title {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 900;
}

.pc-builder__quick-specs {
  padding: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  overflow: hidden;
}

.pc-builder__quick-specs-head {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #111;
}

.pc-builder__quick-spec-list {
  list-style: none;
  margin: 0;
  padding: 0 8px 0 18px;
  max-height: calc(100vh - 430px);
  overflow-y: auto;
}

.pc-builder__quick-spec-list li {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #111827;
  position: relative;
}

.pc-builder__quick-spec-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #111;
  position: absolute;
  left: -15px;
  top: 7px;
}

.pc-builder__quick-spec-list strong {
  font-weight: 900;
}

.pc-builder__topbar-footer {
  flex: 0 0 auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, .09);
  display: grid;
  gap: 14px;
  background: #fff;
}

.pc-builder__price-label {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #111;
}

.pc-builder__price {
  font-size: clamp(42px, 4vw, 62px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 900;
  color: #050505;
}

.pc-builder__add {
  border: 0;
  min-height: 56px;
  padding: 14px 20px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.pc-builder__add:hover {
  background: #000;
}

.pc-builder__add:disabled {
  opacity: .6;
  cursor: wait;
}

.pc-builder__eta {
  margin-top: 0;
  padding: 13px 15px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
}

.pc-builder__eta-title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #111;
}

.pc-builder__eta-copy {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(17, 17, 17, .62);
}

/* Warning */

.pc-builder__warnings {
  display: grid;
  gap: 10px;
}

.pc-builder__warning {
  background: #fff1f1;
  border: 1px solid #f2c5c5;
  color: #9a2d2d;
  padding: 14px 16px;
  font-size: 15px;
}

/* Parts heading */

.pc-builder__parts-head {
  padding: 30px 34px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .055);
}

.pc-builder__parts-head h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 52px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 900;
}

.pc-builder__parts-head p:last-child {
  margin: 12px 0 0;
  max-width: 640px;
  font-size: 16px;
  color: #64748b;
}

/* Component groups */

.pc-builder__groups {
  display: grid;
  gap: 18px;
}

.pc-builder__group,
.pc-builder__group--premium {
  margin: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .055);
  overflow: hidden;
}

.pc-builder__component-head--premium {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 16px;
}

.pc-builder__component-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc-builder__component-label {
  font-size: 23px;
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 900;
  color: #0f172a;
}

.pc-builder__component-selected {
  margin-top: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #64748b;
}

.pc-builder__chosen-card {
  min-height: 88px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
}

.pc-builder__chosen-image {
  width: 96px;
  height: 96px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 96px;
  padding: 8px;
  background: #fff;
}

.pc-builder__chosen-image--empty {
  background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}

.pc-builder__chosen-copy {
  min-width: 0;
}

.pc-builder__chosen-name {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.pc-builder__chosen-meta {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 800;
  color: #4f46e5;
}

/* Options */

.pc-builder__options-scroll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 318px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px 8px 8px 2px;
}

.pc-builder__option,
.pc-builder__option--compact {
  width: 100%;
  min-height: 92px;
  height: 92px;
  flex: 0 0 92px;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pc-builder__option:hover {
  border-color: #111;
  transform: translateY(-1px);
}

.pc-builder__option.is-active {
  background: #fafafa;
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.pc-builder__option.is-disabled {
  opacity: .45;
  cursor: not-allowed;
}

.pc-builder__option-image {
  width: 74px;
  height: 74px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 74px;
  padding: 6px;
  background: #fff;
}

.pc-builder__option-copy {
  min-width: 0;
}

.pc-builder__option-name {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-builder__option-price {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.pc-builder__option-stock {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  color: rgba(17, 17, 17, .55);
}

.pc-builder__option-stock.is-special-order {
  color: #5b3cff;
}

/* FPS widget */

.gm-builder-fps {
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.gm-builder-fps__inner {
  padding: 16px;
}

.gm-builder-fps__topbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.gm-builder-fps__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6366f1;
}

.gm-builder-fps__title {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 850;
}

.gm-builder-fps__sub {
  margin-top: 5px;
  font-size: 12px;
  color: #6b7280;
}

.gm-builder-fps__heroBadge {
  min-width: 78px;
  padding: 10px 11px;
  text-align: right;
  color: #fff;
  background: linear-gradient(135deg, #06b6d4, #7c3aed);
}

.gm-builder-fps__heroLabel {
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: .78;
}

.gm-builder-fps__heroValue {
  margin-top: 4px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.gm-builder-fps__heroValue small {
  margin-left: 3px;
  font-size: 10px;
  font-weight: 800;
  opacity: .85;
}

.gm-builder-fps__heroTier {
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gm-builder-fps__modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.gm-builder-fps__modeBtn {
  border: 1px solid rgba(15, 23, 42, .1);
  background: #fff;
  padding: 10px 11px;
  text-align: left;
  cursor: pointer;
}

.gm-builder-fps__modeBtn.is-active {
  border-color: rgba(99, 102, 241, .42);
  background: linear-gradient(180deg, rgba(99, 102, 241, .08), rgba(99, 102, 241, .03));
}

.gm-builder-fps__modeTitle {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 850;
}

.gm-builder-fps__modeMeta {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
  line-height: 1.25;
  color: #6b7280;
}

.gm-builder-fps__games {
  display: grid;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
}

.gm-builder-fps__game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
}

.gm-builder-fps__gameLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.gm-builder-fps__thumbWrap {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid rgba(15, 23, 42, .06);
}

.gm-builder-fps__thumb,
.gm-builder-fps__thumbFallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-builder-fps__gameName {
  font-size: 13px;
  line-height: 1.18;
  font-weight: 850;
}

.gm-builder-fps__gameMeta {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b7280;
}

.gm-builder-fps__gameFps {
  flex: 0 0 auto;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  color: #050505;
  white-space: nowrap;
}

.gm-builder-fps__gameFps span {
  margin-left: 3px;
  font-size: 9px;
  font-weight: 800;
  color: #6b7280;
}

.gm-builder-fps__empty {
  padding: 12px;
  font-size: 13px;
  color: #6b7280;
}

.gm-fps--low { background: linear-gradient(135deg, #ef4444, #f97316); }
.gm-fps--mid { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.gm-fps--good { background: linear-gradient(135deg, #bbd01d, #24b057); }
.gm-fps--high { background: linear-gradient(135deg, #16a34a, #22c55e); }
.gm-fps--veryhigh { background: linear-gradient(135deg, #14b8a6, #10b981); }
.gm-fps--elite { background: linear-gradient(135deg, #16cc9b, #7a30fb); }

/* Mobile */

.pc-builder__summary--mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .pc-builder .page-width {
    padding: 0 20px;
  }

  .pc-builder__page-head,
  .pc-builder__layout {
    display: flex;
    flex-direction: column;
  }

  .pc-builder__topbar {
    position: static;
    width: auto;
    max-height: none;
  }

  .pc-builder__media-card {
    min-height: 420px;
  }

  .pc-builder__quick-spec-list {
    max-height: 320px;
  }
}

@media screen and (max-width: 749px) {
  .pc-builder {
    padding: 28px 0 56px;
  }

  .pc-builder .page-width {
    padding: 0 16px;
  }

  .pc-builder__title {
    font-size: 44px;
  }

  .pc-builder__component-head--premium {
    grid-template-columns: 1fr;
  }

  .pc-builder__media-card {
    min-height: 340px;
    padding: 22px;
  }

  .pc-builder__price {
    font-size: 44px;
  }

  .gm-builder-fps__topbar {
    align-items: flex-start;
  }

  .gm-builder-fps__heroBadge {
    min-width: 72px;
  }

  .gm-builder-fps__heroValue {
    font-size: 22px;
  }
}

/* FINAL FIX — left components, right sticky summary */
@media screen and (min-width: 1101px) {
  .pc-builder__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    grid-template-areas:
      "visual summary"
      "warnings summary"
      "parts summary"
      "groups summary" !important;
    gap: 34px !important;
    align-items: start !important;
  }

  /* Let the hero's children participate in the main grid */
  .pc-builder__hero {
    display: contents !important;
  }

  .pc-builder__visual-column {
    grid-area: visual !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .pc-builder__topbar {
    grid-area: summary !important;
    position: sticky !important;
    top: 130px !important;
    width: 420px !important;
    max-width: 420px !important;
    align-self: start !important;
  }

  .pc-builder__warnings {
    grid-area: warnings !important;
  }

  .pc-builder__parts-head {
    grid-area: parts !important;
  }

  .pc-builder__groups {
    grid-area: groups !important;
  }
}

.pc-builder__chosen-note {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #5b3cff;
}

.pc-builder__chosen-note-wrap {
  margin-top: 8px;
}

.pc-builder__chosen-note {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #5b3cff;
}

.pc-builder__chosen-note-time {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
}

@media screen and (min-width: 990px) {
  .pc-builder__topbar {
    position: sticky;
    top: 500px;
    width: 420px;
    max-height: calc(100vh - 60px);
    overflow: hidden;
  }
}

  .pc-builder__topbar [id^="PcBuilderSelectedList"] {
    display: block;
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 24px;
  }

  .pc-builder__topbar-footer {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}

.pc-builder__eta--spec-sheet {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  background: transparent;
}

.pc-builder__eta--spec-sheet .pc-builder__eta-title {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111827;
}

.pc-builder__eta--spec-sheet .pc-builder__eta-copy {
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

.pc-builder__quick-specs {
  overflow: visible;
}

.pc-builder__quick-spec-list {
  max-height: none;
  overflow: visible;
}

.pc-builder__eta--spec-sheet {
  margin-top: 18px;
  padding: 0px 0 0;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  background: transparent;
}

.pc-builder__eta--spec-sheet .pc-builder__eta-title {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111827;
}

.pc-builder__eta--spec-sheet .pc-builder__eta-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

.pc-builder__eta--under-cart {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.pc-builder__eta--under-cart .pc-builder__eta-title {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111827;
}

.pc-builder__eta--under-cart .pc-builder__eta-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

.pc-builder__media-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.pc-builder__media-card img,
.pc-builder__media-card picture,
.pc-builder__media-card .media,
.pc-builder__visual,
.pc-builder__hero {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.pc-builder__chosen-card {
  position: relative;
}

.pc-builder__chosen-supplier-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 112px;
  min-height: 54px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 10px 12px;
  text-align: left;
  font-size: 12px;
  line-height: 1.15;
  color: #111827;
}

.pc-builder__chosen-supplier-badge span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pc-builder__chosen-supplier-badge small {
  font-size: 12px;
  color: #6b7280;
}

.pc-builder__option {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  min-height: 132px;
}

.pc-builder__option-image {
  width: 104px !important;
  height: 104px !important;
  max-width: 104px !important;
  max-height: 104px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  transform: none !important;
}

.pc-builder__chosen-image {
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  max-height: 112px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  padding: 0;
  background: #fff;
  transform: none !important;
}

/* Make builder cards pure white so product image backgrounds blend in */
.pc-builder__chosen-card,
.pc-builder__option,
.pc-builder__option.is-active,
.pc-builder__quick-specs,
.pc-builder__eta,
.pc-builder__eta--under-cart {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.pc-builder__chosen-image,
.pc-builder__option-image {
  background: #ffffff !important;
  background-color: #ffffff !important;
}