"Cubilia a nisi blandit sem cras nec
temport adipiscing rku ullamcorper ligula."
JOHN DOE / CEO Elessi
We ship to all 50 states, Washington DC.
All orders are shipped with a UPS tracking number.
Always free shipping for orders over US $200.
During sale periods and promotions the delivery time may be longer than normal.
Elessi will accept exchanges and returns of unworn and unwashed garments within 30 days of the date of purchase (14 days during the sales period), on presentation of the original till receipt at any store where the corresponding collection is available within the country of purchase.
Your return will usually be processed within a week to a week and a half. We’ll send you a Return Notification email to notify you once the return has been completed.
Please allow 1-3 business days for refunds to be received to the original form of payment once the return has been processed.
Give us a shout if you have any other questions and/or concerns.
Email: contact@mydomain.com
Phone: +1 (23) 456 789
JOHN DOE / CEO Elessi
LIONEL / Manager Elessi
html {
height: 100%;
}
body {
min-height: 100%;
}
body{
font-family: Arial, Helvetica, sans-serif;
color:#353D41;
background-color: #fff;
}
header{
height:100px;
background-image: linear-gradient(-180deg, #353D41 0%, #3e4b51 97%);
/* background: #353D41; */
width:100%;
text-align: center;
}
header img{
margin-top:20px;
display: inline-block;
}
.cf{
clear: both;
}
.item-container{
max-width: 1100px;
margin:45px auto 0 auto;
padding-bottom: 45px;
}
.item-container .image-container{
width:30%;
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .image-container{
width:100%;
}
.item-container{
padding:0 20px 45px 20px;
}
}
.item-container .image-container img{
max-width: 400px;
width:100%;
height:auto;
display: inline-block;
}
.item-container .title-container{
width:calc(70% – 25px);
margin-left:25px;
float:left;
padding-top: 12px;
}
@media only screen and (max-width: 600px) {
.item-container .title-container{
width:100%;
margin-left:0;
text-align: center;
}
}
.item-container .titles{
width:calc(85% – 25px);
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .titles{
width:100%;
}
}
.item-container .icon{
width:calc(15%);
float:left;
margin-right: 25px;
text-align: center;
}
@media only screen and (max-width: 600px) {
.item-container .icon{
display:none;
}
}
.item-container .icon img{
width:100%;
max-width: 100px;
margin-top: 40px;
max-height: 80px;
display: inline-block;
height:auto;
}
.item-container .title-container h3{
font-size: 26px;
margin-bottom: 7px;
line-height: 34px;
}
.item-container .title-container h4{
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 0px;
}
.item-container .title-container h5{
font-size: 16px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0px;
}
.item-container .upper-container{
width:100%;
float:left;
}
.item-container .details-container{
width:100%;
margin-top: 25px;
padding-top: 25px;
box-shadow: 0 -1px 0 0 #ccc;
float:left;
min-height: 20px;
}
.item-container .details-container .specs{
width:25%;
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .specs{
width:100%;
}
}
.item-container .details-container .specs.no-spec{
display:none;
}
.item-container .details-container .specs ul{
padding-left: 0px;
margin-top: 0;
}
.item-container .details-container .specs ul li{
font-size: 20px;
list-style: none;
margin-bottom: 5px;
}
.item-container .details-container .specs ul li span{
font-weight:bold;
}
.item-container .details-container .func-inc{
width:calc(33% – 50px);
margin:0 25px;
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .func-inc{
width:100%;
margin:0;
}
}
.item-container .details-container .func-inc .func{
width:100%;
float:left;
}
.item-container .details-container .func-inc .inc{
width:100%;
float:left;
margin-top: 25px;
/* padding-top: 25px; */
/* box-shadow: 0 -1px 0 0 #ccc; */
}
.item-container .details-container .condition{
width:41%;
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .condition{
width:100%;
margin-top:20px;
}
}
.item-container .details-container .condition.no-spec{
width:46%;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .condition.no-spec{
width:100%;
}
}
.item-container .details-container h4{
margin-top: 0;
margin-bottom: 17px;
font-size: 17px;
/* color:#CB2D3E; */
font-style: italic;
}
.item-container .details-container h4:after {
content: “”; /* This is necessary for the pseudo element to work. */
display: block; /* This will put the pseudo element on its own line. */
width: 42px; /* Change this to whatever width you want. */
padding-top: 3px; /* This creates some space between the element and the border. */
border-bottom: 2px solid #71BE9B; /* This creates the border. Replace black with whatever color you want. */
}
.item-container .details-container p{
font-size:20px;
}
.item-container .details-container .condition .grade{
width:100px;
height:100px;
border-radius:50px;
font-size:42px;
font-weight: bold;
color:#fff;
line-height:100px;
text-align:center;
/* background-image: linear-gradient(-180deg, #353D41 0%, #3e4b51 97%); */
background: #71BE9B;
}
.item-container .details-container .condition .grade-container{
width:100px;
float:left;
margin-right: 20px;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .condition .grade-container{
width:100px;
float:none;
margin:0 auto;
}
}
.item-container .details-container .condition .description-container{
width:calc(100% – 120px);
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .details-container .condition .description-container{
width:100%;
float:left;
}
}
.item-container .details-container .condition .description-container ul{
padding-left: 20px;
margin-top: 7px;
}
.item-container .details-container .condition .description-container li{
font-style: italic;
font-size: 17px;
}
.item-container .additional-details-container{
width:100%;
margin-top: 25px;
padding-top: 25px;
box-shadow: 0 -1px 0 0 #ccc;
float:left;
min-height: 20px;
}
.item-container .additional-details-container h4{
margin-top: 0;
margin-bottom: 22px;
font-size: 17px;
/* color:#CB2D3E; */
font-style: italic;
}
.item-container .additional-details-container p{
font-size: 17px;
line-height:22px;
}
.item-container .additional-details-container li{
font-size: 17px
}
.item-container .additional-details-container h4:after {
content: “”; /* This is necessary for the pseudo element to work. */
display: block; /* This will put the pseudo element on its own line. */
width: 42px; /* Change this to whatever width you want. */
padding-top: 3px; /* This creates some space between the element and the border. */
border-bottom: 2px solid #71BE9B; /* This creates the border. Replace black with whatever color you want. */
}
.item-container .bottom-container{
width:100%;
margin-top: 25px;
padding-top: 25px;
box-shadow: 0 -1px 0 0 #ccc;
float:left;
min-height: 20px;
}
.item-container .bottom-container li{
font-size: 17px
}
.item-container .bottom-container h4{
margin-top: 0;
margin-bottom: 22px;
font-size: 17px;
font-weight: bold;
font-style: italic;
}
.item-container .bottom-container p{
font-size: 15px;
line-height: 20px;
}
.item-container .bottom-container li{
font-size: 15px;
line-height: 20px;
}
.item-container .bottom-container h4:after {
content: “”; /* This is necessary for the pseudo element to work. */
display: block; /* This will put the pseudo element on its own line. */
width: 42px; /* Change this to whatever width you want. */
padding-top: 3px; /* This creates some space between the element and the border. */
border-bottom: 2px solid #71BE9B; /* This creates the border. Replace black with whatever color you want. */
}
.item-container .bottom-container .os{
width:calc(50% – 20px);
margin-right: 40px;
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .bottom-container .os{
width:100%;
margin-right: 0px;
float:left;
}
}
.item-container .bottom-container .os.no-os{
display:none;
}
.item-container .bottom-container .shipping{
width:calc(50% – 20px);
float:left;
}
@media only screen and (max-width: 600px) {
.item-container .bottom-container .shipping{
width:100%;
margin-top: 20px;
}
}
.item-container .bottom-container .shipping.no-os{
width:100%;
}
.item-container .bottom-container .warranty{
width:100%;
margin-top: 40px;
float:left;
}


100% fully functional and tested by our Apple Certified Technicians
Charger
Buy with confidence from a trusted seller. We guarantee your satisfaction and that you will get exactly what you purchased!
| Series | iPad Pro |
|---|---|
| Display Type | IPS LCD |
| Processor Model | Apple A9X |
| Features | Backlight, Bluetooth, Built-In Front Camera, Built-In Rear Camera, Web Browser |
| Network | Not Applicable |
| Operating System | iOS |
| Storage Capacity | 128 GB |
| Battery Run Time | Up to 10 h |
| Color | Gold |
| Internet Connectivity | Wi-Fi |
| Processor Speed | 2.16 GHz |
| Brand | Apple |
| Connectivity | Bluetooth, Wi-Fi |
| Processor | Dual Core |
| Screen Size | 9.7 in |
| RAM Size | 2 GB |
| Type | Tablet |
| Maximum Resolution | 2048 x 1536 |
| Model | Apple iPad Pro (1st Generation) |
| MPN | MLMX2LL/A |
| 5 | 0 | |
| 4 | 0 | |
| 3 | 0 | |
| 2 | 0 | |
| 1 | 0 |
Only logged in customers who have purchased this product may leave a review.
In stock
In stock
In stock
In stock
In stock
In stock
Not a member? Create an account
Already got an account? Sign in here

9.7" Apple iPad Pro 1st Generation 128GB GOLD WiFi Only - MLMX2LL/A - Good

9.7" Apple iPad Pro 1st Generation 128GB GOLD WiFi Only - MLMX2LL/A - Good
Reviews
There are no reviews yet.