...
Welcome to emarket!

BRANDINGS

My Cart -

$0.00
0
There are 0 item(s) in your cart
Subtotal: $0.00




Lenovo Thinkpad T490s 14.0 in Core i5 Storage, Windows 11 Home

$165.00

SKU: 38056CB3

Product Highlights

Buy Now
Choose your delivery location :
SKU 38056CB3 Category
pnghq.com-credit-card-trust-badges-png-image-transparent

Description


body { font-family: “Market Sans”, Arial, sans-serif; }

:root{
–sk-orange: #ff5722;
–sk-orange-dark: #882100;
–bg: #242424;
}
*{box-sizing:border-box;}
p,h1,h2,h3,ul{
margin:0px;
color:white;
}
ul{
padding-left:1em;
}
ul,li{
color:white;
}
hr{
border:1px solid var(–bg);
}
.content-main{
height: 100%;a
width: 100%;
border-spacing:0;
border-collapse: collapse;
padding:10px;

color: black;
text-align: left;
font-family: sans-serif;
}
.sk-logo-container{
display:flex;
position:relative;
flex-flow:row;
justify-content:center;
width:100%;
height:fit-content;

border-radius:10px 10px 0px 0px;
box-shadow: inset 0px 0px 10px black;
background-image:url(https://cdn.prod.website-files.com/5db71726fbe1d77646b34c15/65c9a70f22f62f56317454e2_about.jpg);
background-position:center;
}
.sk-logo-link{
height:fit-content;
width:fit-content;
display:block;
position:relative;
}
.sk-logo{
filter:drop-shadow(0px 0px 20px var(–sk-orange)) drop-shadow(0px 0px 5px var(–sk-orange));
transition:filter 0.2s ease-in-out;
text-align: center;
width: 60vw;
margin:0px auto 0px auto;
}
.sk-logo:hover{
filter: drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 20px var(–sk-orange));
}
.social-links{
position:absolute;
left:0.5em;
padding:0.5em;
height:100%;
display:flex;
flex-flow:column wrap;
justify-content:space-between;
gap:5px;
}
.social-links a{
background-color:unset;
color:transparent;
font-size:18pt;
}
.social-links a:before{
color:white;
}
.social-links a:hover:before{
color:var(–sk-orange);
}
.nav-bar{
background-color:var(–bg);
}
.nav-bar td{
display:flex;
flex-flow: row;
justify-content: space-between;
padding:0px 10vw;
}
.nav-bar a{
display:block;
padding:0.5em;
border-width:0px 2px;
border-radius:1em;

color:white;
text-decoration:unset;
font-weight:bold;

transition: all 0.2s ease-out;
}
.nav-bar a:hover{
position:relative;
background-color:var(–sk-orange);
color:black;
scale:1.1;
box-shadow: 0px 0px 10px black;
}
.listing-title{;
padding:0.5em 0em 0.5em 0em;

text-align:center;
font-weight:bold;
color:white;
background-color:var(–sk-orange);
box-shadow: 0px 0px 5px black;
border-radius:10px;
}
.listing-title p{
filter: drop-shadow(0px 0px 5px black);
color:white !important;
}
.listing-title ul{
text-align:left;
}
.listing-desc{
display:flex;
flex-flow:column;
gap:10px;
}
.listing-desc .content .desc-text{
height:fit-content;
margin:auto 0px auto 1em;
}
.listing-info td{
display:flex;
flex-flow:column;
gap:10px;
border:2px solid black;
border-width: 0px 2px;
padding:10px;

background-color:var(–sk-orange-dark);
}
.desc-section{
border-radius:10px;
box-shadow: 0px 0px 5px black;
background-color:var(–bg);

display:grid;
grid-template-rows: min-content 1fr;
grid-template-columns:1fr;
grid-template-areas: “title” “content”;
}
.desc-section .title{
grid: area title;
background:linear-gradient(to right, var(–sk-orange), var(–bg));
border-radius: 10px 10px 0px 0px;
padding-left:0.5em;
}
.desc-section .title h1{
font-size:24pt;
color:white;
filter:drop-shadow(0px 0px 5px black);
}
.desc-section .content{
grid-area:content;
display:flex;
flex-flow:column;
gap:1em;
padding:0.5em;
}
.desc-item{
display:flex;
align-content:center;
align-items:center;
}
.desc-icon{
min-width:60px;
width:60px;
height:60px;
background-color:var(–sk-orange);

text-align:center;
font-size:36pt;

display:flex;
flex-flow:column;
justify-content:center;
}
.desc-icon.fa{
text-align:center;
}
.desc-icon.fa:before{
font-size:28pt !important;
display:inline-block;
width:100%;
text-align:center;
}
.phone-info{
//display:flex;
//flex-flow:row;
//gap:10px;
display:grid;
grid-template-rows: max-content min-content;
grid-template-columns: 1fr 1fr;
grid-template-areas:
“grading locking”
“phonecheck phonecheck”;
gap:10px;
place-items:stretch stretch;
}
.locking .content{
height:100%;
justify-content:space-around;
}
.phone-check{
display:flex;
flex-flow:row;
justify-content:center;
grid-area: phonecheck;
}
.phone-check img{
box-shadow:0px 0px 10px black;
}
.r2v3-icon{
background:transparent;
margin:10px 0px;
}

