<!doctype html>
<html class="no-js" lang="en" dir="ltr">
  <head>
    <!-- Google Tag Manager -->
    <script>
      (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-TM5D9BC');
    </script>
    <!-- End Google Tag Manager -->
    



<script type='text/javascript'>
let shop_country_code = localStorage.getItem('Cache-Shop-Country-Code') || 'CA'

window.dataLayer = window.dataLayer || [];
dataLayer.push({
  event: 'view_item',
  ecommerce: {
      currency:'USD', 
      value:29.90,
      items: [
       {
        id: 'shopify_'+shop_country_code+'_8093090578663_44367689384167',
        google_business_vertical: 'retail',
        item_id:8093090578663,
        item_name:"HiPad X Keyboard | Magnetic Docking | CHUWI",
        item_brand:"Chuwi Global Store",
        item_category: "CHUWI Accessories",
        item_variant: "Default Title"
      },
 ]
  }
});

</script>


<script type='text/javascript'>
__DL__jQueryinterval = setInterval(function(){
    // wait for jQuery to load & run script after jQuery has loaded
    if(window.jQuery){
      // search parameters
        getURLParams = function(name, url){
            if (!url) url = window.location.href;
            name = name.replace(/[\[\]]/g, "\\$&");
            var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
            results = regex.exec(url);
            if (!results) return null;
            if (!results[2]) return '';
            return decodeURIComponent(results[2].replace(/\+/g, " "));
        };
      __DL__ = {
        dynamicCart: true,  // if cart is dynamic (meaning no refresh on cart add) set to true
        debug: false, // if true, console messages will be displayed
        cart: null,
        wishlist: null,
        removeCart: null
      }; 
      customBindings = {
                cartTriggers: [],
                viewCart: [],
                removeCartTrigger: [],
                cartVisableSelector: [],
                promoSubscriptionsSelectors: [],
                promoSuccess: [],
                ctaSelectors: [],
                newsletterSelectors: [],
                newsletterSuccess: [],
                searchPage: [],
                wishlistSelector: [],
                removeWishlist: [],
                wishlistPage: [],
                searchTermQuery: [getURLParams('q')], // replace var with correct query
            };

            /* DO NOT EDIT */
            defaultBindings = {
                cartTriggers: ['form[action="/cart/add"] [type="submit"],.add-to-cart,.cart-btn'],
                viewCart: ['form[action="/cart"],.my-cart,.trigger-cart,#mobileCart'],
                removeCartTrigger: ['[href*="/cart/change"]'],
                cartVisableSelector: ['.inlinecart.is-active,.inline-cart.is-active'],
                promoSubscriptionsSelectors: [],
                promoSuccess: [],
                ctaSelectors: [],
                newsletterSelectors: ['input.contact_email'],
                newsletterSuccess: ['.success_message'],
                searchPage: ['search'],
                wishlistSelector: [],
                removeWishlist: [],
                wishlistPage: []
            };

            // stitch bindings
            objectArray = customBindings;
            outputObject = __DL__;

            applyBindings = function (objectArray, outputObject) {
                for (var x in objectArray) {
                    var key = x;
                    var objs = objectArray[x];
                    values = [];
                    if (objs.length > 0) {
                        values.push(objs);
                        if (key in outputObject) {
                            values.push(outputObject[key]);
                            outputObject[key] = values.join(", ");
                        } else {
                            outputObject[key] = values.join(", ");
                        }
                    }
                }
            };

            applyBindings(customBindings, __DL__);
            applyBindings(defaultBindings, __DL__);

            /**********************
            * PREREQUISITE LIBRARIES 
            ***********************/

            clearInterval(__DL__jQueryinterval);
      // jquery-cookies.js
        if(typeof $.cookie!==undefined){
            (function(a){if(typeof define==='function'&&define.amd){define(['jquery'],a)}else if(typeof exports==='object'){module.exports=a(require('jquery'))}else{a(jQuery)}}(function($){var g=/\+/g;function encode(s){return h.raw?s:encodeURIComponent(s)}function decode(s){return h.raw?s:decodeURIComponent(s)}function stringifyCookieValue(a){return encode(h.json?JSON.stringify(a):String(a))}function parseCookieValue(s){if(s.indexOf('"')===0){s=s.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,'\\')}try{s=decodeURIComponent(s.replace(g,' '));return h.json?JSON.parse(s):s}catch(e){}}function read(s,a){var b=h.raw?s:parseCookieValue(s);return $.isFunction(a)?a(b):b}var h=$.cookie=function(a,b,c){if(arguments.length>1&&!$.isFunction(b)){c=$.extend({},h.defaults,c);if(typeof c.expires==='number'){var d=c.expires,t=c.expires=new Date();t.setMilliseconds(t.getMilliseconds()+d*864e+5)}return(document.cookie=[encode(a),'=',stringifyCookieValue(b),c.expires?'; expires='+c.expires.toUTCString():'',c.path?'; path='+c.path:'',c.domain?'; domain='+c.domain:'',c.secure?'; secure':''].join(''))}var e=a?undefined:{},cookies=document.cookie?document.cookie.split('; '):[],i=0,l=cookies.length;for(;i<l;i++){var f=cookies[i].split('='),name=decode(f.shift()),cookie=f.join('=');if(a===name){e=read(cookie,b);break}if(!a&&(cookie=read(cookie))!==undefined){e[name]=cookie}}return e};h.defaults={};$.removeCookie=function(a,b){$.cookie(a,'',$.extend({},b,{expires:-1}));return!$.cookie(a)}}))}
        
        /**********************
        * Begin dataLayer Build 
        ***********************/
        
        window.dataLayer = window.dataLayer || [];  // init data layer if doesn't already exist

        var template = "product"; 
        
        /**
        * Landing Page Cookie
        * 1. Detect if user just landed on the site
        * 2. Only fires if Page Title matches website */
        
        $.cookie.raw = true;
        if ($.cookie('landingPage') === undefined || $.cookie('landingPage').length === 0) {
            var landingPage = true;
            $.cookie('landingPage', unescape);
            $.removeCookie('landingPage', {path: '/'});
            $.cookie('landingPage', 'landed', {path: '/'});
        } else {
            var landingPage = false;
            $.cookie('landingPage', unescape);
            $.removeCookie('landingPage', {path: '/'});
            $.cookie('landingPage', 'refresh', {path: '/'});
        }
      if (__DL__.debug) {
            console.log('Landing Page: ' + landingPage);
        }

      /** 
        * Log State Cookie */
        
        
        var isLoggedIn = false;
        
        if (!isLoggedIn) {
            $.cookie('logState', unescape);
            $.removeCookie('logState', {path: '/'});
            $.cookie('logState', 'loggedOut', {path: '/'});
        } else {
            if ($.cookie('logState') === 'loggedOut' || $.cookie('logState') === undefined) {
                $.cookie('logState', unescape);
                $.removeCookie('logState', {path: '/'});
                $.cookie('logState', 'firstLog', {path: '/'});
            } else if ($.cookie('logState') === 'firstLog') {
                $.cookie('logState', unescape);
                $.removeCookie('logState', {path: '/'});
                $.cookie('logState', 'refresh', {path: '/'});
            }
        }
        
        if ($.cookie('logState') === 'firstLog') {
            var firstLog = true;
        } else {
            var firstLog = false;
        }

      /** 
        * DATALAYER: Log State
        * 1. Determine if user is logged in or not.
        * 2. Return User specific data. */
        
        var logState = {
          
            
            'logState' : "Logged_Out",
            
          
            'firstLog'      : firstLog,
            'customerEmail' : null,
            'timestamp'     : Date().replace(/\(.*?\)/g,''),  
            
            'customerType'       : 'New',
            'customerTypeNumber' :'1', 
            
            'shippingInfo' : {
                'fullName'  : null,
                'firstName' : null,
                'lastName'  : null,
                'address1'  : null,
                'address2'  : null,
                'street'    : null,
                'city'      : null,
                'province'  : null,
                'zip'       : null,
                'country'   : null,
                'phone'     : null,
            },
            'billingInfo' : {
                'fullName'  : null,
                'firstName' : null,
                'lastName'  : null,
                'address1'  : null,
                'address2'  : null,
                'street'    : null,
                'city'      : null,
                'province'  : null,
                'zip'       : null,
                'country'   : null,
                'phone'     : null,
            },
            'checkoutEmail' : null,
            'currency'      : "USD",
            'pageType'      : 'Log State',
            'event'         : 'logState'
        }
        dataLayer.push(logState);

      
      $(document).ready(function () {
        let shop_country_code = localStorage.getItem('Cache-Shop-Country-Code') || 'CA'
        
        var searchPage = new RegExp(__DL__.searchPage, "g");
        if(document.location.pathname.match(searchPage)){
          window.dataLayer = window.dataLayer || [];
          dataLayer.push({
            event: 'view_search_results',
            search_term : __DL__.searchTermQuery, 
            ecommerce: {
            items: [
              
              
             ]
            }
          });
        }
        
        /** DATALAYER: Cart View
  * Fire anytime a user views their cart (non-dynamic) */ 
    console.log('product')


/** DATALAYER: 404 Pages
  * Fire on 404 Pages */

      }) // document ready
      
    }  // jQuery
}, 500);  // Interval 

</script>
<!--Content in content_for_header -->
<!--LayoutHub-Embed--><link rel="stylesheet" type="text/css" href="data:text/css;base64," media="all"><!--/LayoutHub-Embed--><meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link rel="manifest" href="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/manifest.json?v=1698288820">
    <meta name="theme-color" content="#ec6521">
    <link rel="canonical" href="https://store.chuwi.com/products/hipad-x-keyboard">
    <link rel="preconnect" href="https://cdn.shopify.com">
    <link rel="preconnect" href="https://fonts.shopifycdn.com">
    <link rel="dns-prefetch" href="https://productreviews.shopifycdn.com">
    <link rel="dns-prefetch" href="https://ajax.googleapis.com">
    <link rel="dns-prefetch" href="https://maps.googleapis.com">
    <link rel="dns-prefetch" href="https://maps.gstatic.com">

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
      href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap"
      rel="stylesheet"
    ><link rel="shortcut icon" href="//store.chuwi.com/cdn/shop/files/ce1183280dc9e30737920887ac55ea01_32x32.svg?v=1682064395" type="image/png"><title>Chuwi Hipad X Keyboard│Chuwi Accessories And Peripherals
&ndash; CHUWI Global Store
</title>
<meta name="description" content="HiPad X Keyboard | Magnetic Docking"><meta property="og:site_name" content="CHUWI Global Store">
  <meta property="og:url" content="https://store.chuwi.com/products/hipad-x-keyboard">
  <meta property="og:title" content="HiPad X Keyboard | Magnetic Docking | CHUWI">
  <meta property="og:type" content="product">
  <meta property="og:description" content="HiPad X Keyboard | Magnetic Docking"><meta property="og:image" content="http://store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e.jpg?v=1660977338">
    <meta property="og:image:secure_url" content="https://store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e.jpg?v=1660977338">
    <meta property="og:image:width" content="1000">
    <meta property="og:image:height" content="1000"><meta name="twitter:site" content="@chuwidotcom">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="HiPad X Keyboard | Magnetic Docking | CHUWI">
  <meta name="twitter:description" content="HiPad X Keyboard | Magnetic Docking">
<link href="//store.chuwi.com/cdn/shop/t/20/assets/aos.css?v=161763214085206265081676949233" rel="stylesheet" type="text/css" media="all" />
    <link href="//store.chuwi.com/cdn/shop/t/20/assets/swiper.css?v=86625232297248146771676949204" rel="stylesheet" type="text/css" media="all" />
    <link href="//store.chuwi.com/cdn/shop/t/20/assets/theme.css?v=102205135831338665001701240775" rel="stylesheet" type="text/css" media="all" />
    <link href="//store.chuwi.com/cdn/shop/t/20/assets/custom.css?v=66981850436165824171684982227" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>:root {
    --typeHeaderPrimary: Montserrat;
    --typeHeaderFallback: sans-serif;
    --typeHeaderSize: 36px;
    --typeHeaderWeight: 800;
    --typeHeaderLineHeight: 1.5;
    --typeHeaderSpacing: 0.0em;

    --typeBasePrimary:Montserrat;
    --typeBaseFallback:sans-serif;
    --typeBaseSize: 16px;
    --typeBaseWeight: 500;
    --typeBaseSpacing: 0.0em;
    --typeBaseLineHeight: 1.5;

    --typeCollectionTitle: 20px;

    --iconWeight: 7px;
    --iconLinecaps: miter;

    
      --buttonRadius: 0px;
    

    --colorGridOverlayOpacity: 0.1;
  }

  .placeholder-content {
    background-image: linear-gradient(100deg, #ffffff 40%, #f7f7f7 63%, #ffffff 79%);
  }</style><script>
      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');

      window.theme = window.theme || {};
      theme.routes = {
        home: "/",
        cart: "/cart.js",
        cartPage: "/cart",
        cartAdd: "/cart/add.js",
        cartChange: "/cart/change.js",
        search: "/search"
      };
      theme.strings = {
        soldOut: "Sold Out",
        unavailable: "Unavailable",
        inStockLabel: "In stock, ready to ship",
        stockLabel: "Low stock - [count] items left",
        willNotShipUntil: "Ready to ship [date]",
        willBeInStockAfter: "Back in stock [date]",
        waitingForStock: "Inventory on the way",
        savePrice: "Save [saved_amount]",
        cartEmpty: "Your cart is currently empty.",
        cartTermsConfirmation: "You must agree with the terms and conditions of sales to check out",
        searchCollections: "Collections:",
        searchPages: "Pages:",
        searchArticles: "Articles:"
      };
      theme.settings = {
        dynamicVariantsEnable: true,
        cartType: "drawer",
        isCustomerTemplate: false,
        moneyFormat: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e",
        saveType: "dollar",
        productImageSize: "natural",
        productImageCover: false,
        predictiveSearch: true,
        predictiveSearchType: "product,article,page,collection",
        quickView: false,
        themeName: 'Dawn',
        themeVersion: "9.0.0"
      };
    </script>

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="9g21t0a8dttlqmsp7q4ehm0155zrcd">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/11627626596/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="6e4a4d710d1789d0dd2a294e29b49aee">
<meta id="in-context-paypal-metadata" data-shop-id="11627626596" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<link rel="alternate" type="application/json+oembed" href="https://store.chuwi.com/products/hipad-x-keyboard.oembed">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-UM"></script><script id="shopify-features" type="application/json">{"accessToken":"6e4a4d710d1789d0dd2a294e29b49aee","betas":["rich-media-storefront-analytics"],"domain":"store.chuwi.com","predictiveSearch":true,"shopId":11627626596,"smart_payment_buttons_url":"https:\/\/store.chuwi.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/store.chuwi.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en","optimusEnabled":true,"optimusHidden":false,"betterDynamicCheckoutRecommendationVariant":"control","shopPromisePDPV3Enabled":false}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "chuwistore.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "UM";
Shopify.theme = {"name":"Chuwi","id":136641315047,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "store.chuwi.com/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>(function() {
  function asyncLoad() {
    var urls = ["https:\/\/gtranslate.io\/shopify\/gtranslate.js?shop=chuwistore.myshopify.com","https:\/\/cdn.hextom.com\/js\/freeshippingbar.js?shop=chuwistore.myshopify.com","https:\/\/cdn2.hextom.com\/js\/smartpushmarketing.js?shop=chuwistore.myshopify.com","https:\/\/api.zbanx.com\/track?shop=chuwistore.myshopify.com","https:\/\/store.chuwi.com\/apps\/buckscc\/sdk.min.js?shop=chuwistore.myshopify.com","\/\/cdn.shopify.com\/proxy\/bafd259dc3537c37fec7db1361d4d3965713af875d2ac173a1eb304351804a34\/api.goaffpro.com\/loader.js?shop=chuwistore.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJIbklEQmtTUENONUpUSW9vIiwicyI6InNrdSJ9\u0026shop=chuwistore.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/chuwistore.myshopify.com.js?settings=1651131387883\u0026shop=chuwistore.myshopify.com","https:\/\/cdn1.judge.me\/assets\/installed.js?shop=chuwistore.myshopify.com","https:\/\/s3-us-west-2.amazonaws.com\/unific-ipaas-cdn\/js\/unific-util-shopify.js?shop=chuwistore.myshopify.com","https:\/\/d1639lhkj5l89m.cloudfront.net\/js\/storefront\/uppromote.js?shop=chuwistore.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":11627626596,"offset":28800,"reqid":"a9d9455d-a1a6-49f2-99aa-dc88f4405798","pageurl":"store.chuwi.com\/products\/hipad-x-keyboard","u":"65b990031a31","p":"product","rtyp":"product","rid":8093090578663};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LcCR2cUAAAAANS1Gpq_mDIJ2pQuJphsSQaUEuc9"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script>
<script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script>
<script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" media="screen" href="//store.chuwi.com/cdn/shop/t/20/compiled_assets/styles.css?11251">
<script id="sections-script" data-sections="activity-bar" defer="defer" src="//store.chuwi.com/cdn/shop/t/20/compiled_assets/scripts.js?11251"></script>
<style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden {
  visibility: hidden;
}

.shopify-payment-button__button {
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: background 0.2s ease-in-out;
}

.shopify-payment-button__button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.shopify-payment-button__button--unbranded {
  background-color: #1990c6;
  padding: 1em 2em;
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #136f99;
}

.shopify-payment-button__more-options {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: underline;
}

.shopify-payment-button__more-options[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.shopify-payment-button__button--branded {
  display: flex;
  flex-direction: column;
  min-height: 44px;
  position: relative;
  z-index: 1;
}

.shopify-payment-button__button--branded .shopify-cleanslate {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.shopify-payment-button__button.button.loading {
  position: relative;
  color: transparent;
}

.shopify-payment-button__button.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.shopify-payment-button__button.button.loading > .loading-overlay__spinner .spinner {
  width: -moz-fit-content;
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: white;
}

.shopify-payment-button__button .loading-overlay__spinner {
  width: 1.8rem;
  display: inline-block;
}

.shopify-payment-button__button .spinner {
  animation: shopify-rotator 1.4s linear infinite;
}

@keyframes shopify-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.shopify-payment-button__button .path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(18,18,18);
  animation: shopify-dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .shopify-payment-button__button .path{
    stroke: CanvasText;
  }
}

@keyframes shopify-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
</style>
<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: 60px;
  }
}
</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <!--zbanx header config start-->
<script type="text/javascript">
  !function(e){"function"==typeof define&&define.amd?define(e):e()}(function(){"use strict";function t(t,e){var n,r=Object.keys(t);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(t),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)),r}function e(r){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?t(Object(o),!0).forEach(function(e){var t,n;t=r,e=o[n=e],n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):t(Object(o)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))})}return r}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var n=new(function(){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.props=e||{},this.source=this.props.source||window.localStorage,this.initRun()}var e,n,r;return e=t,(n=[{key:"initRun",value:function(){var r=this,o=new RegExp("__expires__"),i=this.source,e=Object.keys(i);0<e.length&&e.map(function(e,t){var n;return o.test(e)||(n=Date.now(),(i["".concat(e,"__expires__")]||Date.now()+1)<=n&&r.remove(e)),e})}},{key:"set",value:function(e,t,n){var r=this.source;return r[e]=JSON.stringify(t),n&&(r["".concat(e,"__expires__")]=Date.now()+6e4*n),t}},{key:"get",value:function(e){var t=this.source,n=Date.now();if((t["".concat(e,"__expires__")]||Date.now()+1)<=n)return this.remove(e),null;n=null;try{n=t[e]&&JSON.parse(t[e])}catch(e){}return n}},{key:"remove",value:function(e){var t=this.source,n=t[e];return delete t[e],delete t["".concat(e,"__expires__")],n}}])&&o(e.prototype,n),r&&o(e,r),t}());function c(e){for(var t=1;t<arguments.length;t++){var n,r=arguments[t];for(n in r)e[n]=r[n]}return e}var r=function t(a,i){function n(e,t,n){if("undefined"!=typeof document){"number"==typeof(n=c({},i,n)).expires&&(n.expires=new Date(Date.now()+864e5*n.expires)),n.expires&&(n.expires=n.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r,o="";for(r in n)n[r]&&(o+="; "+r,!0!==n[r]&&(o+="="+n[r].split(";")[0]));return document.cookie=e+"="+a.write(t,e)+o}}return Object.create({set:n,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],n={},r=0;r<t.length;r++){var o=t[r].split("="),i=o.slice(1).join("=");try{var c=decodeURIComponent(o[0]);if(n[c]=a.read(i,c),e===c)break}catch(e){}}return e?n[e]:n}},remove:function(e,t){n(e,"",c({},t,{expires:-1}))},withAttributes:function(e){return t(this.converter,c({},this.attributes,e))},withConverter:function(e){return t(c({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(i)},converter:{value:Object.freeze(a)}})}({read:function(e){return(e='"'===e[0]?e.slice(1,-1):e).replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"}),i=60,a=1440*i,u="zbanx_",s="track_code",p="pid",f="landing_uri",l=function(){var e="zbx_test_".concat(Math.random()),t=new RegExp("(^|;)\\s*".concat(e,"=zbx_test_value")),n=new Date(0),r=document.domain,o=r.split("."),i=[];for(i.unshift(o.pop());o.length;){i.unshift(o.pop());var c=i.join("."),a="".concat(e,"=zbx_test_value;domain=.").concat(c);if(document.cookie=a,t.test(document.cookie)){document.cookie="".concat(a,";expires=").concat(n),r=c;break}}return r}();function d(e){e=new RegExp("(^|&)".concat(e,"=([^&]*)(&|$)")),e=location.search.substr(1).match(e);return null!==e?e[2]:null}function h(e){return r.get(e=u+e)||n.get(e)}function v(e,t){r.set(e=u+e,t,{expires:i,domain:l}),n.set(e,t,a)}function b(){d("z_code")&&(v(s,d("z_code")||h(s)),v(p,d("z_pid")||h(p)),v(f,location.href))}!function(e){e.shop;var t=e.trackUrl,n=e.expires;(e=t).lastIndexOf("/"),e.length,a=n,b()}(e(e({},{shop:"chuwistore.myshopify.com",trackUrl:"https://api.zbanx.com/",version:"2.1.1"}),{},{expires:86400}))});
</script>
<!--zbanx header config end-->


    <script src="//store.chuwi.com/cdn/shop/t/20/assets/vendor-scripts-v11.js" defer="defer"></script><script src="//store.chuwi.com/cdn/shop/t/20/assets/jquery.js?v=18301350130040138781676949204"></script>
    <script src="//store.chuwi.com/cdn/shop/t/20/assets/filter.js?v=7438465220147802271676949203" defer="defer"></script>
    <script src="//store.chuwi.com/cdn/shop/t/20/assets/swiper.js?v=8307180934335004971676949204" defer="defer"></script>

    <script src="//store.chuwi.com/cdn/shop/t/20/assets/wow.js?v=135941385147976069511676949204" defer="defer"></script>
    <script src="//store.chuwi.com/cdn/shop/t/20/assets/theme.js?v=156982559428647944891695448213" defer="defer"></script>
    
<!-- Start of Judge.me Core -->
<link rel="dns-prefetch" href="https://cdn.judge.me/">
<script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":false,"widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"https://store.chuwi.com/pages/reviews","all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"https://store.chuwi.com/pages/reviews","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"https://store.chuwi.com/pages/reviews","verified_count_badge_url":"https://store.chuwi.com/pages/reviews","picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","remove_microdata_snippet":true,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","all_reviews_page_load_more_text":"Load More Reviews","widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_rating_metafield_value_type":true,"widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","custom_forms_style":"vertical","how_reviews_are_collected":"How reviews are collected?","preview_badge_collection_page_install_preference":false,"preview_badge_product_page_install_preference":false,"review_widget_best_location":true,"platform":"shopify","branding_url":"https://judge.me/reviews/chuwistore.myshopify.com","branding_text":"Powered by Judge.me","locale":"en","reply_name":"CHUWI Global Store","widget_version":"2.1","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"can_be_branded":true};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'store.chuwi.com'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}
</style>

  
  
  
  <style class='jdgm-miracle-styles'>
  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}

</style>


  
  
   


<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,s){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(s=e.createElement("link")).rel="stylesheet",s.class="jdgm-stylesheet",s.media="nope!",
s.href=d,s.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(s))},
jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"),
jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document);
</script>

<noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript>
<!-- End of Judge.me Core -->


    
        <script>
        window.bucksCC = window.bucksCC || {};
        window.bucksCC.config = {}; window.bucksCC.reConvert = function () {};
        "function"!=typeof Object.assign&&(Object.assign=function(n){if(null==n)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(n),t=1;t<arguments.length;t++){var e=arguments[t];if(null!=e)for(var o in e)e.hasOwnProperty(o)&&(r[o]=e[o])}return r});
        Object.assign(window.bucksCC.config, {"id":null,"active":true,"userCurrency":"","selectedCurrencies":"[{\"USD\":\"US Dollar (USD)\"},{\"EUR\":\"Euro (EUR)\"},{\"GBP\":\"British Pound (GBP)\"},{\"JPY\":\"Japanese Yen (JPY)\"},{\"KRW\":\"South Korean Won (KRW)\"},{\"RUB\":\"Russian Ruble (RUB)\"},{\"TWD\":\"New Taiwan Dollar (TWD)\"}]","autoSwitchCurrencyLocationBased":true,"moneyWithCurrencyFormat":false,"autoSwitchOnlyToPreferredCurrency":false,"showCurrencyCodesOnly":true,"displayPositionType":"fixedPosition","displayPosition":"bottom_left","customPosition":"header .site-nav__icons","positionPlacement":"append","mobileDisplayPositionType":"fixedPosition","mobileDisplayPosition":"bottom_left","mobileCustomPosition":"header .site-nav__icons","mobilePositionPlacement":"append","showInDesktop":true,"showInMobileDevice":true,"showOriginalPriceOnMouseHover":false,"customOptionsPlacement":false,"optionsPlacementType":"left_upwards","customOptionsPlacementMobile":false,"optionsPlacementTypeMobile":"left_upwards","cartNotificationStatus":false,"cartNotificationMessage":"We process all orders in {STORE_CURRENCY} and you will be checkout using the most current exchange rates.","cartNotificationBackgroundColor":"rgba(251,245,245,1)","cartNotificationTextColor":"rgba(30,30,30,1)","roundingDecimal":0.99,"priceRoundingType":"none","defaultCurrencyRounding":false,"integrateWithOtherApps":true,"themeType":"default","backgroundColor":"rgba(255,255,255,1)","textColor":"rgba(30,30,30,1)","hoverColor":"rgba(255,255,255,1)","borderStyle":"noBorder","instantLoader":true,"darkMode":false,"flagStyle":"traditional","flagTheme":"rounded","flagDisplayOption":"showCurrencyOnly","trigger":"","watchUrls":"","expertSettings":"{\"css\":\"\"}"}, { money_format: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e", money_with_currency_format: "\u003cspan class=money\u003e${{amount}} USD\u003c\/span\u003e", userCurrency: "USD" }); window.bucksCC.config.multiCurrencies = [];  window.bucksCC.config.multiCurrencies = "USD".split(',') || ''; window.bucksCC.config.cartCurrency = "USD" || ''; self.fetch||(self.fetch=function(e,n){return n=n||{},new Promise(function(t,s){var r=new XMLHttpRequest,o=[],u=[],i={},a=function(){return{ok:2==(r.status/100|0),statusText:r.statusText,status:r.status,url:r.responseURL,text:function(){return Promise.resolve(r.responseText)},json:function(){return Promise.resolve(JSON.parse(r.responseText))},blob:function(){return Promise.resolve(new Blob([r.response]))},clone:a,headers:{keys:function(){return o},entries:function(){return u},get:function(e){return i[e.toLowerCase()]},has:function(e){return e.toLowerCase()in i}}}};for(var c in r.open(n.method||"get",e,!0),r.onload=function(){r.getAllResponseHeaders().replace(/^(.*?):[^S\n]*([sS]*?)$/gm,function(e,n,t){o.push(n=n.toLowerCase()),u.push([n,t]),i[n]=i[n]?i[n]+","+t:t}),t(a())},r.onerror=s,r.withCredentials="include"==n.credentials,n.headers)r.setRequestHeader(c,n.headers[c]);r.send(n.body||null)})});!function(){function t(t){const e=document.createElement("style");e.innerText=t,document.head.appendChild(e)}function e(t){const e=document.createElement("script");e.type="text/javascript",e.text=t,document.head.appendChild(e),console.log("%cBUCKSCC: Instant Loader Activated ⚡️","background: #1c64f6; color: #fff; font-size: 12px; font-weight:bold; padding: 5px 10px; border-radius: 3px")}t("span.money{color: transparent;}"),setTimeout(function(){t("span.money{color: inherit !important}")},1500);let n=sessionStorage.getItem("bucksccHash");(n=n?JSON.parse(n):null)?e(n):fetch("https://store.chuwi.com/apps/buckscc/sdk.min.js?shop=chuwistore.myshopify.com",{mode:"no-cors"}).then(function(t){return t.text()}).then(function(t){if((t||"").length>100){const o=JSON.stringify(t);sessionStorage.setItem("bucksccHash",o),n=t,e(t)}})}(); 
        </script>
    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/40109958.js"></script>
    <!-- End of HubSpot Embed Code -->

    <!-- Begin: Northbeam pixel -->
    <script>
      (function(){var r;(e=r=r||{}).A="identify",e.B="trackPageView",e.C="fireEmailCaptureEvent",e.D="fireCustomGoal",e.E="firePurchaseEvent";var e="//j.northbeam.io/ota-sp/162526ce-af25-4eae-a181-e1b05c80c8cf.js";function t(e){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];a.push({fnName:e,args:n})}var a=[],n=((n={_q:a})[r.A]=function(e,n){return t(r.A,e,n)},n[r.B]=function(){return t(r.B)},n[r.C]=function(e,n){return t(r.C,e,n)},n[r.D]=function(e,n){return t(r.D,e,n)},n[r.E]=function(e){return t(r.E,e)},window.Northbeam=n,document.createElement("script"));n.async=!0,n.src=e,document.head.appendChild(n);})()
    </script>
    <!-- End: Northbeam pixel -->

    <script src="https://store.chuwi.com/cdn/shop/t/20/assets/OneSignalSDKWorker.js" defer></script>
    <script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
    <script>
      window.OneSignalDeferred = window.OneSignalDeferred || [];
      OneSignalDeferred.push(function(OneSignal) {
        console.dir(OneSignal)
        // OneSignal.Debug.setLogLevel('trace');
        OneSignal.Debug.setLogLevel('warn');
        OneSignal.init({
          appId: "f8c3bd95-0be7-41dc-a0cc-583770c2fee6",
          serviceWorkerParam: { scope: "/cdn/shop/t/20/assets/js/" },
          serviceWorkerPath: "cdn/shop/t/20/assets/OneSignalSDKWorker.js?v="+new Date().getTime(),
        });
      });
    </script>
  <!-- BEGIN app block: shopify://apps/judge-me-product-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->
<link rel="dns-prefetch" href="https://cdn.judge.me">
<script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":false,"widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"https://store.chuwi.com/pages/reviews","all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"https://store.chuwi.com/pages/reviews","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"https://store.chuwi.com/pages/reviews","verified_count_badge_url":"https://store.chuwi.com/pages/reviews","picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","remove_microdata_snippet":true,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","all_reviews_page_load_more_text":"Load More Reviews","widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_rating_metafield_value_type":true,"widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","custom_forms_style":"vertical","how_reviews_are_collected":"How reviews are collected?","preview_badge_collection_page_install_preference":false,"preview_badge_product_page_install_preference":false,"review_widget_best_location":true,"platform":"shopify","branding_url":"https://judge.me/reviews/chuwistore.myshopify.com","branding_text":"Powered by Judge.me","locale":"en","reply_name":"CHUWI Global Store","widget_version":"2.1","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"can_be_branded":true};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'store.chuwi.com'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}
</style>

  
  
  
  <style class='jdgm-miracle-styles'>
  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}

</style>


  
  
   


<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"),
jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document);
</script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript>

<!-- BEGIN app snippet: theme_fix_tags --><script>
  (function() {
    var jdgmThemeFixes = null;
    if (!jdgmThemeFixes) return;
    var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
    if (!thisThemeFix) return;

    if (thisThemeFix.html) {
      document.addEventListener("DOMContentLoaded", function() {
        var htmlDiv = document.createElement('div');
        htmlDiv.classList.add('jdgm-theme-fix-html');
        htmlDiv.innerHTML = thisThemeFix.html;
        document.body.append(htmlDiv);
      });
    };

    if (thisThemeFix.css) {
      var styleTag = document.createElement('style');
      styleTag.classList.add('jdgm-theme-fix-style');
      styleTag.innerHTML = thisThemeFix.css;
      document.head.append(styleTag);
    };

    if (thisThemeFix.js) {
      var scriptTag = document.createElement('script');
      scriptTag.classList.add('jdgm-theme-fix-script');
      scriptTag.innerHTML = thisThemeFix.js;
      document.head.append(scriptTag);
    };
  })();
</script>
<!-- END app snippet -->
<!-- End of Judge.me Core -->




<!-- END app app block --><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: 11627626596,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};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 e(e,n,a,t,o,r,i){var s=null!==e,l=("function"==typeof BigInt&&BigInt.toString().indexOf("[native code]")?"modern":"legacy").substring(0,1),c=t.substring(0,1);if(s){window.Shopify=window.Shopify||{};var d=window.Shopify;d.analytics=d.analytics||{};var u=d.analytics;u.replayQueue=[],u.publish=function(e,n,a){u.replayQueue.push([e,n,a])};try{self.performance.mark("wpm:start")}catch(e){}}var p,f,y,h,v,m,w,g,b,_=[a,"/wpm","/",c,r,l,".js"].join("");f=(p={src:_,async:!0,onload:function(){if(e){var a=window.webPixelsManager.init(e);null==n||n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],o=e[2];a.publishCustomEvent(n,t,o)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor}},onerror:function(){var n=(null==e?void 0:e.storefrontBaseUrl)?e.storefrontBaseUrl.replace(/\/$/,""):self.location.origin,a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),t=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:o||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(_," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,t))return!0}catch(e){}var r=new XMLHttpRequest;try{return r.open("POST",a,!0),r.setRequestHeader("Content-Type","text/plain"),r.send(t),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}}).src,y=p.async,h=void 0===y||y,v=p.onload,m=p.onerror,w=document.createElement("script"),g=document.head,b=document.body,w.async=h,w.src=f,v&&w.addEventListener("load",v),m&&w.addEventListener("error",m),g?g.appendChild(w):b?b.appendChild(w):console.error("Did not find a head or body element to append the script")})({shopId: 11627626596,storefrontBaseUrl: "https://store.chuwi.com",cdnBaseUrl: "https://store.chuwi.com/cdn",surface: "storefront-renderer",enabledBetaFlags: ["web_pixels_async_pixel_refactor","web_pixels_manager_performance_improvement"],webPixelsConfigList: [{"id":"27132135","configuration":"{\"northbeamId\": \"162526ce_af25_4eae_a181_e1b05c80c8cf\", \"collectorDomain\": \"i.northbeam.io\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"fd7985de9a6e8272535732a27095a6b4","type":"APP","apiClientId":3188721},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0570","apiClientId":"shopify-pixel","type":"APP"},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0570","apiClientId":"shopify-pixel","type":"CUSTOM"}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"44367689384167","image":{"src":"\/\/store.chuwi.com\/cdn\/shop\/products\/3_459659de-2875-41f2-b508-4d4c0c34c17e.jpg?v=1660977338"},"price":{"amount":29.9,"currencyCode":"USD"},"product":{"id":"8093090578663","title":"HiPad X Keyboard | Magnetic Docking | CHUWI","untranslatedTitle":"HiPad X Keyboard | Magnetic Docking | CHUWI","url":"\/products\/hipad-x-keyboard","vendor":"Chuwi Global Store","type":"CHUWI Accessories"},"sku":"HPXK","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"44367689384167","image":{"src":"\/\/store.chuwi.com\/cdn\/shop\/products\/3_459659de-2875-41f2-b508-4d4c0c34c17e.jpg?v=1660977338"},"price":{"amount":29.9,"currencyCode":"USD"},"product":{"id":"8093090578663","title":"HiPad X Keyboard | Magnetic Docking | CHUWI","untranslatedTitle":"HiPad X Keyboard | Magnetic Docking | CHUWI","url":"\/products\/hipad-x-keyboard","vendor":"Chuwi Global Store","type":"CHUWI Accessories"},"sku":"HPXK","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://store.chuwi.com/cdn","browser","0.0.407","f25882c1w423ab3d2p8df04b18m261f6c04",["web_pixels_async_pixel_refactor","web_pixels_manager_performance_improvement"]);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'USD';
var meta = {"product":{"id":8093090578663,"gid":"gid:\/\/shopify\/Product\/8093090578663","vendor":"Chuwi Global Store","type":"CHUWI Accessories","variants":[{"id":44367689384167,"price":2990,"name":"HiPad X Keyboard | Magnetic Docking | CHUWI","public_title":null,"sku":"HPXK"}]},"page":{"pageType":"product","resourceType":"product","resourceId":8093090578663}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  
};
</script>
<script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti');


(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: 11627626596,
      theme_id: 136641315047,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//store.chuwi.com/cdn/s/trekkie.storefront.cdbb3ab87b2344fc90b72e01ec11aedeab3a9cf7.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = '//store.chuwi.com/cdn/s/trekkie.storefront.cdbb3ab87b2344fc90b72e01ec11aedeab3a9cf7.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//store.chuwi.com/cdn/s/trekkie.storefront.cdbb3ab87b2344fc90b72e01ec11aedeab3a9cf7.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":11627626596,"isMerchantRequest":null,"themeId":136641315047,"themeCityHash":"11336316081596823688","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-142411618-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["1095897860969125","286108600717848"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"286108600717848","source":"trekkie-storefront-renderer"}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

        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.getAttribute('action') || target.getAttribute('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++) {
          var action = document.forms[i].getAttribute('action');
          if(action && action.indexOf('/cart') >= 0) {
            addListener(document.forms[i], 'submit', decorate);
          }
        }
        for (var i=0; i < document.links.length; i++) {
          var href = document.links[i].getAttribute('href');
          if(href && href.indexOf('/checkout') >= 0) {
            addListener(document.links[i], 'click', decorate);
          }
        }
      });
    

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":8093090578663});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":44367689384167,"productId":8093090578663,"productGid":"gid:\/\/shopify\/Product\/8093090578663","name":"HiPad X Keyboard | Magnetic Docking | CHUWI","price":"29.90","sku":"HPXK","brand":"Chuwi Global Store","variant":null,"category":"CHUWI Accessories","nonInteraction":true});
      window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":44367689384167,"productId":8093090578663,"productGid":"gid:\/\/shopify\/Product\/8093090578663","name":"HiPad X Keyboard | Magnetic Docking | CHUWI","price":"29.90","sku":"HPXK","brand":"Chuwi Global Store","variant":null,"category":"CHUWI Accessories","nonInteraction":true,"referer":"https:\/\/store.chuwi.com\/products\/hipad-x-keyboard"});
      }
    });


        var eventsListenerScript = document.createElement('script');
        eventsListenerScript.async = true;
        eventsListenerScript.src = "//store.chuwi.com/cdn/shopifycloud/shopify/assets/shop_events_listener-a7c63dba65ccddc484f77541dc8ca437e60e1e9e297fe1c3faebf6523a0ede9b.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script class="boomerang">
(function () {
  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
    return;
  }
  window.BOOMR = window.BOOMR || {};
  window.BOOMR.snippetStart = new Date().getTime();
  window.BOOMR.snippetExecuted = true;
  window.BOOMR.snippetVersion = 12;
  window.BOOMR.application = "storefront-renderer";
  window.BOOMR.themeName = "Dawn";
  window.BOOMR.themeVersion = "9.0.0";
  window.BOOMR.shopId = 11627626596;
  window.BOOMR.themeId = 136641315047;
  window.BOOMR.renderRegion = "gcp-us-east1";
  window.BOOMR.url =
    "https://store.chuwi.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  var where = document.currentScript || document.getElementsByTagName("script")[0];
  var parentNode = where.parentNode;
  var promoted = false;
  var LOADER_TIMEOUT = 3000;
  function promote() {
    if (promoted) {
      return;
    }
    var script = document.createElement("script");
    script.id = "boomr-scr-as";
    script.src = window.BOOMR.url;
    script.async = true;
    parentNode.appendChild(script);
    promoted = true;
  }
  function iframeLoader(wasFallback) {
    promoted = true;
    var dom, bootstrap, iframe, iframeStyle;
    var doc = document;
    var win = window;
    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
    bootstrap = function(parent, scriptId) {
      var script = doc.createElement("script");
      script.id = scriptId || "boomr-if-as";
      script.src = window.BOOMR.url;
      BOOMR_lstart = new Date().getTime();
      parent = parent || doc.body;
      parent.appendChild(script);
    };
    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
      window.BOOMR.snippetMethod = "s";
      bootstrap(parentNode, "boomr-async");
      return;
    }
    iframe = document.createElement("IFRAME");
    iframe.src = "about:blank";
    iframe.title = "";
    iframe.role = "presentation";
    iframe.loading = "eager";
    iframeStyle = (iframe.frameElement || iframe).style;
    iframeStyle.width = 0;
    iframeStyle.height = 0;
    iframeStyle.border = 0;
    iframeStyle.display = "none";
    parentNode.appendChild(iframe);
    try {
      win = iframe.contentWindow;
      doc = win.document.open();
    } catch (e) {
      dom = document.domain;
      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
      win = iframe.contentWindow;
      doc = win.document.open();
    }
    if (dom) {
      doc._boomrl = function() {
        this.domain = dom;
        bootstrap();
      };
      doc.write("<body onload='document._boomrl();'>");
    } else {
      win._boomrl = function() {
        bootstrap();
      };
      if (win.addEventListener) {
        win.addEventListener("load", win._boomrl, false);
      } else if (win.attachEvent) {
        win.attachEvent("onload", win._boomrl);
      }
    }
    doc.close();
  }
  var link = document.createElement("link");
  if (link.relList &&
    typeof link.relList.supports === "function" &&
    link.relList.supports("preload") &&
    ("as" in link)) {
    window.BOOMR.snippetMethod = "p";
    link.href = window.BOOMR.url;
    link.rel = "preload";
    link.as = "script";
    link.addEventListener("load", promote);
    link.addEventListener("error", function() {
      iframeLoader(true);
    });
    setTimeout(function() {
      if (!promoted) {
        iframeLoader(true);
      }
    }, LOADER_TIMEOUT);
    BOOMR_lstart = new Date().getTime();
    parentNode.appendChild(link);
  } else {
    iframeLoader(false);
  }
  function boomerangSaveLoadTime(e) {
    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  }
  if (window.addEventListener) {
    window.addEventListener("load", boomerangSaveLoadTime, false);
  } else if (window.attachEvent) {
    window.attachEvent("onload", boomerangSaveLoadTime);
  }
  if (document.addEventListener) {
    document.addEventListener("onBoomerangLoaded", function(e) {
      e.detail.BOOMR.init({
        ResourceTiming: {
          enabled: true,
          trackedResourceTypes: ["script", "img", "css"]
        },
      });
      e.detail.BOOMR.t_end = new Date().getTime();
    });
  } else if (document.attachEvent) {
    document.attachEvent("onpropertychange", function(e) {
      if (!e) e=event;
      if (e.propertyName === "onBoomerangLoaded") {
        e.detail.BOOMR.init({
          ResourceTiming: {
            enabled: true,
            trackedResourceTypes: ["script", "img", "css"]
          },
        });
        e.detail.BOOMR.t_end = new Date().getTime();
      }
    });
  }
})();</script>
</head>

  <script type="text/javascript">
    (function(){

        var clientVars = {

            identifyEmail: "",

            hubspotutk: ""

        };

        var loadScript = function(url, callback){

            var script = document.createElement("script");

            script.type = "text/javascript";

            if (script.readyState){

                script.onreadystatechange = function(){

                if (script.readyState == "loaded" || script.readyState == "complete"){

                    script.onreadystatechange = null;

                    callback();

                }

                };

            } else {

                script.onload = function(){

                    callback();

                };

           }

           script.src = url;

           document.getElementsByTagName("head")[0].appendChild(script);

        };

        function getCookie(c_name) {

            var c_value = document.cookie;

            var c_start = c_value.indexOf(" " + c_name + "=");

            if (c_start == -1){

                c_start = c_value.indexOf(c_name + "=");

            }

            if (c_start == -1){

                c_value = null;

            } else {

                c_start = c_value.indexOf("=", c_start) + 1;

                var c_end = c_value.indexOf(";", c_start);

                if (c_end == -1){

                    c_end = c_value.length;

                }

                c_value = unescape(c_value.substring(c_start,c_end));

            }

            return c_value;

        }

        var hubspotIdentifyVisitor = function() {

            if(clientVars["hubspotutk"] !== "" && clientVars["identifyEmail"] !== "" && clientVars["identifyEmail"] !== 'undefined') {

                var _hsq = window._hsq = window._hsq || [];

                _hsq.push(['identify', {

                    email: clientVars["identifyEmail"]

                }]);

                _hsq.push(['trackPageView']);

            }

        }

        var unificMain = function($){

            var hubspotutk_cookiename = 'hubspotutk';

            var hubspotutk = null;

            hubspotutk = getCookie(hubspotutk_cookiename);

            if(hubspotutk !== ""){

                clientVars["hubspotutk"] = hubspotutk;

            }else{

                delete clientVars["hubspotutk"];

            }



            $(document).on("submit", "#customer_login" , function() {

                var emailInputFieldNameValue = $("#CustomerEmail").val();

                clientVars["identifyEmail"] = emailInputFieldNameValue;

                hubspotIdentifyVisitor();

            });

            $(document).on("submit", "#create_customer" , function() {

                var emailInputFieldNameValue = $("#Email").val();

                clientVars["identifyEmail"] = emailInputFieldNameValue;

                hubspotIdentifyVisitor();

            });

        };



        if ((typeof jQuery === 'undefined') || (parseFloat(jQuery.fn.jquery) < 1.7)) {

          loadScript('//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', function(){

            jQuery1111 = jQuery.noConflict(true);

            unificMain(jQuery1111);

          });

        } else {

          unificMain(jQuery);

        }

    })();
  </script>

  <body
    class="template-product"
    data-center-text="true"
    data-button_style="square"
    data-type_header_capitalize="false"
    data-type_headers_align_text="true"
    data-type_product_capitalize="true"
    data-swatch_style="round"
    
  >
    <!-- Google Tag Manager (noscript) -->
    <noscript
      ><iframe
        src="https://www.googletagmanager.com/ns.html?id=GTM-TM5D9BC"
        height="0"
        width="0"
        style="display:none;visibility:hidden"
      ></iframe
    ></noscript>
    <!-- End Google Tag Manager (noscript) -->
    <a class="in-page-link visually-hidden skip-link" href="#MainContent">Skip to content</a>

    <script>
      // $(function() {
      //   let bodyClass = $('body').attr('class')
      //   console.log(bodyClass)
      //   if(bodyClass === 'template-index') {
      //     $('#ActivityBar-header').show()
      //     $('#shopify-section-activity-bar').hide()
      //   } else {
      //     $('#ActivityBar-header').hide()
      //     $('#shopify-section-activity-bar').show()
      //     $('#StickyHeaderWrap').css('height', '35px')
      //     $('.template-collection .collection-filter').css('top', '80px')
      //   }
      // })
    </script>
    <div id="PageContainer" class="page-container">
      <div class="transition-body"><div id="shopify-section-activity-bar" class="shopify-section">
<script>
  
</script>

<script>

</script>






</div><div id="shopify-section-header" class="shopify-section">
<style data-shopify>
  @media screen and (max-width: 768px) {
    #Linklist-collections-laptop1 .collapsible-content__inner ul.mobile-nav__sublist li:first-of-type, #Linklist-collections-laptop1 .collapsible-content__inner ul.mobile-nav__sublist li:last-of-type {
      display: block;
    }
    .collapsible-trigger {
      padding: 0;
    }
    .site-header__logo-link {
      margin: 0;
    }
    .mobile-nav__sublist .mobile-nav__link {
      text-align: left;
      text-shadow: 0.05px 0.05px #000;
    }
    #Linklist-collections-laptop1 .collapsible-content__inner ul.mobile-nav__sublist li a.mobile-nav__link,
    #Linklist-collections-tablet2 .collapsible-content__inner ul.mobile-nav__sublist li a.mobile-nav__link,
    #Linklist-collections-mini-pc3 .collapsible-content__inner ul.mobile-nav__sublist li a.mobile-nav__link {
      text-align: center;
    }
    #Linklist-collections-laptop1 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(n),
    #Linklist-collections-tablet2 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(n),
    #Linklist-collections-mini-pc3 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(n){
      width: 47%;
      margin: 1% 1% 1% 2%;
      border-radius: 2px;
      background: #f3f2f2;
    }
    #Linklist-collections-laptop1 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(2n),
    #Linklist-collections-tablet2 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(2n),
    #Linklist-collections-mini-pc3 .collapsible-content__inner ul.mobile-nav__sublist li:nth-child(2n){
      margin: 1% 2% 1% 1%;
    }
    li.mobile-nav__item.mobile-nav__item--secondary {
      display: none;
    }
    li.mobile-nav__item .mobile-nav__child-item a.mobile-nav__link {
      position: relative;
    }
    li.mobile-nav__item .mobile-nav__child-item a.mobile-nav__link::after,a.sublink-more-link--wrapper::after {
      content: '';
      position: absolute;
      right: 1rem;
      top: 50%;
      width: 12px;
      height: 20px;
      background: #000;
      transform: translateY(-50%);
      clip-path: polygon(30% 30%, 80% 50%, 30% 70%, 30% 60%, 70% 50%, 30% 40%);
    }
    li.mobile-nav__item .mobile-nav__child-item a.mobile-nav-product__link::after {
      display: none;
    }
    a.sublink-more-link--wrapper {
      text-align: right;
      font-weight: 500;
      position: relative;
      right: 1rem;
    }
    a.Explore_links.sublink-more-link--wrapper::after {
      right: 0.4rem;
    }
    .mobile-nav__social li.mobile-nav__social-item {
      flex: 0 1 3.5rem;
      border: none;
    }
    .mobile-nav__social li.mobile-nav__social-item a {
      padding: 12px 0;
      width: 45px;
      height: 45px;
      display: grid;
      place-content: center;
      place-items: center;
      border: 2px solid #434547;
      border-radius: 50%;
      box-shadow: 18px 18px 30px rgb(0 0 0 / 10%), -18px -18px 30px rgb(255 255 255);
    }
    .mobile-nav__social li.mobile-nav__social-item a:hover {
      box-shadow: 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px rgb(255 255 255 / 80%), inset 18px 18px 30px rgb(0 0 0 / 10%), inset -18px -18px 30px rgb(255 255 255);
      transition: box-shadow .2s ease-out;
    }
  }
</style>

<script>
  $(function() {
    $('.drawer-search-container #SearchClear').click(() => {
      $('.drawer-search-container input.site-header__search-input').val('')
    })
  })
  
</script>
<div id="NavDrawer" class="drawer drawer--right">
  <div class="drawer__contents">
    <div class="drawer__fixed-header">
      <div class="drawer__header appear-animation appear-delay-1">
        <div class="h2 drawer__title"><style data-shopify>.header-item--logo,
    .header-layout--left-center .header-item--logo,
    .header-layout--left-center .header-item--icons {
      -webkit-box-flex: 0 1 100px;
      -ms-flex: 0 1 100px;
      flex: 0 1 100px;
    }

    @media only screen and (min-width: 769px) {
      .header-item--logo,
      .header-layout--left-center .header-item--logo,
      .header-layout--left-center .header-item--icons {
        -webkit-box-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
      }
    }

    .site-header__logo a {
      width: 100px;
    }
    .is-light .site-header__logo .logo--inverted {
      width: 100px;
    }
    @media only screen and (min-width: 769px) {
      .site-header__logo a {
        width: 130px;
      }

      .is-light .site-header__logo .logo--inverted {
        width: 130px;
      }
    }</style><div class="h1 site-header__logo" itemscope itemtype="http://schema.org/Organization" >
      <a
        href="/"
        itemprop="url"
        class="site-header__logo-link logo--has-inverted"
        style="padding-top: 3.1055900621118013%">
        <img
          class="small--hide"
          src="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394"
          srcset="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_130x@2x.svg?v=1682064394 2x"
          alt="CHUWI Global Store"
          itemprop="logo">
        <img
          class="medium-up--hide"
          src="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394"
          srcset="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_100x@2x.svg?v=1682064394 2x"
          alt="CHUWI Global Store">
      </a><a
          href="/"
          itemprop="url"
          class="site-header__logo-link logo--inverted"
          style="padding-top: 3.1055900621118013%">
          <img
            class="small--hide"
            src="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394"
            srcset="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_130x@2x.svg?v=1682064394 2x"
            alt="CHUWI Global Store"
            itemprop="logo">
          <img
            class="medium-up--hide"
            src="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394"
            srcset="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_100x@2x.svg?v=1682064394 2x"
            alt="CHUWI Global Store">
        </a></div></div>
        <div class="drawer__close">
          <button type="button" class="drawer__close-button js-drawer-close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
            <span class="icon__fallback-text">Close menu</span>
          </button>
        </div>
      </div>
    </div>
    <!-- Start Drawer Search -->
    <style data-shopify>
      .drawer-search-container {
        display: flex;
        margin: 0.5rem;
        box-shadow: 0 0 5px #ccc inset;
        border-radius: 20px;
      }
      .drawer-search-container #SearchClear svg {
        background: #ccc;
        color: #fff;
        border-radius: 50%;
      }
      .drawer-search-container button.site-header__search-btn--submit {
        color: #fff;
        border-radius: 0 20px 20px 0;
        background: var(--colorBtnPrimary)
      }
       .collapsible-trigger.collapsible--auto-height .mobile-nav__faux-link::after {
        content: attr(data-tag);
        position: absolute;
        /* right: 0; */
        top: 0;
        transform: translate(-10%, 20%) scale(0.6);
        color: var(--colorBtnPrimary);
        font-style: italic;
      }
      .mobile-nav__sublist .mobile-nav__item .mobile-nav__child-item {
        position: relative;
      }
      .mobile-nav__sublist .mobile-nav__item .mobile-nav__child-item .mobile-nav-product__link::before {
        content: attr(data-tag);
        position: absolute;
        right: 0;
        top: 0;
/*         transform: translate(0%, 0%) scale(0.6); */
        color: var(--colorBtnPrimary);
        font-style: italic;
      }
    </style>
<div class="drawer-search-container appear-animation appear-delay-1" >
        <form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form">
          <input type="search" name="q" value=""
             placeholder="Search our store" class="site-header__search-input"
             aria-label="Search our store">
          <input type="hidden" name="type" value="product,article,page,collection">
          <input type="hidden" name="options[prefix]" value="last">
          <button type="button" id="SearchClear" class="text-link site-header__search-btn" >
           <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
              <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74" />
           </svg>
           <span class="icon__fallback-text">"Close (esc)"</span>
         </button>
          <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
              <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42" />
            </svg>
            <span class="icon__fallback-text">Search</span>
          </button>
        </form>
      </div><!-- End Drawer Search -->
    <div class="drawer__scrollable">
      <ul class="mobile-nav" role="navigation" aria-label="Primary"><li class="mobile-nav__item appear-animation appear-delay-2"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-collections-laptop1"
                      aria-labelledby="Label-collections-laptop1"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-collections-laptop1"
                        
                         data-tag=""
                        >
                    Laptop
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-collections-laptop1"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                        <a href="/collections/laptop" class="Explore_links sublink-more-link--wrapper">Explore All</a>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/minibook-x-2024"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-minibook-x-20242"
                              
                               
                                   data-tag=""
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/MinibookX_3_1cffcd68-dbff-4a4a-86a2-a76c5f0f7880_240x.jpg?v=1701343375" alt="MiniBook X N100 10.51&quot; Grey | Pink" />
                              
                              
                              MiniBook X 2023
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/gemibook-xpro"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-gemibook-xpro3"
                              
                               
                                   data-tag=""
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/products/GemiBookXPro_PNG_240x.png?v=1682061967" alt="GemiBook XPro intel 12th N100 14.1&quot;" />
                              
                              
                              GemiBook XPro
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/corebook-x-i5-1235u"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-corebook-x-i5-1235u4"
                              
                               
                                   data-tag=""
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/CoreBookX-PNG_5fcbcfc4-51fd-4f18-8d2b-fcdbb0c16b26_240x.png?v=1682653876" alt="CoreBook X 14 inch i5-1235U/I3-1215U" />
                              
                              
                              CoreBook X
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/chuwi-freebook"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-chuwi-freebook5"
                              
                               
                              >
                              
