/* style global */
body{
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
color: #666;
}
ul{
margin: 0;
padding: 0;
}
li{
list-style-type: none;
}
a{
text-decoration: none;
display: inline-block;
}
*{
box-sizing: border-box;
}
img{
width: auto;
max-width: 100%;
display: block;
margin: auto;
}
p{
margin: 0;
}
.container{
width: 1120px;
margin: auto;
}
.container__box-content{
margin: auto;
width: 800px;
}
.section_title{
text-align: center;
color: #6d6e6e;
font-size: 36px;
}
.section_title.title_light{
font-weight: lighter;
font-size: 20px;
margin-bottom: 30px;
}
.notice{
text-align: center;
font-size: 13px;
margin: 0 0 20px 0;
padding: 5px 20px;
}
.color_rose{
color: #fe2988;
}
/* header */
.common-header-footer .container{
padding: 10px 15px;
}
.common-header-footer .logo, .common-header-footer .visit_button{
display: inline-block;
width: 49%;
vertical-align: middle;
}
.common-header-footer .logo img{
width: 150px;
display: inline-block;
}
.common-header-footer .visit_button{
text-align: right;
}
.common-header-footer .visit_button a{
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: center;
background: linear-gradient(to right,#66d3c0, #65dec4);
font-size: 14px;
width: 185px;
padding: 13px 0;
border-radius: 25px;
}
#footer .visit_button a{
background: linear-gradient(to right,#4c98d8, #58b7d5);
}
#footer{
padding: 20px 0 30px 0;
}
.mini_banner{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/mini-banner-desktop.png) 100% no-repeat;
text-transform: uppercase;
font-size: 13px;
}
.mini_banner span{
display: block;
padding: 5px;
color: #fff;
font-weight: bold;
text-align: center;
}
/* main banner */
.main_banner {
position: relative;
}
.main_banner .section_title{
position: absolute;
top: 37%;
left: 200px;
width: 380px;
transform: translateY(-50%);
font-size: 50px;
color: #fff;
text-align: left;
}
.section_title.title_light span{
display: inline-block;
width: 270px;
}
/* about_loop */
.about_loop{
padding: 30px 0 70px 0;
text-align: center;
}
.about_loop .section_title{
color: #005cd2;
}
.about_loop ul li{
display: inline-block;
width: 23%;
vertical-align: top;
padding-right: 15px;
}
.about_loop ul li span.text{
font-size: 14px;
color: #000;
}
.about_loop ul li span{
display: block;
}
.about_loop ul .text span:first-child {
font-size: 22px;
margin-bottom: 20px;
}
.icon, .picto {
display: block;
}
.icon img, .picto img{
display: inline-block;
}
.picto img {
width: 30px;
}
/* product overview */
.product{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-product.png) no-repeat;
padding: 145px 0;
background-size: 100%;
}
.product .block_left, .product .block_image, .product ul .text{
display: inline-block;
width: 48%;
vertical-align: top;
}
.product ul .text{
vertical-align: middle;
width: auto;
}
.product .block_left li{
margin-bottom: 25px;
}
.product .block_left li>span:first-child{
display: inline-block;
vertical-align: middle;
text-align: center;
}
.product .text span{
display: block;
padding-left: 15px;
font-size: 13px;
}
.product .desktop.section_title{
text-align: left;
}
/* cosmetic grade condition */
.cosmetic_grade{
margin-bottom: 50px;
}
.cosmetic_grade .section_title{
margin-bottom: 0;
}
.cosmetic_grade ul{
margin-top: 60px;
}
.cosmetic_grade ul li{
display: inline-block;
vertical-align: top;
width: 22%;
margin-right: 3%;
}
.cosmetic_grade ul li:last-child{
margin-right: 0;
}
.cosmetic_grade .grade_description{
margin-top: 30px;
padding-left: 35px;
font-size: 14px;
}
.cosmetic_grade .grade_description h4{
margin: 5px 0;
color: #a8b5c3;
}
/* warrenty */
.warranty{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-warrenty-mobile.png) no-repeat;
padding: 90px 0;
background-size: 100%;
color: #fff;
}
.warranty .section_title{
color: #fff;
text-align: left;
margin-top: 0;
}
.warranty p{
margin: 55px 0 80px 0;
}
.warranty .container{
width: 750px;
padding-left: 120px;
}
.warranty p{
font-size: 14px;
}
/* box content */
.box_content ul{
margin-top: 30px;
}
.box_content .section_title{
margin: 0;
}
.box_content ul li{
display: inline-block;
width: 24%;
text-align: center;
vertical-align: bottom;
}
/* faq */
.faq{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-faq.png) no-repeat;
padding: 48px 0px;
margin-top: 60px;
background-size: 100%;
font-size: 14px;
}
.faq ul li{
margin-bottom: 30px;
}
.faq .question{
color: #a8b5c3;
font-size: 17px;
margin: 0;
}
.faq .answer span{
display: block;
}
.mobile{
display: none;
}
/* MOBILE */
@media only screen and (max-width: 992px) {
.container{
width: 800px;
}
.common-header-footer .logo img {
width: 98px;
}
.common-header-footer .visit_button a {
font-size: 11px;
width: 135px;
padding: 10px 0;
}
/* warrenty */
.warranty {
padding: 34px 0 20px 0;
}
.warranty .container {
width: 555px;
}
.warranty p {
margin: 40px 0;
}
/* product */
.product {
background-size: cover;
}
}
@media only screen and (max-width: 768px) {
.mobile{
display: block;
}
.desktop{
display: none;
}
.container{
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.section_title {
font-size: 18px;
}
/* main banner */
.main_banner .section_title{
top: 0%;
left: 50%;
width: 200px;
transform: translate(-50%, -50%);
font-size: 24px;
text-align: center;
padding-top: 57px;
}
/* about_loop */
.about_loop {
padding: 0;
}
.about_loop ul li {
margin-bottom: 15px;
}
.about_loop ul li span.text {
font-size: 10px;
}
.about_loop ul .text span:first-child {
display: none;
}
/* product overview */
.product{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-product-mobile.png) no-repeat;
padding: 33px 0;
background-size: cover;
}
.product .block_left li {
margin-bottom: 20px;
}
/* cosmetique */
.cosmetic_grade ul {
margin-top: 0;
}
.cosmetic_grade ul li{
display: block;
width: 100%;
margin: 0 0 15px 0;
}
.cosmetic_grade ul li>div{
display: inline-block;
vertical-align: middle;
width: 60%;
}
.cosmetic_grade ul li>div.grade_description{
width: 38%;
}
.cosmetic_grade .grade_description {
margin-top: 0;
padding-left: 0;
}
/* warrenty */
.warranty{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-warrenty-mobile.png) no-repeat;
padding: 30px 0;
margin-bottom: 10px;
background-size: cover;
}
.warranty .container{
padding: 0 15px;
width: 100%;
}
.warranty p{
margin: 15px 0 0;
font-size: 12px;
}
.warranty p .text_top{
margin-bottom: 105px;
}
/* content of the box */
.container__box-content{
width: 100%;
}
.box_content ul li{
width: 23%;
}
.box_content ul{
margin-top: 0;
}
/* faq */
.faq{
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/banner-faq-mobile.png) no-repeat;
background-size: cover;
margin-top: 0;
font-size: 13px;
padding: 25px 0;
}
}
@media only screen and (max-width: 500px) {
.mini_banner {
background: url(https://d3d71ba2asa5oz.cloudfront.net/12010467/images/mini-banner-mobile.png) no-repeat;
font-size: 11px;
}
.section_title.title_light {
font-size: 12px;
margin-bottom: 20px;
}
.section_title.title_light span {
width: 185px;
}
.picto img{
width: 25px;
}
.picto img{
width: 20px;
}
.product .text span {
padding-left: 8px;
font-size: 11px;
}
.cosmetic_grade .grade_description {
font-size: 11px;
}
.cosmetic_grade{
margin-bottom: 0;
}
}
Genuine quality device
About Loop
-
Quality
Certified Quality
-
Shipping
2 Days free shipping
-
Return
30 days free return.
-
Warranty
12 months Warranty.
Smartdevice by Loop
Smartdevice by Loop
-
100%
Functional
-
70 Diagnostic
Performed
-
Tested
Battery
-
12 Month
Loop Warranty
Cosmetic Grading Condition
What should you cosmetically expect when you buy a device from us?
-
Pristine
Like new condition, flawless screen and body.
-
Very Good
Few light scratches Screen may have light sign of wear, not visible when is in operation.
-
Good
Several light but obvious scratches or dings.
-
Fair
Signs of use including potentially deep scratches and possible dents.
12 Month Loop Warranty
We run 70 functional tests on each phone to ensure the best quality for your device.
However, if it still does not give you 100% satisfaction, you can return it free of charge within 30 days.
Box Contents
Device, Charging cable, Ejector SIM
Frequently asked questions
-
What is a refurbished device by Loop?
A refurbished device by Loop is a 2nd hand device. Your satisfaction is our priority, this is why all our devices have been tested and graded to meet your expectation. We want you to fully enjoy your phone!
-
How devices are tested?
All stock has been processed through our stringent inspection process.
Through this process we conduct a full 70 point check to validate the device is fully functional with a whole range of tests conducted including (but not limited to):
Battery
LCD/Screen
Wi-Fi
Call Connectivity
Home
Power button
Volume button
-
What can you expect from the battery?
We test all our batteries. They must reach at least 80% of their initial charging capacity to ensure the efficiency of your phone.
-
When will my order be dispatched?
We make sure all orders received before 1pm are shipped on the same day – this means you won’t have to wait long for your order!
-
What level of guarantee do Loop offer?
We offer a 30-day hassle-free money back guarantee – we’ll even accept the return if you change your mind with your purchase.