.satisfaction-guarantee{
display:grid;
grid-template-rows: 1fr 2fr;
grid-template-columns: 25vw 1fr;
grid-template-areas:
“icon title”
“icon text”;
place-items:center;
}
.satisfaction-guarantee img{
width:25vw;
filter: drop-shadow(0px 0px 5px var(–sk-orange));
grid-area:icon;
}
.satisfaction-guarantee h1, .satisfaction-guarantee p{
text-align:center;
}
.satisfaction-guarantee h1{
grid-area:title;
color:var(–sk-orange);
filter: drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 5px white);
}
.satisfaction-guarantee p{
grid-area:text;
}
.disclaimers{}
.copyright{
background-color:var(–bg);
}
.copyright p{
padding:0.5em;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
transition: .5s ease;
background-color: grey;
}

.desc-r2v3 {
display: grid !important;
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr;
grid-template-areas: “cosmetic functional”;
gap: 10px;
align-content: start;
align-items: unset !important;
justify-content: start;
}
.r2v3-list table {
width: 100%;
}
.r2v3-list tbody{
border-radius:10px;
overflow:clip;
}
.r2v3-list th {
color: white;
background-color: var(–sk-orange);
width: 100%;
padding: 0.5em;
//border-radius: 1em 1em 0px 0px;
}
.r2v3-list tr {
display: flex;
flex-flow: row;
}
.r2v3-list td {
border: unset !important;
color: white;
}
.r2v3-list td:first-child {
width: 5ch;
font-weight: bold;
}
.r2v3-list td:last-child {
flex-grow: 1;
}
.r2v3-list.cosmetic {
grid-area: cosmetic;
}
.r2v3-list.functional {
grid-area: functional;
}

Laptops
Desktops
Phones
Tablets
Consumer Electronics

Lenovo Thinkpad T490s 14.0 in Core i5 Storage, Windows 11 Home

Product Functionality

  • Screen Size: 14.0 
  • Processor: Core i5 1.60 8365U
  • Storage: 256 GB M.2
  • Operating System: Windows 11 Home
  • RAM (Size/Type): 16 GB
  • Graphics: Intel WhiskeyLake-U GT2 [UHD Graphics 620]
  • Screen Resolution: 1920 x 1080
  • Missing Components: Charger/Any accessories
  • Technician Notes: Fully Functional
  • R2v3 Functionality:

    F3 – Key Functions Working  

    • A subset of the primary functions of the device that an ordinary user of the device expects to function are verified
      working through manual or software tests
    • Software may not be loaded or configured
    • Hardware required for key functions to be tested may have been removed after testing (e.g. hard drive)
    • May be missing components or parts not essential to key functions
    • Secondary functions may not be tested or working
    • May not include focus materials that are not working or not tested
    • All missing components or parts will be listed for each item

      

Cosmetic Description

  • Scuffs/Scratches/Marks: General wear from previous use
  • Other Notes: Black
  • R2v3 Cosmetics:

    C3 – Used Fair  

    • Cosmetic blemishes are consistent with wear, including multiple dents, discoloration, and light to heavy scratches
    • Damage to latches, hinges, keyboards, etc.
    • Some parts, panels, bezels, or covers may be missing

        

<!–

Grading

A

The best quality pre-owned phone, with little to no visible wear or damage

B

A good condition phone with some visible wear, like light scratches or scuffs

C

A phone with obvious signs of use, like deeper scratches or moderate dents

Locked vs Unlocked

Locked phones can only be used on the network of the specified carrier

Unlocked phones may be used on any carrier

–>
<!–

Freight Shipping Information

This item will ship via freight. Please contact us directly for a shipping quote before initiating payment for this item. Sunnking will palletize, band, and wrap to ensure maximum protection during transportation.

Sunnking ships freight items using a variety of carriers to provide buyers with the best possible rate. If you would like to schedule your own shipment, please contact our customer support beforehand.

If your offer is accepted, this initiates the process of sending an invoice total for the item along with freight costs. At this point you can accept or decline the offer before any payment is made. This can take 1-2 business days.

–>

30-day Satisfaction Guarantee

We work hard to provide great service for our customers!
If you are dissatisfied for any reason, please contact us before starting a return so we can work with you to make it right!

Disclaimers

Batteries are tested to at least 80% capacity

The sale of this item may be subject to regulation by the U.S. Food and Drug Administration and state and local regulatory agencies. If so, do not bid on this item unless you are an authorized purchaser. If the item is subject to FDA regulation, I will verify your status as an authorized purchaser of this item before shipping of the item.

