/* Folder tabs: the active one sits a pixel lower than the rail and paints
over the panel’s top border, so it reads as the front of a folder rather
than two links with an underline. */
.ezp .ezp-tabs{display:flex;gap:5px;align-items:flex-end;margin:0;padding:0 0 0 2px;border:0;border-bottom:1px solid #E0E0E0;}
.ezp button.ezp-tab{position:relative;z-index:2;appearance:none;flex:0 0 auto;
margin:0 0 -1px 0!important;padding:11px 18px 10px!important;min-height:0!important;
background:#F4F4F4!important;color:#7A7A7A;
border:1px solid #E0E0E0!important;border-bottom:1px solid #E0E0E0!important;
border-radius:9px 9px 0 0!important;
font-family:inherit;font-size:13px;font-weight:500;letter-spacing:-.005em;
line-height:1.2!important;text-transform:none!important;cursor:pointer;
transition:background .18s ease,color .18s ease;}
.ezp button.ezp-tab:hover{background:#EDEDED!important;color:#0A0A0A;}
.ezp button.ezp-tab.is-on{background:#FFFFFF!important;color:#0A0A0A;font-weight:600;
border-bottom-color:#FFFFFF!important;padding-bottom:11px!important;}
.ezp .ezp-panel{position:relative;z-index:1;
border:1px solid #E0E0E0;border-top:0;border-radius:0 0 10px 10px;
padding:12px 22px 22px;background:#FFFFFF;}
.ezp .ezp-panel[hidden]{display:none;}
/* The specs rows carry their own dividers, so the first one does not need
another line right under the folder edge. */
.ezp .ezp-panel .ezp-slist{margin-top:0;}
/* —- “Is it for you?” —- */
.ezp .ezp-fit{padding:20px 0 4px;font-size:14px;color:#0A0A0A;}
.ezp .ezp-fit-step{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:600;
letter-spacing:.09em;text-transform:uppercase;color:#A0A0A0;margin-bottom:13px;}
.ezp .ezp-fit-step i{flex:1;height:2px;background:#EDEDED;border-radius:2px;position:relative;font-style:normal;}
.ezp .ezp-fit-step i::after{content:”;position:absolute;left:0;top:0;bottom:0;background:#0A0A0A;border-radius:2px;
width:var(–p,50%);transition:width .3s cubic-bezier(.16,1,.3,1);}
.ezp .ezp-fit-q{font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:1.35;margin:0 0 20px;}
.ezp button.ezp-fit-opt{display:flex;align-items:center;justify-content:space-between;gap:14px;
width:100%!important;text-align:left;appearance:none;
background:none!important;border:0!important;border-bottom:1px solid #EFEFEF!important;
border-radius:0!important;margin:0!important;padding:15px 2px 15px 0!important;min-height:0!important;
line-height:1.35!important;font-family:inherit;color:#0A0A0A;cursor:pointer;
transition:padding-left .22s cubic-bezier(.16,1,.3,1),border-color .2s ease;}
.ezp button.ezp-fit-opt:last-of-type{border-bottom:0!important;}
.ezp button.ezp-fit-opt:hover{padding-left:8px!important;border-bottom-color:#D0D0D0!important;}
.ezp .ezp-fit-opt .ezp-fit-txt{min-width:0;}
.ezp .ezp-fit-lbl{display:block;font-size:14.5px;font-weight:500;letter-spacing:-.01em;}
.ezp .ezp-fit-sub{display:block;font-size:12.5px;color:#8A8A8A;margin-top:5px;line-height:1.5;}
.ezp .ezp-fit-arw{flex-shrink:0;font-size:15px;color:#C4C4C4;transition:transform .22s cubic-bezier(.16,1,.3,1),color .2s ease;}
.ezp button.ezp-fit-opt:hover .ezp-fit-arw{color:#0A0A0A;transform:translateX(4px);}
/* —- verdict —- */
.ezp .ezp-fit-verdict{margin:0 0 6px;}
/* These are spans, so putting the margin on .ezp-fit-verdict moved nothing.
It has to sit on the line itself. */
.ezp .ezp-fit-yes,.ezp .ezp-fit-close{display:flex;align-items:center;gap:8px;
font-size:15px;font-weight:600;letter-spacing:-.015em;line-height:1.3;
margin:0 0 12px;}
.ezp .ezp-fit-yes{color:#1B7F3B;}
.ezp .ezp-fit-close{color:#0A0A0A;}
.ezp .ezp-fit-yes::before{content:”;width:7px;height:7px;border-radius:50%;background:#22A559;flex-shrink:0;}
.ezp .ezp-fit-close::before{content:”;width:7px;height:7px;border-radius:50%;background:#E0A02A;flex-shrink:0;}
.ezp .ezp-fit-body{color:#6B6B6B;margin:0 0 20px;font-size:13.5px;line-height:1.7;}
.ezp .ezp-fit-body strong{color:#0A0A0A;font-weight:600;}
.ezp .ezp-fit-body a{color:#0A0A0A;font-weight:600;border-bottom:1px solid #0A0A0A;text-decoration:none;}
.ezp .ezp-fit-alt{margin-top:20px;padding:16px 17px;background:#FAFAFA;border:1px solid #EFEFEF;border-radius:8px;}
.ezp .ezp-fit-alt-h{font-size:10.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#A0A0A0;margin-bottom:8px;}
.ezp .ezp-fit-alt .ezp-fit-body{margin:0;font-size:13px;line-height:1.65;}
.ezp button.ezp-fit-again{appearance:none;background:none!important;border:0!important;
padding:20px 0 2px!important;margin:0!important;min-height:0!important;font-family:inherit;
font-size:12.5px;font-weight:500;color:#A0A0A0;cursor:pointer;transition:color .18s ease;}
.ezp button.ezp-fit-again:hover{color:#0A0A0A;}
/* —- multi-select rows + continue —- */
/* Multi rows have no arrow, so space-between would fling the box and its
label to opposite edges. Pack them left instead. */
.ezp button.ezp-fit-opt.is-multi{align-items:flex-start;justify-content:flex-start!important;text-align:left;}
.ezp button.ezp-fit-opt.is-multi .ezp-fit-txt{flex:1 1 auto;}
.ezp .ezp-fit-box{flex-shrink:0;width:18px;height:18px;margin:1px 13px 0 0;position:relative;
border:1.5px solid #D4D4D4;border-radius:5px;background:#FFFFFF;
transition:background .18s ease,border-color .18s ease;}
.ezp button.ezp-fit-opt:hover .ezp-fit-box{border-color:#9A9A9A;}
.ezp button.ezp-fit-opt.is-picked .ezp-fit-box{background:#0A0A0A;border-color:#0A0A0A;}
.ezp .ezp-fit-box::after{content:”;position:absolute;left:5px;top:1px;width:5px;height:9px;
border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);
transition:transform .2s cubic-bezier(.16,1,.3,1);}
.ezp button.ezp-fit-opt.is-picked .ezp-fit-box::after{transform:rotate(45deg) scale(1);}
.ezp button.ezp-fit-opt.is-multi:hover{padding-left:0!important;}
.ezp button.ezp-fit-go{appearance:none;display:inline-flex;align-items:center;gap:7px;
margin:20px 0 0!important;padding:11px 20px!important;min-height:0!important;
background:#0A0A0A!important;color:#FFFFFF!important;border:0!important;border-radius:7px!important;
font-family:inherit;font-size:13.5px;font-weight:500;line-height:1!important;cursor:pointer;
transition:opacity .18s ease;}
.ezp button.ezp-fit-go:hover{opacity:.85;}
.ezp button.ezp-fit-go[disabled]{opacity:.35;cursor:default;}
.ezp .ezp-fit-hint{font-size:12px;color:#A0A0A0;margin:9px 0 0;}
@media (max-width:520px){
.ezp button.ezp-tab{padding:10px 13px 9px!important;font-size:12.5px;}
.ezp .ezp-panel{padding:10px 16px 18px;}
.ezp .ezp-fit-q{font-size:15px;}
}
Specs
Is it for you?
Processor Intel i7 7700 · 4c / 8t
Graphics GTX 1660 Super · 6GB GDDR6
Memory 16GB DDR4
Storage 240GB SSD (Total)
OS Windows 11 (Free)
Build OEM Dell board, PSU & case
Connectivity Wi-Fi 5
Two quick questions and we will tell you straight.
Ships in 2–4 Weeks
1-Year Warranty
Free Shipping
*This is a refurbished computer that may come with signs of wear that do not affect performance. OEM build may not include an optical drive.
Keona E –
Machine arrived as described, runs great, ready for setup on inbox. 10/10 packaging and unboxing experience. Never sleep. Buy from EZ.
Michael R –
Beautiful. Absolutely amazing. Does all I need for the best price.
Benedicto W –
Benedicto W ~ 5 Stars
Miles W –
Honestly a very good pc and very capable of everything i’ve tried on it, the only time it has struggled so far was when i was streaming a game on discord to a friend while running ultra high graphics. the delivery time is quite long but worth it imo. the only major downside is that the components used make upgrading to windows 11 not possible through official means, and with microsoft ending future support for windows 10 in the next year as of writing this it is a little unfortunate. other than that the pc works perfect
Vail P –
Vail P ~ 5 Stars
Dexton T –
Though I was confused by your summer hiatus, once my PC finally got here, I was ecstatic. Exactly what I hoped for and more! It runs like a dream and can run all the games that my laptop can’t.
Angel G –
It good me like
Dominic F –
I’m very new to the whole pc thing but so far I’ve had no trouble running every game at max graphics like gta 5 car x minecraft and others I’ve only had it for a week or 2 but so far it has been amazing thanks so much for a great pc at a great price
Asher H –
Easy to order, and came very well protected / packaged. I’ve had it for about a week and it works just about as expected. Good buy!
Noah W –
You cannot get a better deal on a pc. 400$ is a steal! Thx EZ
Markus N –
The only problem was that it took a little while to ship, but everything else works great and I couldn’t ask for better. Every game works great so far and no issues yet.
Adam M –
Everything is great. runs Assetto Corsa 2k high settings at 60 fps. Only two issues is that I had to spend an extra 18$ on a bluetooth adapter. And had to bypass windows 11.. Also took over a month (Not 4 weeks a month) for it to ship and another 4 days to arrive to my place. Other than those this is great for the price
Dylan S –
It took a little while to get shipped but for the price and how easy it was to setup it was all around a very good product
Edwin C –
When I first saw EZ online and I looked at his prebuilt they really caught my eye and the price too of course. When I received my computer it was in good condition and it works great I’m able to play way more games now and I’m ready for my new pc setup and upgrade it in the future.
Hector L –
Hector L ~ 5 Stars
Justin H –
Amazing computers at an amazing price
Kerryington E –
If you want an affordable computer buy from EZ I just got into PCs and I didn’t want to build one so after see the videos on TikTok I knew I had to try. After I brought my PC from EZ when it arrived the PC would not start at all and I reached out to Ez and no joke 10 mins later he was emailing with support items and we did get it fix. So happy with my pc!
Casandra S –
Wanted a computer but didn’t know where to start. Got one from EZ, 10/10 works well and had great help resolving any issuse when setting it up.
Jessica R –
Bought it as a gift to my partner, and he’s talked nonstop about it, needless to say, it is great, runs nicely, isn’t loud, and came right on time even with the influx of orders. Amazing starter and very affordable!
Pilot V –
for 400$…couldnt ask for more, literally runs anything i play at perfect frames, we love you EZ!
Sheryl S –
It is great 10/10 I like the mouse pad Thumbs up!!!!!
Mavrick J –
it took a while to get here but overall the PC is good. my only complaint is I pretty much had to buy a Windows 10 Drive and reinstall Windows 10 on the PC because when I got it, the PC forced me to log into a University Domain. (which for obvious reasons I couldn’t) so while struggling with that for a while, I threw in the towel and bought a Windows 10 Drive and had to install it myself. which I didn’t wanna do (hence why I ordered from EZ Computers. I didn’t wanna build my Own PC)
Francisca H –
Everything as described. Loving it so far. Don’t sleep, buy from EZ 😉
Arthur P –
The computer came in and works amazingly, little issues here and there, like issues on startup on arrival, issues with the front aux port for a microphone, some missing drivers, but all easily fixable things and aside from that the computer runs games smoothly and works wonderfully
Mike L –
At first I thought that this was a scam, probably like most people. It overall works great. I just have a few complaints. 1. Ships very slowly. After I placed my order, it took 3 weeks just to ship ot and then another 4 days to arrive. 2. Didn’t cone with any Bluetooth. I had to buy a 10$ bt chip to put in. I just feel like it should cone with it pre-installed. 3. Headphone jack doesn’t work. I’ve tried every set of headphones/earbuds in my house, but nothing works. That’s fine now because I got some 2.4ghz headphones. 4. Wifi didn’t work at first. When I first got my pc, the wifi wouldn’t stay connected for more than an hour. Thankfully, EZ sent me a YouTube video that completely fixes the problem. I understand that I got a cheaper one and I knew that there would be some problems. Overall though, I love the value of the pc, and I would definitely recommend pick one up especially if you’re on a budget.
Luis S –
Luis S~ 5 stars
Ricardo P –
I was a bit skeptical of purchasing one, but I got it and using it to write this review. I opened it up and it’s exactly what I got in the inside picture of the PC, even the cable management is the same. For the parts and price, it’s great, way better than retailers. Especially with the RGB from retailers, making it look like it performs great. It has also been cleaned pretty well, not even found dust when received. Tested running CADs and DAWs and it ran smoothly, but I believe when you run huge projects, yeah there would be possible struggle performance. A notable point missing from the product description is that it comes with HDMI and a Wi-Fi antenna. I got the PC 3 weeks after purchase (on a Friday at 2 pm EST), but the wait time is acceptable since it came pre-built and ready to be plugged in, also a winter storm hit, delaying it. This is a great starter PC for those without any PC knowledge. I would definitely recommend this to others, just don’t forget to tell them about the potential wait time.
Jeffrey L –
Great price and amazing customer service. Had some questions and he got back to me in under 5 minutes. Was extremely helpful with the process as well.
Marianna M –
This is a pretty good pc for people who have zero pc knowledge. Good price for what u get and an easy entry into the pc world. It’s a little suspicious bc of the great price but you get what you pay for and it comes relatively fast.
Daniel R –
Hey, Danny here, and Mannn let me tell you i was also tripped out by the prices and thought “this could be a scam” but let me tell y’all it is NOT. im beyond happy with my purchase and will continue to support EZ on IG and TikTok when people think its a scam i proudly comment on their comment as a happy customer so future customers see its not a scam. Computer came well protected and easy to set up, got myself a nice keyboard and mouse and a 165 hz monitor. I’ve been running Fortnite, Minecraft, Hit man, CSGO2, Hulu, Netflix and Roblox lol. No lag or graphic issues at all. I don’t regret buying from EZ. Many people have came to check the pc out and hopefully will be future buyers…. Remember don’t sleep buy from EZ <3 (this review was written on the i7 7700 + 1660S just thought y'all should know).
Anthony A –
Pretty good for a starter computer 👍
Christina C –
I don’t know much about computers, but buying and setting up the PC was really EZ, and it works super well! Super high-quality stuff for the price.
Jarren B –
Super glad I was able to secure this bad boy, this is my first ever gaming pc and it’s been running incredibly smooth. 100% worth every penny. Although, I still haven’t figured out what the gpu is. Overall, a very well put together product.
Logan W –
All I wanted and more, couldn’t be happier.