The Forge
#ppn-listing.ppn-listing{ --pp-navy:#17122f; --pp-navy-deep:#0f0c22; --pp-pink:#ff3ca6; --pp-pink-soft:#ff62b6; --pp-purple:#8b5cf6; --pp-white:#ffffff; --pp-grey:#c9c4dd; font-fam ily:'Segoe UI',system-ui,-apple-system,sans-serif; color:var(--pp-white); background:var(--pp-navy-deep); max-width:900px; margin:0 auto; padding:0; line-height:1.55; } #ppn-listing .brand-strip{ display:flex; justify-content:space-between; align-items:center; background:var(--pp-navy); padding:14px 22px; border-bottom:2px solid var(--pp-pink); font-size:13px; letter-spacing:1px; text-transform:uppercase; color:var(--pp-grey); } #ppn-listing .brand-strip strong{color:var(--pp-white);} #ppn-listing .hero.cut-corner{ background:linear-gradient(135deg,var(--pp-navy) 0%,#241c47 100%); padding:40px 30px 34px; clip-path:polygon(0 0,100% 0,100% 92%,96% 100%,0 100%); text-align:center; } #ppn-listing .hero h1{ font-size:2.6em; margin:0 0 8px; background:linear-gradient(90deg,var(--pp-pink),var(--pp-purple)); -webkit-background-clip:text; background-clip:text; color:transparent; letter-spacing:1px; } #ppn-listing .hero .tagline{ font-size:1.15em; color:var(--pp-white); margin:0 0 6px; font-weight:600; } #ppn-listing .hero .subline{ font-size:0.98em; color:var(--pp-grey); margin:0 0 22px; } #ppn-listing .spec-chips{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px; } #ppn-listing .spec-chips .chip{ background:rgba(255,60,166,0.12); border:1px solid var(--pp-pink); color:var(--pp-white); padding:7px 14px; border-radius:20px; font-size:0.85em; font-weight:600; } #ppn-listing .section-label{ text-transform:uppercase; letter-spacing:2px; font-size:0.8em; color:var(--pp-pink-soft); font-weight:700; margin:34px 24px 10px; } #ppn-listing .panel{ background:var(--pp-navy); margin:0 20px 20px; padding:22px 24px; border-radius:10px; border:1px solid rgba(255,255,255,0.06); } #ppn-listing .panel.purple{ background:linear-gradient(135deg,#241c47,#3a2266); border:1px solid var(--pp-purple); } #ppn-listing .panel.info{ background:rgba(255,60,166,0.08); border:1px solid var(--pp-pink); } #ppn-listing .panel.cut-corner{ clip-path:polygon(0 0,100% 0,100% 94%,97% 100%,0 100%); } #ppn-listing .panel h2{ margin-top:0; font-size:1.3em; color:var(--pp-white); } #ppn-listing .panel p{color:var(--pp-grey);margin:6px 0;} #ppn-listing .grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:0 20px 20px; } #ppn-listing .stat-box{ background:var(--pp-navy); border:1px solid rgba(255,255,255,0.08); border-radius:10px; padding:16px; text-align:center; } #ppn-listing .stat-box .label{ display:block; font-size:0.78em; text-transform:uppercase; letter-spacing:1px; color:var(--pp-grey); margin-bottom:6px; } #ppn-listing .stat-box .value{ display:block; font-size:1.25em; font-weight:700; color:var(--pp-pink-soft); } #ppn-listing .spec-list{display:flex;flex-direction:column;gap:0;} #ppn-listing .spec-list .spec-row{ display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid rgba(255,255,255,0.08); } #ppn-listing .spec-list .spec-row:last-child{border-bottom:none;} #ppn-listing .spec-list .k{color:var(--pp-grey);font-weight:600;} #ppn-listing .spec-list .v{color:var(--pp-white);text-align:right;font-weight:500;} #ppn-listing .meter-panel{ background:var(--pp-navy); margin:0 20px 20px; padding:22px 24px; border-radius:10px; border:1px solid rgba(255,255,255,0.06); } #ppn-listing .meter-panel .header h3{margin:0 0 4px;font-size:1.2em;} #ppn-listing .meter-panel .header p{margin:0 0 18px;color:var(--pp-grey);font-size:0.9em;} #ppn-listing .meter-row{margin-bottom:16px;} #ppn-listing .meter-row:last-child{margin-bottom:0;} #ppn-listing .meter-top{ display:flex; justify-content:space-between; font-size:0.9em; margin-bottom:6px; } #ppn-listing .meter-top .name{color:var(--pp-white);font-weight:600;} #ppn-listing .meter-top .score{color:var(--pp-pink-soft);font-weight:700;} #ppn-listing .meter-track{ background:rgba(255,255,255,0.08); border-radius:6px; height:10px; overflow:hidden; } #ppn-listing .meter-fill{ height:100%; background:linear-gradient(90deg,var(--pp-pink),var(--pp-purple)); border-radius:6px; } #ppn-listing .faq{margin:0 20px 24px;} #ppn-listing .faq details{ background:var(--pp-navy); border:1px solid rgba(255,255,255,0.08); border-radius:8px; margin-bottom:10px; padding:4px 16px; } #ppn-listing .faq summary{ cursor:pointer; padding:12px 0; font-weight:600; color:var(--pp-white); list-style:none; } #ppn-listing .faq summary::-webkit-details-marker{display:none;} #ppn-listing .faq .content p{color:var(--pp-grey);margin:0 0 14px;} #ppn-listing .footer{ text-align:center; padding:30px 20px 40px; border-top:1px solid rgba(255,255,255,0.08); margin-top:10px; } #ppn-listing .footer .logo{ font-weight:800; font-size:1.1em; letter-spacing:1px; background:linear-gradient(90deg,var(--pp-pink),var(--pp-purple)); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:6px; } #ppn-listing .footer p{color:var(--pp-grey);font-size:0.85em;margin:0;} @media (max-width:600px){ #ppn-listing .grid-2{grid-template-columns:1fr;} #ppn-listing .hero h1{font-size:2em;} } PINK PARSNIP COMPUTERS LISTING // THE FORGE The Forge More power. Same easy payments. A step up from entry level, with a genuine mid-range GPU, double the memory and a dual chamber cube case built to show it off β available in black or white. AMD Ryzen 5 5500 RX 6700 XT 12GB 32GB DDR4-3200 1TB SSD 360mm AIO π³ 12 Months Interest Free Finance Available The Forge is available on 12 months interest free finance, split into simple monthly payments with nothing extra to pay. Spread the cost and get gaming today. The Build ProcessorAMD Ryzen 5 5500 Graphics CardAMD Radeon RX 6700 XT 12GB BLACK (Refurbished) MotherboardAsus Prime A520M-A II/CSM mATX Memory32GB (2x16GB) DDR4-3200 Gaming Kit (Refurbished) Storage1TB SATA SSD CaseCIT Concept mATX Gaming Cube β Dual Chamber CoolingGamemax Iceberg 360mm AIO β Infinity Mirror Pump Block Case Fans3x ARGB (2x Side Intake, 1x Rear Exhaust) Power Supply750W 80+ Bronze β ATX 3.1 / PCIe 5.1 Operating SystemWindows 11 Ideal Resolution 1080p / 1440p VRAM 12GB Why The Forge A genuine mid-range GPU, not just a bigger number The Forge steps up from our entry level build with a refurbished RX 6700 XT, a card with a full 12GB of VRAM that holds its own against far newer, far pricier graphics cards. Paired with 32GB of refurbished DDR4 memory, it's built to keep up with modern games and heavier multitasking without breaking a sweat. Inside the CIT Concept mATX Gaming Cube, the dual chamber layout keeps the Gamemax Iceberg 360mm AIO and its infinity mirror pump block tucked neatly out of the way, while three ARGB fans keep the front-facing chamber clean and well ventilated. Performance Snapshot Honest, conservative estimates based on component specification 1080p Gaming Performance85% 1440p Capability70% Multitasking / Everyday Use85% Thermals & Airflow85% Aesthetics85% Good To Know π³ How does the 12 months interest free finance work? The Forge is available on 12 months interest free finance. Simply select the finance option at checkout, spread your payments across 12 months, and pay nothing extra in interest. β»οΈ What does "refurbished" mean for the GPU and RAM? The RX 6700 XT and memory kit in The Forge are professionally tested, fully working refurbished components. Using proven refurbished parts for these two items lets us fit noticeably stronger hardware into this price point than an all-new build could manage. π₯οΈ Will this handle 1440p as well as 1080p? The Forge is primarily built for smooth 1080p gaming, but the 6700 XT's 12GB of VRAM gives it genuine capability at 1440p too, depending on the title and settings. π¦ What's included in the box? Your complete Forge PC, power cable, any included accessories from the case and motherboard manufacturer, and a genuine Windows 11 license activated and ready to go. PINK PARSNIP COMPUTERS Hand-built in the UK Β· Tested before it ships Β· Real people, real support
More you might like
Related
ForgedWithin 'The Forge'
Related
The Forge β Forgefire
Related
The Colour Forge: The Colour Forge Basing Glue
Related