<img src="//store.chuwi.com/cdn/shop/products/FeeBook-PNG_240x.png?v=1682231959" alt="FreeBook 360° 13.5&#39;&#39; Touch Screen" />
                              
                              
                              FreeBook N5100
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/freebook-n100"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-freebook-n1006"
                              
                               
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/FreeboolN1001_240x.jpg?v=1701316541" alt="FreeBook 360° 13.5 inch 2K Touch Screen Intel N100 / i3-1215U" />
                              
                              
                              FreeBook N100
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item appear-animation appear-delay-3"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-collections-tablet2"
                      aria-labelledby="Label-collections-tablet2"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-collections-tablet2"
                        
                         data-tag="New"
                        >
                    Tablet PC
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-collections-tablet2"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                        <a href="/collections/tablet" class="Explore_links sublink-more-link--wrapper">Explore All</a>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/chuwi-ubook-x-1"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-chuwi-ubook-x-12"
                              
                               
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/UBook-X-PNG_e70fc464-7a70-4b14-a0cb-eb0b0a3eb79a_240x.png?v=1699695457" alt="(Restocking in progress)UBook X 12&quot; Intel i5-10210Y" />
                              
                              
                              UBook X 2023
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/hi10-xpro"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-hi10-xpro3"
                              
                               
                                   data-tag="New"
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/Hi10XPro-PNG_240x.png?v=1689929132" alt="Hi10 XPro Android 13 4G LTE" />
                              
                              
                              Hi10 XPro
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item appear-animation appear-delay-4"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-collections-mini-pc3"
                      aria-labelledby="Label-collections-mini-pc3"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-collections-mini-pc3"
                        
                         data-tag="New"
                        >
                    Mini PC
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-collections-mini-pc3"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                        <a href="/collections/mini-pc" class="Explore_links sublink-more-link--wrapper">Explore All</a>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/larkbox-x-2023"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-larkbox-x-20232"
                              
                               
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/LarkBox-X_x_240x.png?v=1686298702" alt="LarkBox X 2023 Intel N100" />
                              
                              
                              LarkBox X 2023
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/corebox-4th"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-corebox-4th3"
                              
                               
                                   data-tag="New"
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/products/CoreBox-4th_PNG_240x.png?v=1684219983" alt="CoreBox 4th intel Core i3/i5  Processor" />
                              
                              
                              CoreBox 4th
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/herobox-2023"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-herobox-20234"
                              
                               
                                   data-tag="New"
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/HerBox_240x.png?v=1692783523" alt="HeroBox 2023 N100" />
                              
                              
                              HeroBox
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/products/corebox-5th"
                              class="notranslate mobile-nav__link mobile-nav-product__link "
                              id="Sublabel-products-corebox-5th5"
                              
                               
                                   data-tag="New"
                                  
                                
                              >
                              
<img src="//store.chuwi.com/cdn/shop/files/corebox5th20235_240x.png?v=1694671440" alt="Corebox 5th Intel Core 13500H Processor" />
                              
                              
                              CoreBox 5th
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item appear-animation appear-delay-5"><a href="/collections/accessories" class="mobile-nav__link mobile-nav__link--top-level">Accessories</a></li><li class="mobile-nav__item appear-animation appear-delay-6"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-collections-all-products5"
                      aria-labelledby="Label-collections-all-products5"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-collections-all-products5"
                        
                         data-tag=""
                        >
                    Featured
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-collections-all-products5"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/collections/new-arrivals"
                              class="notranslate mobile-nav__link  mobile-nav-collection__link"
                              id="Sublabel-collections-new-arrivals1"
                              
                              >
                              
                              
                              New Arrival
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/collections/best-sellers"
                              class="notranslate mobile-nav__link  mobile-nav-collection__link"
                              id="Sublabel-collections-best-sellers2"
                              
                              >
                              
                              
                              Best Sellers
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item appear-animation appear-delay-7"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-pages-support-center6"
                      aria-labelledby="Label-pages-support-center6"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-pages-support-center6"
                        
                         data-tag=""
                        >
                    Support
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-pages-support-center6"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/support-center"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-support-center1"
                              
                              >
                              
                              
                              Support Center
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/track-status"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-track-status2"
                              
                              >
                              
                              
                              Order Tracking
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/support-user-guide"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-support-user-guide3"
                              
                              >
                              
                              
                              User Manual
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/support-faqs"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-support-faqs4"
                              
                              >
                              
                              
                              FAQs
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/policy-warranty-center"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-policy-warranty-center5"
                              
                              >
                              
                              
                              Return &amp; Warranty Policy
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/shipping-policy"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-shipping-policy6"
                              
                              >
                              
                              
                              Shipping &amp; Delivery
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/about-klarna"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-about-klarna7"
                              
                              >
                              
                              
                              About Klarna
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item appear-animation appear-delay-8"><div class="mobile-nav__has-sublist"><button type="button"
                      aria-controls="Linklist-pages-about-us7"
                      aria-labelledby="Label-pages-about-us7"
                      class="collapsible-trigger collapsible--auto-height">
                   <span style="text-align: left;"
                        class="mobile-nav__faux-link mobile-nav__link--top-level"
                        id="Label-pages-about-us7"
                        
                         data-tag=""
                        >
                    About Us
                  </span>
                  <div class="mobile-nav__toggle"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</div>
                    </button></div><div id="Linklist-pages-about-us7"
                class="mobile-nav__sublist collapsible-content collapsible-content--all"
                >
                <div class="collapsible-content__inner">
                  <ul class="mobile-nav__sublist">
                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/about-us"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-about-us1"
                              
                              >
                              
                              
                              Brand Story
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="https://blog.chuwi.com/"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-https-blog-chuwi-com2"
                              
                              >
                              
                              
                              Blog
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/video-center"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-video-center3"
                              
                              >
                              
                              
                              Video Center
                            </a></div></li>
                      

                      <li class="mobile-nav__item">
                        <div class="mobile-nav__child-item"><a href="/pages/contact-us"
                              class="notranslate mobile-nav__link  "
                              id="Sublabel-pages-contact-us4"
                              
                              >
                              
                              
                              Contact Us
                            </a></div></li>
                      
</ul>
                </div>
              </div></li><li class="mobile-nav__item mobile-nav__item--secondary">
            <div class="grid"><div class="grid__item one-half appear-animation appear-delay-9">
                  <a href="/account" class="mobile-nav__link">Log in
</a>
                </div></div>
          </li></ul><ul class="mobile-nav__social appear-animation appear-delay-10"><li class="mobile-nav__social-item">
            <a target="_blank" rel="noopener" href="https://www.instagram.com/ChuwiGlobal/" title="CHUWI Global Store on Instagram">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 32 32"><path fill="#444" d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z"/><path fill="#444" d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z"/></svg>
              <span class="icon__fallback-text">Instagram</span>
            </a>
          </li><li class="mobile-nav__social-item">
            <a target="_blank" rel="noopener" href="https://www.facebook.com/chuwidotcom" title="CHUWI Global Store on Facebook">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 14222 14222"><path d="M14222 7112c0 3549.352-2600.418 6491.344-6000 7024.72V9168h1657l315-2056H8222V5778c0-562 275-1111 1159-1111h897V2917s-814-139-1592-139c-1624 0-2686 984-2686 2767v1567H4194v2056h1806v4968.72C2600.418 13603.344 0 10661.352 0 7112 0 3184.703 3183.703 1 7111 1s7111 3183.703 7111 7111zm-8222 7025c362 57 733 86 1111 86-377.945 0-749.003-29.485-1111-86.28zm2222 0v-.28a7107.458 7107.458 0 0 1-167.717 24.267A7407.158 7407.158 0 0 0 8222 14137zm-167.717 23.987C7745.664 14201.89 7430.797 14223 7111 14223c319.843 0 634.675-21.479 943.283-62.013z"/></svg>
              <span class="icon__fallback-text">Facebook</span>
            </a>
          </li><li class="mobile-nav__social-item">
            <a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCYoQwz32LF8hd5HfYYTK8rA" title="CHUWI Global Store on YouTube">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 21 20"><path fill="#444" d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z"/></svg>
              <span class="icon__fallback-text">YouTube</span>
            </a>
          </li><li class="mobile-nav__social-item">
            <a target="_blank" rel="noopener" href="https://twitter.com/chuwidotcom" title="CHUWI Global Store on Twitter">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" viewBox="0 0 32 32"><path fill="#444" d="M31.281 6.733q-1.304 1.924-3.13 3.26 0 .13.033.408t.033.408q0 2.543-.75 5.086t-2.282 4.858-3.635 4.108-5.053 2.869-6.341 1.076q-5.282 0-9.65-2.836.913.065 1.5.065 4.401 0 7.857-2.673-2.054-.033-3.668-1.255t-2.266-3.146q.554.13 1.206.13.88 0 1.663-.261-2.184-.456-3.619-2.184t-1.435-3.977v-.065q1.239.652 2.836.717-1.271-.848-2.021-2.233t-.75-2.983q0-1.63.815-3.195 2.38 2.967 5.754 4.678t7.319 1.907q-.228-.815-.228-1.434 0-2.608 1.858-4.45t4.532-1.842q1.304 0 2.51.522t2.054 1.467q2.152-.424 4.01-1.532-.685 2.217-2.771 3.488 1.989-.261 3.619-.978z"/></svg>
              <span class="icon__fallback-text">Twitter</span>
            </a>
          </li><li class="mobile-nav__social-item">
            <a target="_blank" rel="noopener" href="https://www.tiktok.com/@chuwi.official" title="CHUWI Global Store on TickTok">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-tiktok" viewBox="0 0 2859 3333"><path d="M2081 0c55 473 319 755 778 785v532c-266 26-499-61-770-225v995c0 1264-1378 1659-1932 753-356-583-138-1606 1004-1647v561c-87 14-180 36-265 65-254 86-398 247-358 531 77 544 1075 705 992-358V1h551z"/></svg>
              <span class="icon__fallback-text">TikTok</span>
            </a>
          </li></ul>
                
      
      

      
      
      <style data-shopify>
        #NavDrawer .drawer-custom-current-language-currency-item {
          position: relative;
        }
        #NavDrawer .custom-language-currency-brand {
          z-index: 1099;
          position: relative;
          top: 0;
        }
        #NavDrawer .gt_container--6y14nx .gt_switcher .gt_option {position: relative;}
        #NavDrawer .gt_container--6y14nx .gt_switcher .gt_selected a ,#NavDrawer .gt_container--6y14nx .gt_switcher .gt_option{width: 100%;box-sizing: border-box;}
        #NavDrawer .hxoSelectTheme.hxo-mobile_relative {width: 100%;box-sizing: border-box;margin-left: 0!important;}
        #NavDrawer .buckscc-currency-box {padding: 0.3rem 0;border: 1px solid #ccc;}
      </style>
      <div class="custom-current-language-currency-item drawer-custom-current-language-currency-item appear-animation appear-delay-12">
      <a href="#" class="custom-current-language-currency-item" data-link="https://store.chuwi.com" >
        <span class="google-translate-selected notranslate">English</span>/
        <span class="bucks-selected notranslate">USD</span>
      </a> 
      <div class="custom-language-currency-brand">
        <div class="custom-language-select-label">Language:</div>
          <div class="custom-language-select--wrapper"></div>
        <div class="custom-currency-select-label">Currency:</div>
        <div class='buckscc-currency-box notranslate'></div> 
      </div>
      </div>
    
    </div>
  </div>
</div><div id="CartDrawer" class="drawer drawer--right">
    <form id="CartDrawerForm" action="/cart" method="post" novalidate class="drawer__contents">
      <div class="drawer__fixed-header">
        <div class="drawer__header appear-animation appear-delay-1">
          <div class="h2 drawer__title">Your Cart</div>
          <div class="drawer__close">
            <button type="button" class="drawer__close-button js-drawer-close">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
              <span class="icon__fallback-text">Close cart</span>
            </button>
          </div>
        </div>
      </div>

      <div class="drawer__inner">
        <div class="drawer__scrollable">
          <div data-products class="appear-animation appear-delay-2"></div>

          
        </div>

        <div class="drawer__footer appear-animation appear-delay-4">
          <div data-discounts>
            
          </div>

          <div class="cart__item-sub cart__item-row">
            <div class="ajaxcart__subtotal">Subtotal</div>
            <div data-subtotal><span class=money>$0.00</span></div>
          </div>

          <div class="cart__item-row text-center">
            <small>
              Shipping, taxes, and discount codes calculated at checkout.<br />
            </small>
          </div>

          

          <div class="cart__checkout-wrapper">
            <style data-shopify>
              #CartDrawer .cart__checkout-wrapper .cart__shopping-continue-btn {
                padding: 11px 20px;
                border-radius: 10px;
                background: #ababab;
              }
              #CartDrawer .cart__checkout-wrapper .cart__shopping-continue-btn a {
                display: inline-block;
                width: 100%;
                text-align: center;
                color: var(--colorBtnPrimaryText);
              }
            </style>
            <p class="cart__shopping-continue-btn"><a href='/'>Continue shopping</a></p>
            <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout">
              Check out
            </button>

            
          </div>
        </div>
      </div>

      <div class="drawer__cart-empty appear-animation appear-delay-2 empty_info">
        <div class="drawer__scrollable">
          Your cart is currently empty.
          
          <p><a href='/'>Continue shopping</a></p>
        </div>
      </div>
    </form>
  </div><style>
  .site-nav__link,
  .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 14px;
  }
  .gt_container--6y14nx .gt_switcher {width: unset;}
  .gt_container--6y14nx .gt_switcher .gt_selected {
    background: rgba(255, 255, 255, 0.4);
  }
  .gt_container--6y14nx .gt_switcher .gt_selected a {
    width: 8rem;
  }
  .gt_container--6y14nx .gt_switcher .gt_option {
    position: absolute; 
  }
  

  

  
.site-header {
      box-shadow: 0 0 1px rgba(0,0,0,0.2);
    }

    .toolbar + .header-sticky-wrapper .site-header {
      border-top: 0;
    }</style>
  
  
  
<script src="//store.chuwi.com/cdn/shop/t/20/assets/gsap.min.js?v=160264556636326367021680850005"></script>
<script>
  
  $(function() {
    let toobar_offsetTop = parseInt($('#SiteHeader').css('top')), isCollapse = true;
    // console.log($('#SiteHeader').css('top'), toobar_offsetTop)
    var scrollToHideFunc = function(e) {
      if(window.scrollY) {
        $('#shopify-section-header .toolbar').css('z-index', '8')
        isCollapse && gsap.fromTo("#SiteHeader", {y: 0 * -1}, {y: toobar_offsetTop * -1}).then(() => {
          isCollapse = false
        })
      }else {
        !isCollapse && gsap.fromTo("#SiteHeader", {y: toobar_offsetTop * -1}, {y: 0}).then(() => {
          isCollapse = true
          $('#shopify-section-header .toolbar').css('z-index', '999')
        })
      }
    }
    // 当鼠标滚轮向上滚动时
    var wheelUp = function () {
      // console.log("鼠标滚轮向上滚动");
      !isCollapse && gsap.fromTo("#SiteHeader", {y: toobar_offsetTop * -1}, {y: 0}).then(() => {
        
          let filter_offsetTop = $('.filter-sec').css('top');
          $('.filter-sec').css('top', '75px')
        
        isCollapse = true
        $('#shopify-section-header .toolbar').css('z-index', '999')
      });
    }
    // 当鼠标滚轮向下滚动时
    var wheelDown = function () {
      // console.log("鼠标滚轮向下滚动");
      $('#shopify-section-header .toolbar').css('z-index', '8')
      isCollapse && gsap.fromTo("#SiteHeader", {y: 0 * -1}, {y: toobar_offsetTop * -1}).then(() => {
        
          let filter_offsetTop = parseInt($('.filter-sec').css('top'));
          $('.filter-sec').css('top', '42px')
        
        isCollapse = false
      });
    }
    var scrollFunc = function(e) {
      var e = e || window.event;
      if(e.wheelDelta) {
        if(e.wheelDelta > 0) {     //当鼠标滚轮向上滚动时
          wheelUp()
        }
        if(e.wheelDelta < 0) {     //当鼠标滚轮向下滚动时
          wheelDown()
        }
      } else if(e.detail) {
        if(e.detail < 0) {   //当鼠标滚轮向上滚动时
          wheelUp()
        }
        if(e.detail > 0) {   //当鼠标滚轮向下滚动时
          wheelDown()
        }
      }
    }
    if(window.matchMedia('(min-width: 768px)').matches) {
      // 给页面绑定鼠标滚轮事件,针对火狐的非标准事件 
      window.addEventListener("DOMMouseScroll", scrollFunc)
      // 给页面绑定鼠标滚轮事件，针对IE和Google
      window.addEventListener("wheel", scrollFunc)
      $(window).off('scroll', scrollToHideFunc);
    } else {
      window.removeEventListener("DOMMouseScroll", scrollFunc)
      window.removeEventListener("wheel", scrollFunc)
      $(window).on('scroll', scrollToHideFunc);
    }
  })
  
</script>
<div data-section-id="header" data-section-type="header">
<script>
  // window.addEventListener('scroll', () => {
  //   let scrollTop = document.documentElement.scrollTop;
  //   if(scrollTop) {
  //     $('.toolbar.toolbar--transparent.small--hide').addClass('light_bg')
  //   }else {
  //     $('.toolbar.toolbar--transparent.small--hide').removeClass('light_bg')
  //   }
  // })
</script>
<style data-shopify>
  @property --scroll-length {
    syntax: '< length >';
    inherits: false;
    initial-value: -70px;
  }
  @keyframes ad-scroll-4 {
    0% {
      transform: translate3d(0, 0px, 0);
    }
    25% {
      transform: translate3d(0, -35px, 0);
    }
    50% {
      transform: translate3d(0, -70px, 0);
    }
    75% {
      transform: translate3d(0, -105px, 0);
    }
    100% {
      transform: translate3d(0, -140px, 0);
    }
  }
  @keyframes ad-scroll-3 {
    0% {
      transform: translate3d(0, 0px, 0);
    }
    33% {
      transform: translate3d(0, -35px, 0);
    }
    66% {
      transform: translate3d(0, -70px, 0);
    }
    100% {
      transform: translate3d(0, -105px, 0);
    }
  }
  @keyframes ad-scroll-2 {
    0% {
      transform: translate3d(0, 0px, 0);
    }
    50% {
      transform: translate3d(0, -35px, 0);
    }
    100% {
      transform: translate3d(0, -70px, 0);
    }
  }
  .content-space-between {
    justify-content: center;
  }
  .toolbar__item.toolbar__title a {
    color: #434547;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 0px;
  }
  .toolbar__item.toolbar__title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration 0.1s ease, text-underline-offset 0.3s linear;
  }
  .toolbar__item.toolbar__ad-list {
    max-height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align:center;
  }
  ul.block-list.toolbar__ad-list {
    transform: translate3d(0, var(--scroll-length), 0);
    margin: 0;
    
    
    animation: ad-scroll-2 3s ease 0s infinite ;
  }
  ul.block-list.toolbar__ad-list li {
    margin: 0;
  }
  ul.block-list.toolbar__ad-list li a .ad-item--hignlight-text {
    color: #ec6521;
    font-weight: 600;
    width: unset;
  }
</style>
<script src="//store.chuwi.com/cdn/shop/t/20/assets/gsap.min.js?v=160264556636326367021680850005"></script>
<script>
  // var ad_interval_id = setInterval(() => {
  //   gsap.fromTo("ul.block-list.toolbar__ad-list", {y: 0, duration: 1}, {y: -35, duration: 2, delay: 1});
  //   gsap.fromTo("ul.block-list.toolbar__ad-list", {y: -35, duration: 1}, {y: -70, duration: 2, delay: 4}).then(() => {
  //     $("ul.block-list.toolbar__ad-list").css('transform', 'translate3d(0, 0, 0)')
  //   })
  //   // gsap.fromTo("ul.block-list.toolbar__ad-list", {y: -70, duration: 1}, {y: -105, duration: 1, delay: 5}).then(() => {
  //   //   $("ul.block-list.toolbar__ad-list").css('transform', 'translate3d(0, 0, 0)')
  //   // })
  // }, 6000)
</script>

<div
  class="toolbar"
  data-sticky="true"
  data-overlay="false"
>
  <div class="page-width">
    <div class="toolbar__content ">
      

      
        <style data-shopify>
          @media screen and (max-width: 768px) {
            .template-index .main-content {top: 80px !important;}
          }
        </style>
        <div class="toolbar__item toolbar__ad-list">
          <ul class="block-list toolbar__ad-list"><li class="ad-list-0">
                <a href="/products/minibook-x-2024">
                  📢 Minibook X pink new product on sale
                </a>
              </li><li class="ad-list-1">
                <a href="/collections/all">
                  🚀 Support Shipping to the UK
                </a>
              </li>
            <li class="ad-list-2">
              <a href="/products/minibook-x-2024">
                📢 Minibook X pink new product on sale
              </a>
            </li>
          </ul>
        </div>
      
</div>
  </div>
</div>
<div class="header-sticky-wrapper">
    <div id="HeaderWrapper" class="header-wrapper"><header
        id="SiteHeader"
        class="site-header   append-toolbar--header "
        data-sticky="true"
        data-overlay="false" >
        
        <div class="page-width">
          <div
            class="header-layout header-layout--left"
            data-logo-align="left"><div class="header-item header-item--logo"><style data-shopify>.header-item--logo,
    .header-layout--left-center .header-item--logo,
    .header-layout--left-center .header-item--icons {
      -webkit-box-flex: 0 1 100px;
      -ms-flex: 0 1 100px;
      flex: 0 1 100px;
    }

    @media only screen and (min-width: 769px) {
      .header-item--logo,
      .header-layout--left-center .header-item--logo,
      .header-layout--left-center .header-item--icons {
        -webkit-box-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
      }
    }

    .site-header__logo a {
      width: 100px;
    }
    .is-light .site-header__logo .logo--inverted {
      width: 100px;
    }
    @media only screen and (min-width: 769px) {
      .site-header__logo a {
        width: 130px;
      }

      .is-light .site-header__logo .logo--inverted {
        width: 130px;
      }
    }</style><div class="h1 site-header__logo" itemscope itemtype="http://schema.org/Organization" >
      <a
        href="/"
        itemprop="url"
        class="site-header__logo-link logo--has-inverted"
        style="padding-top: 3.1055900621118013%">
        <img
          class="small--hide"
          src="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394"
          srcset="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_130x@2x.svg?v=1682064394 2x"
          alt="CHUWI Global Store"
          itemprop="logo">
        <img
          class="medium-up--hide"
          src="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394"
          srcset="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_100x@2x.svg?v=1682064394 2x"
          alt="CHUWI Global Store">
      </a><a
          href="/"
          itemprop="url"
          class="site-header__logo-link logo--inverted"
          style="padding-top: 3.1055900621118013%">
          <img
            class="small--hide"
            src="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394"
            srcset="//store.chuwi.com/cdn/shop/files/Logo_130x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_130x@2x.svg?v=1682064394 2x"
            alt="CHUWI Global Store"
            itemprop="logo">
          <img
            class="medium-up--hide"
            src="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394"
            srcset="//store.chuwi.com/cdn/shop/files/Logo_100x.svg?v=1682064394 1x, //store.chuwi.com/cdn/shop/files/Logo_100x@2x.svg?v=1682064394 2x"
            alt="CHUWI Global Store">
        </a></div></div><div class="header-item header-item--navigation"><ul
  class="site-nav site-navigation small--hide"
  
    role="navigation" aria-label="Primary"
  >
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu"
      aria-haspopup="true">

      <a href="/collections/laptop" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag=""
        >
        Laptop
      </a><div class="site-nav__dropdown megamenu mega_title text-center">
          <div class="page-width">
            <div class="mm-content">
              
              <div class="mm_menus">
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/collections/laptop" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   >
                
                
                

                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_240x.gif" alt="Laptop" />
                  
                  <p> Explore All</p>
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/minibook-x-2024" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag=""
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/MinibookX_3_1cffcd68-dbff-4a4a-86a2-a76c5f0f7880_240x.jpg?v=1701343375" alt="MiniBook X N100 10.51&quot; Grey | Pink" />
                <p class="notranslate"> MiniBook X 2023</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/gemibook-xpro" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag=""
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/products/GemiBookXPro_PNG_240x.png?v=1682061967" alt="GemiBook XPro intel 12th N100 14.1&quot;" />
                <p class="notranslate"> GemiBook XPro</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/corebook-x-i5-1235u" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag=""
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/CoreBookX-PNG_5fcbcfc4-51fd-4f18-8d2b-fcdbb0c16b26_240x.png?v=1682653876" alt="CoreBook X 14 inch i5-1235U/I3-1215U" />
                <p class="notranslate"> CoreBook X</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/chuwi-freebook" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/products/FeeBook-PNG_240x.png?v=1682231959" alt="FreeBook 360° 13.5&#39;&#39; Touch Screen" />
                <p class="notranslate"> FreeBook N5100</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/freebook-n100" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/FreeboolN1001_240x.jpg?v=1701316541" alt="FreeBook 360° 13.5 inch 2K Touch Screen Intel N100 / i3-1215U" />
                <p class="notranslate"> FreeBook N100</p>
                
                
                
              </a>
              </div>
                  
              </div>
             
            </div>
          </div>
      </div></li>
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu"
      aria-haspopup="true">

      <a href="/collections/tablet" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag="New"
        >
        Tablet PC
      </a><div class="site-nav__dropdown megamenu mega_title text-center">
          <div class="page-width">
            <div class="mm-content">
              
              <div class="mm_menus">
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/collections/tablet" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   >
                
                
                

                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_240x.gif" alt="Tablet" />
                  
                  <p> Explore All</p>
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/chuwi-ubook-x-1" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/UBook-X-PNG_e70fc464-7a70-4b14-a0cb-eb0b0a3eb79a_240x.png?v=1699695457" alt="(Restocking in progress)UBook X 12&quot; Intel i5-10210Y" />
                <p class="notranslate"> UBook X 2023</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/hi10-xpro" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag="New"
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/Hi10XPro-PNG_240x.png?v=1689929132" alt="Hi10 XPro Android 13 4G LTE" />
                <p class="notranslate"> Hi10 XPro</p>
                
                
                
              </a>
              </div>
                  
              </div>
             
            </div>
          </div>
      </div></li>
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu"
      aria-haspopup="true">

      <a href="/collections/mini-pc" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag="New"
        >
        Mini PC
      </a><div class="site-nav__dropdown megamenu mega_title text-center">
          <div class="page-width">
            <div class="mm-content">
              
              <div class="mm_menus">
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/collections/mini-pc" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   >
                
                
                

                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_240x.gif" alt="Mini PC" />
                  
                  <p> Explore All</p>
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/larkbox-x-2023" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/LarkBox-X_x_240x.png?v=1686298702" alt="LarkBox X 2023 Intel N100" />
                <p class="notranslate"> LarkBox X 2023</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/corebox-4th" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag="New"
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/products/CoreBox-4th_PNG_240x.png?v=1684219983" alt="CoreBox 4th intel Core i3/i5  Processor" />
                <p class="notranslate"> CoreBox 4th</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/herobox-2023" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag="New"
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/HerBox_240x.png?v=1692783523" alt="HeroBox 2023 N100" />
                <p class="notranslate"> HeroBox</p>
                
                
                
              </a>
              </div>
                  
                  <div class="mega__item">
            <style data-shopify>
              .site-nav__dropdown-link- {position: relative;}
              .site-nav__dropdown-link-::before {
                content: attr(data-tag);
                position: absolute;
                right: 0;
                top: 0;
                transform: translate(-5%, 50%);
                color: var(--colorBtnPrimary);
                font-style: italic;
              }
            </style>
              <a href="/products/corebox-5th" class="site-nav__dropdown-link site-nav__dropdown-link--second-level site-nav__dropdown-link- "
                   
                       data-tag="New"
                      
                    
                   >
                
                
