CINXE.COM
Buy and Sell Used Cell Phones, Tablets, and Computers – Tech Reboot LLC
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> <head> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Title and description ================================================== --> <title> Buy and Sell Used Cell Phones, Tablets, and Computers – Tech Reboot LLC </title> <!-- Product meta ================================================== --> <meta property="og:type" content="website"> <meta property="og:title" content="Buy and Sell Used Cell Phones, Tablets, and Computers"> <meta property="og:url" content="https://www.techreboot.co/"> <meta property="og:site_name" content="Tech Reboot LLC"> <!-- /snippets/twitter-card.liquid --> <!-- Helpers ================================================== --> <link rel="canonical" href="https://www.techreboot.co/"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui"> <!-- Favicon --> <link rel="shortcut icon" href="//www.techreboot.co/cdn/shop/files/fav_32x32.png?v=1656945710" type="image/png"> <!-- fonts --> <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Poppins:100,200,300,400,500,600,700,800,900' , 'Poppins:100,200,300,400,500,600,700,800,900' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <!-- Styles --> <link href="//www.techreboot.co/cdn/shop/t/6/assets/vendor.min.css?v=16313237669423149571656597638" rel="stylesheet" type="text/css" media="all" /> <link href="//www.techreboot.co/cdn/shop/t/6/assets/theme-styles.scss.css?v=102838951048077772691657026712" rel="stylesheet" type="text/css" media="all" /> <link href="//www.techreboot.co/cdn/shop/t/6/assets/theme-styles-responsive.scss.css?v=71953523448027566991657026712" rel="stylesheet" type="text/css" media="all" /> <link href="//www.techreboot.co/cdn/shop/t/6/assets/custom-style.css?v=3606316278525951681657031291" rel="stylesheet" type="text/css" media="all" /> <!-- Scripts --> <script src="//www.techreboot.co/cdn/shop/t/6/assets/jquery.min.js?v=56888366816115934351656597633" type="text/javascript"></script> <script src="//www.techreboot.co/cdn/shop/t/6/assets/jquery-cookie.min.js?v=72365755745404048181656597631" type="text/javascript"></script> <script src="//www.techreboot.co/cdn/shop/t/6/assets/lazysizes.min.js?v=84414966064882348651656597635" type="text/javascript"></script> <script> window.lazySizesConfig = window.lazySizesConfig || {}; lazySizesConfig.loadMode = 1; window.lazySizesConfig.init = false; lazySizes.init(); window.ajax_cart = "upsell"; window.money_format = "${{amount}}";//"${{amount}} USD"; window.shop_currency = "USD"; window.show_multiple_currencies = false; window.use_color_swatch = true; window.color_swatch_style = "variant"; window.enable_sidebar_multiple_choice = true; window.file_url = "//www.techreboot.co/cdn/shop/files/?598"; window.asset_url = ""; window.inventory_text = { in_stock: "In stock", many_in_stock: "Many in stock", out_of_stock: "Out of stock", add_to_cart: "Add to Cart", add_all_to_cart: "Add all to Cart", sold_out: "Sold Out", select_options : "Select options", unavailable: "Unavailable", no_more_product: "No more product", show_options: "Show Variants", hide_options: "Hide Variants", adding : "Adding", thank_you : "Thank You", add_more : "Add More", cart_feedback : "Added", add_wishlist : "Add to Wish List", remove_wishlist : "Remove Wish List", previous: "Prev", next: "Next" }; window.multi_lang = false; window.infinity_scroll_feature = true; window.newsletter_popup = false; </script> <script src="//www.techreboot.co/cdn/shop/t/6/assets/lang2.js?v=169856270358275042541656597634" type="text/javascript"></script> <script> var translator = { current_lang : $.cookie('language'), init: function() { translator.updateStyling(); translator.updateInventoryText(); }, updateStyling: function() { var style; if (translator.isLang2()) { style = "<style>*[data-translate] {visibility:hidden} .lang1 {display:none}</style>"; } else { style = "<style>*[data-translate] {visibility:visible} .lang2 {display:none}</style>"; }; $('head').append(style); }, updateLangSwitcher: function() { if (translator.isLang2()) { $('#lang-switcher [data-value="1"]').removeClass('active'); $('#lang-switcher [data-value="2"]').addClass('active'); } }, getTextToTranslate: function(selector) { var result = window.lang2; //check if there is parameter var params; if (selector.indexOf("|") > 0) { var devideList = selector.split("|"); selector = devideList[0]; params = devideList[1].split(","); } var selectorArr = selector.split('.'); if (selectorArr) { for (var i = 0; i < selectorArr.length; i++) { result = result[selectorArr[i]]; } } else { result = result[selector]; }; //check if result is object, case one and other if (result && result.one && result.other) { var countEqual1 = true; for (var i = 0; i < params.length; i++) { if (params[i].indexOf("count") >= 0) { variables = params[i].split(":"); if (variables.length>1) { var count = variables[1]; if (count > 1) { countEqual1 = false; } } } } if (countEqual1) { result = result.one; } else { result = result.other; }; } //replace params if (params && params.length>0) { result = result.replace(/{{\s*/g, "{{"); result = result.replace(/\s*}}/g, "}}"); for (var i = 0; i < params.length; i++) { variables = params[i].split(":"); if (variables.length>1) { result = result.replace("{{"+variables[0]+"}}", variables[1]); } } } return result; }, isLang2: function() { return translator.current_lang && translator.current_lang == 2; }, updateInventoryText: function() { if (translator.isLang2()) { window.inventory_text = { in_stock: window.lang2.products.product.in_stock, many_in_stock: window.lang2.products.product.many_in_stock, out_of_stock: window.lang2.products.product.out_of_stock, add_to_cart: window.lang2.products.product.add_to_cart, add_all_to_cart: window.lang2.products.product.add_all_to_cart, sold_out: window.lang2.products.product.sold_out, unavailable: window.lang2.products.product.unavailable, no_more_product: window.lang2.collections.general.no_more_product, select_options: window.lang2.products.product.select_options, hide_options: window.lang2.products.product.hide_options, show_options: window.lang2.products.product.show_options, adding: window.lang2.products.product.adding, thank_you: window.lang2.products.product.thank_you, add_more: window.lang2.products.product.add_more, cart_feedback: window.lang2.products.product.cart_feedback, add_wishlist: window.lang2.wishlist.general.add_to_wishlist, remove_wishlist: window.lang2.wishlist.general.remove_wishlist, previous: window.lang2.collections.toolbar.previous, next: window.lang2.collections.toolbar.next }; } }, doTranslate: function(blockSelector) { if (translator.isLang2()) { $(blockSelector + " [data-translate]").each(function(e) { var item = jQuery(this); var selector = item.attr("data-translate"); var text = translator.getTextToTranslate(selector); //translate only title if (item.attr("translate-item")) { var attribute = item.attr("translate-item"); if (attribute == 'blog-date-author') { item.html(text); } else if (attribute!="") { item.attr(attribute,text); }; } else if (item.is("input")) { item.val(text); } else { item.html(text); }; item.css("visibility","visible"); $('#lang-switcher [data-value="1"]').removeClass('active'); $('#lang-switcher [data-value="2"]').addClass('active'); }); } } }; translator.init(); $(document).ready(function() { $('#lang-switcher [data-value]').on('click', function(e) { e.preventDefault(); if($(this).hasClass('active')){ return false; } var value = $(this).data('value'); $.cookie('language', value, {expires:10, path:'/'}); location.reload(); }); translator.doTranslate('body'); }); </script> <!-- Header hook for plugins ================================ --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="fxoxx0y6ImFVyxYu2XJWtyT4AJ--2qfPL1KV8elyrLM"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/27328381022/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="6c3522610e881c83cd93f2eda0e2ec6a"> <meta id="in-context-paypal-metadata" data-shop-id="27328381022" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <script id="shopify-features" type="application/json">{"accessToken":"6c3522610e881c83cd93f2eda0e2ec6a","betas":["rich-media-storefront-analytics"],"domain":"www.techreboot.co","predictiveSearch":true,"shopId":27328381022,"smart_payment_buttons_url":"https:\/\/www.techreboot.co\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.techreboot.co\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "tech-reboot-llc.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Tech Reboot","id":120909791326,"schema_name":"Ella","schema_version":"3.0.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.techreboot.co/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJDTndYUzFhRUpxTlZxdEJUIn0=\u0026shop=tech-reboot-llc.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/tech-reboot-llc.myshopify.com.js?settings=1600092348792\u0026shop=tech-reboot-llc.myshopify.com","https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.sync.bootstrap.min.js?shop=tech-reboot-llc.myshopify.com","https:\/\/cdn.hextom.com\/js\/quickannouncementbar.js?shop=tech-reboot-llc.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":27328381022,"offset":-18000,"reqid":"169abab2-8913-44d8-9a06-277a2860a1af-1732764713","pageurl":"www.techreboot.co\/","u":"41141795d167","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('DOMContentLoaded',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!0,['guest_login'])})()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.techreboot.co/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//www.techreboot.co/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 120px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script> Shopify.productOptionsMap = {}; Shopify.quickViewOptionsMap = {}; Shopify.updateOptionsInSelector = function(selectorIndex, wrapperSlt) { Shopify.optionsMap = wrapperSlt === '.product' ? Shopify.productOptionsMap : Shopify.quickViewOptionsMap; switch (selectorIndex) { case 0: var key = 'root'; var selector = $(wrapperSlt + ' .single-option-selector:eq(0)'); break; case 1: var key = $(wrapperSlt + ' .single-option-selector:eq(0)').val(); var selector = $(wrapperSlt + ' .single-option-selector:eq(1)'); break; case 2: var key = $(wrapperSlt + ' .single-option-selector:eq(0)').val(); key += ' / ' + $(wrapperSlt + ' .single-option-selector:eq(1)').val(); var selector = $(wrapperSlt + ' .single-option-selector:eq(2)'); } var initialValue = selector.val(); selector.empty(); var availableOptions = Shopify.optionsMap[key]; if (availableOptions && availableOptions.length) { for (var i = 0; i < availableOptions.length; i++) { var option = availableOptions[i]; var newOption = $('<option></option>').val(option).html(option); selector.append(newOption); } $(wrapperSlt + ' .swatch[data-option-index="' + selectorIndex + '"] .swatch-element').each(function() { if ($.inArray($(this).attr('data-value'), availableOptions) !== -1) { $(this).removeClass('soldout').find(':radio').removeAttr('disabled', 'disabled').removeAttr('checked'); } else { $(this).addClass('soldout').find(':radio').removeAttr('checked').attr('disabled', 'disabled'); } }); if ($.inArray(initialValue, availableOptions) !== -1) { selector.val(initialValue); } selector.trigger('change'); }; }; Shopify.linkOptionSelectors = function(product, wrapperSlt) { // Building our mapping object. Shopify.optionsMap = wrapperSlt === '.product' ? Shopify.productOptionsMap : Shopify.quickViewOptionsMap; for (var i = 0; i < product.variants.length; i++) { var variant = product.variants[i]; if (variant.available) { // Gathering values for the 1st drop-down. Shopify.optionsMap['root'] = Shopify.optionsMap['root'] || []; Shopify.optionsMap['root'].push(variant.option1); Shopify.optionsMap['root'] = Shopify.uniq(Shopify.optionsMap['root']); // Gathering values for the 2nd drop-down. if (product.options.length > 1) { var key = variant.option1; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option2); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } // Gathering values for the 3rd drop-down. if (product.options.length === 3) { var key = variant.option1 + ' / ' + variant.option2; Shopify.optionsMap[key] = Shopify.optionsMap[key] || []; Shopify.optionsMap[key].push(variant.option3); Shopify.optionsMap[key] = Shopify.uniq(Shopify.optionsMap[key]); } } }; // Update options right away. Shopify.updateOptionsInSelector(0, wrapperSlt); if (product.options.length > 1) Shopify.updateOptionsInSelector(1, wrapperSlt); if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); // When there is an update in the first dropdown. $(wrapperSlt + " .single-option-selector:eq(0)").change(function() { Shopify.updateOptionsInSelector(1, wrapperSlt); if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); return true; }); // When there is an update in the second dropdown. $(wrapperSlt + " .single-option-selector:eq(1)").change(function() { if (product.options.length === 3) Shopify.updateOptionsInSelector(2, wrapperSlt); return true; }); }; </script> <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0273/2838/1022/files/ezgif.com-gif-maker_1.png?height=628&pad_color=ffffff&v=1656677908&width=1200" /> <meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0273/2838/1022/files/ezgif.com-gif-maker_1.png?height=628&pad_color=ffffff&v=1656677908&width=1200" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="628" /> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 27328381022,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 27328381022,storefrontBaseUrl: "https://www.techreboot.co",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"410746974","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"GT-PBZGXLQ\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"MC-5QN5F4PLRN\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"MC-5QN5F4PLRN\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"MC-5QN5F4PLRN\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Tech Reboot LLC","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"tech-reboot-llc.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/www.techreboot.co"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.techreboot.co/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script> <script>window['GoogleAnalyticsObject'] = 'ga'; window['ga'] = window['ga'] || function() { (window['ga'].q = window['ga'].q || []).push(arguments); }; window['ga'].l = 1 * new Date();</script> <script>var _gaUTrackerOptions = {'allowLinker': true};ga('create', 'UA-176408543-1', 'auto', _gaUTrackerOptions);ga('send', 'pageview'); (function(){ ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.action || target.href)) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i<document.forms.length; i++) { if(document.forms[i].action && document.forms[i].action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i<document.links.length; i++) { if(document.links[i].href && document.links[i].href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }) }()); </script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 27328381022, theme_id: 120909791326, app_name: "storefront", context_url: window.location.href, source_url: "//www.techreboot.co/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.techreboot.co/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.techreboot.co/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":27328381022,"isMerchantRequest":null,"themeId":120909791326,"themeCityHash":"13095242228184037895","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home"}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.techreboot.co/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "Ella"; window.BOOMR.themeVersion = "3.0.0"; window.BOOMR.shopId = 27328381022; window.BOOMR.themeId = 120909791326; })();</script> <script defer src="https://www.techreboot.co/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.2.min.js" data-application="storefront-renderer" data-shop-id="27328381022" data-render-region="gcp-asia-southeast1" data-page-type="index" data-theme-instance-id="120909791326" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> <script async="async" src="https://www.google-analytics.com/analytics.js"></script> </head> <body id="buy-and-sell-used-cell-phones-tablets-and-computers" class=" template-index"> <h1 style="display: none">Buy and Sell Used Cell Phones, Tablets, and Computers</h1> <div class="wrapper-header wrapper_header_parallax"> <div id="shopify-section-header-parallax" class="shopify-section"><style> .header-logo a.logo-title { color: #000000; } .header-top { background-color: #ef6454; color: #ffffff; } .header-top a { color: #ffffff; } .header-top .top-message p a:hover { border-bottom-color: #ffffff; } .logo-img { display: block; } .header-mb .logo-img img { max-height: ; } .wrapper-header-bt .logo-img img { max-height: ; } .header-parallax .search-form .search-bar { background-color: #f8f8f8; } .header-parallax .search-form .input-group-field { color: #787878; } .header-parallax .search-form .icon-search { color: #333333; } .header-parallax .search-form .search-bar ::-webkit-input-placeholder { color: #787878; } .header-parallax .search-form .search-bar ::-moz-placeholder { color: #787878; } .header-parallax .search-form .search-bar :-ms-input-placeholder { color: #787878; } .header-parallax .search-form .search-bar :-moz-placeholder { color: #787878; } .cart-icon .cartCount { background-color: #1e1e1e; color: #ffffff; } .site-nav .menu-lv-1 > a, .site-nav .menu-mb-title { font-size: 13px; } .site-nav .menu-lv-2 > a, .site-nav .mega-menu .mega-banner .title, .site-nav .mega-menu .product-item .btn { font-size: 12px; } .site-nav .menu-lv-3 > a { font-size: 12px; } .site-nav .icon_sale { background-color: #ef6454; color: #ffffff; } .site-nav .icon_new { background-color: #06bfe2; color: #ffffff; } .site-nav .icon_hot { background-color: #ffbb49; color: #ffffff; } .slideshow .slide-content .slide-button { min-width: 190px; } @media (min-width:1200px) { .header-parallax .search-form { background-color: #f8f8f8; } .header-parallax .right-header .search-form .close-search { color: #333333 !important; } .wrapper-navigation .main-menu { text-align: left; } .wrapper_header_parallax .wrapper-header-bt { background-color: #ffffff; } .site-nav .sub-menu-mobile { background-color: #f8f8f8; } /* Menu Lv 1 */ .site-nav .menu-lv-1 > a, .wrapper_header_parallax .wrapper-header-bt .right-header a[class|='icon'], .wrapper_header_parallax .wrapper-header-bt .right-header .wishlist, .wrapper_header_parallax .wrapper-header-bt .right-header .cart-icon a { color: #232323; } .wrapper_header_parallax .right-header .icon-nav .icon-line, .wrapper_header_parallax .right-header .icon-nav .icon-line:before, .wrapper_header_parallax .right-header .icon-nav .icon-line:after { background-color: #232323; } .site-nav .menu-lv-1 > a:hover { color: #232323; } .site-nav .menu-lv-1>a span:before { background-color: #232323; } /* Menu Lv 2 */ .site-nav .menu-lv-2>a, .site-nav .mega-menu .mega-banner .title, .site-nav .mega-menu .product-item .btn { color: #232323; } .site-nav .mega-menu .product-item .btn { border-bottom-color: rgba(35, 35, 35, 0.7); } .site-nav .menu-lv-2 > a:hover { color: #232323; } /* Menu Lv 3 */ .site-nav .menu-lv-3 > a, .site-nav .no-mega-menu .menu-lv-2 > a { color: #3c3c3c; } .site-nav .menu-lv-3 > a:hover, .site-nav .no-mega-menu .menu-lv-2 > a:hover { color: #0688e2; } .site-nav .menu-lv-3 > a span:before { background-color: #0688e2; } .site-nav .icon_sale:before { border-top-color: #ef6454; } .site-nav .icon_new:before { border-top-color: #06bfe2; } .site-nav .icon_hot:before { border-top-color: #ffbb49; } .site-nav .menu-lv-1 > a { font-weight: 500; text-transform: capitalize; letter-spacing: normal; } .wrapper_header_parallax .is_parallax .header-logo .logo-img .logo-parallax { display: none; } .template-index .wrapper_header_parallax .header-logo .logo-img img:first-of-type { display: none; } .template-index .wrapper_header_parallax .header-logo .logo-img .logo-parallax { display: block; } .template-index .wrapper_header_parallax .is-sticky .header-logo .logo-img img:first-of-type { display: block; } .template-index .wrapper_header_parallax .is-sticky .header-logo .logo-img .logo-parallax { display: none; } .template-index .wrapper_header_parallax .is_parallax { position: absolute; width: 100%; z-index: 3; } .template-index .wrapper_header_parallax .is_parallax .wrapper-header-bt { background-color: rgba(255, 255, 255, 0); } .template-index .site-nav .menu-lv-1 > a, .template-index .wrapper_header_parallax .wrapper-header-bt .right-header a[class|='icon'], .template-index .wrapper_header_parallax .wrapper-header-bt .right-header .wishlist, .template-index .wrapper_header_parallax .wrapper-header-bt .right-header .cart-icon a { color: #ffffff; } .template-index .site-nav .menu-lv-1:hover > a span:before { background-color:#ffffff; } .template-index .wrapper_header_parallax .right-header .icon-nav .icon-line, .template-index .wrapper_header_parallax .right-header .icon-nav .icon-line:before, .template-index .wrapper_header_parallax .right-header .icon-nav .icon-line:after { background-color: #ffffff; } .template-index .wrapper_header_parallax .is_parallax .is-sticky .wrapper-header-bt { background-color: #ffffff; } .template-index .is-sticky .site-nav .menu-lv-1 > a, .template-index .wrapper_header_parallax .is-sticky .wrapper-header-bt .right-header a[class|='icon'], .template-index .wrapper_header_parallax .is-sticky .wrapper-header-bt .right-header .wishlist, .template-index .wrapper_header_parallax .is-sticky .wrapper-header-bt .right-header .cart-icon a { color: #232323; } .template-index .is-sticky .site-nav .menu-lv-1:not(.dropdown):hover > a span:before { background-color: #232323; } .template-index .wrapper_header_parallax .is-sticky .right-header .icon-nav .icon-line, .template-index .wrapper_header_parallax .is-sticky .right-header .icon-nav .icon-line:before, .template-index .wrapper_header_parallax .is-sticky .right-header .icon-nav .icon-line:after { background-color: #232323; } } @media (max-width:1199px) { .site-nav .icon_sale:before { border-right-color: #ef6454; } .site-nav .icon_new:before { border-right-color: #06bfe2; } .site-nav .icon_hot:before { border-right-color: #ffbb49; } } </style> <header class="site-header header-parallax" role="banner"> <a href="#" class="icon-nav close-menu-mb" title="Menu Mobile Icon" data-menu-mb-toogle> <span class="icon-line"></span> </a> <div class="header-bottom" data-sticky-mb> <div class="container-padd60"> <div class="header-mb"> <div class="header-mb-left header-mb-items"> <div class="hamburger-icon svg-mb"> <a href="#" class="icon-nav" title="Menu Mobile Icon" data-menu-mb-toogle> <span class="icon-line"></span> </a> </div> <div class="search-mb svg-mb"> <a href="#" title="Search Icon" class="icon-search" data-search-mobile-toggle> <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%"> <path d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z"></path> </svg> </a> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="search-form" data-ajax-search> <div class="header-search"> <div class="header-search__form"> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <form action="/search" method="get" class="search-bar" role="search"> <input type="hidden" name="type" value="product"> <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> <button type="submit" class="btn icon-search"> <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%"> <path d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z"></path> </svg> </button> </form> </div> <div class="quickSearchResultsWrap" style="display: none;"> <div class="custom-scrollbar"> <div class="container"> <div class="header-block header-search__trending"> <div class="box-title"> <span> trending </span> </div> <ul class="list-item"> <li class="item"> <a href="/search?q=dempus*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> dempus </span> </a> </li> <li class="item"> <a href="/search?q=sample*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> sample </span> </a> </li> <li class="item"> <a href="/search?q=magnis*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> magnis </span> </a> </li> <li class="item"> <a href="/search?q=loremous-saliduar*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> loremous saliduar </span> </a> </li> <li class="item"> <a href="/search?q=naminos*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> naminos </span> </a> </li> <li class="item"> <a href="/search?q=dinterdum*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> dinterdum </span> </a> </li> </ul> </div> <div class="header-block header-search__product"> <div class="box-title"> <span> Popular Products </span> </div> <div class="search__products"> <div class="products-grid row"> </div> </div> </div> <div class="header-search__results-wrapper"></div> </div> </div> </div> </div> <script id="search-results-template" type="text/template7"> {{#if is_loading}} <div class="header-search__results"> <div class="header-search__spinner-container"> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> </div> </div> {{else}} {{#if is_show}} <div class="header-search__results header-block"> {{#if has_results}} <div class="box-title"> Product Results </div> <div class="search__products"> <div class="products-grid row"> {{#each results}} <div class="grid-item col-6 col-sm-4"> <div class="inner product-item"> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="{{url}}" class="product-grid-image"> <img src="{{image}}" alt="{{image_alt}}"> </a> </div> </div> <div class="product-bottom"> <div class="product-vendor"> {{vendor}} </div> <a class="product-title" href="{{url}}"> {{title}} </a> <div class="price-box"> {{#if on_sale}} <div class="price-sale"> <span class="old-price">{{ compare_at_price }}</span> <span class="special-price"> {{ price }} </span> </div> {{else}} <div class="price-regular"> <span>{{ price }}</span> </div> {{/if}} </div> </div> </div> </div> </div> {{/each}} </div> </div> <div class="text-center"> <a href="{{results_url}}" class="text-results header-search__see-more" data-results-count="{{results_count}}"> {{results_label}} ({{results_count}}) </a> </div> {{else}} <p class="header-search__no-results text-results">{{ results_label }}</p> {{/if}} </div> {{/if}} {{/if}} </script> </div> </div> </div> <div class="header-mb-middle header-mb-items"> <div class="header-logo"> <a class="logo-img" href="/" title="Logo"> <img data-src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker_1.png?v=1656677908" src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker_1.png?v=1656677908" alt="Tech Reboot LLC" itemprop="logo" class="lazyautosizes lazyloade" data-sizes="auto"> </a> </div> </div> <div class="header-mb-right header-mb-items"> <div class="cart-icon svg-mb"> <a href="#" title="Cart Icon" data-cart-toggle> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path> </svg> <span class="cartCount" data-cart-count> 0 </span> </a> </div> </div> </div> </div> </div> <div class="is_parallax"> <div class="wrapper-header-bt" data-sticky-pc> <div class="container"> <div class="header-panel-bt"> <div class="left-header header-items"> <div class="header-logo" itemscope itemtype="http://schema.org/Organization"> <meta itemprop="url" content="https://www.techreboot.co"> <a class="logo-img" href="/" title="Logo"> <img itemprop="logo" data-src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker_1.png?v=1656677908" src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker_1.png?v=1656677908" alt="Tech Reboot LLC" itemprop="logo" class="lazyautosizes lazyloaded" data-sizes="auto"> <img class="logo-parallax" data-src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker.png?v=1656598017" src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker.png?v=1656598017" alt="Tech Reboot LLC" itemprop="logo" class="lazyautosizes lazyloaded" data-sizes="auto"> </a> </div> </div> <div class="wrapper-navigation"> <div class="main-menu jas-mb-style"> <div class="col-12"> <div class="mb-area"> <nav class="nav-bar" role="navigation"> <ul class="site-nav"> <li class="menu-lv-1 item"> <a class="current" href="/"> <span> Home </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="https://sell.techreboot.co"> <span> Sell Tech </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="/collections"> <span> Buy Tech </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="https://sell.techreboot.co/bulk-order-form"> <span> Bulk Trade-In </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="https://www.ifixyouri.com/?utm_source=tech_reboot&utm_medium=menu_link&utm_campaign=cross_promo"> <span> Repair </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="https://sell.techreboot.co/blog"> <span> Blog </span> </a> </li> <li class="menu-lv-1 item"> <a class="" href="https://sell.techreboot.co/faqs"> <span> Faq </span> </a> </li> </ul> </nav> <div class="header-pc" data-header-pc> <div class="header-links"> <div class="customer-links"> <a data-dropdown-user class="acc-links acc-sign-in" id="customer_login_link" href="/account/login" > Sign In </a> <a class="acc-links acc-regis" id="customer_register_link" href="/account/register"> Create an account </a> </div> </div> </div> </div> </div> </div> </div> <div class="right-header header-items"> <div class="nav-search svg-mb"> <a href="#" title="Search Icon" class="icon-search" data-search-mobile-toggle> <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%"> <path d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z"></path> </svg> </a> <div class="search-form" data-ajax-search> <div class="header-search"> <div class="header-search__form"> <a href="javascript:void(0)" title="close" class="close close-search"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <form action="/search" method="get" class="search-bar" role="search"> <input type="hidden" name="type" value="product"> <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> <button type="submit" class="btn icon-search"> <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%"> <path d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z"></path> </svg> </button> </form> </div> <div class="quickSearchResultsWrap" style="display: none;"> <div class="custom-scrollbar"> <div class="container"> <div class="header-block header-search__trending"> <div class="box-title"> <span> trending </span> </div> <ul class="list-item"> <li class="item"> <a href="/search?q=dempus*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> dempus </span> </a> </li> <li class="item"> <a href="/search?q=sample*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> sample </span> </a> </li> <li class="item"> <a href="/search?q=magnis*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> magnis </span> </a> </li> <li class="item"> <a href="/search?q=loremous-saliduar*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> loremous saliduar </span> </a> </li> <li class="item"> <a href="/search?q=naminos*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> naminos </span> </a> </li> <li class="item"> <a href="/search?q=dinterdum*&type=product" title="" class="highlight"> <i class="fa fa-search" aria-hidden="true"></i> <span> dinterdum </span> </a> </li> </ul> </div> <div class="header-block header-search__product"> <div class="box-title"> <span> Popular Products </span> </div> <div class="search__products"> <div class="products-grid row"> </div> </div> </div> <div class="header-search__results-wrapper"></div> </div> </div> </div> </div> <script id="search-results-template" type="text/template7"> {{#if is_loading}} <div class="header-search__results"> <div class="header-search__spinner-container"> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> </div> </div> {{else}} {{#if is_show}} <div class="header-search__results header-block"> {{#if has_results}} <div class="box-title"> Product Results </div> <div class="search__products"> <div class="products-grid row"> {{#each results}} <div class="grid-item col-6 col-sm-4"> <div class="inner product-item"> <div class="inner-top"> <div class="product-top"> <div class="product-image"> <a href="{{url}}" class="product-grid-image"> <img src="{{image}}" alt="{{image_alt}}"> </a> </div> </div> <div class="product-bottom"> <div class="product-vendor"> {{vendor}} </div> <a class="product-title" href="{{url}}"> {{title}} </a> <div class="price-box"> {{#if on_sale}} <div class="price-sale"> <span class="old-price">{{ compare_at_price }}</span> <span class="special-price"> {{ price }} </span> </div> {{else}} <div class="price-regular"> <span>{{ price }}</span> </div> {{/if}} </div> </div> </div> </div> </div> {{/each}} </div> </div> <div class="text-center"> <a href="{{results_url}}" class="text-results header-search__see-more" data-results-count="{{results_count}}"> {{results_label}} ({{results_count}}) </a> </div> {{else}} <p class="header-search__no-results text-results">{{ results_label }}</p> {{/if}} </div> {{/if}} {{/if}} </script> </div> </div> <div class="cart-icon svg-mb" data-cart-header-parallax> <a href="#" title="Cart Icon" data-cart-toggle> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path> <path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path> </svg> <span class="cartCount" data-cart-count> 0 </span> </a> </div> </div> </div> </div> </div> </div> </header> <script> window.fixtop_menu = true; var appendPrependMenuMobile = function() { var translateHeaderBlock = $('[data-translate-header]'), headerPc = $('[data-header-pc]'), areaMb = $('.wrapper-navigation .mb-area'); if (window.innerWidth < 1200) { headerPc.appendTo(areaMb); } else { headerPc.appendTo(translateHeaderBlock); }; }; $(document).ready(function() { appendPrependMenuMobile(); }); var winWidth = $(window).innerWidth(); $(window).on('resize', function () { var resizeTimerId; clearTimeout(resizeTimerId); resizeTimerId = setTimeout(function() { var curWinWidth = $(window).innerWidth(); if ((curWinWidth < 1200 && winWidth >= 1200) || (curWinWidth >= 1200 && winWidth < 1200)) { appendPrependMenuMobile(); }; winWidth = curWinWidth; }, 0); }) </script> </div> </div> <div class="wrapper-container wrapper-body"> <main class="main-content" role="main"> <!-- BEGIN content_for_index --><div id="shopify-section-1541389364083" class="shopify-section home-custom-block-baner-sections"> <div class="home-custom-block" id="custom-block-1541389364083"> <div class="container"> <div class="row"> <div class="col-12"> <div class="custom-block-banner banner-small-img"> <div class="row flex-md-row-reverse"> <div class="img-box col-12 col-md-6 column"> <img data-src="//www.techreboot.co/cdn/shop/files/img_1024x1024_crop_center.png?v=1656604766" src="//www.techreboot.co/cdn/shop/files/img_1024x1024_crop_center.png?v=1656604766" alt="Tech Reboot LLC" itemprop="logo" class="lazyautosizes lazyloaded" data-sizes="auto"> </div> <div class="col-12 col-md-6 column"> <div class="banner-content" style=" background-color: rgba(0,0,0,0); "> <h2 class="banner-heading" style=" font-size: 80px; color:#ffffff; "> <span> Sell & Buy Tech & Other Devices </span> </h2> <p class="banner-des" style=" font-size: 24px; color: #ffffff; "> <span> 3 easy steps to get the most cash for your working and broken devices & find the best a used one. </span> </p> <a href="https://sell.techreboot.co/#category-section" class="banner-button btn" style=" background-color:rgba(0,0,0,0); border-color:#ffffff; color:#ffffff; "> <span> Get Started </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <style> @media (max-width: 767px) { #custom-block-1541389364083 { margin-bottom: 0px; } } @media (min-width: 768px) and (max-width: 1199px) { #custom-block-1541389364083 { margin-bottom: 0px; } } @media (min-width: 1200px) { #custom-block-1541389364083 { margin-bottom: 0px; } } #custom-block-1541389364083 .img-box { text-align: center; } </style> </div><div id="shopify-section-1656605505ba20675b" class="shopify-section"><div class="our-services"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2>Our Services</h2> </div> </div> <div class="row ro"> <div class="item col-12 col-sm-6 col-md-3 col-lg-3"> <a href="https://sell.techreboot.co/" target="_blank"> <img data-src="//www.techreboot.co/cdn/shop/files/kindpng_2474628.png?v=1656606153" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> </a> <a href="https://sell.techreboot.co/" target="_blank"> <h6>Sell Your Device</h6> </a> </div> <div class="item col-12 col-sm-6 col-md-3 col-lg-3"> <a href="/collections/all" target="_blank"> <img data-src="//www.techreboot.co/cdn/shop/files/kindpng_2768230.png?v=1656606175" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> </a> <a href="/collections/all" target="_blank"> <h6>Buy Used Device</h6> </a> </div> <div class="item col-12 col-sm-6 col-md-3 col-lg-3"> <a href="https://www.ifixyouri.com/" target="_blank"> <img data-src="//www.techreboot.co/cdn/shop/files/PngItem_2103554.png?v=1656606201" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> </a> <a href="https://www.ifixyouri.com/" target="_blank"> <h6>Repair Your Device</h6> </a> </div> <div class="item col-12 col-sm-6 col-md-3 col-lg-3"> <a href="/collections" target="_blank"> <img data-src="//www.techreboot.co/cdn/shop/files/part.png?v=1656945850" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> </a> <a href="/collections" target="_blank"> <h6>Parts</h6> </a> </div> </div> </div> </div> </div><div id="shopify-section-165667634640fa5884" class="shopify-section"><div class="why-tech-sell"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2>Why Sell to Tech Reboot</h2> </div> </div> <div class="row ro"> <div class="items col-12 col-sm-6 col-md-4 col-lg-4"> <img data-src="//www.techreboot.co/cdn/shop/files/002-money.png?v=1656676430" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>We pay more then any other buy back service</h6> <p>Your buyback price quote is guaranteed for 14 days from when you submit your order. Easily track your device from when you ship it, until when you get paid.</p> </div> <div class="items col-12 col-sm-6 col-md-4 col-lg-4"> <img data-src="//www.techreboot.co/cdn/shop/files/001-secure-shield.png?v=1656676462" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Zero Contact means a safe and easy transaction.</h6> <p>No need to meet up with strangers at random places to risk being scammed. Our platform means you stay safe.</p> </div> <div class="items col-12 col-sm-6 col-md-4 col-lg-4"> <img data-src="//www.techreboot.co/cdn/shop/files/003-clock.png?v=1656676503" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>We pay within 48 hours after we receive your device</h6> <p>Quick and easy payments. Once we inspect your device, we’ll pay you with Zelle, Paypal, Check, CashApp, Venmo, Apple Pay, or Google Pay.</p> </div> </div> </div> </div> </div><div id="shopify-section-1656678654d7683364" class="shopify-section"><div class="icon-with-text"> <div class="container"> <div class="row"> <div class="list col-12 col-sm-6 col-md-3 col-lg-3"> <img data-src="//www.techreboot.co/cdn/shop/files/007-united-states-of-america-2.png?v=1656678785" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>USA Based<br> Seller</h6> </div> <div class="list col-12 col-sm-6 col-md-3 col-lg-3"> <img data-src="//www.techreboot.co/cdn/shop/files/004-inspection.png?v=1656678811" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Fully Functional <br>& Inspected</h6> </div> <div class="list col-12 col-sm-6 col-md-3 col-lg-3"> <img data-src="//www.techreboot.co/cdn/shop/files/006-shipped.png?v=1656678837" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Fast & Free <br>Shipping</h6> </div> <div class="list col-12 col-sm-6 col-md-3 col-lg-3"> <img data-src="//www.techreboot.co/cdn/shop/files/005-return-of-investment.png?v=1656678851" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>30 Days Money <br>Back Guarantee</h6> </div> </div> </div> </div> </div><div id="shopify-section-1656680338d539a7e7" class="shopify-section"><div class="certified-phonecheck"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2>Certified Phone Check</h2> </div> </div> <div class="row ro"> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/001-padlock.png?v=1656680395" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Lock Detection</h6> </div> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/002-scan.png?v=1656680423" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Component Scan</h6> </div> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/003-biometrics.png?v=1656680446" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Authentic Device</h6> </div> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/004-battery.png?v=1656680471" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Battery Capacity</h6> </div> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/005-high-signal.png?v=1656680489" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Cellular & Sim</h6> </div> <div class="lists col-12 col-sm-6 col-md-2 col-lg-2"> <img data-src="//www.techreboot.co/cdn/shop/files/006-smartphone.png?v=1656680515" alt="" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img /> <h6>Securely Wiped</h6> </div> </div> </div> </div> </div><!-- END content_for_index --> </main> <div id="shopify-section-footer" class="shopify-section"><style> .site-footer { background: #232323; background: url(//www.techreboot.co/cdn/shop/files/fotter-b_1_2048x.jpg?v=1656608270); background-position: left top; background-repeat: no-repeat; background-attachment: scroll; } .site-footer .newsletter .input-group-field { background-color: rgba(0,0,0,0); color: #ffffff; border-color: rgba(0,0,0,0); } .site-footer .newsletter ::-webkit-input-placeholder { color: #ffffff; } .site-footer .newsletter ::-moz-placeholder { color: #ffffff; } .site-footer .newsletter :-ms-input-placeholder { color: #ffffff; } .site-footer .newsletter :-moz-placeholder { color: #ffffff; } .site-footer .newsletter .btn { background-color: rgba(0,0,0,0); border-color: rgba(0,0,0,0); color: #ffffff; } .site-footer .newsletter .btn:hover { background-color: #ffffff; border-color: rgba(0,0,0,0); color: rgba(0,0,0,0); } .site-footer, .foot-title { color: #ffffff; } .site-footer a, .header-vertical-tpl .footer-default .newsletter-des { color: #ffffff; } .site-footer a:hover { color: #ffffff; } .site-footer .foot-link>span:before { background-color: #ffffff; } .footer-social li a { color: #141414; background-color: #ffffff; } .footer-bottom { background-color: rgba(0,0,0,0); border-top: 1px solid #ffffff; } .footer-bottom, .footer-bottom address, .footer-bottom address a { color: #ffffff; } .footer-bottom address a:hover { color: #ffffff; } @media (max-width: 767px) { .footer-top .col-footer .dropdow-mb { border-bottom: 1px solid #ffffff; } } </style> <footer class="site-footer footer-default" role="contentinfo"> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-12 col-md-12 col-lg-12 col-xl-12"> <div class="footer-newsletter"> <h3 class="newsletter-title foot-title"> <span> Tune Into Tech Deals </span> </h3> <p class="newsletter-des"> <span> Promotions, new products and sales. Directly to your<br> inbox. </span> </p> <section class="newsletter"> <div class="block-content"> <form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="newsletter"> <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="Write your email here..." required="required"> <input class="btn" type="submit" value="Subscribe"></form> </div> </section> </div> </div> </div> <div class="row"> <div class="col-lg-3 col-md-6"> <img class="fotter-logo" src="//www.techreboot.co/cdn/shop/files/ezgif.com-gif-maker.png?v=1656598017" /> </div> <div class="col-12 col-md-12 col-lg-6 col-xl-6"> <div class="row"> <div class="col-footer col-12 col-md-6"> <h3 class="foot-title dropdow-mb"> <span> Tech Reboot </span> </h3> <ul> <li> <a href="/search" title="Search" class="foot-link"> <span> Search </span> </a> </li> <li> <a href="/policies/terms-of-service" title="Terms of Service" class="foot-link"> <span> Terms of Service </span> </a> </li> <li> <a href="/policies/refund-policy" title="Refund Policy" class="foot-link"> <span> Refund Policy </span> </a> </li> <li> <a href="/policies/shipping-policy" title="Shipping" class="foot-link"> <span> Shipping </span> </a> </li> <li> <a href="/policies/privacy-policy" title="Privacy Policy" class="foot-link"> <span> Privacy Policy </span> </a> </li> </ul> </div> <div class="col-footer col-12 col-md-6"> <h3 class="foot-title dropdow-mb"> <span> Quick Links </span> </h3> <ul> <li> <a href="https://sell.techreboot.co/smartphone" title="Sell My Smartphone" class="foot-link"> <span> Sell My Smartphone </span> </a> </li> <li> <a href="https://sell.techreboot.co/tablet" title="Sell My Tablet" class="foot-link"> <span> Sell My Tablet </span> </a> </li> <li> <a href="https://sell.techreboot.co/smartwatch" title="Sell My Smartwatch" class="foot-link"> <span> Sell My Smartwatch </span> </a> </li> <li> <a href="https://sell.techreboot.co/computer" title="Sell My Computer" class="foot-link"> <span> Sell My Computer </span> </a> </li> <li> <a href="https://sell.techreboot.co/game-console" title="Sell My Game Console" class="foot-link"> <span> Sell My Game Console </span> </a> </li> <li> <a href="/policies/terms-of-service" title="Terms of Service" class="foot-link"> <span> Terms of Service </span> </a> </li> <li> <a href="/policies/refund-policy" title="Returns & Refunds" class="foot-link"> <span> Returns & Refunds </span> </a> </li> </ul> </div> </div> </div> <div class="col-lg-3 col-md-6 hi"> <h3 class="foot-title dropdow-mb">Contact Us</h3> <a class="foot-link" href="mailto:support@techreboot.co%0A">support@techreboot.co</a> <span class="foot-link">m.me/TechRebootOfficial 10190 Riverside Drive<br> Suite 103<br> Palm Beach Gardens <br>FL 33410US</span> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container co-f"> <address> <div> Copyrights 2022. All Rights Reserved </div> </address> <ul class="payment-methods"> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_18_x32.png?v=1656608612" alt="visa" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_10_x32.png?v=1656608718" alt="visa_electron" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_16_x32.png?v=1656608627" alt="master" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_6_x32.png?v=1656608643" alt="american_express" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Group_111_x32.png?v=1656608678" alt="amazon_payments" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_11_x32.png?v=1656608692" alt="discover" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Group_110_x32.png?v=1656608659" alt="paypal" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> <li> <img data-src="//www.techreboot.co/cdn/shop/files/Mask_Group_14_x32.png?v=1656608704" alt="jcb" class="lazyload " data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-sizes="auto" data-img > </li> </ul> </div> </div> </footer> </div> <div class="footbar-fixed"> <div id="shopify-section-someone-purchased" class="shopify-section"> <style> @media (min-width: 1200px) { .product-notification{ right: 15px; } } </style> <style> @media (max-width: 767px) { .product-notification { display:none; } } </style> </div> <div id="shopify-section-GDPR-modal" class="shopify-section"> </div> </div> </div> <!-- Footer scripts --> <script src="//www.techreboot.co/cdn/shop/t/6/assets/vendor.min.js?v=83995684116661093191656597639" defer></script> <script src="//www.techreboot.co/cdn/shopifycloud/shopify/assets/themes_support/api.jquery-b0af070cfe3f5cf7c92f9e2a5da2665ee07ed2aad63bb408f8d6672f894a5996.js" async></script> <script src="//www.techreboot.co/cdn/shopifycloud/shopify/assets/themes_support/option_selection-86cdd286ddf3be7e25d68b9fc5965d7798a3ff6228ff79af67b3f4e41d6a34be.js" async></script> <script> window.show_auto_currency = false; </script> <script src="//www.techreboot.co/cdn/shop/t/6/assets/jquery.sticky.js?v=37981688503634007831656597634" defer></script> <script src="//www.techreboot.co/cdn/shop/t/6/assets/ella.min.js?v=136566808271304463611656597625"></script> <!-- <script src="//www.techreboot.co/cdn/shop/t/6/assets/halo.js?v=138135350971605234911656597626"></script> --> <script src="https://cdnjs.cloudflare.com/ajax/libs/template7/1.4.0/template7.js"></script> <script> (function ($) { var pluginName = 'Search', namespace = 'plugin_' + pluginName; function Plugin(element) { this.headerSearch = $(element); this.headerSearchForm = this.headerSearch.find('.header-search__form'); this.headerInput = this.headerSearch.find('.header-search__input'); this.headerSearchResults = this.headerSearch.find('.header-search__results-wrapper'); this.searchResultsTemplate = Template7.compile($('#search-results-template').html()); this.PopularProducts = this.headerSearch.find(".header-search__product"); this.searchMode = "product"; this.searchTrending = $(".quickSearchResultsWrap .header-search__trending .item"); this.trending = $(".header-search__trending"); this.searchWrapper = this.headerSearch.find('.quickSearchResultsWrap'); this.headerInput.focus(function(e){ e.stopPropagation(); $(this).closest('.header-search').find('.quickSearchResultsWrap').show(); }); $(document).mouseup(function (e) { var container = $(".search-form"); if (!container.is(e.target) && container.has(e.target).length === 0){ container.find('.quickSearchResultsWrap').hide(); } }); this.headerInput.on('focusin', $.proxy(this._focusin, this)); this.headerInput.on('keyup', $.proxy(this._initSearch, this)); }; Plugin.prototype._initSearch = function(event) { var target = $(event.currentTarget); if ((event.keyCode ? event.keyCode : event.which) != 13) { clearTimeout(target.data('timeout')); target.data('timeout', setTimeout($.proxy(this._doSearch, this), 250)); } }; Plugin.prototype._doSearch = function(event) { if (this.headerInput.val().trim() === '') { this.headerSearchResults.empty(); this.searchTrending.show(); this.PopularProducts.show(); this.searchWrapper.show(); this.trending.show(); return; } else { this.headerSearchResults.html(this.searchResultsTemplate({is_loading: true})); } if (this.headerInput.val().length > 2) { this.searchWrapper.hide(); this._doCompleteSearch(); } else { this.headerSearchResults.html(this.searchResultsTemplate({is_show: false})); this.searchTrending.show(); this.PopularProducts.show(); this.searchWrapper.show(); } if(this.searchTrending.css('display') == 'none') { this.trending.hide(); } else { this.trending.show(); } }; Plugin.prototype._doCompleteSearch = function(event) { var self = this; $.ajax({ method: 'GET', url: '/search?view=json', dataType: 'json', data: { q: this.headerInput.val() + '*', type: this.searchMode } }).then(function(data) { self.headerSearchResults.html(self.searchResultsTemplate({ is_show: true, is_loading: false, results: data['results'], has_results: (data['results'].length > 0), results_count: data['results_count'], results_label: data['results_label'], results_url: (data['url'] + '&type=' + self.searchMode) })); self.PopularProducts.hide(); var value = self.headerInput.val().toLowerCase(); if (data && data.length) { self.searchTrending.filter(function(e) { $(this).toggle($(this).find('.highlight span').text().toLowerCase().indexOf(value) > -1); }); self.trending.show(); } else { self.trending.hide(); } self.searchWrapper.show(); }); }; $.fn[pluginName] = function(options) { var method = false, methodArgs = arguments; if (typeof options == 'string') { method = options; } return this.each(function() { var plugin = $.data(this, namespace); if (!plugin && !method) { $.data(this, namespace, new Plugin(this, options)); } else if (method) { callMethod(plugin, method, Array.prototype.slice.call(methodArgs, 1)); } }); }; }(jQuery)); $(function() { $('[data-ajax-search]').Search(); }); </script> <div class="translate-header" data-translate-header> <div id="dropdown-customer" class="ct_login"> <div class="customer-title"> <a href="javascript:void(0)" title="Close" class="close-customer close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span > Close </span> </a> <h5 > Customer Login: </h5> </div> <div class="customer-content"> <div class="customer-inner login-customer"> <form accept-charset="UTF-8" action="/account/login" method="post"> <input name="form_type" type="hidden" value="customer_login" /> <input name="utf8" type="hidden" value="✓" /> <div class="ct-login"> <div class="form-group"> <label for="customer_email"> <span > Email Address </span> <em>*</em> </label> <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address" > </div> <div class="form-group"> <label for="customer_password"> <span > Password </span> <em>*</em> </label> <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]" > </div> <div class="action-btn"> <input type="submit" class="btn btn-login" value="Login"> <a class="text-hover forgot-password" href="/account/login#recover" > Forgot your password? </a> </div> </div> <div class="ct-register"> <a href="/account/register" class="btn btn-register" > Create An Account </a> </div> </form> </div> </div> </div> <div id="dropdown-cart"> <div class="cart-title"> <a href="javascript:void(0)" title="Close" class="close-cart close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> <span > Close </span> </a> <h5 > Shopping Cart: </h5> </div> <div class="no-items"> <p class="cart_empty" > Your cart is currently empty. </p> <div class="text-continue"> <a class="btn btn-continue" href="/collections/all" > Continue Shopping </a> </div> </div> <div class="has-items"> <ol class="mini-products-list"> </ol> <div class="summary"> <div class="total"> <span class="label"> <span > Total: </span> </span> <span class="price"> $0.00 </span> </div> </div> <div class="actions"> <button class="btn btn-checkout" onclick="window.location='/checkout'" > Check Out </button> <a class="btn btn-view-cart" href="/cart" > View Cart </a> </div> </div> </div> </div> <div class="loading-modal modal"><div></div><div></div><div></div><div></div></div> <div class="ajax-lookbook-modal"> <div class="overlay"></div> <div class="ajax-modal-content"> <a href="javascript:void(0)" data-close-lookbook-modal class="close close-modal"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="lookbook-content"></div> </div> </div> <div class="ajax-error-modal modal"> <div class="modal-inner"> <div class="ajax-error-message"></div> </div> </div> <div class="ajax-success-modal halo-modal" data-ajax-cart-success> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"> <div class="cart-popup-content"></div> <div class="cart-popup-coll-related"></div> </div> </div> </div> </div> <div class="ajax-success-modal halo-modal ajax-quickview" data-quickview-modal> <div class="modal-overlay"> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"></div> </div> </div> </div> <div class="newsletter-success-modal"> <div class="modal-overlay"></div> <div class="halo-modal-content"> <a class="close close-modal" title="Close"> <svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-2x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg> </a> <div class="halo-modal-body"> <i class="fa fa-check" aria-hidden="true"></i> <span>You have successfully subscribed!</span> </div> </div> </div> <div class="wrapper-overlay"></div> </body> </html>