Power supplies, cords, cables, batteries, and other basic accessories are NOT included unless stated otherwise.

  • All orders do not include original manufacturer warranties
  • The item has been cleaned and handled in accordance with the manufacturer’s instructions

Terms of Sale

We are open Monday through Friday, 8:00am to 4:30pm EST

Payment

  • We must receive payment within 3 days of the date of sale. A reminder will be sent after 2 days.
  • NY residents are responsible for 8% NY sales tax.
  • Customers are responsible for Duties or Customs charges to and from their respective countries.
  • Sunnking will assess a 10% restocking fee for any returned item that is refused or deemed unable to be delivered by the carrier or damaged due to improper installation or use.
  • There will be a 50% restocking fee for any item that has been reconfigured or altered in any way from the original listing.

Carrier Selection

  • We are committed to ensuring that your item is delivered as fast as possible within the stated time frame. In some circumstances we may change to the most suitable carrier based on your location to achieve this goal.
  • All shipments must have a shipping label generated from Sunnking’s shipping accounts. We will not accept shipping labels generated by the buyers.
  • We offer local pickup by appointment only. Please select local pickup at checkout and contact us to arrange a time.

Order Tracking

  • Once your order has been shipped, you will receive a confirmation email with tracking information. You can use this information to monitor your shipment’s progress until it reaches your doorstep.
  • Please contact us prior to making payment for any service exceptions or address changes.

Contact Us

  • If you have any questions or concerns regarding our shipping policy or your order, please feel free to contact us through eBay messaging. Our customer service team is here to assist you.

Sunnking, Inc. is an R2v3/RIOS recommended certified electronics recycler
Every item we sell is evaluated by our technicians according to the R2v3 guidelines and is classified as the following:

Cosmetic
C1 Damaged (For materials recovery)
C2

Used poor – Heavy use and age

  • Cosmetic blemished are significant, such as multiple heavy dents, may require repair
  • Damages to latches, hinges, keyboard, etc. are prevalent
  • Critical parts are missing
C3

Used – Fair

  • Cosmetic blemishes are consistent with wear, including multiple dents, discoloration, and light to heavy scratches
  • Damage to lates, hinges, keyboards, etc.
  • Some parts, panels, bezels, or covers may be missing
C4

Used – Good

  • Cosmetic blemishes include minor scratches and/or other surface imperfections from consistent use, but equipment is in good condition overall
  • Minor wear of labeling may be visible
  • Small dents and small areas of discoloration may be present from the removal of tags
  • No damage to latches or hinges, nor any missing parts, panels, bezels, or covers
C5

Used – Very Good

  • Cosmetic blemishes include minor scratches and/or other surface imperfections from consistent use, but equipment is in good condition
  • Minor wear of labeling may be visible
  • Minor dents and areas of discoloration from the removal of tags
  • No missing parts
C6

Used – Excellent

  • Overall excellent cosmetic condition
  • May have light scratches or other minor blemishes from normal wear
  • Minor cosmetic blemishes have no impact on the system’s overall functionality or performance
  • Fully cleaned with all non-original labels removed
  • No missing parts
C7

Certified Pre-Owned / Refurbished

  • Used equipment that has been fully restored to like-new condition with warranty
  • Fully cleaned and cosmetically repaired with no blemishes
  • No missing parts
C8

Unused

  • New, out of box, unused equipment removed from original packaging with no signs of wear or alteration
C9

New – Open Box

  • New, unused equipment in original packaging where factory seals have been broken
  • No signs of wear or alteration
Functional
F1 Collectible or specialty equipment
F2

Verified Specialty Electronics

  • Verified removed from operation with no known defects in functionality
  • No physical damage or defects
  • No corrosion
  • No missing parts
  • Part numbers and serial numbers verified accurate
F3

Key Functions Working

  • A subset of the primary functions of the device that an ordinary user of the device expects to function are verified working through manual or software tests
  • Software may not be loaded or configured
  • Hardware required for key functions to be tested may have been removed after testing (e.g. hard drive)
  • May be missing components or parts not essential to key functions
  • Secondary functions may not be tested or working
  • May not include focus materials that are not working or not tested
  • All missing components or parts will be listed for each item
F4

Hardware Functional

  • All hardware is tested and verified working through manual or software tests
  • No missing or damaged components or parts
  • No missing or damaged components or parts
  • No hardware defects
F5

Refurbished

  • All functions tested and verified working through software tests
  • Loaded and configured with legally licensed software for full operations
  • Software test results are available
  • No hardware or software defects
F6

Like New

  • All functions tested and verified working through software tests
  • Repaired with oem original parts
  • Loaded and configured with original manufacturer’s legally licensed software for Full operation
  • Meets oem specifications for full original functionality
  • Software test results are available
  • Zero defects

© 2019 Sunnking, Inc. All Rights Reserved.


string(7) "default"




.

 




x