body { font-family: “Market Sans”, Arial, sans-serif; }
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
Cosmetic Description
<!–
Grading
AThe best quality pre-owned phone, with little to no visible wear or damage BA good condition phone with some visible wear, like light scratches or scuffs CA 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!
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.
Terms of Sale We are open Monday through Friday, 8:00am to 4:30pm EST Payment
Carrier Selection
Order Tracking
Contact Us
Sunnking, Inc. is an R2v3/RIOS recommended certified electronics recycler
| ||||||||||||||||||||||||||||||||
© 2019 Sunnking, Inc. All Rights Reserved. |