<img src="//store.chuwi.com/cdn/shop/files/corebox5th20235_240x.png?v=1694671440" alt="Corebox 5th Intel Core 13500H Processor" />
                <p class="notranslate"> CoreBox 5th</p>
                
                
                
              </a>
              </div>
                  
              </div>
             
            </div>
          </div>
      </div></li>
    <li
      class="site-nav__item site-nav__expanded-item"
      >

      <a href="/collections/accessories" class="site-nav__link site-nav__link--underline"
         data-tag=""
        >
        Accessories
      </a></li>
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown"
      aria-haspopup="true">

      <a href="/collections/all-products" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag=""
        >
        Featured
      </a><ul class="site-nav__dropdown text-left"><li class="">
              <a href="/collections/new-arrivals" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                New Arrival
</a></li><li class="">
              <a href="/collections/best-sellers" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Best Sellers
</a></li></ul></li>
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown"
      aria-haspopup="true">

      <a href="/pages/support-center" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag=""
        >
        Support
      </a><ul class="site-nav__dropdown text-left"><li class="">
              <a href="/pages/support-center" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Support Center
</a></li><li class="">
              <a href="/pages/track-status" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Order Tracking
</a></li><li class="">
              <a href="/pages/support-user-guide" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                User Manual
</a></li><li class="">
              <a href="/pages/support-faqs" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                FAQs
</a></li><li class="">
              <a href="/pages/policy-warranty-center" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Return &amp; Warranty Policy
</a></li><li class="">
              <a href="/pages/shipping-policy" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Shipping &amp; Delivery
</a></li><li class="">
              <a href="/pages/about-klarna" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                About Klarna
</a></li></ul></li>
    <li
      class="site-nav__item site-nav__expanded-item site-nav--has-dropdown"
      aria-haspopup="true">

      <a href="/pages/about-us" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"
         data-tag=""
        >
        About Us
      </a><ul class="site-nav__dropdown text-left"><li class="">
              <a href="/pages/about-us" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Brand Story
</a></li><li class="">
              <a href="https://blog.chuwi.com/" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Blog
</a></li><li class="">
              <a href="/pages/video-center" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Video Center
</a></li><li class="">
              <a href="/pages/contact-us" class="site-nav__dropdown-link site-nav__dropdown-link--second-level">
                Contact Us
