The Crucible
#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 CRUCIBLE The Crucible Where AM4 hits its final form. Our flagship AM4 build, pairing gaming's favourite 3D V-Cache CPU with a brand new 16GB graphics card, all wrapped in a sleek dual chamber black case with a live-stats LCD cooler on show. AMD Ryzen 7 5800X3D RX 9060 XT 16GB (New) 32GB DDR4-3200 1TB NVMe 240mm LCD AIO π³ 12 Months Interest Free Finance Available The Crucible 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 7 5800X3D Graphics CardAMD Radeon RX 9060 XT 16GB (Brand New) MotherboardAsus Prime B550M-A WiFi II mATX Memory32GB (2x16GB) DDR4-3200 Gaming Kit (Refurbished) Storage1TB NVMe SSD CaseThermaltake View 170 TG ARGB β mATX Dual Chamber, Black Case Fans3x Thermaltake ARGB (Pre-Fitted) CoolingThermaltake LA240-S ARGB 240mm AIO with LCD Stats Screen Power Supply750W 80+ Bronze β ATX 3.1 / PCIe 5.1 Operating SystemWindows 11 Ideal Resolution 1440p VRAM 16GB Why The Crucible The best of AM4, refined into one build The Crucible is our top-tier AM4 build, built around the 5800X3D, one of gaming's most celebrated CPUs thanks to its huge 3D V-Cache advantage in games. We've paired it with a brand new RX 9060 XT and a full 16GB of VRAM, giving you a genuinely 1440p-capable machine with headroom to spare. Everything about this build is deliberate. The Thermaltake View 170 dual chamber case keeps cabling and the pump out of sight, three pre-fitted ARGB fans keep the front clean, and the LA240-S AIO's built-in LCD screen puts your CPU temperature, pump speed and fan speed on permanent display, right on the block itself. Performance Snapshot Honest, conservative estimates based on component specification 1080p Gaming Performance95% 1440p Gaming Performance85% Multitasking / Everyday Use90% Thermals & Airflow88% Aesthetics92% Good To Know π³ How does the 12 months interest free finance work? The Crucible 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 the LCD screen on the cooler actually show? The Thermaltake LA240-S's pump block has a built-in LCD display showing live CPU temperature, pump speed and fan speed, so you always know exactly how your system is running at a glance. β»οΈ Is anything in this build refurbished? The memory kit is a professionally tested, fully working refurbished 32GB kit. Every other component, including the graphics card, is brand new. π¨ Does The Crucible come in other colours? The Crucible is offered exclusively in black, chosen to match the premium feel of the Thermaltake case and cooler combination. π¦ What's included in the box? Your complete Crucible 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
Conan the Barbarian by Jim Zub Vol. 1: Into the Crucible: In
Related
The Crucible
Related
The Crucible
Related