The Anvil
#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 ANVIL The Anvil Solid, dependable, built to take a hit. Our Intel-powered bridge build, pairing a modern 10-core i5 with a brand new RTX 5060 and dual triple-fan cooling in a smart dual chamber case. Intel Core i5-14400 RTX 5060 8GB (New) 32GB DDR4-3200 1TB SSD 240mm ARGB AIO 💳 12 Months Interest Free Finance Available The Anvil 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 ProcessorIntel Core i5-14400 (10-Core) Graphics CardMSI GeForce RTX 5060 8GB Gaming OC (Brand New) MotherboardMSI PRO B760M-P mATX Memory32GB (2x16GB) DDR4-3200 Gaming Kit (Refurbished) Storage1TB SATA SSD CaseDS240 mATX Dual Chamber, Black Case Fans3x ARGB (Pre-Fitted) CoolingCIT Pro Glacier 240mm ARGB AIO with Temperature Readout Power Supply750W 80+ Bronze Semi-Modular Operating SystemWindows 11 Ideal Resolution 1080p VRAM 8GB Why The Anvil Dependable Intel power, priced to compete The Anvil brings modern Intel performance into the range, built around the 10-core i5-14400 for strong everyday and gaming performance, paired with a brand new RTX 5060 for smooth, reliable 1080p gaming across the latest titles. The dual chamber DS240 case keeps things tidy behind the scenes while three pre-fitted ARGB fans handle the front-facing show, and the CIT Pro Glacier 240mm AIO adds its own temperature readout so you can keep an eye on things at a glance. Performance Snapshot Honest, conservative estimates based on component specification 1080p Gaming Performance80% 1440p Capability55% Multitasking / Everyday Use85% Thermals & Airflow85% Aesthetics80% Good To Know 💳 How does the 12 months interest free finance work? The Anvil 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. ♻️ 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. 🖥️ Why Intel instead of AMD for this build? The Anvil sits in our range as our Intel platform option, giving you a genuine alternative for those who prefer Intel, without any compromise on performance for the price point. 📦 What's included in the box? Your complete Anvil 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
Anvil - Anvil! The Story Of Anvil (DVD)
Related
Anvil The Story Of Anvil, Anvil, Blu-Ray
Related
ANVIL - THE STORY OF ANVIL
Related