i7 7700 + GTX 1660S

(34 customer reviews)

$449.00


/* 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;}
}


ProcessorIntel i7 7700 · 4c / 8t
GraphicsGTX 1660 Super · 6GB GDDR6
Memory16GB DDR4
Storage240GB SSD (Total)
OSWindows 11 (Free)
BuildOEM Dell board, PSU & case
ConnectivityWi-Fi 5
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.

Only 4 left in stock

Free shipping in the US · 1 year warranty · Hand-built in NYC
Categories: ,