</a></li></ul></li></ul>
<style data-shopify>
  .hxoSelectTheme {
    z-index: 18;
  }
  #SiteHeader .site-navigation li.site-nav__item .site-nav__link::before {
    content: attr(data-tag);
    position: absolute;
    left: 100%;
    bottom: 100%;
    transform: translate(-70%, 80%) scale(0.8);
    color: var(--colorBtnPrimary);
    font-style: italic;
  }
  @media screen and (min-width: 768px) {
    .site-nav__dropdown .mm_menus .mega__item:first-child {
      white-space: nowrap;
      display: grid;
      place-content: center;
      place-items: center;
      padding-right: 2rem;
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a {
      white-space: nowrap;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 1.1rem;
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a img {
      display: none;
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a p {
      position: relative;
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a p:after {
      content: '';
      height: 100%;
      width: 1rem;
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      background: currentColor;
      clip-path: polygon(10% 30%, 50% 50%, 10% 70%, 30% 70%, 70% 50%, 30% 30%);
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a p:before {
      content: '';
      height: 100%;
      width: 0;
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      background: currentColor;
      clip-path: polygon(10% 45%, 90% 45%, 90% 55%,10% 55%);
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a:hover p::before {
      width: 1rem;
      transition: all 0.4s ease;
    }
    .site-nav__dropdown .mm_menus .mega__item:first-child a:hover p::after {
      transition: all 0.4s ease;
      left: calc(100% + 0.6rem);
    }
  }
</style></div><div class="header-item header-item--icons"><div class="site-nav">
  <div class="site-nav__icons">
    <style data-shopify>
        
        .custom-language-currency-brand {
          padding: 0 0.8rem;
          padding-bottom: 0.8rem;
          background: #fff;
          color: #000;
          line-height: 1.6rem;
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          box-shadow: 0 0 5px #ccc;
        }
        .custom-language-select--wrapper {
          position: relative;
        }
        .custom-current-language-select-item {
          width: 100%;
          padding: 0.3rem 2rem;
          border: 1px solid #000;
          border-radius: 25px;
          display: flex;
          align-items: center;
        }
        .custom-language-select-list {
          position: absolute;
          top: 100%;
          line-height: 2rem;
          background: #fff;
          padding: 0 0.5rem;
          list-style: none;
          margin: 0;
          display: none;
          box-shadow: 0 0 5px #ccc;
          z-index: 1099;
        }
        .custom-language-select-list li a {
          padding: 0.2rem 1.5rem;
          border-bottom: 1px solid #ccc;
          display: flex;
          align-items: center;
        }
        .custom-current-language-select-item svg,.custom-language-select-list li a svg {
          margin-right: 1rem;
        }
        .gt_container--6y14nx .gt_switcher .gt_selected a img,.gt_container--6y14nx .gt_switcher .gt_option a img {display: none}
        .gt_container--6y14nx .gt_switcher .gt_selected a,.gt_container--6y14nx .gt_switcher .gt_option a {
          height: 2em;
          line-height: 2em;
        }
        .custom-language-select-label,.custom-currency-select-label {
          padding: 0.8rem 0;
          font-weight: 500;
          letter-spacing: 0.1rem;
        }
        .custom-language-currency-brand .hxoSelectTheme.hxo-relative {
          width: 100%;
          border: 1px solid #000;
          border-radius: 25px;
          margin-left: 0px;
        }
        .hxoSelectTheme .buckscc-select {height: unset;}
        .hxoSelectTheme.hxo-showCurrencyOnly .buckscc-select-styled {padding: 0.5rem;}
        .custom-language-currency-brand .hxoSelectTheme.hxo-relative {border: 1px solid #ccc; border-radius: 0;}
        .custom-language-currency-container {position: relative;}
        .hxoSelectTheme .buckscc-select-styled.active+.buckscc-select-options {width: 100%;}
    </style>
    
      <div class="custom-language-currency-container site-nav__link site-nav__link--icon ">
        <div href="#" class="custom-current-language-currency-item small--hide" data-link="" >
          <span class="google-translate-selected notranslate">English</span>/
          <span class="bucks-selected notranslate">USD</span>
        </div> 
        <div class="custom-language-currency-brand">
          <div class="custom-language-select-label">Language:</div>
          <div class="custom-language-select--wrapper"></div>
          <div class="custom-currency-select-label">Currency:</div>
          <div class='buckscc-currency-box notranslate'></div> 
        </div>
      </div>
    

      <a class="site-nav__link site-nav__link--icon" href="/account">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-user" viewBox="0 0 64 64"><path d="M35 39.84v-2.53c3.3-1.91 6-6.66 6-11.41 0-7.63 0-13.82-9-13.82s-9 6.19-9 13.82c0 4.75 2.7 9.51 6 11.41v2.53c-10.18.85-18 6-18 12.16h42c0-6.19-7.82-11.31-18-12.16z"/></svg>
        <span class="icon__fallback-text">Log in
</span>
      </a><a href="/search" class="site-nav__link site-nav__link--icon js-search-header small--hide">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
        <span class="icon__fallback-text">results for &quot;{{ terms }}&quot; </span>
      </a><button
        type="button"
        class="site-nav__link site-nav__link--icon js-drawer-open-nav medium-up--hide"
        aria-controls="NavDrawer">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" viewBox="0 0 64 64"><path d="M7 15h51M7 32h43M7 49h51"/></svg>
        <span class="icon__fallback-text">Site navigation</span>
      </button><a href="/cart" class="site-nav__link site-nav__link--icon js-drawer-open-cart" aria-controls="CartDrawer" data-icon="cart">
      <span class="cart-link"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-cart" viewBox="0 0 64 64"><path fill="none" d="M14 17.44h46.79l-7.94 25.61H20.96l-9.65-35.1H3"/><circle cx="27" cy="53" r="2"/><circle cx="47" cy="53" r="2"/></svg><span class="icon__fallback-text">Cart</span>
        <span class="cart-link__bubble"></span>
      </span>
    </a>

    <style data-shopify>
      .site-nav__icons {display: flex;align-items: center;}
      div.custom-country-select-item {display: inline-block;position: relative;}
      ul.custom-country-select-list {display: none;position: absolute;background: #fff;margin: 0;padding: 0 0.5rem;top: calc(100% + 8px);list-style: none;}
      @media screen and (max-width: 768px) {
        ul.custom-country-select-list {right: 0;}
      }
      li.custom-country-select-item {padding: 0.5rem;border-bottom: 1px solid #ccc;}
      li.custom-country-select-item a {display: flex;align-items: center;}
      li.custom-country-select-item a svg {margin-right: 1rem;}
      a.custom-current-country-select-item.site-nav__link.site-nav__link--icon {position: relative;top: 5px;display: flex;align-items: center;font-size: 1.2em;}
      a.custom-current-country-select-item.site-nav__link.site-nav__link--icon svg {margin-right: 0.3rem;}
      li.custom-country-select-item .desc {font-size: 0.6em;color: #595858;margin-top: 0.2em;}
      div.custom-country-select-item .earth-icon{width: 25px;height: 25px;}
    </style>
    
      
      
      
      <div class="custom-country-select-item notranslate" data-link="https://store.chuwi.com" >
        <a class="custom-current-country-select-item site-nav__link site-nav__link--icon js-modal-open-current-country-btn">
          <svg t="1685676805160" class="earth-icon" viewbox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3331" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M968.021333 319.351467a493.226667 493.226667 0 0 0-106.069333-157.294934A493.226667 493.226667 0 0 0 511.940267 17.066667 493.226667 493.226667 0 0 0 161.962667 162.048 493.226667 493.226667 0 0 0 17.066667 512a493.226667 493.226667 0 0 0 144.981333 349.994667A493.226667 493.226667 0 0 0 512 1006.933333a493.226667 493.226667 0 0 0 349.994667-144.981333A493.226667 493.226667 0 0 0 1006.933333 512c0-66.816-13.098667-131.643733-38.912-192.648533z m-419.413333 37.495466a2280.746667 2280.746667 0 0 0 164.590933-8.064c11.733333 39.3984 19.114667 81.681067 22.237867 126.549334H548.7104V356.855467h-0.093867z m0-73.3696V113.271467c20.241067 13.9264 45.175467 34.218667 70.007467 62.08a432.4096 432.4096 0 0 1 67.3536 102.016c-45.713067 3.413333-91.52 5.4528-137.352534 6.109866z m-73.3184-165.8624v165.76a2335.5392 2335.5392 0 0 1-131.242667-5.8624 433.152 433.152 0 0 1 64.913067-99.234133 397.994667 397.994667 0 0 1 66.3808-60.612267l-0.0512-0.0512z m-124.893867 233.898667c41.6 2.8416 83.293867 4.548267 124.987734 5.290667v118.528H294.673067c3.1232-44.765867 10.555733-87.005867 22.144-126.353067 10.8032 0.878933 21.9904 1.757867 33.536 2.542933h0.042666z m-129.194666 123.818667H91.9552a418.133333 418.133333 0 0 1 41.403733-149.230934 1904.64 1904.64 0 0 0 109.346134 15.6416c-11.383467 42.0352-18.568533 86.664533-21.504 133.597867z m-0.981334 73.326933a480.9984 480.9984 0 0 0 26.496 133.794133c-37.828267 4.181333-75.52 9.531733-113.015466 16.034134a418.133333 418.133333 0 0 1-41.693867-149.828267h128.213333z m73.472 0H475.392v119.227733a2435.072 2435.072 0 0 0-153.1904 7.338667 414.276267 414.276267 0 0 1-28.501333-126.5664z m181.691734 192.597333v150.903467a711.825067 711.825067 0 0 1-64.2304-68.437333 611.1744 611.1744 0 0 1-54.254934-77.525334c39.4496-2.645333 78.958933-4.3008 118.485334-4.9408z m73.326933 156.5696v-156.672c41.540267 0.622933 83.054933 2.363733 124.501333 5.239467a611.328 611.328 0 0 1-54.161066 77.329067 713.6768 713.6768 0 0 1-70.391467 74.103466h0.0512z m60.177067-228.471466a2465.28 2465.28 0 0 0-60.177067-1.621334V548.667733h187.8528a414.327467 414.327467 0 0 1-28.586667 126.754134c-32.989867-2.730667-66.0224-4.7616-99.089066-6.058667zM809.984 548.6592h122.0608a418.184533 418.184533 0 0 1-41.6 149.674667 2088.3968 2088.3968 0 0 0-107.050667-15.394134 481.1008 481.1008 0 0 0 26.589867-134.280533z m-0.9728-73.3184c-2.986667-47.121067-10.2656-91.904-21.6576-134.135467a2086.826667 2086.826667 0 0 0 103.389867-14.958933 417.604267 417.604267 0 0 1 41.301333 149.0944H809.0112z m1.169067-261.469867a431.223467 431.223467 0 0 1 39.005866 44.868267c-28.637867 4.4032-57.335467 8.2176-86.075733 11.434667a510.1824 510.1824 0 0 0-95.863467-150.408534 420.6336 420.6336 0 0 1 142.933334 94.1056zM366.378667 116.104533c-3.2256 3.473067-6.4512 6.9376-9.582934 10.461867a510.327467 510.327467 0 0 0-89.838933 144.008533c-30.72-3.2768-61.3632-7.2704-91.904-11.9808a422.545067 422.545067 0 0 1 38.8608-44.7232 420.241067 420.241067 0 0 1 152.465067-97.7664zM213.870933 810.180267a427.861333 427.861333 0 0 1-38.4768-44.1856c33.732267-5.188267 67.584-9.506133 101.5296-12.9536 20.872533 40.712533 47.317333 80.605867 78.8992 118.929066a773.504 773.504 0 0 0 40.96 45.7984 419.259733 419.259733 0 0 1-182.912-107.639466v0.0512z m421.853867 105.096533a772.5312 772.5312 0 0 0 38.613333-43.306667 665.6256 665.6256 0 0 0 78.651734-118.545066c31.965867 3.421867 63.889067 7.534933 95.709866 12.4672a427.716267 427.716267 0 0 1-38.613333 44.288 419.456 419.456 0 0 1-174.318933 105.096533H635.733333z" fill="currentColor" p-id="3332"></path></svg>
          <span>GLB</span>
        </a>
        <ul class="custom-country-select-list">
        
          <li class="custom-country-select-item" value="https://store.chuwi.com">
            <a href="https://store.chuwi.com" data-origin="https://store.chuwi.com"><svg t="1685676805160" class="earth-icon" viewbox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3331" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M968.021333 319.351467a493.226667 493.226667 0 0 0-106.069333-157.294934A493.226667 493.226667 0 0 0 511.940267 17.066667 493.226667 493.226667 0 0 0 161.962667 162.048 493.226667 493.226667 0 0 0 17.066667 512a493.226667 493.226667 0 0 0 144.981333 349.994667A493.226667 493.226667 0 0 0 512 1006.933333a493.226667 493.226667 0 0 0 349.994667-144.981333A493.226667 493.226667 0 0 0 1006.933333 512c0-66.816-13.098667-131.643733-38.912-192.648533z m-419.413333 37.495466a2280.746667 2280.746667 0 0 0 164.590933-8.064c11.733333 39.3984 19.114667 81.681067 22.237867 126.549334H548.7104V356.855467h-0.093867z m0-73.3696V113.271467c20.241067 13.9264 45.175467 34.218667 70.007467 62.08a432.4096 432.4096 0 0 1 67.3536 102.016c-45.713067 3.413333-91.52 5.4528-137.352534 6.109866z m-73.3184-165.8624v165.76a2335.5392 2335.5392 0 0 1-131.242667-5.8624 433.152 433.152 0 0 1 64.913067-99.234133 397.994667 397.994667 0 0 1 66.3808-60.612267l-0.0512-0.0512z m-124.893867 233.898667c41.6 2.8416 83.293867 4.548267 124.987734 5.290667v118.528H294.673067c3.1232-44.765867 10.555733-87.005867 22.144-126.353067 10.8032 0.878933 21.9904 1.757867 33.536 2.542933h0.042666z m-129.194666 123.818667H91.9552a418.133333 418.133333 0 0 1 41.403733-149.230934 1904.64 1904.64 0 0 0 109.346134 15.6416c-11.383467 42.0352-18.568533 86.664533-21.504 133.597867z m-0.981334 73.326933a480.9984 480.9984 0 0 0 26.496 133.794133c-37.828267 4.181333-75.52 9.531733-113.015466 16.034134a418.133333 418.133333 0 0 1-41.693867-149.828267h128.213333z m73.472 0H475.392v119.227733a2435.072 2435.072 0 0 0-153.1904 7.338667 414.276267 414.276267 0 0 1-28.501333-126.5664z m181.691734 192.597333v150.903467a711.825067 711.825067 0 0 1-64.2304-68.437333 611.1744 611.1744 0 0 1-54.254934-77.525334c39.4496-2.645333 78.958933-4.3008 118.485334-4.9408z m73.326933 156.5696v-156.672c41.540267 0.622933 83.054933 2.363733 124.501333 5.239467a611.328 611.328 0 0 1-54.161066 77.329067 713.6768 713.6768 0 0 1-70.391467 74.103466h0.0512z m60.177067-228.471466a2465.28 2465.28 0 0 0-60.177067-1.621334V548.667733h187.8528a414.327467 414.327467 0 0 1-28.586667 126.754134c-32.989867-2.730667-66.0224-4.7616-99.089066-6.058667zM809.984 548.6592h122.0608a418.184533 418.184533 0 0 1-41.6 149.674667 2088.3968 2088.3968 0 0 0-107.050667-15.394134 481.1008 481.1008 0 0 0 26.589867-134.280533z m-0.9728-73.3184c-2.986667-47.121067-10.2656-91.904-21.6576-134.135467a2086.826667 2086.826667 0 0 0 103.389867-14.958933 417.604267 417.604267 0 0 1 41.301333 149.0944H809.0112z m1.169067-261.469867a431.223467 431.223467 0 0 1 39.005866 44.868267c-28.637867 4.4032-57.335467 8.2176-86.075733 11.434667a510.1824 510.1824 0 0 0-95.863467-150.408534 420.6336 420.6336 0 0 1 142.933334 94.1056zM366.378667 116.104533c-3.2256 3.473067-6.4512 6.9376-9.582934 10.461867a510.327467 510.327467 0 0 0-89.838933 144.008533c-30.72-3.2768-61.3632-7.2704-91.904-11.9808a422.545067 422.545067 0 0 1 38.8608-44.7232 420.241067 420.241067 0 0 1 152.465067-97.7664zM213.870933 810.180267a427.861333 427.861333 0 0 1-38.4768-44.1856c33.732267-5.188267 67.584-9.506133 101.5296-12.9536 20.872533 40.712533 47.317333 80.605867 78.8992 118.929066a773.504 773.504 0 0 0 40.96 45.7984 419.259733 419.259733 0 0 1-182.912-107.639466v0.0512z m421.853867 105.096533a772.5312 772.5312 0 0 0 38.613333-43.306667 665.6256 665.6256 0 0 0 78.651734-118.545066c31.965867 3.421867 63.889067 7.534933 95.709866 12.4672a427.716267 427.716267 0 0 1-38.613333 44.288 419.456 419.456 0 0 1-174.318933 105.096533H635.733333z" fill="currentColor" p-id="3332"></path></svg>Global</a>
            <div class="desc">* Other countries or region</div>
          </li>
        
          <li class="custom-country-select-item" value="https://us.chuwi.com">
            <a href="https://us.chuwi.com" data-origin="https://store.chuwi.com"><svg viewbox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="26" height="26"><path d="M533.504 2.56h29.696c-16.896-1.536-34.304-2.56-51.2-2.56s-34.304 1.024-51.2 2.56h72.704z" fill="#FFFFFF" p-id="5869"></path><path d="M446.976 1019.904c21.504 2.56 43.008 4.096 65.024 4.096s43.52-1.536 65.024-4.096H446.976z" fill="#C22045" p-id="5870"></path><path d="M78.848 784.896h866.304c15.36-24.576 29.184-50.688 40.448-77.824H38.4c11.264 27.136 24.576 53.248 40.448 77.824z" fill="#FFFFFF" p-id="5871"></path><path d="M38.4 707.072h947.2c10.24-25.088 18.944-51.2 25.088-77.824H13.312c6.656 26.624 14.848 52.736 25.088 77.824z" fill="#C22045" p-id="5872"></path><path d="M233.984 942.08h555.52c34.304-22.016 65.536-48.128 93.696-77.824H140.288c28.16 29.696 59.392 55.808 93.696 77.824z" fill="#FFFFFF" p-id="5873"></path><path d="M233.984 942.08c58.88 38.4 125.952 64.512 198.656 75.776h158.72c72.192-11.264 139.264-37.376 198.656-75.776H233.984zM140.288 864.256h742.912c22.528-24.064 43.008-50.176 60.928-77.824H79.872c17.408 27.648 37.888 53.76 60.416 77.824zM432.64 1017.856c4.608 0.512 9.728 1.536 14.336 2.048h130.048c4.608-0.512 9.728-1.536 14.336-2.048h-158.72z" fill="#C22045" p-id="5874"></path><path d="M1.536 550.912c2.048 26.624 6.144 52.736 11.776 77.824h997.376c6.144-25.088 9.728-51.2 11.776-77.824H1.536z" fill="#FFFFFF" p-id="5875"></path><path d="M533.504 393.728h476.672c-6.144-26.624-14.848-52.736-25.088-77.824h-451.584v77.824z" fill="#C22045" p-id="5876"></path><path d="M787.456 80.384h-253.952V158.72h349.184c-28.672-29.696-60.416-56.32-95.232-78.336z" fill="#FFFFFF" p-id="5877"></path><path d="M533.504 236.544h410.112c-17.92-27.648-38.4-53.76-60.928-77.824h-349.184v77.824zM533.504 549.376h488.96c1.024-12.288 1.536-24.576 1.536-37.376 0-13.824-0.512-27.136-1.536-40.448h-488.96v77.824zM787.456 80.384c-58.368-37.376-124.928-62.976-196.096-74.24h-57.856v74.24h253.952z" fill="#C22045" p-id="5878"></path><path d="M533.504 6.144h57.856c-9.216-1.536-18.432-2.56-28.16-3.584h-29.696v3.584z" fill="#C22045" p-id="5879"></path><path d="M533.504 471.552h488.96c-2.048-26.624-6.144-52.736-12.288-77.824h-476.672v77.824zM533.504 315.392h451.584c-11.264-27.136-25.088-53.248-40.448-77.824h-410.624v77.824z" fill="#FFFFFF"></path><path d="M423.424 237.568v-1.024H340.992v1.024zM428.544 236.544l-1.536 1.024h12.8l-1.536-1.024zM442.88 237.568h90.624v-1.024H442.88zM321.024 236.544H240.64v0.512l-0.512-0.512h-20.992l-0.512 0.512v-0.512h-138.24c0 0.512-0.512 0.512-0.512 1.024h241.152v-1.024zM38.912 315.904h494.592v-0.512H38.912v0.512zM325.632 236.544l-1.536 1.024h13.312l-1.536-1.024zM533.504 549.376H1.536v1.536h531.968v-1.536zM30.208 337.92c0.512-1.024 1.024-2.56 1.536-3.584l-2.048 1.536 0.512 2.048z" fill="#004981"></path><path d="M34.304 327.168H40.96l-9.216 7.168c-0.512 1.024-1.024 2.56-1.536 3.584l3.072 10.752-5.12-4.096c-5.632 15.872-10.24 32.256-14.336 49.152h48.128l-5.632-3.584h13.824c0.512 0 4.096-13.824 4.608-13.824l5.12 13.824h12.8l-4.608 3.584H163.84l-5.12-3.584h13.824l5.632-13.824 3.584 13.824h13.824l-5.12 3.584h77.312l-4.608-3.584h12.8l4.608-13.824 3.584 13.824h14.336l-5.12 3.584h76.8l-5.12-3.584H378.88l3.584-13.824 3.584 13.824h13.824l-5.12 3.584h77.312l-5.12-3.584h13.824l4.096-13.824 5.12 13.824H501.76l-5.12 3.584h36.864V315.904H38.912c-1.536 3.584-3.072 7.68-4.608 11.264z m393.728 7.68l5.12-12.8 3.584 12.8H450.56l-11.264 8.704 5.12 12.8-11.264-7.68-11.264 7.68 3.584-12.8-11.264-8.704h13.824z m-102.912 0c0.512 0 4.608-12.8 4.096-12.8l5.12 12.8H348.16l-11.264 8.704 3.584 12.8-11.264-7.68-10.24 7.68 3.584-12.8-11.264-8.704h13.824z m-101.376-4.096l3.584-12.288 5.12 12.8h12.8l-10.24 7.68 3.584 13.824-11.264-8.704-11.264 8.704 5.12-13.824-11.264-8.192h13.824z m-97.792-13.824l3.584 12.8h14.336l-11.264 7.68 5.12 13.824-11.264-8.704-11.264 8.704 3.584-13.824-10.24-7.68h13.824c-0.512 0 3.072-12.8 3.584-12.8zM232.96 98.304h13.824L235.52 105.984l5.12 12.8-11.264-7.68-11.264 7.68 5.12-12.8-11.264-7.68h13.824s2.56-10.24 3.584-13.312c-31.744 20.992-61.44 46.08-87.552 73.728h30.72l5.12-12.8 3.584 12.8h93.696l4.608-12.8 3.584 12.8h94.208c0.512 0 3.584-11.264 3.584-12.8l3.584 12.8h94.208l4.096-12.8 5.12 12.8h45.568V80.384h-296.96c-2.56 1.536-4.608 3.072-7.168 4.608l3.584 13.312z m195.584 3.584l5.632-12.8 3.584 12.8h13.824L440.32 109.568l3.584 13.824-10.24-8.704-11.264 8.704 3.584-13.824-11.264-7.68h13.824z m-101.376 0l4.096-12.8 5.12 12.8h12.288l-10.24 7.68 3.584 13.824-11.264-8.704-11.264 8.704 5.12-13.824-11.264-7.68h13.824zM218.624 236.544h21.504l-10.752-7.168zM330.752 232.96l-5.12 3.584h10.24z" fill="#004981" p-id="5882"></path><path d="M288.256 51.2l-2.048 1.536 5.12 12.8-11.264-7.68-11.264 7.68 1.536-5.12c-11.264 6.144-22.528 12.8-33.792 19.968h296.96V6.144H432.64C381.44 14.336 332.8 29.696 288.256 51.2z m103.936 14.336l-11.264-7.68-11.264 7.68 5.12-12.8L363.52 45.056h13.824c0.512 0 3.584-12.288 3.584-13.824l3.584 13.824h13.824l-11.264 7.68 5.12 12.8z m90.624-34.304l5.12 13.824H501.76l-11.264 7.68 3.584 12.8-11.264-7.68-10.24 7.68 3.584-12.8-11.264-7.68h13.824l4.096-13.824zM433.664 232.96l-5.12 3.584h9.728zM0 512c0 12.8 0.512 25.088 1.536 37.376h531.968V471.552H1.536C0.512 484.864 0 498.176 0 512z m478.72-11.264l4.096-12.8 5.12 12.8H501.76l-11.264 8.704 3.584 12.8-11.264-7.68-10.24 7.68 3.584-12.8-11.264-8.704h13.824z m-101.376 0l3.584-12.8 3.584 12.8h13.824l-11.264 8.704 5.12 12.8-11.264-7.68-11.264 7.68 5.12-12.8-11.264-8.704h13.824z m-102.4 0l4.608-12.8 3.584 12.8h14.336l-11.264 8.704 5.12 12.8-11.264-7.68-11.264 7.68 3.584-12.8-10.24-8.704h12.8z m-102.912 0l5.632-12.8 3.584 12.8h13.824l-11.264 8.704 3.584 12.8-10.24-7.68-11.264 7.68 3.584-12.8-11.264-8.704h13.824z m-97.28-12.8l5.12 12.8h12.8l-10.24 8.704 3.584 12.8-11.264-7.68-11.264 7.68 5.12-12.8-12.288-8.704h13.824c0.512 0 4.096-12.8 4.608-12.8z" fill="#004981" p-id="5883"></path><path d="M490.496 167.424l3.584 12.8-11.264-7.68-10.24 7.68 3.584-12.8-11.264-8.704h-66.56l-11.264 8.704 5.12 12.8-11.264-7.68-11.264 7.68 5.12-12.8L363.52 158.72H297.472l-11.264 8.704 5.12 12.8-11.264-7.68-11.264 7.68 3.584-12.8-10.24-8.704H195.072l-11.264 8.704 3.584 12.8-10.24-7.68-11.264 7.68 3.584-12.8L158.72 158.72h-17.408c-22.528 24.064-43.008 50.176-60.928 77.824h137.728l5.12-12.288-11.776-9.216h14.336l3.584-12.288 3.584 12.8h13.824L235.52 224.256l5.12 12.288h80.896l3.584-8.704-11.776-7.68h13.824l4.096-13.824 5.12 13.824h12.288l-10.24 7.68 2.56 8.704h82.432l2.56-8.704-10.24-7.68h13.824l4.608-13.824 3.584 13.824h13.824L440.32 227.84l2.56 8.704h90.624V158.72H501.76l-11.264 8.704zM136.704 235.52l-10.24-7.68-10.752 7.68 3.584-12.8-11.264-8.704h13.824s5.632-12.8 5.12-12.8l3.584 12.8h13.824L133.12 222.72l3.584 12.8zM533.504 6.144V2.56H460.8c-9.216 1.024-18.944 2.048-28.16 3.584h100.864zM490.496 397.824l3.584 12.8-11.264-7.68-10.24 7.68 3.584-12.8-6.144-4.096h-76.8l-6.144 4.096 5.12 12.8-11.264-7.68-11.264 7.68 5.12-12.8-6.144-4.096H291.84l-6.144 4.096 5.12 12.8-11.264-7.68-11.264 7.68 3.584-12.8-5.632-4.096H189.952l-6.144 4.096 3.584 12.8-10.24-7.68-11.264 7.68 3.584-12.8-6.144-4.096H88.064l-5.632 4.096 3.584 12.8-11.264-7.68-11.264 7.68 5.12-12.8-6.656-4.096H13.824c-6.144 25.088-10.24 51.2-12.288 77.824h531.968V393.728H496.64l-6.144 4.096zM34.304 463.36l-11.264-8.704-11.264 8.704 3.584-13.824-10.24-7.68h12.8l5.12-12.8 3.584 12.8h13.824l-11.264 7.68 5.12 13.824z m100.864 1.024l-11.264-7.68-11.264 7.68 5.12-12.8-11.264-7.68h13.824l4.096-13.824 3.584 13.824h13.824l-10.24 7.68 3.584 12.8z m102.912 1.536l-11.264-7.68-10.24 7.68 3.584-12.8-10.752-7.68h13.824l3.584-13.824 5.12 13.824H245.76l-11.264 7.68 3.584 12.8z m100.864 5.12l-10.24-8.704L317.44 471.04l3.584-13.824-11.264-7.68h13.824l5.632-12.8 3.584 12.8h13.824l-11.264 7.68 3.584 13.824z m103.936 0l-11.264-8.704-11.264 8.192 3.584-13.824-10.24-7.68h13.824c-0.512 0 4.096-12.288 4.096-12.288l3.584 12.8h13.824l-11.264 7.68 5.12 13.824zM443.904 240.64l-4.096-3.072h-12.8l-4.608 3.072 1.024-3.072h-81.92l1.024 3.072-4.608-3.072h-13.312l-5.12 3.072 1.024-3.072h-240.64c-7.168 11.264-14.336 23.04-20.48 35.328h10.752c0.512 0 4.096-12.288 4.608-12.288l5.12 12.8h12.8l-10.24 7.68 3.584 13.824-11.264-8.704-11.264 8.704 5.12-13.824-10.24-6.656c-7.168 13.312-13.312 27.136-19.456 40.96h494.592V237.568H442.88l1.024 3.072zM187.392 294.912l-10.24-8.704-11.264 8.704 3.584-13.824-11.264-7.68h13.824l5.632-12.8 3.584 12.8h13.824l-11.264 7.68 3.584 13.824z m103.936 0l-11.264-8.704-11.264 8.704 3.584-13.824-10.24-7.68h12.8l4.608-12.8 3.584 12.8h14.336l-11.264 7.68 5.12 13.824z m100.864 0l-11.264-8.704-11.264 8.704 5.12-13.824-11.264-8.192h13.824l3.584-12.288 3.584 12.8h13.824l-11.264 7.68 5.12 13.824z m86.528-21.504l4.096-12.8 5.12 12.8H501.76l-11.264 7.68 3.584 13.824-11.264-8.704-10.24 8.704 3.584-13.824-11.264-7.68h13.824z" fill="#004981" p-id="5884"></path><path d="M324.096 237.568l1.536-1.024h-4.608l-0.512 1.024zM439.808 237.568h3.072v-1.024h-4.608zM218.624 236.544h-0.512v0.512zM427.008 237.568l1.536-1.024h-5.12v1.024zM240.64 237.056v-0.512h-0.512zM337.408 237.568h3.584v-1.024h-5.12zM421.888 356.352l11.264-7.68 11.264 7.68-5.12-12.8 11.264-8.704h-13.824l-3.584-12.8-5.12 12.8h-13.824l11.264 8.704zM118.784 337.408l-3.584 13.824 11.264-8.704 11.264 8.704-5.12-13.824 11.264-7.68h-14.336l-3.584-12.8c-0.512 0-4.096 12.8-3.584 12.8h-13.824l10.24 7.68zM30.208 337.92c-1.024 2.048-1.536 4.608-2.56 6.656l5.12 4.096-2.56-10.752zM216.064 352.768l11.264-8.704 11.264 8.704-3.584-13.824 10.24-7.68h-12.8l-5.12-12.8-3.584 12.288H209.92l11.264 8.192zM318.976 356.352l10.24-7.68 11.264 7.68-3.584-12.8 11.264-8.704h-13.824l-5.12-12.8c0.512 0-3.584 12.8-4.096 12.8h-13.824l11.264 8.704-3.584 12.8zM297.472 390.144h-14.336l-3.584-13.824-4.608 13.824h-12.8l4.608 3.584h25.6zM92.672 390.144h-12.8l-5.12-13.824c-0.512 0-4.096 13.824-4.608 13.824H56.32l5.632 3.584h25.6l5.12-3.584zM40.96 327.168H34.304c-1.024 2.56-2.048 4.608-2.56 7.168L40.96 327.168zM398.336 390.144h-13.824l-3.584-13.824-3.584 13.824H363.52l5.12 3.584h24.576zM501.76 390.144h-13.824l-5.12-13.824-4.096 13.824h-13.824l5.12 3.584H496.64zM195.072 390.144h-13.824l-3.584-13.824-5.632 13.824h-13.824l5.12 3.584h26.624zM229.376 84.48v0zM380.928 145.92c0 1.536-3.072 12.8-3.584 12.8h7.168l-3.584-12.8zM319.488 123.392l11.264-8.704 11.264 8.704-3.584-13.824 10.24-7.68h-12.288l-5.12-12.8-4.096 12.8h-13.824l11.264 7.68zM482.816 145.92l-4.096 12.8h9.216zM422.4 123.392l11.264-8.704 10.24 8.704-3.584-13.824 11.264-7.68h-13.824l-3.584-12.8-5.632 12.8H414.72l11.264 7.68zM380.928 145.92zM177.664 145.92l-5.12 12.8h8.704zM279.552 145.92l-4.608 12.8h8.192zM211.968 98.304l11.264 7.68-5.12 12.8 11.264-7.68 11.264 7.68-5.12-12.8 11.264-7.68h-13.824l-3.584-13.312h-0.512c-0.512 2.56-3.584 13.312-3.584 13.312h-13.312zM283.136 45.056l-3.584-13.824-4.608 13.824h-12.8l10.24 7.68-2.048 7.68c6.144-3.072 11.776-6.144 17.92-9.216l9.216-6.144h-14.336z" fill="#FFFFFF" p-id="5885"></path><path d="M268.8 65.536l11.264-7.68 11.264 7.68-5.12-12.8 2.048-1.536c-6.144 3.072-11.776 6.144-17.92 9.216l-1.536 5.12zM68.608 509.44l-5.12 12.8 11.264-7.68 11.264 7.68-3.584-12.8 10.24-8.704h-12.8l-5.12-12.8c-0.512 0-4.096 12.8-4.608 12.8H56.32l12.288 8.704zM369.664 522.24l11.264-7.68 11.264 7.68-5.12-12.8 11.264-8.704h-13.824l-3.584-12.8-3.584 12.8H363.52l11.264 8.704zM165.888 522.24l11.264-7.68 10.24 7.68-3.584-12.8 11.264-8.704h-13.824l-3.584-12.8-5.632 12.8h-13.824l11.264 8.704zM472.576 522.24l10.24-7.68 11.264 7.68-3.584-12.8 11.264-8.704h-13.824l-5.12-12.8-4.096 12.8h-13.824l11.264 8.704zM268.8 522.24l11.264-7.68 11.264 7.68-5.12-12.8 11.264-8.704h-14.336l-3.584-12.8-4.608 12.8h-12.8l10.24 8.704zM369.664 180.224l11.264-7.68 11.264 7.68-5.12-12.8 11.264-8.704H363.52l11.264 8.704zM229.376 229.376l10.752 7.168h0.512l-5.12-12.288 11.264-8.704h-13.824l-3.584-12.8-3.584 12.288h-14.336l11.776 9.216-5.12 12.288h0.512zM433.664 232.96l4.608 3.584h4.608l-2.56-8.704 11.264-7.68h-13.824l-3.584-13.824-4.608 13.824h-13.824l10.24 7.68-2.56 8.704h5.12zM330.752 232.96l5.12 3.584h5.12l-2.56-8.704 10.24-7.68h-12.288l-5.12-13.824-4.096 13.824h-13.824l11.264 7.68-3.584 8.704h4.608zM268.8 180.224l11.264-7.68 11.264 7.68-5.12-12.8 11.264-8.704h-35.328l10.24 8.704zM472.576 180.224l10.24-7.68 11.264 7.68-3.584-12.8L501.76 158.72h-36.864l11.264 8.704zM130.56 214.016l-3.584-12.8c0.512 0-5.12 12.8-5.12 12.8h-13.824l11.264 8.704-3.584 12.8 10.752-7.68 10.24 7.68-3.584-12.8 11.264-8.704h-13.824zM384.512 45.056l-3.584-13.824c0 1.536-3.072 13.824-3.584 13.824H363.52l11.264 7.68-5.12 12.8 11.264-7.68 11.264 7.68-5.12-12.8 11.264-7.68h-13.824zM165.888 180.224l11.264-7.68 10.24 7.68-3.584-12.8 11.264-8.704H158.72l10.752 8.704zM380.928 31.232zM476.16 52.736l-3.584 12.8 10.24-7.68 11.264 7.68-3.584-12.8L501.76 45.056h-13.824l-5.12-13.824-4.096 13.824h-13.824zM56.32 272.896l2.048 1.536c0-0.512 0.512-1.024 0.512-1.536H56.32zM63.488 294.912l11.264-8.704 11.264 8.704-3.584-13.824 10.24-7.68h-12.8l-5.12-12.8c-0.512 0-4.096 12.288-4.608 12.288h-10.752c0 0.512-0.512 1.024-0.512 1.536l10.24 6.656-5.632 13.824zM319.488 240.64l4.608-3.072h-3.584zM384.512 273.408l-3.584-12.8-3.584 12.288H363.52l11.264 8.192-5.12 13.824 11.264-8.704 11.264 8.704-5.12-13.824 11.264-7.68zM472.576 294.912l10.24-8.704 11.264 8.704-3.584-13.824 11.264-7.68h-13.824l-5.12-12.8-4.096 12.8h-13.824l11.264 7.68zM181.248 273.408l-3.584-12.8-5.632 12.8h-13.824l11.264 7.68-3.584 13.824 11.264-8.704 10.24 8.704-3.584-13.824 11.264-7.68zM283.136 273.408l-3.584-12.8-4.608 12.8h-12.8l10.24 7.68-3.584 13.824 11.264-8.704 11.264 8.704-5.12-13.824 11.264-7.68zM422.4 240.64l4.608-3.072h-3.584zM165.888 410.624l11.264-7.68 10.24 7.68-3.584-12.8 6.144-4.096h-26.624l6.144 4.096zM63.488 410.624l11.264-7.68 11.264 7.68-3.584-12.8 5.632-4.096h-26.112l6.656 4.096zM128 443.904l-3.584-13.824-4.096 13.824h-13.824l11.264 7.68-5.12 12.8 11.264-7.68 11.264 7.68-3.584-12.8 10.24-7.68zM26.624 441.856l-3.584-12.8-5.12 12.8H5.12l10.24 7.68-3.584 13.824 11.264-8.704 11.264 8.704-5.12-13.824 11.264-7.68zM342.016 240.64l-1.024-3.072h-3.584zM369.664 410.624l11.264-7.68 11.264 7.68-5.12-12.8 6.144-4.096H368.64l6.144 4.096zM268.8 410.624l11.264-7.68 11.264 7.68-5.12-12.8 6.144-4.096h-25.6l5.632 4.096zM231.936 445.44l-5.12-13.824-3.584 13.824h-13.824l10.752 7.68-3.584 12.8 10.24-7.68 11.264 7.68-3.584-12.8L245.76 445.44zM443.904 240.64l-1.024-3.072h-3.072zM472.576 410.624l10.24-7.68 11.264 7.68-3.584-12.8 6.144-4.096h-26.624l6.144 4.096zM435.2 449.536l-3.584-12.8s-4.608 12.288-4.096 12.288h-13.824l10.24 7.68-3.584 13.824 11.264-8.192 11.264 8.704-5.12-13.824 11.264-7.68H435.2zM332.8 449.536l-3.584-12.8-5.632 12.8h-13.824l11.264 7.68L317.44 471.04l11.264-8.704 10.24 8.704-3.584-13.824 11.264-7.68z" fill="#FFFFFF" p-id="5886"></path></svg>United States</a>
            <div class="desc"></div>
          </li>
        
          <li class="custom-country-select-item" value="https://store.chuwi.jp">
            <a href="https://store.chuwi.jp" data-origin="https://store.chuwi.com"><svg viewbox="0 0 1070 1024" xmlns="http://www.w3.org/2000/svg" width="26" height="26"><path d="M514.094545 0c282.810182 0 512 229.236364 512 512s-229.189818 512-512 512c-282.763636 0-512-229.236364-512-512s229.236364-512 512-512z" fill="#F0F0F0" p-id="13476"></path><path d="M514.094545 289.419636a222.626909 222.626909 0 1 1 0 445.253819 222.626909 222.626909 0 0 1 0-445.253819" fill="#D80027" p-id="13477"></path></svg>Japan</a>
            <div class="desc"></div>
          </li>
        
          <li class="custom-country-select-item" value="https://eu.chuwi.com">
            <a href="https://eu.chuwi.com" data-origin="https://store.chuwi.com"><svg viewbox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="26" height="26"><path d="M512 1024C229.222 1024 0 794.778 0 512 0 229.248 229.222 0 512 0s512 229.248 512 512c0 282.778-229.222 512-512 512" fill="#002F9F" p-id="12417"></path><path d="M345.754 161.331l10.188 30.567a3.686 3.686 0 0 0 3.508 2.534h32.153a3.686 3.686 0 0 1 3.456 2.56 3.738 3.738 0 0 1-1.28 4.096l-26.01 18.918a3.712 3.712 0 0 0-1.33 4.096l10.188 30.592a3.686 3.686 0 0 1-1.382 4.096 3.686 3.686 0 0 1-4.352 0l-26.01-18.867a3.738 3.738 0 0 0-4.352 0l-25.984 18.893a3.712 3.712 0 1 1-6.272-4.02l10.189-30.566a3.712 3.712 0 0 0-1.331-4.121l-26.24-18.79c-1.28-0.973-1.741-2.612-1.28-4.122a3.686 3.686 0 0 1 3.481-2.56h32.128a3.712 3.712 0 0 0 3.533-2.56l10.163-30.541a3.712 3.712 0 0 1 3.328-2.33 3.712 3.712 0 0 1 3.508 2.125M217.498 284.34l10.188 30.567a3.714 3.714 0 0 0 3.508 2.534h32.153a3.763 3.763 0 0 1 3.482 2.56 3.738 3.738 0 0 1-1.28 4.096l-26.035 18.918a3.712 3.712 0 0 0-1.332 4.096l10.19 30.592a3.712 3.712 0 0 1-5.71 4.096l-26.01-18.867a3.738 3.738 0 0 0-4.351 0l-26.266 19.047a3.738 3.738 0 0 1-5.709-4.122l10.19-30.566a3.686 3.686 0 0 0-1.332-4.122l-26.01-18.893a3.712 3.712 0 0 1 2.176-6.681h32.154c1.587 0 2.995-1.024 3.507-2.56l10.189-30.541a3.686 3.686 0 0 1 6.298-0.154m-46.746 171.648l10.189 30.567a3.714 3.714 0 0 0 3.507 2.534h32.128a3.712 3.712 0 1 1 2.176 6.656l-26.035 18.918a3.738 3.738 0 0 0-1.306 4.096L201.6 549.35a3.738 3.738 0 0 1-5.709 4.096l-26.035-18.867a3.66 3.66 0 0 0-4.352 0l-26.01 18.893a3.686 3.686 0 0 1-4.352-0.026 3.686 3.686 0 0 1-1.33-4.096L144 518.784a3.712 3.712 0 0 0-1.331-4.122l-26.803-18.944a3.712 3.712 0 0 1-1.28-4.121 3.686 3.686 0 0 1 3.481-2.56h32.256a3.72 3.72 0 0 0 3.559-2.56l10.163-30.541a3.686 3.686 0 0 1 3.379-2.048c1.408 0 2.688 0.82 3.302 2.1m46.746 171.391l10.189 30.541c0.512 1.536 1.92 2.56 3.507 2.56h32.154a3.712 3.712 0 1 1 2.201 6.656l-26.035 18.918a3.712 3.712 0 0 0-1.331 4.096l10.189 30.592a3.712 3.712 0 0 1-5.71 4.096l-26.009-18.892a3.84 3.84 0 0 0-4.352 0l-26.265 19.072a3.738 3.738 0 0 1-5.71-4.148l10.19-30.54a3.712 3.712 0 0 0-1.332-4.148l-26.01-18.867a3.712 3.712 0 0 1 2.177-6.681h32.153a3.763 3.763 0 0 0 3.508-2.56l10.188-30.541a3.686 3.686 0 0 1 6.298-0.154m123.06 129.101l10.188 30.566c0.512 1.51 1.92 2.56 3.533 2.56h32.128c1.536 0 2.97 1.024 3.456 2.535 0.512 1.51 0 3.174-1.28 4.096l-26.01 18.944a3.66 3.66 0 0 0-1.331 4.096l10.189 30.566a3.686 3.686 0 0 1-1.383 4.096 3.686 3.686 0 0 1-4.352 0l-25.984-18.867a3.763 3.763 0 0 0-4.352 0l-26.01 18.893a3.686 3.686 0 0 1-4.351-0.026 3.635 3.635 0 0 1-1.357-4.096l10.189-30.566a3.66 3.66 0 0 0-1.331-4.096l-26.01-18.944a3.712 3.712 0 0 1-1.306-4.096 3.712 3.712 0 0 1 3.482-2.56h32.128a3.738 3.738 0 0 0 3.533-2.56l10.189-30.541a3.712 3.712 0 0 1 6.041 0m172.365 44.16l10.189 30.566a3.738 3.738 0 0 0 3.507 2.56h32.154a3.712 3.712 0 0 1 3.456 2.535 3.738 3.738 0 0 1-1.28 4.096l-26.01 18.918a3.635 3.635 0 0 0-1.331 4.096l10.189 30.592a3.712 3.712 0 0 1-5.71 4.096l-26.034-18.867a3.738 3.738 0 0 0-4.352 0l-26.24 18.995a3.738 3.738 0 0 1-5.71-4.121l10.19-30.567a3.712 3.712 0 0 0-1.332-4.121l-26.035-18.893a3.712 3.712 0 0 1 2.202-6.656h32.128a3.712 3.712 0 0 0 3.507-2.56l10.189-30.567a3.686 3.686 0 0 1 3.149-1.792 3.686 3.686 0 0 1 3.174 1.69m172.262-44.16l10.19 30.566a3.689 3.689 0 0 0 3.506 2.56h32.128a3.686 3.686 0 0 1 2.202 6.656l-26.035 18.919a3.66 3.66 0 0 0-1.331 4.096l10.188 30.566a3.66 3.66 0 0 1-1.356 4.096 3.686 3.686 0 0 1-4.352 0l-26.01-18.867a3.738 3.738 0 0 0-4.352 0l-26.01 18.893a3.712 3.712 0 1 1-5.708-4.122l10.188-30.566a3.686 3.686 0 0 0-1.305-4.096l-26.035-18.944a3.738 3.738 0 0 1-1.28-4.096 3.66 3.66 0 0 1 3.456-2.56h31.539a3.712 3.712 0 0 0 3.507-2.56l10.189-30.541a3.738 3.738 0 0 1 6.656 0m125.773-129.1l10.188 30.54c0.512 1.536 1.92 2.56 3.508 2.56h32.153a3.712 3.712 0 0 1 2.176 6.656l-26.06 18.995a3.763 3.763 0 0 0-1.332 4.147l10.189 30.541a3.738 3.738 0 0 1-5.709 4.147l-26.035-18.944a3.738 3.738 0 0 0-4.352 0l-26.01 18.944a3.712 3.712 0 0 1-5.683-4.147l10.189-30.54a3.763 3.763 0 0 0-1.331-4.148l-26.035-18.867a3.712 3.712 0 1 1 2.201-6.682h32.128a3.712 3.712 0 0 0 3.507-2.56l10.19-30.566a3.789 3.789 0 0 1 3.046-1.638 3.82 3.82 0 0 1 3.072 1.536m42.316-168.884l10.19 30.567a3.714 3.714 0 0 0 3.506 2.534h32.154a3.763 3.763 0 0 1 3.456 2.56c0.512 1.51 0 3.175-1.28 4.096l-26.112 18.867a3.763 3.763 0 0 0-1.331 4.148l10.189 30.54a3.763 3.763 0 0 1-1.383 4.096 3.738 3.738 0 0 1-4.352 0l-25.984-18.867a3.763 3.763 0 0 0-4.352 0l-26.01 18.893a3.738 3.738 0 0 1-4.351 0 3.686 3.686 0 0 1-1.357-4.122l10.189-30.54a3.763 3.763 0 0 0-1.332-4.148l-26.01-18.892a3.635 3.635 0 0 1-1.28-4.096 3.673 3.673 0 0 1 3.457-2.586h31.641c1.588 0 2.996-1.024 3.508-2.56l10.163-30.54a3.763 3.763 0 0 1 3.328-2.049 3.763 3.763 0 0 1 3.328 2.1m-44.903-174.132l10.19 30.567a3.714 3.714 0 0 0 3.506 2.534h32.154a3.763 3.763 0 0 1 3.482 2.56 3.738 3.738 0 0 1-1.28 4.096l-26.036 18.918a3.712 3.712 0 0 0-1.33 4.096l10.188 30.592a3.738 3.738 0 0 1-5.709 4.122l-26.01-18.893a3.738 3.738 0 0 0-4.351 0l-26.266 19.047a3.738 3.738 0 0 1-5.709-4.122l10.189-30.566a3.712 3.712 0 0 0-1.331-4.122l-26.01-18.893a3.712 3.712 0 1 1 2.176-6.681h32.154c1.587 0 2.995-1.024 3.507-2.56l10.189-30.541a3.686 3.686 0 0 1 6.297-0.154M685.158 161.331l10.19 30.567a3.66 3.66 0 0 0 3.506 2.534h32.128a3.712 3.712 0 0 1 2.202 6.656l-26.035 18.918a3.712 3.712 0 0 0-1.331 4.096l10.188 30.592a3.66 3.66 0 0 1-1.356 4.096 3.686 3.686 0 0 1-4.352 0l-26.01-18.867a3.738 3.738 0 0 0-4.352 0l-26.01 18.893a3.712 3.712 0 1 1-5.708-4.122l10.188-30.566a3.738 3.738 0 0 0-1.305-4.122l-26.65-18.688a3.712 3.712 0 1 1 2.202-6.681h32.128a3.68 3.68 0 0 0 3.507-2.56l10.189-30.541a3.712 3.712 0 1 1 6.681-0.205M515.482 114.74l10.188 30.567a3.722 3.722 0 0 0 3.533 2.534h32.128a3.712 3.712 0 1 1 2.202 6.656l-26.112 18.816a3.712 3.712 0 0 0-1.306 4.096L546.304 208a3.738 3.738 0 0 1-5.709 4.122l-26.01-18.893a3.686 3.686 0 0 0-4.351 0l-26.01 18.893a3.738 3.738 0 0 1-5.709-4.122l10.189-30.566a3.712 3.712 0 0 0-1.331-4.122l-26.01-18.944c-1.28-0.922-1.792-2.586-1.28-4.096a3.712 3.712 0 0 1 3.456-2.56h32.128a3.712 3.712 0 0 0 3.533-2.56l10.189-30.515a3.66 3.66 0 0 1 6.093 0.102" fill="#FFC911" p-id="12418"></path></svg>Europe</a>
            <div class="desc">*For European Countries' Customers</div>
          </li>
        
        </ul>
      </div> 
    
  </div>
</div>
<script>
var isInitEvent = false;

function initCurrencySelectorEvent(selector) {
  let list = document.querySelectorAll(selector + ' li.converterTriggers')
  for(let i = 0; i < list.length; i++) {
    list[i].addEventListener('click', e => {
      let el = e.target;
      console.log(el, el.innerText)
      $(selector + ' .custom-current-language-currency-item span.bucks-selected').text(el.innerText)
    })
  }
  isInitEvent = true;
}
$(function() {
  initHandle('#HeaderWrapper')
  initHandle('#NavDrawer')
})
function initHandle(selector) {
  console.log(document.querySelector(selector + ' .gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
  $(selector + ' .custom-current-language-currency-item span.google-translate-selected').text(document.querySelector(selector + ' .gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
  $(selector + ' .custom-current-language-currency-item span.bucks-selected').text((sessionStorage.getItem('buckscc_customer_currency') || "USD").replaceAll('"',''))
  $(selector + ' .custom-language-currency-brand').mouseleave( function() {
    console.log(document.querySelector(selector + ' .gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
    $(selector + ' .custom-current-language-currency-item span.google-translate-selected').text(document.querySelector(selector + ' .gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
    $(selector + ' .custom-language-currency-brand').hide()
  })
  /* $(selector + ' .custom-language-select-list').mouseleave( function() {
    $(selector + ' .custom-language-select-list').hide()
  }) */
  $(selector + ' .custom-country-select-list').mouseleave( function() {
    $(selector + ' .custom-country-select-list').hide()
  })
  $(selector + ' div.custom-current-language-currency-item').on('click', (e)=>{
    e.preventDefault();
    // $(selector + ' .custom-language-select-list').hide()
    $(selector + ' .custom-language-currency-brand').toggle() 
    if(!isInitEvent){
      console.log(document.querySelector('.gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
      $(selector + ' .custom-current-language-currency-item span.google-translate-selected').text(document.querySelector('.gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
      initCurrencySelectorEvent('#HeaderWrapper')
      initCurrencySelectorEvent('#NavDrawer')
    }
  })
  $(selector + '.custom-language-currency-brand').click(() => {
    console.log(document.querySelector(selector + ' .gt_container--6y14nx .gt_switcher .gt_selected a').innerText.trim())
  })
  $(selector + ' .custom-current-country-select-item').on('click', (e)=>{
    e.preventDefault();
    $(selector + ' .custom-country-select-list').toggle()
  })
}
</script></div>
          </div><div class="site-header__search-container small--hide">
          <div class="site-header__search">
            <div class="page-width">
              <form action="/search" method="get" role="search"
                id="HeaderSearchForm"
                class="site-header__search-form">
                
                <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
                  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
                  <span class="icon__fallback-text">Search</span>
                </button>
                <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
                <input type="hidden" name="type" value="product,article,page,collection">
                <input type="hidden" name="options[prefix]" value="last">
              </form>
              <button type="button" id="SearchClose" class="js-search-header-close text-link site-header__search-btn">
                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
                <span class="icon__fallback-text">"Close (esc)"</span>
              </button>
            </div>
          </div><div id="PredictiveWrapper" class="predictive-results hide" data-image-size="square">
              <div class="page-width">
                <div id="PredictiveResults" class="predictive-result__layout"></div>
                <div class="text-center predictive-results__footer">
                  <button type="button" class="btn btn--small" data-predictive-search-button>
                    <small>View more</small>
                  </button>
                </div>
              </div>
            </div></div> 
      </div>
      </header>
    </div>
  </div>
</div>

 
<style> #shopify-section-header div.custom-country-select-item {padding-bottom: 7.5px;} #shopify-section-header .custom-current-country-currency-item > svg {width: 22px; height: 22px; top: 4px; position: relative; cursor: pointer;} @media screen and (max-width: 768px) {#shopify-section-header .custom-current-country-select-item.site-nav__link {color: #000; }} </style></div><div id="shopify-section-newsletter-popup" class="shopify-section index-section--hidden">




<div
  id="NewsletterPopup-newsletter-popup"
  class="modal modal--square modal--mobile-friendly"
  data-section-id="newsletter-popup"
  data-section-type="newsletter-popup"
  data-delay-days="30"
  data-has-reminder=""
  data-delay-seconds="5"
  
  data-test-mode="false"
  data-enabled="false">
  <div class="modal__inner">
    <div class="modal__centered medium-up--text-center">
      <div class="modal__centered-content ">

        <div class="newsletter newsletter-popup ">
          

          <div class="newsletter-popup__content"><h3>SIGN UP FOR NEWSLETTER</h3><div class="rte"><p>Be the first to receive CHUWI STORE's the latest news, knowledge boom and exclusive deals!</p></div><div class="popup-cta">
<link rel="preconnect" href="https://www.google.com">
<link rel="preconnect" href="https://www.gstatic.com" crossorigin>

<script src="https://www.google.com/recaptcha/api.js"></script><form method="post" action="/contact#newsletter-newsletter-popup" id="newsletter-newsletter-popup" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
<label for="Email-newsletter-popup" class="hidden-label">Enter your email</label>
    <input type="hidden" name="contact[tags]" value="prospect,newsletter">
    <input type="hidden" name="contact[context]" value="popup">
    <div class="input-group newsletter__input-group">
      <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-newsletter-popup" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
      
      <div class="input-group-btn">
        <button type="submit"
              class="btn g-recaptcha" 
              name="commit" 
        >
          <span class="form__submit--large">SUBSCRIBE</span>
          <span class="form__submit--small">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15"><path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"/></svg>
          </span>
        </button>
      </div>
    </div></form>
</div>
              <a href="https://store.chuwi.com/" class="btn newsletter-button">
                <div class="button--text">
                  Continue Visiting Store
                </div>
              </a>
            

            
          </div>
        </div>
      </div>

      <button type="button" class="modal__close js-modal-close text-link">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
        <span class="icon__fallback-text">"Close (esc)"</span>
      </button>
    </div>
  </div>
</div>
<script>
    $(function() {
        if(window.location.search && window.location.search.includes('customer_posted=true')) {
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>h3').html("Thanks for your sign up")
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>.rte').html("More surprises from Chuwi Store about products, news, events and promotions (including offers and discounts) will be sended to your mailbox.")
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>a.newsletter-button').show()
        } else {
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>h3').html("SIGN UP FOR NEWSLETTER")
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>.rte').html("<p>Be the first to receive CHUWI STORE's the latest news, knowledge boom and exclusive deals!</p>")
          $('#NewsletterPopup-newsletter-popup .newsletter-popup__content>a.newsletter-button').hide()
        }
    })
</script>





</div><div id="shopify-section-switch-site-warntip" class="shopify-section index-section--hidden">
<div
  id="SwitchSitePopup-switch-site-warntip"
  class="custom-modal modal--square modal--mobile-friendly notranslate"
  data-section-id="switch-site-warntip"
  data-section-type="switchsite-popup"
  >
   <div class="custom-modal__inner">
    <div class="modal__centered medium-up--text-center">
      <button type="button" class="modal__close js-modal-close text-link" style="display: none">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
        <span class="icon__fallback-text">"Close (esc)"</span>
      </button>
      
      <div class="modal__centered-content data-site-" data-site="">
        <div class="position-tip">
          It seems you're in % country %.Redirect to % storename % to see the content specific to your location and shop online.
        </div>
        <button class="btn confirm-btn">Yes,Please</button>
        <button class="btn cancel-btn">No,Thanks</button>
      </div>
      
      <div class="modal__centered-content data-site-JP" data-site="JP">
        <div class="position-tip">
          現在、 % country %.にお住まいでしょうか？% storename % にリダイレクトすると、日本向けのスペシャルコンテンツが見られます。CHUWI JP Storeで楽しみショッピングしてください。
        </div>
        <button class="btn confirm-btn">はい、入ります</button>
        <button class="btn cancel-btn">いいえ、結構です</button>
      </div>
      
      <div class="modal__centered-content data-site-ES" data-site="ES">
        <div class="position-tip">
          Parece que estás en % country %. Redirigir a % storename % para ver el contenido específico de tu ubicación.
        </div>
        <button class="btn confirm-btn">sí,por favor</button>
        <button class="btn cancel-btn">No,gracias</button>
      </div>
      
      <div class="modal__centered-content data-site-DE" data-site="DE">
        <div class="position-tip">
          Es scheint, dass sich Ihr Standort derzeit in % country % befindet. Bitte lassen Sie sich zu % storename % weiterleiten, um auf Inhalte zugreifen zu können, die für Ihre Region spezifisch sind.
        </div>
        <button class="btn confirm-btn">Ja, bitte.</button>
        <button class="btn cancel-btn">Nein danke.</button>
      </div>
      
      <div class="modal__centered-content data-site-PT" data-site="PT">
        <div class="position-tip">
          Parece que você está atualmente localizado em % country %. Por favor, seja redirecionado para % storename % para acessar o conteúdo específico da sua região.
        </div>
        <button class="btn confirm-btn">Sim, por favor.</button>
        <button class="btn cancel-btn">Não, obrigado.</button>
      </div>
      
      <div class="modal__centered-content data-site-RU" data-site="RU">
        <div class="position-tip">
          Похоже, что ваше текущее местоположение - % country %. Пожалуйста, перейдите на % storename %, чтобы получить доступ к контенту, специфическому для вашего региона.
        </div>
        <button class="btn confirm-btn">Да, пожалуйста.</button>
        <button class="btn cancel-btn">Нет, спасибо.</button>
      </div>
      
      <div class="modal__centered-content data-site-" data-site="">
        <div class="position-tip">
          Sembra che tu sia attualmente situato in % country %. Sii gentile e fai il redirezionamento a % storename % per accedere ai contenuti specifici per la tua regione.
        </div>
        <button class="btn confirm-btn">Sì, per favore.</button>
        <button class="btn cancel-btn">No, grazie.</button>
      </div>
      
    </div>
  </div>
</div>
<script src="//store.chuwi.com/cdn/shop/t/20/assets/country_site.js?v=111720823990783470101691546087" defer="defer"></script>
<script>
  $(function() {
    $('div#shopify-section-switch-site-warntip').css('display', 'none')
    $(`#SwitchSitePopup-switch-site-warntip .modal__close`).click(()=>closePopup())
    function closePopup() {
      console.log('close')
      $('div#shopify-section-switch-site-warntip').css('display', 'none')
    }
    getIpByIpify((country, country_code, country_img, redirectAddress, storeName) => {
      $('#SwitchSitePopup-switch-site-warntip .modal__centered-content').hide();
      let el = $(`#SwitchSitePopup-switch-site-warntip .modal__centered-content[data-site='${country_code}']`), elSelector = `#SwitchSitePopup-switch-site-warntip .modal__centered-content[data-site='${country_code}']`;
      if (el.length) {
        el.eq(0).show();
      } else {
        elSelector = `#SwitchSitePopup-switch-site-warntip .modal__centered-content.data-site-`
        $(`#SwitchSitePopup-switch-site-warntip .modal__centered-content.data-site-`).eq(0).show()
      }
      let tip_text = $(elSelector + ' .position-tip').html();
      $(elSelector + ' .position-tip').html(tip_text.replace('% country %', `<img class="country-img" src='${country_img}' /><b class="country-name">`+country+'</b>').replace('% storename %', '<b class="store-name">'+storeName+'</b>'))
      
      $(elSelector + ' .confirm-btn').click(()=>{
        window.location = redirectAddress
      })
      $(elSelector + ' .cancel-btn').click(()=>closePopup())
      
      $('div#shopify-section-switch-site-warntip').css('display', 'inline-block')
    });
  })
</script>
<style data-shopify>
  div#shopify-section-switch-site-warntip {
    display: none;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    z-index: 9999;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px #d7d5d5;
  }
  @media screen and (max-width: 450px) {
    div#shopify-section-switch-site-warntip {width: calc(100% - 1em);}
  }
  div#SwitchSitePopup-switch-site-warntip .modal__inner {border-radius: 6px;}
  div#SwitchSitePopup-switch-site-warntip.modal--square .modal__centered-content {
    max-width: 500px;
  }
  div#SwitchSitePopup-switch-site-warntip .position-tip,div#SwitchSitePopup-switch-site-warntip .redirect-tip {
    margin: 0.5rem 0;
    font-size: 1.2em;
    font-weight: 200;
  }
  div#SwitchSitePopup-switch-site-warntip .current-country,div#SwitchSitePopup-switch-site-warntip .device-site {
    font-weight: bold;
    margin: 0 0.5rem;
  }
  div#SwitchSitePopup-switch-site-warntip .modal__centered-content .country-img {
    height: 1em;
    display: inline-block;
  }
  div#SwitchSitePopup-switch-site-warntip .modal__centered-content .country-name {}
  div#SwitchSitePopup-switch-site-warntip .modal__centered-content .store-name {
    text-decoration: underline;
  }
  
  div#SwitchSitePopup-switch-site-warntip .modal__centered-content .btn {
    width: 100%;
    margin: 0.3rem 0;
    border-radius: 6px;
  }
  div#SwitchSitePopup-switch-site-warntip .modal__centered-content .cancel-btn {
    background: #a5a5a5;
    color: #fff;
  }
</style>



</div>
        <main class="main-content" id="MainContent">
          <h1 style="display: none;">CHUWI Official STORE- Smart Tech, Wise Life – CHUWI</h1>
          <!-- LayoutHub-Workspace-Start -->
          <div id="shopify-section-template--16707879305447__main" class="shopify-section"><style data-shopify>.testimonials-template--16707879305447__main {
      background-color: ;
      color: ;
    }
  .product-block.custom-point-describe-container {
      position: relative;
      margin-bottom: 3rem;
      pointer-events:none;
      transition: all 0.4s ease;
  }
  .custom-point-describe--wrapper {
      max-height: 180px;
      overflow-y: hidden;
  }
  .product-block.custom-point-describe-container::after {
      content: 'Learn More>';
      /* display: inline-block; */
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -2rem;
      color: #ec6521;
      background: linear-gradient(to bottom, transparent, #fff);
      display: flex;
      align-items: flex-end;
      pointer-events:auto;
      transition: all 0.4s ease;
  }
  .product-block.custom-point-describe-container.active .custom-point-describe--wrapper {
      max-height: unset;
      height: 100%
  }
  .product-block.custom-point-describe-container.active::after {
      content: 'Fold>';
      background: transparent;
  }

  /* bootcss */
  .con .container{max-width:1200px;margin-right:auto;margin-left:auto;}
  .con .row{display:flex;flex-wrap: wrap;display: -ms-flexbox;-ms-flex-wrap: wrap;}
  .con .col, .con .col-1, .con .col-10, .con .col-11, .con .col-12, .con .col-2, .con .col-3, .con .col-4, .con .col-5, .con .col-6, .con .col-7, .con .col-8, .con .col-9, .con .col-auto, .con .col-lg, .con .col-lg-1, .con .col-lg-10, .con .col-lg-11, .con .col-lg-12, .con .col-lg-2, .con .col-lg-3, .con .col-lg-4, .con .col-lg-5, .con .col-lg-6, .con .col-lg-7, .con .col-lg-8, .con .col-lg-9, .con .col-lg-auto, .con .col-md, .con .col-md-1, .con .col-md-10, .con .col-md-11, .con .col-md-12, .con .col-md-2, .con .col-md-3, .con .col-md-4, .con .col-md-5, .con .col-md-6, .con .col-md-7, .con .col-md-8, .con .col-md-9, .con .col-md-auto, .con .col-sm, .con .col-sm-1, .con .col-sm-10, .con .col-sm-11, .con .col-sm-12, .con .col-sm-2, .con .col-sm-3, .con .col-sm-4, .con .col-sm-5, .con .col-sm-6, .con .col-sm-7, .con .col-sm-8, .con .col-sm-9, .con .col-sm-auto, .con .col-xl, .con .col-xl-1, .con .col-xl-10, .con .col-xl-11, .con .col-xl-12, .con .col-xl-2, .con .col-xl-3, .con .col-xl-4, .con .col-xl-5, .con .col-xl-6, .con .col-xl-7, .con .col-xl-8, .con .col-xl-9, .con .col-xl-auto{position: relative;}
  .con .col{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
  .con .col-1{-ms-flex: 0 0 8.3333%;flex: 0 0 8.3333%;max-width: 8.3333%;}
  .con .col-2{-ms-flex: 0 0 16.6667%;flex: 0 0 16.6667%;max-width: 16.6667%;}
  .con .col-3{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
  .con .col-4{-ms-flex: 0 0 33.3333%;flex: 0 0 33.3333%;max-width: 33.3333%;}
  .con .col-5{-ms-flex: 0 0 41.6667%;flex: 0 0 41.6667%;max-width: 41.6667%;}
  .con .col-6{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .con .col-7{-ms-flex: 0 0 58.3333%;flex: 0 0 58.3333%;max-width: 58.3333%;}
  .con .col-8{-ms-flex: 0 0 66.6667%;flex: 0 0 66.6667%;max-width: 66.6667%;}
  .con .col-9{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
  .con .col-10{-ms-flex: 0 0 83.3333%;flex: 0 0 83.3333%;max-width: 83.3333%;}
  .con .col-11{-ms-flex: 0 0 91.6667%;flex: 0 0 91.6667%;max-width: 91.6667%;}
  .con .col-12{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}</style><div
  id="ProductSection-template--16707879305447__main-8093090578663"
  class="product-section"
  data-section-id="template--16707879305447__main"
  data-product-id="8093090578663"
  data-section-type="product"
  data-product-handle="hipad-x-keyboard"
  data-product-title="HiPad X Keyboard | Magnetic Docking | CHUWI"
  data-product-url="/products/hipad-x-keyboard"
  data-aspect-ratio="100.0"
  data-img-url="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_{width}x.jpg?v=1660977338"
  
    data-history="true"
  
  data-modal="false"
><script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Product",
    "offers": [{
          "@type" : "Offer","sku": "HPXK","availability" : "http://schema.org/InStock",
          "price" : 29.9,
          "priceCurrency" : "USD",
          "priceValidUntil": "2023-12-14",
          "url" : "https:\/\/store.chuwi.com\/products\/hipad-x-keyboard?variant=44367689384167"
        }
],
    "brand": "Chuwi Global Store",
    "sku": "HPXK",
    "name": "HiPad X Keyboard | Magnetic Docking | CHUWI",
    "description": "\n\n",
    "category": "",
    "url": "https://store.chuwi.com/products/hipad-x-keyboard","image": {
      "@type": "ImageObject",
      "url": "https://store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1024x1024.jpg?v=1660977338",
      "image": "https://store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1024x1024.jpg?v=1660977338",
      "name": "HiPad X Keyboard | Magnetic Docking | CHUWI",
      "width": 1024,
      "height": 1024
    }
  }
</script>
<div class="page-content page-content--product">
    <div class="page-width">
      <div class="grid grid--product-images--partial"><div class="grid__item medium-up--one-half product-single__sticky"><div
    data-product-images
    data-zoom="true"
    data-has-slideshow="true">
    <div class="product__photos product__photos-template--16707879305447__main product__photos--below">

      <div class="product__main-photos" data-aos data-product-single-media-group>
        <div data-product-photos class="product-slideshow" id="ProductPhotos-template--16707879305447__main">
<div
  class="product-main-slide starting-slide"
  data-index="0"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1800x1800.jpg?v=1660977338"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="1"
          data-src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_{width}x.jpg?v=1660977338"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1400x.jpg?v=1660977338"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="1"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_1800x1800.jpg?v=1660977338"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="2"
          data-src="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_{width}x.jpg?v=1660977338"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_1400x.jpg?v=1660977338"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="2"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_1800x1800.jpg?v=1660977338"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="3"
          data-src="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_{width}x.jpg?v=1660977338"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_1400x.jpg?v=1660977338"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="3"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_1800x1800.jpg?v=1660976551"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="4"
          data-src="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_{width}x.jpg?v=1660976551"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_1400x.jpg?v=1660976551"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="4"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_1800x1800.jpg?v=1660976553"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="5"
          data-src="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_{width}x.jpg?v=1660976553"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_1400x.jpg?v=1660976553"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="5"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_1800x1800.jpg?v=1660976552"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="6"
          data-src="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_{width}x.jpg?v=1660976552"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_1400x.jpg?v=1660976552"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>

<div
  class="product-main-slide secondary-slide"
  data-index="6"
  >

  <div data-product-image-main class="product-image-main"><div class="image-wrap" style="height: 0; padding-bottom: 100.0%;"><img class="photoswipe__image lazyload"
          data-photoswipe-src="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_1800x1800.jpg?v=1660976551"
          data-photoswipe-width="1000"  
          data-photoswipe-height="1000"
          data-index="7"
          data-src="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_{width}x.jpg?v=1660976551"
          data-widths="[360, 540, 720, 900, 1080]"
          data-aspectratio="1.0"
          data-sizes="auto"
          alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

        <noscript>
          <img class="lazyloaded"
            src="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_1400x.jpg?v=1660976551"
            alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
        </noscript><button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64"><path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"/></svg>
            <span class="icon__fallback-text">Close (esc)</span>
          </button></div></div>

</div>
</div></div>

      <div
        data-product-thumbs
        class="product__thumbs product__thumbs--below product__thumbs-placement--left small--hide"
        data-position="below"
        data-arrows="true"
        data-aos><button type="button" class="product__thumb-arrow product__thumb-arrow--prev hide">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 284.49 498.98"><path d="M249.49 0a35 35 0 0 1 24.75 59.75L84.49 249.49l189.75 189.74a35.002 35.002 0 1 1-49.5 49.5L10.25 274.24a35 35 0 0 1 0-49.5L224.74 10.25A34.89 34.89 0 0 1 249.49 0z"/></svg>
          </button><div class="product__thumbs--scroller"><div class="product__thumb-item"
                data-index="0"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1800x1800.jpg?v=1660977338"
                    data-product-thumb
                    class="product__thumb"
                    data-index="0"
                    data-id="31386236289255"><img class="animation-delay-3 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_{width}x.jpg?v=1660977338"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_400x.jpg?v=1660977338"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="1"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_1800x1800.jpg?v=1660977338"
                    data-product-thumb
                    class="product__thumb"
                    data-index="1"
                    data-id="31386236223719"><img class="animation-delay-6 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_{width}x.jpg?v=1660977338"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/1_47fe86d9-2756-45a2-8164-084f17d4e096_400x.jpg?v=1660977338"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="2"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_1800x1800.jpg?v=1660977338"
                    data-product-thumb
                    class="product__thumb"
                    data-index="2"
                    data-id="31386236256487"><img class="animation-delay-9 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_{width}x.jpg?v=1660977338"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/2_3d28020b-b12d-4330-b319-6dc93feee76a_400x.jpg?v=1660977338"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="3"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_1800x1800.jpg?v=1660976551"
                    data-product-thumb
                    class="product__thumb"
                    data-index="3"
                    data-id="31386236322023"><img class="animation-delay-12 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_{width}x.jpg?v=1660976551"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/4_dbcef6b6-1a11-4989-98e1-9dcee5b300fa_400x.jpg?v=1660976551"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="4"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_1800x1800.jpg?v=1660976553"
                    data-product-thumb
                    class="product__thumb"
                    data-index="4"
                    data-id="31386236420327"><img class="animation-delay-15 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_{width}x.jpg?v=1660976553"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/5_597ac006-b6d5-42b2-9bca-c86320d4d816_400x.jpg?v=1660976553"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="5"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_1800x1800.jpg?v=1660976552"
                    data-product-thumb
                    class="product__thumb"
                    data-index="5"
                    data-id="31386236453095"><img class="animation-delay-18 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_{width}x.jpg?v=1660976552"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/6_be42583b-97bd-4304-ac61-de2c711ddb19_400x.jpg?v=1660976552"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div><div class="product__thumb-item"
                data-index="6"
                >
                <div class="image-wrap" style="height: 0; padding-bottom: 100.0%;">
                  <a
                    href="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_1800x1800.jpg?v=1660976551"
                    data-product-thumb
                    class="product__thumb"
                    data-index="6"
                    data-id="31386236485863"><img class="animation-delay-21 lazyload"
                        data-src="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_{width}x.jpg?v=1660976551"
                        data-widths="[120, 360, 540, 720]"
                        data-aspectratio="1.0"
                        data-sizes="auto"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">

                    <noscript>
                      <img class="lazyloaded"
                        src="//store.chuwi.com/cdn/shop/products/lQDPJxaZZ5lVMR3NA-jNA-iwKhvk1QDHQ5UC_GeQEYAnAQ_1000_1000_400x.jpg?v=1660976551"
                        alt="HiPad X Keyboard | Magnetic Docking | CHUWI">
                    </noscript>
                  </a>
                </div>
              </div></div><button type="button" class="product__thumb-arrow product__thumb-arrow--next">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 284.49 498.98"><path d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z"/></svg>
          </button></div>
    </div>
  </div>

  <script type="application/json" id="ModelJson-template--16707879305447__main">
    []
  </script></div><div class="grid__item medium-up--one-half">
          <div class="product-single__meta">
            <div class="product-block product-block--header"><h1 class="h2 product-single__title notranslate">HiPad X Keyboard | Magnetic Docking | CHUWI
</h1></div>

            <div data-product-blocks><div class="product-block product-block--price" ><span
                          data-a11y-price
                          class="visually-hidden"
                          aria-hidden="false"
                        >
                          Regular price
                        </span>
                        <span data-product-price-wrap class="">
                          <span data-compare-price class="product__price product__price--compare"><span class=money>$39.90</span>
</span>
                        </span>
                        <span data-compare-price-a11y class="visually-hidden">Sale price</span><span
                        data-product-price
                        class="product__price on-sale"
                      ><span class=money>$29.90</span>
</span><div
                        data-unit-price-wrapper
                        class="product__unit-price product__unit-price--spacing  hide"
                      ><span data-unit-price></span>/<span data-unit-base></span>
                      </div><div class="product__policies rte small--text-center">
<a href='/policies/shipping-policy' style='color: #006fbb'>Shipping</a> calculated at checkout.
</div></div><div class="product-block" ><hr></div><div class="product-block custom-point-describe-container" >
                      <div class="custom-point-describe--wrapper">
                        
                      </div>
                    </div><div class="product-block" >
                      
                    </div><div class="product-block" ></div><div class="product-block" >
                      <div class="product__quantity">
                        
                        <label for="Quantity-template--16707879305447__main8093090578663">Quantity</label><div class="js-qty__wrapper">
  <input type="text" id="Quantity-template--16707879305447__main8093090578663"
    class="js-qty__num"
    value="1"
    min="1"
    aria-label="quantity"
    pattern="[0-9]*"
    form="AddToCartForm-template--16707879305447__main-8093090578663"
    name="quantity">
  <button type="button"
    class="js-qty__adjust js-qty__adjust--minus"
    aria-label="Reduce item quantity by one">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" viewBox="0 0 20 20"><path fill="#444" d="M17.543 11.029H2.1A1.032 1.032 0 0 1 1.071 10c0-.566.463-1.029 1.029-1.029h15.443c.566 0 1.029.463 1.029 1.029 0 .566-.463 1.029-1.029 1.029z"/></svg>
      <span class="icon__fallback-text" aria-hidden="true">&minus;</span>
  </button>
  <button type="button"
    class="js-qty__adjust js-qty__adjust--plus"
    aria-label="Increase item quantity by one">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" viewBox="0 0 20 20"><path fill="#444" d="M17.409 8.929h-6.695V2.258c0-.566-.506-1.029-1.071-1.029s-1.071.463-1.071 1.029v6.671H1.967C1.401 8.929.938 9.435.938 10s.463 1.071 1.029 1.071h6.605V17.7c0 .566.506 1.029 1.071 1.029s1.071-.463 1.071-1.029v-6.629h6.695c.566 0 1.029-.506 1.029-1.071s-.463-1.071-1.029-1.071z"/></svg>
      <span class="icon__fallback-text" aria-hidden="true">+</span>
  </button>
</div>
</div>
                    </div>




<script>
  
</script>
<style data-shopify>
  .custom-coupon-section-container {
    font-size: 17px;
    max-width: 25em;
    margin: 1em 0;
  }
  .custom-coupon-section-container .custom-coupon-container {
    display: grid;
    width: 100%;
    color: #e0c89d;
    padding: 0em 1em;
    grid-template-columns: 4fr 1em 1.6fr;
    /* background-image: url('https://cdn.shopify.com/s/files/1/0754/7466/5772/files/orange-coupon-bg.png?v=1699436558');
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat; */
    background: #362611;
    border: 2px solid #ff8d00;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px #ff8d00;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper {
    padding: 0.5em 1em;
    margin-right: 0em;
    /* background: radial-gradient(circle at 0 0, #fff 10px, transparent 10px), radial-gradient(circle at 100% 0, #fff 10px, transparent 10px), radial-gradient(circle at 0 100%, #fff 10px, transparent 10px), radial-gradient(circle at 100% 100%, #fff 10px, transparent 10px), linear-gradient(to right, #f5ab69, #ec6521); */
    text-align: center;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper .coupon-label {
    font-size: 1.3em;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper .coupon-code {
    line-height: 2em;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper .coupon-code .coupon-code-value {
    border: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    background: transparent;
    width: 6em !important;
    min-width: unset !important;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper .coupon-divide {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon--wrapper .coupon-time {
    display: flex;
    justify-content: center;
    font-size: 0.6em;
    margin-top: 0.5em;
    white-space: nowrap;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon-divide-block {
    font-size: 10px;
    letter-spacing: 0.2em;
    width: 1em;
    overflow: hidden;
    color: #ff8d00;
    /* background: radial-gradient(circle at 100% 100%, #fff 10px, transparent 10px), radial-gradient(circle at 0% 0%, #fff 10px, transparent 10px), repeating-linear-gradient(#fff 0%, #fff 6%, #ec6521 6%, #ec6521 10%); */
  }
  .custom-coupon-section-container .custom-coupon-container .coupon-divide-text {
    transform: rotate(90deg);
  }
  .custom-coupon-section-container .custom-coupon-container .coupon-usage-box {
    /* padding: 1em 2em; */
    /* background: radial-gradient(circle at 0 0, #fff 10px, transparent 10px), radial-gradient(circle at 100% 0, #fff 10px, transparent 10px), radial-gradient(circle at 0 100%, #fff 10px, transparent 10px), radial-gradient(circle at 100% 100%, #fff 10px, transparent 10px), #ffd3bf; */
    font-weight: bold;
    display: grid;
    place-items: center;
  }
  .custom-coupon-section-container .custom-coupon-container .coupon-usage-box .coupon-usage {
    padding: 0.5em 1.5em;
    background-image: url('https://cdn.shopify.com/s/files/1/0766/2000/5675/files/orange-coupon-btn.png?v=1699434211');
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .custom-coupon-section-container .custom-coupon-copy-tip {
    color: #f35302;
    line-height: 2em;
    font-weight: bold;
    display: none;
  }
  @media screen and (max-width: 768px) {
    .custom-coupon-section-container .custom-coupon-container .coupon-usage-box .coupon-usage {
      padding: 0.5em 1em;
    }
  }
</style>

<div class="product-block" ><div class="product-block"><script>
$(function() {
  $('.custom-shopify-buy-btn').click(() => {
    console.log('click');
    $('.shopify-payment-button button.shopify-payment-button__more-options').click();
  })
})
</script><form method="post" action="/cart/add" id="AddToCartForm-template--16707879305447__main-8093090578663" accept-charset="UTF-8" class="product-single__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><div class="payment-buttons"><button
      type="submit"
      name="add"
      data-add-to-cart
      onclick="
      
      dataLayer.push({ 'ecommerce': null });dataLayer.push({
        'event': 'add_to_cart',
        'ecommerce': {
	        'currency': 'USD',
    		'value':29.9,                        
    		'items': [{
        		'item_id':8093090578663,
        		'id': 'shopify_US_8093090578663_44367689384167',
        		'google_business_vertical': 'retail',
        		'item_name': 'HiPad X Keyboard | Magnetic Docking | CHUWI',
                'item_brand': 'Chuwi Global Store',
                'item_category': 'CHUWI Accessories',
                'item_variant': 'Default Title',
    		}]
    	}
      });"
      class="btn btn--full add-to-cart btn--secondary"
      >
      <span data-add-to-cart-text data-default-text="Add to cart">
        Add to cart
      </span>
    </button>

    <style data-shopify>
        .custom-shopify-buy-btn.btn {
            width: 49%;
            border: 1px solid var(--colorBtnPrimary);
            border-radius: 10px;
            font-size: 14px;
            height: 50px;
            padding: 0;
            display: none;
          }
          /* .shopify-payment-button[data-shopify="payment-button"] {display: none;} */
          .shopify-payment-button[data-shopify="payment-button"] .shopify-payment-button__button--branded {
            display: none
          }
          .shopify-payment-button[data-shopify="payment-button"] .shopify-payment-button__more-options {
            border: 1px solid var(--colorBtnPrimary);
            border-radius: 10px;
            font-size: 14px;
            height: 50px;
            padding: 0;
            margin-top: 0;
            background: var(--colorBtnPrimary);
            color: #fff;
            position: relative;
          }
          .shopify-payment-button[data-shopify="payment-button"] .shopify-payment-button__more-options::after {
            content: 'Shop Now';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: var(--colorBtnPrimary);
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
            font-weight: 700;
        }
    </style>
<button class="custom-shopify-buy-btn btn shopify-payment-button"  type="button" data-testid="sheet-open-button" >Buy Now</button>
      <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" class="shopify-payment-button"><button class="shopify-payment-button__button shopify-payment-button__button--unbranded shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button><button class="shopify-payment-button__more-options shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button></div>
</div><div class="shopify-payment-terms product__policies"></div>

  <select name="id" data-product-select class="product-single__variants no-js"><option 
          selected="selected"
          value="44367689384167">
          Default Title - <span class=money>$29.90 USD</span>
        </option></select>

  <textarea data-variant-json class="hide" aria-hidden="true" aria-label="Product JSON">
    [{"id":44367689384167,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"HPXK","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"HiPad X Keyboard | Magnetic Docking | CHUWI","public_title":null,"options":["Default Title"],"price":2990,"weight":300,"compare_at_price":3990,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}]
  </textarea><input type="hidden" name="product-id" value="8093090578663" /></form></div><div
                          data-store-availability-holder
                          data-product-name="HiPad X Keyboard | Magnetic Docking | CHUWI"
                          data-base-url="https://store.chuwi.com/"
                        ></div></div><div class="product-block" >
                      <div
                        class="aos-animate"
                        style="max-width: px; margin: 0 auto;"
                      >
                        <div
                          class="image-wrap "
                          style="height: 0; padding-bottom: Liquid error (snippets/product-template line 565): divided by 0%;"
                        ><img
                            class="lazyload"
                            data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_{width}x.gif"
                            data-widths="[360, 540, 700, 1024]"
                            data-aspectratio=""
                            data-sizes="auto"
                            alt=""
                          >
                          <noscript>
                            <img
                              class="lazyloaded"
                              src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_540x.gif"
                              alt=""
                            >
                          </noscript>
                        </div>
                      </div>
                    </div><div class="product-block" >
                      <ul class="inline-list payment-icons footer__section"><li class="icon--payment">
              <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"></path><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"></path><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"></path><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"></path><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"></path></svg>
            </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/visa-319d545c6fd255c9aad5eeaad21fd6f7f7b4fdbdb1a35ce83b89cca12a187f00.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/visa-319d545c6fd255c9aad5eeaad21fd6f7f7b4fdbdb1a35ce83b89cca12a187f00.svg" class="footer-payment-logo lazyloaded" alt="visa">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/master-173035bc8124581983d4efa50cf8626e8553c2b311353fbf67485f9c1a2b88d1.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/master-173035bc8124581983d4efa50cf8626e8553c2b311353fbf67485f9c1a2b88d1.svg" class="footer-payment-logo lazyloaded" alt="master">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/american_express-2264c9b8b57b23b0b0831827e90cd7bcda2836adc42a912ebedf545dead35b20.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/american_express-2264c9b8b57b23b0b0831827e90cd7bcda2836adc42a912ebedf545dead35b20.svg" class="footer-payment-logo lazyloaded" alt="american_express">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/discover-cc9808e50193c7496e7a5245eb86d5e06f02e2476c0fe70f2c40016707d35461.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/discover-cc9808e50193c7496e7a5245eb86d5e06f02e2476c0fe70f2c40016707d35461.svg" class="footer-payment-logo lazyloaded" alt="discover">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/jcb-ab0f5a1739704f1ab039f19ac8c28895af5c39a3f54ee9b748ea051986b0bd36.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/jcb-ab0f5a1739704f1ab039f19ac8c28895af5c39a3f54ee9b748ea051986b0bd36.svg" class="footer-payment-logo lazyloaded" alt="jcb">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/diners_club-16436b9fb6dd9060edb51f1c7c44e23941e544ad798282d6aef1604319562fba.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/diners_club-16436b9fb6dd9060edb51f1c7c44e23941e544ad798282d6aef1604319562fba.svg" class="footer-payment-logo lazyloaded" alt="diners_club">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/maestro-d2055c6b416c46cf134f393e1df6e0ba31722b623870f954afd392092207889c.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/maestro-d2055c6b416c46cf134f393e1df6e0ba31722b623870f954afd392092207889c.svg" class="footer-payment-logo lazyloaded" alt="maestro">
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/klarna-389801c6056cb5600b4f05f72ebc2c58e4947688c6c4f5e6ccea41f7973d3a28.svg" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/klarna-389801c6056cb5600b4f05f72ebc2c58e4947688c6c4f5e6ccea41f7973d3a28.svg" class="footer-payment-logo lazyloaded" alt="klarna">
              </li></ul>
                    </div><div class="icon-text-list-container">
  <div class="icon-text-list--wrapper">
    
      <div class="icon-text-item icon-text-item-1">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/1_24x24.svg?v=1681724745" />
        </div>
        <div class="item-title">Fast & Free Shipping</div>
      </div>
    
    
      <div class="icon-text-item icon-text-item-2">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/2_24x24.svg?v=1681724767" />
        </div>
        <div class="item-title">Global Delivery</div>
      </div>
    
    
      <div class="icon-text-item icon-text-item-3">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/3_24x24.svg?v=1681724767" />
        </div>
        <div class="item-title">Warranty Protection</div>
      </div>
    
    
      <div class="icon-text-item icon-text-item-4">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/4_24x24.svg?v=1681724768" />
        </div>
        <div class="item-title">Secure Payments</div>
      </div>
    
    
      <div class="icon-text-item icon-text-item-5">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/5_24x24.svg?v=1681724768" />
        </div>
        <div class="item-title">Multi-channel Support</div>
      </div>
    
    
      <div class="icon-text-item icon-text-item-6">
        <div class="item-icon">
          <img class="lazyloaded" src="//store.chuwi.com/cdn/shop/files/6_24x24.svg?v=1681724768" />
        </div>
        <div class="item-title">Earn Commission</div>
      </div>
    
  </div>
</div>
<style data-shopify>
  .icon-text-list-container .title {
    font-size: 1.2rem;
  }
  .icon-text-list--wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-gap: 1rem;
  }
  .icon-text-item {
    display: flex;
    align-items: center;
  }
  .icon-text-item .item-icon {
    margin-right: 1rem
  }
  .icon-text-item .item-icon img {
    width: 24px;
    height: 24px;
  }
  .icon-text-item .item-title {
    color: #434547;
    font-size: 0.8rem;
  }
  @media screen and (max-width: 1400px) {
    .icon-text-list--wrapper {
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    }
  }
  @media screen and (max-width: 1100px) {
    .icon-text-list--wrapper {
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    }
  }
  @media screen and (max-width: 768px) {
    .icon-text-list--wrapper {
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    }
  }
  @media screen and (max-width: 450px) {
    .icon-text-list--wrapper {
      grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
      grid-gap: 0rem;
    }
    .icon-text-item {
      flex-direction: column;
      text-align: center;
    }
    .icon-text-item .item-title {
      font-size: 0.6rem;
      line-height: 0.8rem;
      margin-bottom: 0.8rem;
    }
  }
</style><div class="product-block" ><div class="social-sharing"><a target="_blank" rel="noopener" href="//www.facebook.com/sharer.php?u=https://store.chuwi.com/products/hipad-x-keyboard" class="social-sharing__link" title="Share on Facebook">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 14222 14222"><path d="M14222 7112c0 3549.352-2600.418 6491.344-6000 7024.72V9168h1657l315-2056H8222V5778c0-562 275-1111 1159-1111h897V2917s-814-139-1592-139c-1624 0-2686 984-2686 2767v1567H4194v2056h1806v4968.72C2600.418 13603.344 0 10661.352 0 7112 0 3184.703 3183.703 1 7111 1s7111 3183.703 7111 7111zm-8222 7025c362 57 733 86 1111 86-377.945 0-749.003-29.485-1111-86.28zm2222 0v-.28a7107.458 7107.458 0 0 1-167.717 24.267A7407.158 7407.158 0 0 0 8222 14137zm-167.717 23.987C7745.664 14201.89 7430.797 14223 7111 14223c319.843 0 634.675-21.479 943.283-62.013z"/></svg>
      <span class="social-sharing__title" aria-hidden="true">Share</span>
      <span class="visually-hidden">Share on Facebook</span>
    </a><a target="_blank" rel="noopener" href="//twitter.com/share?text=HiPad%20X%20Keyboard%20%7C%20Magnetic%20Docking%20%7C%20CHUWI&amp;url=https://store.chuwi.com/products/hipad-x-keyboard" class="social-sharing__link" title="Tweet on Twitter">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" viewBox="0 0 32 32"><path fill="#444" d="M31.281 6.733q-1.304 1.924-3.13 3.26 0 .13.033.408t.033.408q0 2.543-.75 5.086t-2.282 4.858-3.635 4.108-5.053 2.869-6.341 1.076q-5.282 0-9.65-2.836.913.065 1.5.065 4.401 0 7.857-2.673-2.054-.033-3.668-1.255t-2.266-3.146q.554.13 1.206.13.88 0 1.663-.261-2.184-.456-3.619-2.184t-1.435-3.977v-.065q1.239.652 2.836.717-1.271-.848-2.021-2.233t-.75-2.983q0-1.63.815-3.195 2.38 2.967 5.754 4.678t7.319 1.907q-.228-.815-.228-1.434 0-2.608 1.858-4.45t4.532-1.842q1.304 0 2.51.522t2.054 1.467q2.152-.424 4.01-1.532-.685 2.217-2.771 3.488 1.989-.261 3.619-.978z"/></svg>
      <span class="social-sharing__title" aria-hidden="true">Tweet</span>
      <span class="visually-hidden">Tweet on Twitter</span>
    </a><a target="_blank" rel="noopener" href="//pinterest.com/pin/create/button/?url=https://store.chuwi.com/products/hipad-x-keyboard&amp;media=//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_1024x1024.jpg?v=1660977338&amp;description=HiPad%20X%20Keyboard%20%7C%20Magnetic%20Docking%20%7C%20CHUWI" class="social-sharing__link" title="Pin on Pinterest">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest" viewBox="0 0 256 256"><path d="M0 128.002c0 52.414 31.518 97.442 76.619 117.239-.36-8.938-.064-19.668 2.228-29.393 2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136 11.643 0 17.268 8.745 17.268 19.217 0 11.704-7.465 29.211-11.304 45.426-3.207 13.578 6.808 24.653 20.203 24.653 24.252 0 40.586-31.149 40.586-68.055 0-28.054-18.895-49.052-53.262-49.052-38.828 0-63.017 28.956-63.017 61.3 0 11.152 3.288 19.016 8.438 25.106 2.368 2.797 2.697 3.922 1.84 7.134-.614 2.355-2.024 8.025-2.608 10.272-.852 3.242-3.479 4.401-6.409 3.204-17.884-7.301-26.213-26.886-26.213-48.902 0-36.361 30.666-79.961 91.482-79.961 48.87 0 81.035 35.364 81.035 73.325 0 50.213-27.916 87.726-69.066 87.726-13.819 0-26.818-7.47-31.271-15.955 0 0-7.431 29.492-9.005 35.187-2.714 9.869-8.026 19.733-12.883 27.421a127.897 127.897 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0 57.314 0 0 57.309 0 128.002z"/></svg>
      <span class="social-sharing__title" aria-hidden="true">Pin it</span>
      <span class="visually-hidden">Pin on Pinterest</span>
    </a></div>
</div></div>
          </div>
        </div></div>
    </div>
  </div>
</div>
<!-- mobile fixed botton -->
<div class="mobile_bottominfo">
  <div class="m_product_info">
    <img src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_200x200.jpg?v=1660977338">
    <div>
      <h2>HiPad X Keyboard | Magnetic Docking | CHUWI</h2>
      <div class="m_product_price"><span
          data-product-price
          class="product__price on-sale"
        ><span class=money>$29.90</span>
</span><span
            data-a11y-price
            class="visually-hidden"
            aria-hidden="false"
          >
            Regular price
          </span>
          <span data-product-price-wrap class="">
            <span data-compare-price class="product__price product__price--compare"><span class=money>$39.90</span>
</span>
          </span>
          <span data-compare-price-a11y class="visually-hidden">Sale price</span><div
          data-unit-price-wrapper
          class="product__unit-price product__unit-price--spacing  hide"
        ><span data-unit-price></span>/<span data-unit-base></span>
        </div>
      </div>
    </div>
  </div>
  <a href="javascript:;" class="m_product_addToCart btn btn--full add-to-cart">Add to cart</a>
</div>
<script>
  $(function () {
    $(window).scroll(() => {
      let btnTop = document.querySelector('.product-block .payment-buttons').getBoundingClientRect().top;
      if(btnTop < 59 && btnTop) {
        $('.mobile_bottominfo').show();
      } else {
        $('.mobile_bottominfo').hide();
      }
    })
    $('.product-block.custom-point-describe-container').click(function() {
      let el = $('.product-block.custom-point-describe-container')
      if(el.hasClass('active')) {
        el.removeClass('active')
      }else {
        el.addClass('active')
      }
    })
  })
</script><style data-shopify>.testimonials-template--16707879305447__main{
    background-color: ;
    color: ;
  }
  /*
  .testimonials-slider {
    display: flex;
  }
  .testimonials-slide {
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
  }
  .filter.active {
    color: #fff;
    background: #ec6521;
  }
  .pre-btn--wrapper, .next-btn--wrapper {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .testimonials-slider {
      max-width: 100%;
      overflow-x: scroll;
    }
    .testimonials-slider::-webkit-scrollbar {
      display: none;
      visibility: hidden;
    }
    .filter-sec .testimonials-slide .filter {
      width: calc(50vw - 17px);
      padding: 0;
      line-height: 2rem;
    }
    .pre-btn--wrapper, .next-btn--wrapper {
      display: flex;
      position: absolute;
      top: 0px;
      height: 100%;
      padding: 0 2px;
      background: #fff;
    }
    .pre-btn--wrapper>svg, .next-btn--wrapper>svg {
      margin: auto;
    }
    .pre-btn--wrapper {
      left: 0px;
    }
    .next-btn--wrapper {
      right: 0px;
    }
  }
  */</style><!--
<div class="filter-sec">
  
  <div
    id="features"
    class="filters-section  text-"
    data-section-id="template--16707879305447__main"
    data-section-type="testimonials"
    data-aos><div class="page-width"><div class="fil_box"><div class="slideshow-wrapper">
            
            <div
              class="testimonials-slider"
              data-dots="false"
              data-count="12">
              <div
                class="testimonials-slide testimonials-slide--"
                data-index=""
                data-aos="row-of-12"
                >
                <blockquote class="testimonials-slider__text">
                  <div class="filter active first-click" data-filter="Features">
                    Features
                  </div>
                </blockquote>
              </div>
              <div
                class="testimonials-slide testimonials-slide--"
                data-index=""
                data-aos="row-of-12"
                >
                <blockquote class="testimonials-slider__text">
                  <div class="filter" data-filter="Specs">
                    Specs
                  </div>
                </blockquote>
              </div>
              <div
                class="testimonials-slide testimonials-slide--"
                data-index=""
                data-aos="row-of-12"
                >
                <blockquote class="testimonials-slider__text">
                  <div class="filter" data-filter="Reviews">
                    Reviews
                  </div>
                </blockquote>
              </div>
              <div
                class="testimonials-slide testimonials-slide--"
                data-index=""
                data-aos="row-of-12"
                >
                <blockquote class="testimonials-slider__text">
                  <div class="filter" data-filter="FAQ">
                    FAQ
                  </div>
                </blockquote>
              </div>
              <div
                class="testimonials-slide testimonials-slide--"
                data-index=""
                data-aos="row-of-12"
                >
                <blockquote class="testimonials-slider__text">
                  <div class="filter" data-filter="Videos">
                    Videos
                  </div>
                </blockquote>
              </div>
            </div>
          </div>
          
</div>
      <div class="pre-btn--wrapper">
        <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
          <polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "></polyline>
        </svg>
      </div>
      <div class="next-btn--wrapper">
        <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
          <polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "></polyline>
        </svg>
      </div></div></div>
</div>
-->

<link href="//store.chuwi.com/cdn/shop/t/20/assets/swiper.css?v=86625232297248146771676949204" rel="stylesheet" type="text/css" media="all" />
<script src="//store.chuwi.com/cdn/shop/t/20/assets/swiper.js?v=8307180934335004971676949204"></script>
<!-- Swiper --><div class="filter-sec" data-section-id="template--16707879305447__main">
  <div class="page-width">
  <div class="swiper mySwiper">
    <div class="swiper-wrapper">
      <div class="swiper-slide">
        <div class="filter active first-click" tabindex="0" data-filter="Features">
          Features
        </div>
      </div>
      <div class="swiper-slide">
        <div class="filter" tabindex="1" data-filter="Specs">
          Specs
        </div>
      </div>
      <div class="swiper-slide">
        <div class="filter" tabindex="2" data-filter="Reviews">
          Reviews
        </div>
      </div>
      <div class="swiper-slide">
        <div class="filter" tabindex="3" data-filter="FAQ">
          FAQ
        </div>
      </div>
      <div class="swiper-slide">
        <div class="filter" tabindex="4" data-filter="Videos">
          Videos
        </div>
      </div>
      <div class="swiper-slide pc-show">
        <div class="right_payment">
          
          <button class="returntop-2-addcart-btn btn btn--full add-to-cart">ADD TO CART</button>
        </div>
      </div>
    </div>
    <!-- 如果需要分页器 -->
    <div class="swiper-pagination"></div>

    <!-- 如果需要导航按钮 -->
    <div class="swiper-button-prev">
      <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
        <polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "></polyline>
      </svg>
    </div>
    <div class="swiper-button-next">
      <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
        <polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "></polyline>
      </svg>
    </div>

    <!-- 如果需要滚动条 -->
    <div class="swiper-scrollbar"></div>
  </div>

    <div class="button-prev--wrapper">
      <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
        <polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "></polyline>
      </svg>
    </div>
    <div class="button-next--wrapper">
      <svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg">
        <polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "></polyline>
      </svg>
    </div>
  </div>
</div>
<style>
.swiper {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper {
    height: 3rem;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: grid;
    place-items: center;
  transition: all 0.4s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-prev--wrapper {
  left: 0px;
  border-right: 1px solid #ccc;
}
.button-next--wrapper {
  right: 0px;
  border-left: 1px solid #ccc;
}
.button-prev--wrapper, .button-next--wrapper {
  top: 0;
  margin-top: 0;
  height: 100%;
  padding: 0 1px;
  position: absolute;
  display: grid;
  place-items: center;
}
.swiper-button-next, .swiper-button-prev {
  top: 0;
  margin-top: 0;
  height: 100%;
  display: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.filter {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}
</style>
<script>
  $('.returntop-2-addcart-btn').click(() => {
    document.querySelector('.grid--product-images--partial').scrollIntoView({
        behavior: 'smooth',
      })
  })
</script>
<script>
let slidesPerView = window.matchMedia('(max-width: 768px)').matches ? 2 : 6;
var swiper = new Swiper(".mySwiper", {
  slidesPerView : slidesPerView,
  slidesPerGroup : 1,
  preventClicks : false,//默认true
  slideToClickedSlide: false,
  on: {
    click: (swiper) => {
      let index = swiper.clickedIndex + 1
      setTimeout(() => {
        $(`.swiper-slide:nth-child(${index}) .filter`).click();
      }, 0)
    },
    slideChangeTransitionEnd: function(){
      initNavBtns()
    },
  },
  // 如果需要分页器
  pagination: {
    el: ".swiper-pagination",
    enabled: false
  },

  // 如果需要前进后退按钮
  navigation: {
    nextEl: ".swiper-button-next",
    prevEl: ".swiper-button-prev"
  },

  // 如果需要滚动条
  scrollbar: {
    el: ".swiper-scrollbar",
    enabled: false
  }
});
$(function () {
  initNavBtns()
})
function initNavBtns () {
  let prevbtn_disabled = $('.swiper-button-prev').attr('aria-disabled')
  let nextbtn_disabled = $('.swiper-button-next').attr('aria-disabled')
  // console.log('prev', prevbtn_disabled, 'next', nextbtn_disabled  )
  $('.button-prev--wrapper').css('display', (prevbtn_disabled === 'true' ? 'none': 'grid'))
  $('.button-next--wrapper').css('display', (nextbtn_disabled === 'true' ? 'none': 'grid'))
}
$('.button-prev--wrapper').click(() => {
  $('.swiper-button-prev').click()
})
$('.button-next--wrapper').click(() => {
  $('.swiper-button-next').click()
})
</script><div
  id="descs"
  class="page-width Features filtr-item"
  data-cat="Features"
>
  <div>
<img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01556.jpg?v=1660976606" alt="" style="display: block; margin-left: auto; margin-right: auto;" data-mce-fragment="1" data-mce-src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01556.jpg?v=1660976606"><img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01568.jpg?v=1660976625" alt="" style="display: block; margin-left: auto; margin-right: auto;" data-mce-fragment="1" data-mce-src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01568.jpg?v=1660976625"><img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01560.jpg?v=1660976660" alt="" style="display: block; margin-left: auto; margin-right: auto;" data-mce-fragment="1" data-mce-src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01560.jpg?v=1660976660"><img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01577.jpg?v=1660976675" alt="" style="display: block; margin-left: auto; margin-right: auto;" data-mce-fragment="1" data-mce-src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01577.jpg?v=1660976675"><img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01550.jpg?v=1660976731" alt="" style="display: block; margin-left: auto; margin-right: auto;" data-mce-fragment="1" data-mce-src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/DSC01550.jpg?v=1660976731">
</div>
</div>
<div class=" page-width--narrow Specs filtr-item" data-cat="Specs">
  
</div>
<div class=" page-width--narrow Reviews filtr-item" data-cat="Reviews">
  <!-- 评论模块 -->
  <div class="product-rating"></div>
</div>
<div class="page-width page-width--narrow FAQ filtr-item" data-cat="FAQ">
  
</div>
<div class="page-width Videos filtr-item" data-cat="Videos">
  
</div>

<style data-shopify>
  .product-faq-list--wrapper .collapsible-trigger-btn {
    text-transform: none;
    letter-spacing: 0.1em;
  }
</style>

<!-- ProductReview start -->
<div
  class="wooview_section wooview_box wooview-base wooview-reviews-default"
  data-layout=""
  data-url="https://store.chuwi.com"
  data-handle="hipad-x-keyboard"
  data-id="8093090578663"
  data-limit="0"
></div>
<!-- ProductReview end -->
</div><section id="shopify-section-template--16707879305447__judgeme_section_review_widget_6ca5" class="shopify-section"><div class="index-section Reviews filtr-item" data-cat="Reviews"><div class="page-width"><div id="shopify-block-judgeme_review_widget_cdd56e98" class="shopify-block shopify-app-block"><div style='clear:both'></div>
<div id='judgeme_product_reviews'
    class='jdgm-widget jdgm-review-widget'
    data-product-title='HiPad X Keyboard | Magnetic Docking | CHUWI'
    data-id='8093090578663'>
  <div class='jdgm-rev-widg' data-updated-at='2022-08-20T06:22:32Z' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <style class='jdgm-temp-hiding-style'>.jdgm-rev-widg{ display: none }</style> <div class='jdgm-rev-widg__header'> <h2 class='jdgm-rev-widg__title'>Customer Reviews</h2>  <div class='jdgm-rev-widg__summary'> <div class='jdgm-rev-widg__summary-stars' aria-label='Average rating is 0.00 stars' role='img'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </div> <div class='jdgm-rev-widg__summary-text'>Be the first to write a review</div> </div> <a style='display: none' href='#' class='jdgm-write-rev-link' role='button'>Write a review</a> <div class='jdgm-histogram jdgm-temp-hidden'>  <div class='jdgm-histogram__row' data-rating='5' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 5 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row' data-rating='4' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 4 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row' data-rating='3' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 3 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row' data-rating='2' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 2 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row' data-rating='1' data-frequency='0' data-percentage='0'>  <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 1 star rating"  tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div>  <div class='jdgm-histogram__row jdgm-histogram__clear-filter' data-rating=null tabindex='0'></div> </div>   <div class='jdgm-rev-widg__sort-wrapper'></div> </div> <div class='jdgm-rev-widg__body'> <div class='jdgm-rev-widg__reviews'></div> <div class='jdgm-paginate' data-per-page='5' data-url='https://judge.me/reviews/reviews_for_widget'></div> </div> <div class='jdgm-rev-widg__paginate-spinner-wrapper'> <div class='jdgm-spinner'></div> </div> </div>
</div>




</div>
</div></div>
</section><section id="shopify-section-template--16707879305447__loox-product-reviews-app-section" class="shopify-section"><div class="index-section Reviews filtr-item" data-cat="Reviews"><div class="page-width"></div></div>
</section><div id="shopify-section-template--16707879305447__product-recommendations" class="shopify-section"><div
    id="Recommendations-8093090578663"
    data-section-id="8093090578663"
    data-section-type="product-recommendations"
    data-enable="true"
    data-product-id="8093090578663"
    data-url="/recommendations/products"
    data-limit="4">

    <div
      data-section-id="8093090578663"
      data-subsection
      data-section-type="collection-grid"
      class="index-section">
      <div class="page-width">
        <header class="section-header">
          <h3 class="section-header__title">
            Other Top Rated Products
          </h3>
        </header>
      </div>

      <div class="page-width page-width--flush-small">
        <div class="grid-overflow-wrapper"><div class="product-recommendations-placeholder">
              
              <div class="grid grid--uniform visually-invisible" aria-hidden="true">
<div class="grid__item grid-product small--one-half medium-up--one-quarter" 
  data-aos="row-of-4" 
  data-product-handle="hipad-x-keyboard" 
  data-product-id="8093090578663"
  data-AVAILABILITY="1"
  data-PRICE="29.90"
  data-CUSTOM-FILTERS=""
>
  <div class="grid-product__content"><a href="/products/hipad-x-keyboard" class="grid-product__link">
      <div class="grid-product__image-mask"><div class="image-wrap"
            style="height: 0; padding-bottom: 100.0%;"
            >
            <img class="grid-product__image lazyload"
                data-src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_{width}x.jpg?v=1660977338"
                data-widths="[360, 540, 720, 900, 1080]"
                data-aspectratio="1.0"
                data-sizes="auto"
                alt="">
            <noscript>
              <img class="grid-product__image lazyloaded"
                src="//store.chuwi.com/cdn/shop/products/3_459659de-2875-41f2-b508-4d4c0c34c17e_400x.jpg?v=1660977338"
                alt="">
            </noscript>
          </div></div>
  </a>
      <div class="grid-product__meta">
        <div class="grid-product__title grid-product__title--body notranslate">HiPad X Keyboard | Magnetic Docking | CHUWI</div>
        
        <div class="grid-product__price" ><span class="visually-hidden">Regular price</span>
            <span class="grid-product__price--original"><span class=money>$39.90</span></span>
            <span class="visually-hidden">Sale price</span><span class=money>$29.90</span>
</div>
<!--         bottom -->
        <div class="bottom_btn">
          <a href="/products/hipad-x-keyboard?#descs" class="sn_btn">Learn More</a>
          <a href="/products/hipad-x-keyboard" class="lm_btn">Shop Now</a>
        </div>
      </div>
  
  </div></div>
<style data-shopify>
  .grid-product__tag.grid-product__tag--custom {
    top: 0;
    left: 0;
    right: unset;
  }
  @media screen and (max-width: 768px) {
    top: 1.5rem;
  }
  .grid-product__title.grid-product__title--body {
    font-weight: 600;
  }
  .grid-product__tag.grid-product__tag--sold-out {
    background-color: #adadad;
    color: #fff;
  }
  .grid-product__price {
    text-align: right;
    padding: 1rem 0;
  }
  .grid-product__price > span.money {
    color: #ec6521;
    font-weight: 500;
    font-size: 1.2em;
  }
  ul.short-descrbe-list--wrapper {
    font-size: 0.8rem;
    margin: 0 0 0.5rem 1rem;
    text-align: left;
  }
  .bottom_btn a {
    background: #fff;
    color: #f16f20;
    border: 1px solid #f16f20;
  }
  .bottom_btn a.lm_btn {
    background: #f16f20;
    color: #fff;
    border: 1px solid #f16f20;
  }
  .bottom_btn a.lm_btn:hover {
    background: #fff;
    color: #f16f20;
  }
  .custom-short_point_desc {
    position: relative;
    /* height: 150px; */
    width: 100%;
    padding: 15px 18px;
    overflow: hidden;
    text-align: left;
    margin: 0;
    font-size: 14px;
  }
  .custom-short_point_desc::after {
    /* position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg,transparent,#ffffff); */
  }
  .grid-product__title.grid-product__title--body {
    font-weight: 600;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 1.125rem;
    font-size: 1.125rem;
  }
</style></div>
            </div></div>
      </div>
    </div>
  </div>
<style> #shopify-section-template--16707879305447__product-recommendations .custom-short_point_desc {display: none;} @media screen and (max-width: 768px) {#shopify-section-template--16707879305447__product-recommendations .grid-overflow-wrapper .grid__item {flex: 0 0 calc(50% - 17px); } #shopify-section-template--16707879305447__product-recommendations .grid-product__meta {padding: 1rem; } #shopify-section-template--16707879305447__product-recommendations .bottom_btn a {white-space: nowrap; font-size: 1rem; }} @media screen and (max-width: 500px) {#shopify-section-template--16707879305447__product-recommendations .grid-product__meta {padding: 0.5rem; } #shopify-section-template--16707879305447__product-recommendations .bottom_btn a {font-size: 0.6rem; }} </style></div>
          <!-- LayoutHub-Workspace-End -->
        </main><div id="shopify-section-foot-newsletter" class="shopify-section"><style data-shopify>.newsletter-foot-newsletter {
    background-color: #222222;
    color: #ffffff;
  }

  .newsletter-foot-newsletter .newsletter__input::-webkit-input-placeholder { color: #222222; }
  .newsletter-foot-newsletter .newsletter__input::-moz-placeholder { color: #222222; }
  .newsletter-foot-newsletter .newsletter__input::-ms-input-placeholder { color: #222222; }</style><div class="newsletter-section newsletter-foot-newsletter foot-news">
  <div class="page-width text-center"><div class="theme-block" ><p class="h3">Sign Up For Newsletter</p></div><div class="theme-block" ><div class="rte"><p>Sign up to receive emails from CHUWI Store about products, news and promotions (including offers and discounts).</p></div></div><div class="theme-block" >
<link rel="preconnect" href="https://www.google.com">
<link rel="preconnect" href="https://www.gstatic.com" crossorigin>

<script src="https://www.google.com/recaptcha/api.js"></script><form method="post" action="/contact#newsletter-foot-newsletter" id="newsletter-foot-newsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
<label for="Email-foot-newsletter" class="hidden-label">Enter your email</label>
    <input type="hidden" name="contact[tags]" value="prospect,newsletter">
    <input type="hidden" name="contact[context]" value="section">
    <div class="input-group newsletter__input-group">
      <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-foot-newsletter" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
      
      <div class="input-group-btn">
        <button type="submit"
              class="btn g-recaptcha" 
              name="commit" 
        >
          <span class="form__submit--large">SUBSCRIBE</span>
          <span class="form__submit--small">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15"><path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"/></svg>
          </span>
        </button>
      </div>
    </div></form>
</div></div>
</div>


</div><div id="shopify-section-footer-promotions" class="shopify-section index-section--footer">
</div><div id="shopify-section-footer" class="shopify-section"><footer class="site-footer" data-section-id="footer" data-section-type="footer-section">
  <div class="page-width">

    <div class="grid"><div  class="grid__item footer__item--5531d6fa-5b78-4208-8f5a-902bb645a83b" data-type="muti_menu"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) {
              .footer__item--5531d6fa-5b78-4208-8f5a-902bb645a83b {
                width: 50%;
                padding-top: 40px;
              }
              .footer__item--5531d6fa-5b78-4208-8f5a-902bb645a83b:nth-child(2n + 1) {
                clear: left;
              }
            }
            @media only screen and (min-width: 960px) {
              .footer__item--5531d6fa-5b78-4208-8f5a-902bb645a83b {
                width: 75%;
              }

            }</style>
          
          
              <div class="footer-column-list--wrapper">
  
<div class="footer-column--wrapper">
    <p class="h4 footer__title small--hide">
      Shop
    </p>
    <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-/">
      Shop
<span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</button><div
    
      id="Footer-/" class="collapsible-content collapsible-content--small"
    >
    <div class="collapsible-content__inner">
      <div class="footer__collapsible">
        <ul class="no-bullets site-footer__linklist"><li><a href="/collections/tablet">Tablet</a></li><li><a href="/collections/laptop">Laptops</a></li><li><a href="/collections/mini-pc">Mini PC</a></li><li><a href="/collections/best-sellers">Best Sellers</a></li><li><a href="/collections/accessories">Accessories</a></li></ul>
      </div>
    </div>
  </div>
    </div>
  
<div class="footer-column--wrapper">
    <p class="h4 footer__title small--hide">
      Support & Policy
    </p>
    <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-/pages/chuwi-after-sales-maintenance-policy">
      Support & Policy
<span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</button><div
    
      id="Footer-/pages/chuwi-after-sales-maintenance-policy" class="collapsible-content collapsible-content--small"
    >
    <div class="collapsible-content__inner">
      <div class="footer__collapsible">
        <ul class="no-bullets site-footer__linklist"><li><a href="/pages/support-faqs">FAQs</a></li><li><a href="/pages/support-center">Support Center</a></li><li><a href="/pages/track-status">Order Tracking</a></li><li><a href="/pages/about-klarna">About Klarna</a></li><li><a href="/pages/support-user-guide">User Manual</a></li><li><a href="/pages/shipping-policy">Shipping & Delivery</a></li><li><a href="/pages/policy-warranty-center">Return & Warranty Policy</a></li></ul>
      </div>
    </div>
  </div>
    </div>
  
<div class="footer-column--wrapper">
    <p class="h4 footer__title small--hide">
      Explore
    </p>
    <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-https://blog.chuwi.com/">
      Explore
<span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</button><div
    
      id="Footer-https://blog.chuwi.com/" class="collapsible-content collapsible-content--small"
    >
    <div class="collapsible-content__inner">
      <div class="footer__collapsible">
        <ul class="no-bullets site-footer__linklist"><li><a href="https://blog.chuwi.com/">Blog</a></li><li><a href="https://forum.chuwi.com/">Forum</a></li><li><a href="/pages/video-center">Video Center</a></li><li><a href="/pages/video-blogger">Video Blogger Review</a></li></ul>
      </div>
    </div>
  </div>
    </div>
  
<div class="footer-column--wrapper">
    <p class="h4 footer__title small--hide">
      About Us
    </p>
    <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-/pages/about-us">
      About Us
<span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</button><div
    
      id="Footer-/pages/about-us" class="collapsible-content collapsible-content--small"
    >
    <div class="collapsible-content__inner">
      <div class="footer__collapsible">
        <ul class="no-bullets site-footer__linklist"><li><a href="/pages/contact-us">Contact Us</a></li><li><a href="/pages/about-us">Brand Story</a></li></ul>
      </div>
    </div>
  </div>
    </div>
  
</div><style data-shopify>
  .footer-column-list--wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr))
  }
  .footer-column--wrapper {
    padding: 0.6rem 0;
  }
  .footer-column--wrapper .h4 {
    margin: 0;
  }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    .footer-column-list--wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr))
    }
  }
  @media screen and (max-width: 768px) {
    .collapsible-content--small .collapsible-content__inner {
      transform: translateY(0px);
    }
    .site-footer__linklist a {
      color: #aeaeae;
    }
  }
</style>
          
          
        </div><div  class="grid__item footer__item--1494292487693" data-type="newsletter"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) {
              .footer__item--1494292487693 {
                width: 50%;
                padding-top: 40px;
              }
              .footer__item--1494292487693:nth-child(2n + 1) {
                clear: left;
              }
            }
            @media only screen and (min-width: 960px) {
              .footer__item--1494292487693 {
                width: 25%;
              }

            }</style>
          
          
              
<link rel="preconnect" href="https://www.google.com">
<link rel="preconnect" href="https://www.gstatic.com" crossorigin>

<script src="https://www.google.com/recaptcha/api.js"></script>
<div class="footer__item-padding">
  <img src="//store.chuwi.com/cdn/shop/files/CHUWI-logo_145x28.png?v=1677124051" />
<p class="h4 footer__title small--hide"></p>
    <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-1494292487693">
      
<span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"/></svg>
</span>
</button><div
    
      id="Footer-1494292487693" class="collapsible-content collapsible-content--small"
    >
    <div class="collapsible-content__inner">
      <div class="footer__collapsible"><p>Quality products don't always require a high price. Everyone has the opportunity to enjoy the pleasures of technology.</p>
<ul class="no-bullets social-icons footer__social"><li>
      <a target="_blank" rel="noopener" href="https://www.instagram.com/ChuwiGlobal/" title="CHUWI Global Store on Instagram">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 32 32"><path fill="#444" d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z"/><path fill="#444" d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z"/></svg>
        <span class="icon__fallback-text">Instagram</span>
      </a>
    </li><li>
      <a target="_blank" rel="noopener" href="https://www.facebook.com/chuwidotcom" title="CHUWI Global Store on Facebook">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 14222 14222"><path d="M14222 7112c0 3549.352-2600.418 6491.344-6000 7024.72V9168h1657l315-2056H8222V5778c0-562 275-1111 1159-1111h897V2917s-814-139-1592-139c-1624 0-2686 984-2686 2767v1567H4194v2056h1806v4968.72C2600.418 13603.344 0 10661.352 0 7112 0 3184.703 3183.703 1 7111 1s7111 3183.703 7111 7111zm-8222 7025c362 57 733 86 1111 86-377.945 0-749.003-29.485-1111-86.28zm2222 0v-.28a7107.458 7107.458 0 0 1-167.717 24.267A7407.158 7407.158 0 0 0 8222 14137zm-167.717 23.987C7745.664 14201.89 7430.797 14223 7111 14223c319.843 0 634.675-21.479 943.283-62.013z"/></svg>
        <span class="icon__fallback-text">Facebook</span>
      </a>
    </li><li>
      <a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCYoQwz32LF8hd5HfYYTK8rA" title="CHUWI Global Store on YouTube">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 21 20"><path fill="#444" d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z"/></svg>
        <span class="icon__fallback-text">YouTube</span>
      </a>
    </li><li>
      <a target="_blank" rel="noopener" href="https://twitter.com/chuwidotcom" title="CHUWI Global Store on Twitter">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" viewBox="0 0 32 32"><path fill="#444" d="M31.281 6.733q-1.304 1.924-3.13 3.26 0 .13.033.408t.033.408q0 2.543-.75 5.086t-2.282 4.858-3.635 4.108-5.053 2.869-6.341 1.076q-5.282 0-9.65-2.836.913.065 1.5.065 4.401 0 7.857-2.673-2.054-.033-3.668-1.255t-2.266-3.146q.554.13 1.206.13.88 0 1.663-.261-2.184-.456-3.619-2.184t-1.435-3.977v-.065q1.239.652 2.836.717-1.271-.848-2.021-2.233t-.75-2.983q0-1.63.815-3.195 2.38 2.967 5.754 4.678t7.319 1.907q-.228-.815-.228-1.434 0-2.608 1.858-4.45t4.532-1.842q1.304 0 2.51.522t2.054 1.467q2.152-.424 4.01-1.532-.685 2.217-2.771 3.488 1.989-.261 3.619-.978z"/></svg>
        <span class="icon__fallback-text">Twitter</span>
      </a>
    </li><li>
      <a target="_blank" rel="noopener" href="https://www.tiktok.com/@chuwi.official" title="CHUWI Global Store on TikTok">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-tiktok" viewBox="0 0 2859 3333"><path d="M2081 0c55 473 319 755 778 785v532c-266 26-499-61-770-225v995c0 1264-1378 1659-1932 753-356-583-138-1606 1004-1647v561c-87 14-180 36-265 65-254 86-398 247-358 531 77 544 1075 705 992-358V1h551z"/></svg>
        <span class="icon__fallback-text">TikTok</span>
      </a>
    </li></ul>


      </div>
    </div>
  </div>
</div>


          
        </div></div>

    
 </div>
  <section class="footer_bottom">
    <div class="page-width">
    
<ul class="inline-list payment-icons footer__section"><li class="icon--payment">
              <svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
            </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/visa-319d545c6fd255c9aad5eeaad21fd6f7f7b4fdbdb1a35ce83b89cca12a187f00.svg"  class="footer-payment-logo lazyload" alt="visa" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/master-173035bc8124581983d4efa50cf8626e8553c2b311353fbf67485f9c1a2b88d1.svg"  class="footer-payment-logo lazyload" alt="master" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/american_express-2264c9b8b57b23b0b0831827e90cd7bcda2836adc42a912ebedf545dead35b20.svg"  class="footer-payment-logo lazyload" alt="american_express" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/discover-cc9808e50193c7496e7a5245eb86d5e06f02e2476c0fe70f2c40016707d35461.svg"  class="footer-payment-logo lazyload" alt="discover" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/jcb-ab0f5a1739704f1ab039f19ac8c28895af5c39a3f54ee9b748ea051986b0bd36.svg"  class="footer-payment-logo lazyload" alt="jcb" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/diners_club-16436b9fb6dd9060edb51f1c7c44e23941e544ad798282d6aef1604319562fba.svg"  class="footer-payment-logo lazyload" alt="diners_club" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/maestro-d2055c6b416c46cf134f393e1df6e0ba31722b623870f954afd392092207889c.svg"  class="footer-payment-logo lazyload" alt="maestro" />
              </li>
              <li class="icon--payment">
                <img src="//store.chuwi.com/cdn/shop/t/20/assets/icon-loader-clock.svg?11251" data-src="//store.chuwi.com/cdn/shopifycloud/shopify/assets/payment_icons/klarna-389801c6056cb5600b4f05f72ebc2c58e4947688c6c4f5e6ccea41f7973d3a28.svg"  class="footer-payment-logo lazyload" alt="klarna" />
              </li></ul><p class="footer__small-text">
        &copy; 2023 CHUWI Global Store
<a href="/pages/privacy-policy" style="padding: 0 0.5rem;border-right: 1px solid #fff;">Privacy Policy</a>      <a href="/pages/terms-of-service" style="padding-left: 0.5rem">Terms Of Service</a>
</p></div>
    </section>


 
</footer>


<style> #shopify-section-footer .footer__collapsible p {color: #b8b8b8;} </style></div></div>
    </div><div id="VideoModal" class="modal modal--solid">
  <div class="modal__inner">
    <div class="modal__centered page-width text-center">
      <div class="modal__centered-content">
        <div class="video-wrapper video-wrapper--modal">
          <div id="VideoHolder"></div>
        </div>
      </div>
    </div>
  </div>

  <button type="button" class="modal__close js-modal-close text-link">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
    <span class="icon__fallback-text">"Close (esc)"</span>
  </button>
</div>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="pswp__bg"></div>
  <div class="pswp__scroll-wrap">
    <div class="pswp__container">
      <div class="pswp__item"></div>
      <div class="pswp__item"></div>
      <div class="pswp__item"></div>
    </div>

    <div class="pswp__ui pswp__ui--hidden">
      <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--left" title="Previous">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 284.49 498.98"><path d="M249.49 0a35 35 0 0 1 24.75 59.75L84.49 249.49l189.75 189.74a35.002 35.002 0 1 1-49.5 49.5L10.25 274.24a35 35 0 0 1 0-49.5L224.74 10.25A34.89 34.89 0 0 1 249.49 0z"/></svg>
      </button>

      <button class="btn btn--body btn--circle btn--large pswp__button pswp__button--close" title="Close (esc)">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg>
      </button>

      <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--right" title="Next">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 284.49 498.98"><path d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98z"/></svg>
      </button>
    </div>
  </div>
</div>
<tool-tip data-tool-tip="">
  <div class="tool-tip__inner" data-tool-tip-inner>
    <button class="tool-tip__close" data-tool-tip-close=""><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg></button>
    <div class="tool-tip__content" data-tool-tip-content>
    </div>
  </div>
</tool-tip>
<!--Content in content_for_footer -->

    
    <style data-shopify>
      .footer-left-button {
        position: fixed;
        bottom: 5em;
        left: 1em;
        z-index: 99999;
        width: 14em;
      }

      @media screen and (max-width: 768px) {
        .footer-left-button { width: 8em; bottom: 1em; left: 0em;}
        .footer-left-button button {width: 10em;}
        .footer-left-button button img {width: 8em; position: relative;left: -1em;}
      }
    </style>
    <div class="footer-left-button" style="display: none">
      <button class="hs-cta-trigger-button hs-cta-trigger-button-146225893249">
        <img src="https://cdn.shopify.com/s/files/1/0116/2762/6596/files/02_30455baf-affb-4024-b37a-cb954a4e877a.png?v=1700552505">
      </button>
    </div>
    <div class="footer-opera--wrapper">
      <div class="footer-function-list">
        <a href="/pages/support-center" class="icon-box support-btn">
          
          <svg
            xmlns="http://www.w3.org/2000/svg"
            xml:space="preserve"
            width="20"
            height="20"
            version="1.1"
            style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
            viewBox="0 0 1000 1000"
            xmlns:xlink="http://www.w3.org/1999/xlink"
          >
            <defs>
             <style type="text/css">
              <![CDATA[
               .fil0 {fill: #fff}
               .fil1 {fill: #ED7030}
              ]]>
             </style>
            </defs>
            <g id="图层_x0020_1">
             <metadata id="CorelCorpID_0Corel-Layer"/>
             <polygon class="fil0" points="786,195 786,266 929,266 929,695 786,695 786,799 655,695 387,695 298,766 631,766 857,948 857,766 1000,766 1000,195 " p-id="17723"/>
             <path class="fil1" d="M0 52l0 571 143 0 0 182 58 -47 168 -135 345 0 0 -571 -714 0zm71 71l572 0 0 429 -298 0 -10 8 -121 96 0 -104 -143 0 0 -429z" p-id="17723"/>
             <circle class="fil1" cx="197" cy="339" r="55"/>
             <circle class="fil1" cx="357" cy="339" r="55"/>
             <circle class="fil1" cx="517" cy="339" r="55"/>
            </g>
          </svg>
        </a>
        <a href="javascript:;" class="icon-box return-top">
          <svg
            class="return-top-icon"
            xmlns="http://www.w3.org/2000/svg"
            width="30"
            height="30"
            viewBox="0 0 24 24"
            fill="none"
          >
            <path d="M12.707 5.293a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L11 8.414V18a1 1 0 1 0 2 0V8.414l2.293 2.293a1 1 0 0 0 1.414-1.414l-4-4Z" fill="currentColor"/>
          </svg>
        </a>
      </div>
      <script>
        $(function() {
          $('.icon-box.return-top').click(() => {
            document.documentElement.scrollTop = 0
          })
        })
      </script>
      <!--
        <div class="icon-box footer-btn">
          <svg class="arrow-left" viewBox="0 0 100 100" width="20" height="20">
            <polyline points="70 15 30 50 70 85" stroke="currentColor" stroke-width="15" fill="none" />
          </svg>
        </div>
      -->
    </div>
    <script>
  if(typeof(Spurit) === 'undefined'){
    var Spurit = {};
  }
  if(!Spurit.PopupUpsell2){
    Spurit.PopupUpsell2 = {};
  }
  if(!Spurit.PopupUpsell2.snippet){
    Spurit.PopupUpsell2.snippet = {};
  }
  Spurit.PopupUpsell2.snippet.shopHash = '26284831c06e9a4ed85ac42f3cf79ef6';
  Spurit.PopupUpsell2.snippet.cacheTimestamp = '1682239386';
  Spurit.PopupUpsell2.snippet.pageType = 'product';

  if(typeof(Spurit.globalSnippet) === 'undefined'){
      Spurit.globalSnippet = {
          shop_currency: 'USD',
          money_format: '<span class=money>${{amount}}</span>',
          cart: {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0},
          customer_id: ''
      };
  }
</script>

<script src="https://cdn-spurit.com/all-apps/spurit.global-2.x.min.js" async></script>
<script src="https://cdn-spurit.com/shopify-apps/popup-upsell-2/store/26284831c06e9a4ed85ac42f3cf79ef6.js?1682239386" async></script>
<link href="https://cdn-spurit.com/shopify-apps/popup-upsell-2/store/26284831c06e9a4ed85ac42f3cf79ef6.css?1682239386" rel="stylesheet" type="text/css" media="all">

    <script src="https://cdn-spurit.com/shopify-apps/popup-upsell-2/common.js" async></script>
    <link href="https://cdn-spurit.com/shopify-apps/popup-upsell-2/common.css" rel="stylesheet" type="text/css" media="all">


    <!-- **BEGIN** Hextom SPM Integration // Main Include - DO NOT MODIFY -->
    <!-- **BEGIN** Hextom SPM Integration // Main - DO NOT MODIFY -->
    <script type="application/javascript">
        window.hextom_spm = {
            p1: [
                
                    
                        {
                          "v1": "9,6",
                          "v2": "shopify",
                          "v3": "deny",
                          "v4": "eltiT tluafeD",
                          "v5": "44367689384167",
                          "v6": "8093090578663",
                          "v7": "2990",
                          
                        }
                    
                
            ],
            p2: {
                
            }
        };
    </script>
    <!-- **END** Hextom SPM Integration // Main - DO NOT MODIFY -->
    <!-- **END** Hextom SPM Integration // Main Include - DO NOT MODIFY -->
    <script type="text/javascript">
var SOCIAL_LOGIN_CUSTOMER_LOGGED_IN = false;
</script>
<script src="https://d1pzjdztdxpvck.cloudfront.net/resource/resource.js?shop=chuwistore.myshopify.com&amp;cache_key=157691713165" type="text/javascript"></script>

    <!-- Begin FireBase SDK -->
    <script type="module">
      // Import the functions you need from the SDKs you need
      import { initializeApp } from "https://www.gstatic.com/firebasejs/10.5.0/firebase-app.js";
      import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.5.0/firebase-analytics.js";
      // TODO: Add SDKs for Firebase products that you want to use
      // https://firebase.google.com/docs/web/setup#available-libraries

      // Your web app's Firebase configuration
      // For Firebase JS SDK v7.20.0 and later, measurementId is optional
      const firebaseConfig = {
        apiKey: "AIzaSyC1lLivxiI-jYg78yLF1B5UM-Fmq3_hLD0",
        authDomain: "onesignal-chuwi.firebaseapp.com",
        projectId: "onesignal-chuwi",
        storageBucket: "onesignal-chuwi.appspot.com",
        messagingSenderId: "140327273771",
        appId: "1:140327273771:web:f58c0cd544a0873d75b16e",
        measurementId: "G-S9K4DPM4VR"
      };

      // Initialize Firebase
      const app = initializeApp(firebaseConfig);
      const analytics = getAnalytics(app);
    </script>
    <!-- End FireBase SDK -->
  <div id="shopify-block-11354984448963461329" class="shopify-block shopify-app-block">


<script>
window.gtranslateSettings = window.gtranslateSettings || {};
window.gtranslateSettings['11354984448963461329'] = {
  "default_language":"en",
  "languages":["zh-TW","en","fr","de","it","ja","ko","pt","ru","es"],
  "url_structure":"none",
  "native_language_names":true,
  "detect_browser_language":true,
  "flag_style":"3d",
  "flag_size":24,
  "wrapper_selector":".custom-language-select--wrapper",
  "alt_flags":{},
  "custom_domains":null,
  "switcher_open_direction":"bottom",
  "switcher_horizontal_position":"inline",
  "switcher_vertical_position":"top",
  "switcher_text_color":"#666666",
  "switcher_arrow_color":"#666666",
  "switcher_border_color":"#cccccc",
  "switcher_background_color":"#ffffff",
  "switcher_background_shadow_color":"#efefef",
  "switcher_background_hover_color":"#ffffff",
  "dropdown_text_color":"#000000",
  "dropdown_hover_color":"#eeeeee",
  "dropdown_background_color":"#ffffff",
  "custom_css":""
}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/dwf.js" data-gt-widget-id="11354984448963461329" defer></script>

</div></body>
</html>
