.gpc-homepage-products.gpc-has-pc-hero {
  --gpc-pc-ink: #16053b;
  --gpc-pc-muted: #69627c;
  --gpc-pc-violet: #6436f2;
  --gpc-pc-violet-deep: #4f1bd5;
  --gpc-pc-cyan: #00bfe7;
}

.gpc-pc-hero,
.gpc-pc-hero * {
  box-sizing: border-box;
}

.gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-hero {
  --gpc-pc-gpu-accent: #6840ee;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(500px, 1.18fr);
  min-height: 478px;
  margin: 0 0 16px;
  padding: 45px 38px 26px 52px;
  overflow: hidden;
  overflow: clip;
  border: 1px solid rgba(104, 64, 238, 0.2);
  border-radius: 28px;
  color: var(--gpc-pc-ink);
  background:
    linear-gradient(102deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 255, 0.96) 40%, rgba(244, 247, 255, 0.94) 100%),
    #fff;
  box-shadow: 0 16px 46px rgba(45, 15, 102, 0.09), inset 0 1px 0 #fff;
  outline: none;
}

.gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-hero:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 54, 242, 0.23), 0 16px 46px rgba(45, 15, 102, 0.09);
}

.gpc-pc-hero[data-vendor="amd"] {
  --gpc-pc-gpu-accent: #c72543;
}

.gpc-pc-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0 32%, rgba(255, 255, 255, 0) 60%),
    repeating-linear-gradient(0deg, rgba(99, 55, 234, 0.018) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(99, 55, 234, 0.015) 0 1px, transparent 1px 42px);
  content: "";
}

.gpc-pc-hero__glow {
  position: absolute;
  z-index: -2;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.gpc-pc-hero__glow--one {
  top: -210px;
  right: 8%;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(0, 191, 231, 0.13) 0%, rgba(93, 51, 237, 0.08) 42%, rgba(255, 255, 255, 0) 71%);
}

.gpc-pc-hero__glow--two {
  right: 22%;
  bottom: -310px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(104, 64, 238, 0.12) 0%, rgba(104, 64, 238, 0.035) 48%, rgba(255, 255, 255, 0) 72%);
}

.gpc-pc-hero[data-vendor="amd"] .gpc-pc-hero__glow--one {
  background: radial-gradient(circle, rgba(223, 54, 82, 0.11) 0%, rgba(100, 54, 242, 0.06) 44%, rgba(255, 255, 255, 0) 72%);
}

.gpc-pc-hero__circuit {
  position: absolute;
  z-index: -1;
  overflow: visible;
  fill: none;
  stroke: rgba(100, 54, 242, 0.12);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  pointer-events: none;
}

.gpc-pc-hero__circuit circle {
  fill: #f8f5ff;
  stroke: rgba(100, 54, 242, 0.2);
}

.gpc-pc-hero__circuit--left {
  left: 31%;
  bottom: -22px;
  width: 360px;
}

.gpc-pc-hero__circuit--right {
  top: 10px;
  right: -28px;
  width: 260px;
  transform: rotate(-4deg);
}

.gpc-pc-hero__copy {
  position: relative;
  z-index: 5;
  align-self: center;
  min-width: 0;
  padding: 1px 8px 0 0;
}

.gpc-pc-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: #2c214a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gpc-pc-hero__eyebrow span {
  color: var(--gpc-pc-violet);
}

.gpc-pc-hero__eyebrow i {
  color: #a99bc9;
  font-style: normal;
}

.gpc-pc-hero__vendor {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--gpc-pc-gpu-accent) 23%, transparent);
  border-radius: 999px;
  color: var(--gpc-pc-gpu-accent);
  background: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
}

@supports not (color: color-mix(in srgb, white, black)) {
  .gpc-pc-hero__vendor {
    border-color: rgba(104, 64, 238, 0.22);
  }

  .gpc-pc-hero[data-vendor="amd"] .gpc-pc-hero__vendor {
    border-color: rgba(223, 54, 82, 0.24);
  }
}

.gpc-pc-hero__vendor-chip {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.gpc-pc-hero__vendor-chip::before,
.gpc-pc-hero__vendor-chip::after {
  position: absolute;
  top: 3px;
  width: 3px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
}

.gpc-pc-hero__vendor-chip::before {
  left: -4px;
}

.gpc-pc-hero__vendor-chip::after {
  right: -4px;
}

.gpc-pc-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--gpc-pc-ink);
  font-family: inherit;
  font-size: clamp(45px, 4.1vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.gpc-pc-hero__lead {
  min-height: 51px;
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--gpc-pc-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.gpc-pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 23px;
}

.gpc-pc-hero__actions a {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 11px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gpc-pc-hero__primary {
  min-width: 207px;
  border: 1px solid var(--gpc-pc-violet) !important;
  color: #fff !important;
  background: linear-gradient(135deg, #7444ff 0%, var(--gpc-pc-violet-deep) 100%) !important;
  box-shadow: 0 9px 24px rgba(92, 38, 224, 0.23);
}

.gpc-pc-hero__primary span {
  margin-left: 14px;
  font-size: 18px;
  line-height: 1;
}

.gpc-pc-hero__secondary {
  min-width: 166px;
  border: 1px solid rgba(100, 54, 242, 0.68) !important;
  color: #24104d !important;
  background: rgba(255, 255, 255, 0.74) !important;
}

.gpc-pc-hero__actions a:hover,
.gpc-pc-hero__actions a:focus-visible {
  transform: translateY(-2px);
}

.gpc-pc-hero__primary:hover,
.gpc-pc-hero__primary:focus-visible {
  box-shadow: 0 12px 30px rgba(92, 38, 224, 0.31);
}

.gpc-pc-hero__secondary:hover,
.gpc-pc-hero__secondary:focus-visible {
  border-color: var(--gpc-pc-violet) !important;
  color: var(--gpc-pc-violet-deep) !important;
  background: #fff !important;
}

.gpc-pc-hero__help {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  color: #007c99 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.gpc-pc-hero__help:hover,
.gpc-pc-hero__help:focus-visible {
  color: #005f77 !important;
}

.gpc-pc-hero__visual {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 406px;
}

.gpc-pc-hero__floor {
  position: absolute;
  z-index: -1;
  right: 58px;
  bottom: 22px;
  left: 8px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(76, 29, 165, 0.15) 0%, rgba(100, 54, 242, 0.06) 38%, rgba(255, 255, 255, 0) 73%);
  transform: perspective(180px) rotateX(62deg);
  filter: blur(7px);
}

.gpc-pc-hero__image-link {
  position: absolute;
  inset: -30px 150px 18px -25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: inherit !important;
  text-decoration: none !important;
  outline: none;
}

.gpc-pc-hero__image-link:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(100, 54, 242, 0.32);
}

.gpc-pc-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  filter: saturate(1.03) contrast(1.02) drop-shadow(0 18px 18px rgba(44, 18, 92, 0.12));
  transform-origin: 52% 70%;
}

.gpc-pc-hero__card {
  position: absolute;
  z-index: 5;
  top: 72px;
  right: 0;
  width: 202px;
  min-height: 252px;
  padding: 20px 18px 17px;
  overflow: hidden;
  border: 1px solid rgba(101, 58, 226, 0.24);
  border-radius: 19px;
  color: var(--gpc-pc-ink);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 38px rgba(45, 15, 102, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gpc-pc-hero[data-vendor="amd"] .gpc-pc-hero__card {
  border-color: rgba(223, 54, 82, 0.2);
}

.gpc-pc-hero__card-head {
  display: flex;
  min-height: 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}

.gpc-pc-hero__series {
  color: var(--gpc-pc-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.gpc-pc-hero__discount {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: #fff;
  background: #ce1537;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.gpc-pc-hero__gpu,
.gpc-pc-hero__meta,
.gpc-pc-hero__tech {
  display: block;
}

.gpc-pc-hero__gpu {
  margin-bottom: 5px;
  overflow-wrap: anywhere;
  color: #4e4565 !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}

.gpc-pc-hero__gpu:hover,
.gpc-pc-hero__gpu:focus-visible {
  color: var(--gpc-pc-gpu-accent) !important;
}

.gpc-pc-hero__meta {
  margin-top: 3px;
  color: #716983;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.35;
}

.gpc-pc-hero__tech {
  width: max-content;
  max-width: 100%;
  margin-top: 9px;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--gpc-pc-gpu-accent);
  background: color-mix(in srgb, var(--gpc-pc-gpu-accent) 8%, white);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

@supports not (color: color-mix(in srgb, white, black)) {
  .gpc-pc-hero__tech {
    background: #f4f0ff;
  }

  .gpc-pc-hero[data-vendor="amd"] .gpc-pc-hero__tech {
    background: #fff0f2;
  }
}

.gpc-pc-hero__rule {
  display: block;
  height: 1px;
  margin: 14px 0 12px;
  background: linear-gradient(90deg, rgba(100, 54, 242, 0.19), rgba(100, 54, 242, 0.05));
}

.gpc-pc-hero__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
}

.gpc-pc-hero__price {
  color: var(--gpc-pc-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.gpc-pc-hero__old-price {
  color: #6f667c;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.gpc-pc-hero__stock {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: #18883a;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.gpc-pc-hero[data-stock="pending"] .gpc-pc-hero__stock {
  color: #925600;
}

.gpc-pc-hero[data-stock="pending"] .gpc-pc-hero__stock i {
  background: #e49a19;
  box-shadow: 0 0 0 3px rgba(228, 154, 25, 0.13);
}

.gpc-pc-hero[data-stock="unavailable"] .gpc-pc-hero__stock {
  color: #a21b14;
}

.gpc-pc-hero[data-stock="unavailable"] .gpc-pc-hero__stock i {
  background: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}

.gpc-pc-hero__stock i {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #13bc42;
  box-shadow: 0 0 0 3px rgba(19, 188, 66, 0.11);
}

.gpc-pc-hero__controls {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: -1px;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 4px 5px;
  border: 1px solid rgba(100, 54, 242, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 20px rgba(45, 15, 102, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gpc-pc-hero__arrow,
.gpc-pc-hero__dot {
  margin: 0;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gpc-pc-hero__arrow {
  display: inline-flex;
  width: 30px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #5f38c9;
  background: transparent;
  font-size: 14px;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.gpc-pc-hero__arrow:hover,
.gpc-pc-hero__arrow:focus-visible {
  color: #fff;
  background: var(--gpc-pc-violet);
  outline: none;
  transform: scale(1.04);
}

.gpc-pc-hero__autoplay {
  border-right: 1px solid rgba(100, 54, 242, 0.14);
  border-radius: 999px 3px 3px 999px;
  font-size: 11px;
}

.gpc-pc-hero__autoplay.is-paused {
  color: #fff;
  background: var(--gpc-pc-violet);
}

.gpc-pc-hero__autoplay:disabled {
  color: #938aa5;
  background: #f3f0f7;
  cursor: default;
  opacity: 0.7;
  transform: none;
}

.gpc-pc-hero__dots {
  display: flex;
  align-items: center;
  gap: 0;
}

.gpc-pc-hero__dot {
  display: inline-flex;
  width: 25px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.gpc-pc-hero__dot span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #8c7ca8;
  transition: width 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.gpc-pc-hero__dot.is-active span {
  width: 18px;
  background: var(--gpc-pc-gpu-accent);
  box-shadow: 0 2px 7px color-mix(in srgb, var(--gpc-pc-gpu-accent) 32%, transparent);
}

.gpc-pc-hero__dot:focus-visible {
  border-radius: 8px;
  outline: 2px solid rgba(100, 54, 242, 0.45);
  outline-offset: -2px;
}

.gpc-pc-hero__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  padding: 0 2px;
  color: #8c839e;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.gpc-pc-hero__counter b {
  color: var(--gpc-pc-ink);
  font-size: 11px;
}

.gpc-pc-hero__counter i {
  color: #b2a8c5;
  font-style: normal;
}

.gpc-pc-hero__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gpc-pc-hero.is-entering .gpc-pc-hero__image {
  animation: gpcPcHeroImageIn 0.48s cubic-bezier(0.22, 0.72, 0.2, 1) both;
}

.gpc-pc-hero.is-entering .gpc-pc-hero__card {
  animation: gpcPcHeroCardIn 0.38s ease-out both;
}

.gpc-pc-hero.is-entering .gpc-pc-hero__lead,
.gpc-pc-hero.is-entering .gpc-pc-hero__vendor {
  animation: gpcPcHeroCopyIn 0.34s ease-out both;
}

@keyframes gpcPcHeroImageIn {
  from {
    opacity: 0.35;
    transform: translateY(7px) scale(0.988);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gpcPcHeroCardIn {
  from {
    opacity: 0.4;
    transform: translateX(7px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gpcPcHeroCopyIn {
  from {
    opacity: 0.35;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-shortcuts {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: 82px;
  margin: 0 0 38px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e6e0ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 26px rgba(45, 15, 102, 0.055);
}

.gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  min-width: 0 !important;
  min-height: 82px !important;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 15px 25px !important;
  border: 0 !important;
  border-right: 1px solid #e9e4f1 !important;
  border-radius: 0 !important;
  color: #241044 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transform: none !important;
  transition: color 0.18s ease, background 0.18s ease !important;
}

.gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut:last-child {
  border-right: 0 !important;
}

.gpc-pc-shortcut svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--gpc-pc-violet);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gpc-pc-shortcut span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-pc-shortcut b {
  justify-self: end;
  margin: 0 !important;
  padding: 0 !important;
  color: #412070 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut:hover,
.gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut:focus-visible {
  color: var(--gpc-pc-violet-deep) !important;
  background: #faf8ff !important;
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(100, 54, 242, 0.55) !important;
}

@media (max-width: 1180px) {
  .gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-hero {
    grid-template-columns: minmax(360px, 0.86fr) minmax(430px, 1.14fr);
    padding-right: 28px;
    padding-left: 40px;
  }

  .gpc-pc-hero h1 {
    font-size: clamp(44px, 5vw, 57px);
  }

  .gpc-pc-hero__image-link {
    right: 138px;
  }

  .gpc-pc-hero__card {
    width: 190px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut {
    gap: 10px;
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
}

@media (max-width: 979px) {
  .gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 38px 38px 25px;
  }

  .gpc-pc-hero__copy {
    max-width: 610px;
    padding-right: 0;
  }

  .gpc-pc-hero h1 {
    font-size: 54px;
  }

  .gpc-pc-hero__lead {
    max-width: 570px;
  }

  .gpc-pc-hero__visual {
    min-height: 390px;
    margin-top: 12px;
  }

  .gpc-pc-hero__image-link {
    inset: -24px 175px 12px 0;
  }

  .gpc-pc-hero__card {
    top: 52px;
    right: 10px;
    width: 210px;
  }

  .gpc-pc-hero__controls {
    right: 10px;
  }

  .gpc-pc-hero__circuit--left {
    left: 2%;
  }

  .gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut:nth-child(2) {
    border-right: 0 !important;
  }

  .gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut:nth-child(-n + 2) {
    border-bottom: 1px solid #e9e4f1 !important;
  }
}

@media (max-width: 620px) {
  .gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-hero {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 24px 17px 17px;
    border-radius: 20px;
  }

  .gpc-pc-hero__eyebrow {
    gap: 7px;
    margin-bottom: 12px;
    font-size: 9.5px;
    letter-spacing: 0.1em;
  }

  .gpc-pc-hero__vendor {
    min-height: 25px;
    margin-bottom: 9px;
    padding: 5px 9px;
    font-size: 8.5px;
  }

  .gpc-pc-hero h1 {
    font-size: clamp(36px, 11.6vw, 46px);
    line-height: 1;
  }

  .gpc-pc-hero__lead {
    min-height: 0;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.48;
  }

  .gpc-pc-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 17px;
  }

  .gpc-pc-hero__actions a {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 9px 8px;
    border-radius: 9px;
    font-size: 11px;
  }

  .gpc-pc-hero__primary span {
    margin-left: 7px;
    font-size: 15px;
  }

  .gpc-pc-hero__help {
    margin-top: 13px;
    font-size: 11px;
  }

  .gpc-pc-hero__visual {
    display: flex;
    min-height: 0;
    flex-direction: column;
    margin-top: 6px;
  }

  .gpc-pc-hero__floor {
    top: 168px;
    right: 12px;
    bottom: auto;
    left: 12px;
    height: 60px;
  }

  .gpc-pc-hero__image-link {
    position: relative;
    inset: auto;
    width: 100%;
    height: 230px;
    flex: 0 0 230px;
    margin: 0;
  }

  .gpc-pc-hero__image {
    filter: saturate(1.03) contrast(1.02) drop-shadow(0 12px 13px rgba(44, 18, 92, 0.1));
  }

  .gpc-pc-hero__card {
    position: relative;
    top: auto;
    right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "head head"
      "gpu price"
      "cpu price"
      "target stock"
      "tech stock";
    width: 100%;
    min-height: 0;
    margin-top: -17px;
    padding: 14px 14px 13px;
    border-radius: 15px;
  }

  .gpc-pc-hero__card-head {
    grid-area: head;
    min-height: 18px;
    margin-bottom: 5px;
  }

  .gpc-pc-hero__series {
    font-size: 13px;
  }

  .gpc-pc-hero__gpu {
    grid-area: gpu;
    margin: 0 12px 2px 0;
    font-size: 10px;
  }

  .gpc-pc-hero__meta[data-gpc-field="cpu"] {
    grid-area: cpu;
  }

  .gpc-pc-hero__meta[data-gpc-field="target"] {
    grid-area: target;
  }

  .gpc-pc-hero__meta {
    margin-top: 1px;
    font-size: 9.5px;
  }

  .gpc-pc-hero__tech {
    grid-area: tech;
    margin-top: 5px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .gpc-pc-hero__rule {
    display: none;
  }

  .gpc-pc-hero__price-row {
    grid-area: price;
    align-self: center;
    justify-content: flex-end;
    margin-left: 8px;
  }

  .gpc-pc-hero__price {
    font-size: 22px;
  }

  .gpc-pc-hero__old-price {
    width: 100%;
    font-size: 9px;
    text-align: right;
  }

  .gpc-pc-hero__stock {
    grid-area: stock;
    align-self: end;
    justify-self: end;
    margin: 5px 0 0 8px;
    font-size: 8px;
    text-align: right;
  }

  .gpc-pc-hero__stock i {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
  }

  .gpc-pc-hero__controls {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: center;
    margin-top: 11px;
  }

  .gpc-pc-hero__circuit--left {
    top: 58%;
    bottom: auto;
    left: -40%;
    width: 330px;
  }

  .gpc-pc-hero__circuit--right {
    top: 47%;
    right: -120px;
  }

  .gpc-pc-hero__glow--one {
    top: 34%;
    right: -64%;
  }

  .gpc-homepage-products.gpc-has-pc-hero > .gpc-pc-shortcuts {
    min-height: 0;
    margin-top: 11px !important;
    margin-bottom: 28px !important;
    border-radius: 14px;
  }

  .gpc-homepage-products .gpc-pc-shortcuts > .gpc-pc-shortcut {
    grid-template-columns: 27px minmax(0, 1fr) 13px;
    min-height: 62px !important;
    gap: 8px;
    padding: 10px 11px !important;
    font-size: 11px;
  }

  .gpc-pc-shortcut svg {
    width: 24px;
    height: 24px;
  }

  .gpc-pc-shortcut b {
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gpc-pc-hero *,
  .gpc-pc-hero *::before,
  .gpc-pc-hero *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
