It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://shop.theclub.com.hk/shop/builtinprolimited/

  1. <!doctype html>
  2. <html lang="zh">
  3.    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#">
  4.        <script>
  5.    var LOCALE = 'zh\u002DHant\u002DHK';
  6.    var BASE_URL = 'https\u003A\u002F\u002Fshop.theclub.com.hk\u002F';
  7.    var require = {
  8.        'baseUrl': 'https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fstatic\u002Fversion1727253575\u002Ffrontend\u002FHKT\u002Fstandard\u002Fzh_Hant_HK'
  9.    };</script>        <meta charset="utf-8"/>
  10. <meta name="title" content="Built-In Pro Limited"/>
  11. <meta name="robots" content="INDEX,FOLLOW"/>
  12. <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  13. <meta name="format-detection" content="telephone=no"/>
  14. <title>Built-In Pro Limited</title>
  15. <link  rel="stylesheet" type="text/css"  media="all" href="https://shop.theclub.com.hk/static/version1727253575/_cache/merged/2ba582d66472c2b972cae86fb0d3886b.min.css" />
  16. <link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/css/styles-l.min.css" />
  17.  
  18. <script  type="text/javascript"  src="https://shop.theclub.com.hk/static/version1727253575/_cache/merged/88b13fc7eb649d8616cd6e7644844dc5.min.js"></script>
  19. <link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1727253575/base/Magento/base/default/fonts/opensans/regular/opensans-400.woff2" />
  20. <link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/fonts/Clubpoints-Regular.woff2" />
  21. <link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1727253575/base/Magento/base/default/fonts/opensans/semibold/opensans-600.woff2" />
  22. <link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/fonts/Luma-Icons.woff2" />
  23. <link  rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Cantarell:700|Nunito+Sans:300,400,600,700,800|Raleway:200,400,500,700,800|Roboto:300,400,500,900|Noto+Sans+TC:100,400,500,700&display=swap" />
  24. <link  rel="icon" type="image/x-icon" href="https://shop.theclub.com.hk/media/favicon/stores/3/Club_logo_16px_2.png" />
  25. <link  rel="shortcut icon" type="image/x-icon" href="https://shop.theclub.com.hk/media/favicon/stores/3/Club_logo_16px_2.png" />
  26. <!--923b946545df7708aac59e4d60cecfdd-->
  27. <style>
  28. .amsearch-results .amsearch-item {
  29.    text-transform: initial !important;
  30. }
  31. </style>
  32.  
  33. <script src="https://assets.adobedtm.com/78339d951c45/c85f1c7a1342/launch-e91c02f26f35.min.js" async></script>
  34.  
  35. <!-- hot fixes -->
  36. <style>
  37. #hkt-clubmall .grid .product-image-container {
  38.    border-radius: 10px !important;
  39.    overflow: hidden !important;
  40. }
  41. </style>
  42. <!-- end hot fixes -->
  43.  
  44. <!-- Logo Hot Fix -->
  45. <style>
  46. #super-web-header-pc .header-nav .club-shopping-logo,
  47. #super-web-header-mb .club-shopping-logo-wrapper .club-shopping-logo {
  48.    background-size: contain !important;
  49. }
  50. </style>
  51. <!-- End Logo Hot Fix -->        
  52. <script type="text/javascript">
  53.    var specialParams = (function () {
  54.  
  55.        function getCookie(cname) {
  56.            var name = cname + '=';
  57.            var decodedCookie = decodeURIComponent(document.cookie);
  58.            var ca = decodedCookie.split(';');
  59.            for(var i = 0; i <ca.length; i++) {
  60.                var c = ca[i];
  61.                while (c.charAt(0) == ' ') {
  62.                    c = c.substring(1);
  63.                }
  64.                if (c.indexOf(name) == 0) {
  65.                    return c.substring(name.length, c.length);
  66.                }
  67.            }
  68.            return "";
  69.        }
  70.  
  71.        /**
  72.         * @returns {{___store: string, source: *}}
  73.         */
  74.        function getCurrentSpecialParams()
  75.        {
  76.            return {
  77.                'source': getCookie('shop-source'),
  78.                '___store': 'zh_Hant_HK'
  79.            }
  80.        }
  81.  
  82.        /**
  83.         * @returns {{___store: *, source: *}}
  84.         */
  85.        function getUrlSpecialParams()
  86.        {
  87.            var url = new URL(window.location),
  88.                searchParams = url.searchParams;
  89.  
  90.            return {
  91.                'source': searchParams.get('source'),
  92.                '___store': searchParams.get('___store')
  93.            }
  94.        }
  95.  
  96.        /**
  97.         * @returns {{___store: *, source: *}|{___store: null, source: null}}
  98.         */
  99.        function getReferrerSpecialParams()
  100.        {
  101.            if (!document.referrer) {
  102.                return {
  103.                    'source': null,
  104.                    '___store': null
  105.                };
  106.            }
  107.  
  108.            var referrer = new URL(document.referrer),
  109.                searchParams = referrer.searchParams;
  110.  
  111.            return {
  112.                'source': searchParams.get('source'),
  113.                '___store': searchParams.get('___store')
  114.            }
  115.        }
  116.  
  117.        var urlParams = getUrlSpecialParams(),
  118.            referrerParams = getReferrerSpecialParams(),
  119.            currentParams = getCurrentSpecialParams(),
  120.            url = new URL(window.location),
  121.            searchParams = url.searchParams,
  122.            path = window.location.path,
  123.            updatedFromReferrer = false;
  124.  
  125.        if (referrerParams.source && !urlParams.source) {
  126.            searchParams.append('source', referrerParams.source);
  127.            updatedFromReferrer = true;
  128.        }
  129.  
  130.        if (referrerParams.___store && !urlParams.___store) {
  131.            searchParams.append('___store', referrerParams.___store);
  132.            updatedFromReferrer = true;
  133.        }
  134.  
  135.        if (updatedFromReferrer) {
  136.            window.history.replaceState({}, document.title, path);
  137.        }
  138.  
  139.        if (updatedFromReferrer) {
  140.            urlParams = getUrlSpecialParams()
  141.        }
  142.  
  143.        return {
  144.            'source': urlParams.source || currentParams.source,
  145.            '___store': urlParams.___store || currentParams.___store,
  146.            'needUpdate': (urlParams.source && urlParams.source !== currentParams.source) || urlParams.___store
  147.        }
  148.    })();
  149.  
  150.    require([
  151.        'jquery'
  152.    ], function ($) {
  153.  
  154.        var url = new URL(window.location),
  155.            sourceRedirect = url.searchParams.get('source_redirect');
  156.        if (sourceRedirect || sourceRedirect === "") {
  157.            window.location = 'https://shop.theclub.com.hk/' + sourceRedirect;
  158.        }
  159.  
  160.        if (specialParams.needUpdate) {
  161.            $.post('https://shop.theclub.com.hk/shopsource/init/', {
  162.                'source': specialParams.source,
  163.                '___store': specialParams.___store
  164.            });
  165.        }
  166.    });
  167. </script>
  168.  
  169. <script id="tmpl-panel-style" type="text/x-magento-template">
  170.    <style type="text/css">
  171.        .panel.header {
  172.            display: none;
  173.        }
  174.    </style>
  175. </script>
  176.  
  177. <script type="text/javascript">
  178.    if (specialParams.source === 'csl') {
  179.        var tmplId = 'tmpl-panel-style';
  180.        var html = document.getElementById(tmplId).innerHTML;
  181.        document.write(html);
  182.    }
  183. </script>
  184.  
  185. <script id="tmpl-shop-lang-switch" type="text/x-magento-template">
  186.    <style type="text/css">
  187.        .language-mobile-wrapper {
  188.            display: none !important;
  189.        }
  190.    </style>
  191. </script>
  192.  
  193. <script type="text/javascript">
  194.    if (specialParams.source === 'csl') {
  195.        var tmplId = 'tmpl-shop-lang-switch';
  196.        var html = document.getElementById(tmplId).innerHTML;
  197.        document.write(html);
  198.    }
  199. </script><script id="tmpl-shop-club-mall-menu" type="text/x-magento-template">
  200.    <style type="text/css">
  201.        #search_mini_form,
  202.        .navbar-wrapper .navbar.mobile .content,
  203.        .navbar-wrapper .navbar.mobile .color-stripe,
  204.        .navbar-wrapper .navbar.mobile .main-categories,
  205.        .navbar-wrapper .navbar.mobile .secondary-categories,
  206.        .navbar-mobile-padding,
  207.        .navbar.desktop,
  208.        .destop-navbar {
  209.            display: none !important;
  210.        }
  211.  
  212.        .navbar.mobile {
  213.            padding: 0;
  214.        }
  215.  
  216.        .navbar.mobile.red-theme {
  217.            background: none !important;
  218.        }
  219.  
  220.        .navbar.mobile .content,
  221.        .navbar.mobile .color-stripe,
  222.        .navbar.mobile .main-categories,
  223.        .navbar.mobile .main-categories,
  224.        .navbar.mobile .secondary-categories {
  225.            display: none;
  226.        }
  227.    </style>
  228. </script>
  229.  
  230. <script type="text/javascript">
  231.    if (specialParams.source === 'csl') {
  232.        var tmplId = 'tmpl-shop-club-mall-menu';
  233.        var html = document.getElementById(tmplId).innerHTML;
  234.        document.write(html);
  235.    }
  236. </script>
  237. <script id="tmpl-shop-style" type="text/x-magento-template">
  238.    <style type="text/css">
  239.        @media only screen and (max-width: 767px) {
  240.            #hkt-clubmall .page-main {
  241.                margin-top: 70px;
  242.            }
  243.  
  244.            #hkt-clubmall.checkout-index-index .page-main,
  245.            #hkt-clubmall.checkout-cart-index .page-main,
  246.            #hkt-clubmall.checkout-onepage-success .page-main {
  247.                margin-top: 73px;
  248.            }
  249.        }
  250.  
  251.        @media (min-width: 576px)and (max-width: 767px) {
  252.            #hkt-clubmall .page-main {
  253.                margin-top: 70px;
  254.            }
  255.  
  256.            #hkt-clubmall.checkout-index-index .page-main,
  257.            #hkt-clubmall.checkout-cart-index .page-main,
  258.            #hkt-clubmall.checkout-onepage-success .page-main {
  259.                margin-top: 73px;
  260.            }
  261.        }
  262.  
  263.        @media (min-width: 768px) {
  264.            #hkt-clubmall .page-main {
  265.                margin-top: 120px;
  266.            }
  267.  
  268.            #hkt-clubmall.checkout-index-index .page-main,
  269.            #hkt-clubmall.checkout-cart-index .page-main,
  270.            #hkt-clubmall.checkout-onepage-success .page-main {
  271.                margin-top: 120px;
  272.            }
  273.        }
  274.  
  275.        #hkt-clubmall .page-header.sticky {
  276.            position: fixed;
  277.            top: 0;
  278.            left: 0;
  279.            right: 0;
  280.            z-index: 5;
  281.        }
  282.  
  283.        #hkt-clubmall .page-header {
  284.            background: white none;
  285.        }
  286.  
  287.        .user-action.wishlist,
  288.        .action.showcart,
  289.        .user-action.auth-login-link,
  290.        .user-action.customer-welcome .customer-name  {
  291.            filter: invert(1);
  292.        }
  293.  
  294.        .action.showcart .counter.qty,
  295.        .user-action.wishlist .counter.qty {
  296.            filter: invert(1);
  297.        }
  298.  
  299.  
  300.        #hkt-clubmall .minicart-wrapper .block-minicart {
  301.            top: 100px;
  302.        }
  303.  
  304.        #layered-filter-block .block-title.filter-title strong {
  305.            display: none;
  306.        }
  307.  
  308.        .checkout-success .action.primary.continue, .auth-provider.auth-provider-google, .share-wrapper {
  309.            display: none !important;
  310.        }
  311.  
  312.  
  313.        @media screen and (min-width: 768px) {
  314.            .product.info.detailed .tab-container {
  315.                top: 86px;
  316.            }
  317.        }
  318.  
  319.        @media (max-width: 768px){
  320.            .product.info.detailed .tab-container{
  321.                top: 68px;
  322.            }
  323.        }
  324.  
  325.    </style>
  326. </script>
  327.  
  328. <script type="text/javascript">
  329.    if (specialParams.source === 'csl') {
  330.        var tmplId = 'tmpl-shop-style';
  331.        var html = document.getElementById(tmplId).innerHTML;
  332.        document.write(html);
  333.    }
  334. </script>
  335. <script id="tmpl-shop-breadcrumbs" type="text/x-magento-template">
  336.    <style type="text/css">
  337.        #maincontent .breadcrumbs {
  338.            display: none !important;
  339.        }
  340.    </style>
  341. </script>
  342.  
  343. <script type="text/javascript">
  344.    if (specialParams.source === 'csl') {
  345.        var tmplId = 'tmpl-shop-breadcrumbs';
  346.        var html = document.getElementById(tmplId).innerHTML;
  347.        document.write(html);
  348.    }
  349. </script>
  350.  
  351. <script id="tmpl-shop-page-footer" type="text/x-magento-template">
  352.    <style type="text/css">
  353.        .page-footer {
  354.            display: none;
  355.        }
  356.    </style>
  357. </script>
  358.  
  359. <script type="text/javascript">
  360.    if (specialParams.source === 'csl') {
  361.        var tmplId = 'tmpl-shop-page-footer';
  362.        var html = document.getElementById(tmplId).innerHTML;
  363.        document.write(html);
  364.    }
  365. </script>    <script defer src="https://the-club-p0.s3.ap-east-1.amazonaws.com/eco-system-bar/eco-system-bar.js"></script>
  366.            <meta property="og:site_name" content="Club Shopping" />
  367.            <link rel="apple-touch-icon" sizes="180x180" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/favicon/apple-touch-icon.png">
  368. <link rel="manifest" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/favicon/site.webmanifest">    <script type="text/x-magento-init">
  369.        {
  370.            "*": {
  371.                "Magento_PageCache/js/form-key-provider": {
  372.                    "isPaginationCacheEnabled":
  373.                        0                }
  374.            }
  375.        }
  376.    </script>
  377.    <!-- GTM Data Layer -->
  378.    <script type="text/javascript" skip-move-flag="text/x-magento-template">
  379.        //window.dataLayer = [];
  380.        var DMemberInfo = {
  381.            'user_cur_MT': '',
  382.            'character': 'zh',
  383.            'login_status': '',
  384.            'user_tier_start_date': '',
  385.            'user_is_elite_ambassador': '',
  386.            'user_is_cobrand_card_owner': '',
  387.            'cart_nbr_items': 0,
  388.            'cart_value': 0
  389.        };
  390.        if (window.localStorage && new Date(window.localStorage.getItem('mage-cache-timeout').replace(/^\"|\"$/g,'')) > new Date()) {
  391.            try {
  392.                var mageCacheStorage = window.localStorage.getItem('mage-cache-storage');
  393.                mageCacheStorage = mageCacheStorage ? JSON.parse(mageCacheStorage) : {};
  394.                if (mageCacheStorage.hasOwnProperty('customer')) {
  395.                    var mageCSC = mageCacheStorage.customer;
  396.                    if (mageCSC.hasOwnProperty('club_tier')) {
  397.                        DMemberInfo.user_cur_MT = mageCSC['club_tier'];
  398.                    }
  399.                    if (mageCSC.hasOwnProperty('logged_in')) {
  400.                        DMemberInfo.login_status = mageCSC['logged_in'] ? 'Y' : 'N';
  401.                    }
  402.                    if (mageCSC.hasOwnProperty('is_elite_ambassador')) {
  403.                        DMemberInfo.user_is_elite_ambassador = mageCSC['is_elite_ambassador'] ? 'Y' : 'N';
  404.                    }
  405.                    if (mageCSC.hasOwnProperty('club_cobrand_cards')) {
  406.                        DMemberInfo.user_is_cobrand_card_owner = mageCSC['club_cobrand_cards'] == '' ? 'N' : 'Y';
  407.                    }
  408.                    if (mageCSC.hasOwnProperty('tier_info') && mageCSC.tier_info.hasOwnProperty('tierStartDate')) {
  409.                        DMemberInfo.user_tier_start_date = mageCSC.tier_info.tierStartDate.match(/^(\d{4}).(\d{1,2}).(\d{1,2})/);
  410.                        DMemberInfo.user_tier_start_date = DMemberInfo.user_tier_start_date[1]
  411.                            +DMemberInfo.user_tier_start_date[2]
  412.                            +DMemberInfo.user_tier_start_date[3];
  413.                    }
  414.                }
  415.                if (mageCacheStorage.hasOwnProperty('cart')) {
  416.                    var mageCSCart = mageCacheStorage.cart;
  417.                    if (mageCSCart.hasOwnProperty('items')) {
  418.                        DMemberInfo.cart_nbr_items = mageCSCart['items'].length;
  419.                    }
  420.                    if (mageCSCart.hasOwnProperty('subtotalAmount')) {
  421.                        DMemberInfo.cart_value = parseFloat(mageCSCart['subtotalAmount']);
  422.                    }
  423.                }
  424.            } catch (e) { }
  425.        }
  426.        //window.dataLayer.push(DMemberInfo);
  427.    </script>
  428.    <!-- END GTM Data Layer -->
  429.    <!-- AT push at_load -->
  430.    <script type="text/javascript" skip-move-flag="text/x-magento-template">
  431.        (function () {
  432.            function getMid() {
  433.                return document.cookie.match('(^|;)\\s*_CMID\\s*=\\s*([^;]+)')?.pop() ||
  434.                    ''
  435.            }
  436.  
  437.            async function sha256(message) {
  438.                const msgBuffer = new TextEncoder().encode(message);
  439.                const hashBuffer = await crypto.subtle.digest('SHA-256', msgBuffer);
  440.                const hashArray = Array.from(new Uint8Array(hashBuffer));
  441.                const hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join('');
  442.  
  443.                return hashHex;
  444.            }
  445.  
  446.            var intv = setInterval(function () {
  447.                if (typeof window.dataLayer === 'undefined') {
  448.                    console.log('[hkt] dataLayer not found yet')
  449.                    return;
  450.                }
  451.  
  452.                //console.log('[hkt] dataLayer found')
  453.                clearInterval(intv);
  454.  
  455.                try {
  456.                    const mId = getMid();
  457.                    const isLoggedIn = Boolean(mId);
  458.  
  459.                    sha256(mId).then(function (hashedMId) {
  460.                        window.dataLayer.push(DMemberInfo);
  461.                        window.dataLayer.push({
  462.                            event: 'at_load',
  463.                            hashed_customer_id: isLoggedIn ? hashedMId : "",
  464.                            login_status: isLoggedIn ? 'Y' : 'N'
  465.                        })
  466.                    }).catch(function (err) {
  467.                        console.log(err);
  468.                    })
  469.                } catch (err) {
  470.                    console.log(err);
  471.                }
  472.            }, 10);
  473.        })();
  474.    </script>
  475.    <!-- END AT push at_load -->
  476.            <!-- GOOGLE TAG MANAGER -->
  477.            <script type="text/x-magento-init">
  478.            {
  479.                "*": {
  480.                    "Magento_GoogleTagManager/js/google-tag-manager": {
  481.                        "isCookieRestrictionModeEnabled": 0,
  482.                        "currentWebsite": 1,
  483.                        "cookieName": "user_allowed_save_cookie",
  484.                        "gtmAccountId": "GTM\u002DT4V7WC2",
  485.                        "storeCurrencyCode": "HKD",
  486.                        "ordersData": []                    }
  487.                }
  488.            }
  489.            </script>
  490.            <!-- END GOOGLE TAG MANAGER -->
  491.            
  492. <!--Custom Style-->
  493. <style>
  494.    #social-login-popup .social-login-title {
  495.        background-color: #3399cc    }
  496.  
  497.    #social-login-popup .social-login #bnt-social-login-authentication,
  498.    #social-login-popup .forgot .primary button,
  499.    #social-login-popup .create .primary button,
  500.    #social-login-popup .fake-email .primary button {
  501.        background-color: #3399cc;
  502.        border: #3399cc    }
  503.  
  504.    .block.social-login-authentication-channel.account-social-login .block-content {
  505.        text-align: center;
  506.    }
  507.  
  508.    
  509.    /* Compatible ETheme_YOURstore*/
  510.    div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login {
  511.        max-width: 900px !important;
  512.        margin: 0 auto !important;
  513.    }
  514.  
  515.    div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
  516.        text-align: center;
  517.    }
  518.  
  519.    @media (max-width: 1024px) {
  520.        div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
  521.            padding: 0 15px;
  522.        }
  523.    }
  524. </style>
  525.  
  526. <link rel="stylesheet" type="text/css" media="all" href="https://shop.theclub.com.hk/static/version1727253575/frontend/Magento/base/default/HKT_Account/css/entry-popup.min.css">
  527. <link rel="stylesheet" type="text/css" media="all" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
  528.    </head>
  529.    <body data-container="body"
  530.          data-mage-init='{"loaderAjax": {}, "loader": { "icon": "https://shop.theclub.com.hk/static/version1727253575/base/Magento/base/default/images/loader-2.gif"}}'
  531.        id="hkt-clubmall" class="vendor-page page-products page-with-filter vendor-home-page vendorspage-index-index page-layout-1column">
  532.        
  533. <script type="text/x-magento-init">
  534.    {
  535.        "*": {
  536.            "Magento_PageBuilder/js/widget-initializer": {
  537.                "config": {"[data-content-type=\"slider\"][data-appearance=\"default\"]":{"Magento_PageBuilder\/js\/content-type\/slider\/appearance\/default\/widget":false},"[data-content-type=\"map\"]":{"Magento_PageBuilder\/js\/content-type\/map\/appearance\/default\/widget":false},"[data-content-type=\"row\"]":{"Magento_PageBuilder\/js\/content-type\/row\/appearance\/default\/widget":false},"[data-content-type=\"tabs\"]":{"Magento_PageBuilder\/js\/content-type\/tabs\/appearance\/default\/widget":false},"[data-content-type=\"slide\"]":{"Magento_PageBuilder\/js\/content-type\/slide\/appearance\/default\/widget":{"buttonSelector":".pagebuilder-slide-button","showOverlay":"hover","dataRole":"slide"}},"[data-content-type=\"banner\"]":{"Magento_PageBuilder\/js\/content-type\/banner\/appearance\/default\/widget":{"buttonSelector":".pagebuilder-banner-button","showOverlay":"hover","dataRole":"banner"}},"[data-content-type=\"buttons\"]":{"Magento_PageBuilder\/js\/content-type\/buttons\/appearance\/inline\/widget":false},"[data-content-type=\"products\"][data-appearance=\"carousel\"]":{"Amasty_Xsearch\/js\/content-type\/products\/appearance\/carousel\/widget-override":false}},
  538.                "breakpoints": {"desktop":{"label":"Desktop","stage":true,"default":true,"class":"desktop-switcher","icon":"Magento_PageBuilder::css\/images\/switcher\/switcher-desktop.svg","conditions":{"min-width":"1024px"},"options":{"products":{"default":{"slidesToShow":"5"}}}},"tablet":{"conditions":{"max-width":"1024px","min-width":"768px"},"options":{"products":{"default":{"slidesToShow":"4"},"continuous":{"slidesToShow":"3"}}}},"mobile":{"label":"Mobile","stage":true,"class":"mobile-switcher","icon":"Magento_PageBuilder::css\/images\/switcher\/switcher-mobile.svg","media":"only screen and (max-width: 768px)","conditions":{"max-width":"768px","min-width":"640px"},"options":{"products":{"default":{"slidesToShow":"3"}}}},"mobile-small":{"conditions":{"max-width":"640px"},"options":{"products":{"default":{"slidesToShow":"2"},"continuous":{"slidesToShow":"1"}}}}}            }
  539.        }
  540.    }
  541. </script>
  542.  
  543. <div class="cookie-status-message" id="cookie-status">
  544.    The store will not work correctly in the case when cookies are disabled.</div>
  545. <script type="text&#x2F;javascript">document.querySelector("#cookie-status").style.display = "none";</script>
  546. <script type="text/x-magento-init">
  547.    {
  548.        "*": {
  549.            "cookieStatus": {}
  550.        }
  551.    }
  552. </script>
  553.  
  554. <script type="text/x-magento-init">
  555.    {
  556.        "*": {
  557.            "mage/cookies": {
  558.                "expires": null,
  559.                "path": "\u002F",
  560.                "domain": ".shop.theclub.com.hk",
  561.                "secure": false,
  562.                "lifetime": "15552000"
  563.            }
  564.        }
  565.    }
  566. </script>
  567.    <noscript>
  568.        <div class="message global noscript">
  569.            <div class="content">
  570.                <p>
  571.                    <strong>JavaScript seems to be disabled in your browser.</strong>
  572.                    <span>
  573.                        For the best experience on our site, be sure to turn on Javascript in your browser.                    </span>
  574.                </p>
  575.            </div>
  576.        </div>
  577.    </noscript>
  578. <script>
  579.    require([
  580.        'cookieconsent'
  581.    ], function() {
  582.        if(getUrlParams('hide_cookie_consent') != 1){
  583.            const cc = new CookieConsent({
  584.                type: "info",
  585.                palette: {
  586.                    popup: {
  587.                        background: "#F8F8F8",
  588.                        text: "#4A4A4A"
  589.                    },
  590.                    button: {
  591.                        background: "#EB1B76",
  592.                        text: "#FFFFFF"
  593.                    }
  594.                },
  595.                position: "bottom",
  596.                mobileForceFloat: false,
  597.                content: {
  598.                    message: "本網站使用Cookies以優化網站服務。閣下使用本網站即表示同意當中所列出之私隱政策及Cookie政策。請參閱Cookie政策及私隱政策了解更多。",
  599.                    dismiss: "明白!",
  600.                    link: "了解更多",
  601.                    href: '/cookie-statement',
  602.                    target: '_blank',
  603.                },
  604.                cookie: {
  605.                    domain: 'theclub.com.hk',
  606.                    name:'cookieconsent'
  607.                }
  608.            });
  609.        }
  610.  
  611.        function getUrlParams(key){
  612.            var url = window.location.search.substr(1);
  613.            if(url == ''){
  614.                return false;
  615.            }
  616.            var paramsArr = url.split('&');
  617.            for(var i = 0; i < paramsArr.length; i++){
  618.                var combina = paramsArr[i].split('=');
  619.                if(combina[0] == key){
  620.                    if(combina[1] == '1'){
  621.                        setCookie('cookieconsent_status','dismiss')
  622.                    }
  623.                    return combina[1]
  624.                }
  625.            }
  626.            return false;
  627.        }
  628.  
  629.        function setCookie (name, value) {
  630.            if (value) {
  631.                var Days = 365;
  632.                var exp = new Date();
  633.                exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
  634.                document.cookie = name + '=' + escape(value) + ';expires=' + exp.toGMTString()+';domain=theclub.com.hk;path=/';
  635.            }
  636.        }
  637.    });
  638. </script>
  639. <script>    require.config({
  640.        map: {
  641.            '*': {
  642.                wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter'
  643.            }
  644.        }
  645.    });</script>
  646. <script>
  647.    window.cookiesConfig = window.cookiesConfig || {};
  648.    window.cookiesConfig.secure = false;
  649. </script><script>    require.config({
  650.        paths: {
  651.            googleMaps: 'https\u003A\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs\u003Fv\u003D3\u0026key\u003D'
  652.        },
  653.        config: {
  654.            'Magento_PageBuilder/js/utils/map': {
  655.                style: '',
  656.            },
  657.            'Magento_PageBuilder/js/content-type/map/preview': {
  658.                apiKey: '',
  659.                apiKeyErrorMessage: 'You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map.'
  660.            },
  661.            'Magento_PageBuilder/js/form/element/map': {
  662.                apiKey: '',
  663.                apiKeyErrorMessage: 'You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map.'
  664.            },
  665.        }
  666.    });</script><script>
  667.    require.config({
  668.        shim: {
  669.            'Magento_PageBuilder/js/utils/map': {
  670.                deps: ['googleMaps']
  671.            }
  672.        }
  673.    });</script>    <!-- GOOGLE TAG MANAGER -->
  674.    <noscript>
  675.        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T4V7WC2"
  676.                height="0" width="0" style="display:none;visibility:hidden"></iframe>
  677.    </noscript>
  678.    <!-- END GOOGLE TAG MANAGER -->
  679.  
  680. <script type="text/x-magento-init">
  681.    {
  682.        "*": {
  683.            "Magento_GoogleTagManager/js/google-tag-manager-cart": {
  684.                "blockNames": ["category.products.list","product.info.upsell","catalog.product.related","checkout.cart.crosssell","search_result_list"],
  685.                "cookieAddToCart": "add_to_cart",
  686.                "cookieRemoveFromCart":
  687.                    "remove_from_cart",
  688.                "advancedAddToCart": "add_to_cart_advanced"
  689.            }
  690.        }
  691.    }
  692. </script>
  693. <script>
  694.    require([
  695.        "jquery",
  696.        'mage/mage',
  697.        'mage/validation'
  698.    ], function($){
  699.        function addValidatePhone(){
  700.            var rule = [
  701.                function (value) {
  702.                    return /^[0-9]{8}$/.test(value);
  703.                },
  704.                '請輸入有效的8個位電話號碼。'
  705.            ];
  706.            rule.unshift('validate-phone');
  707.            $.validator.addMethod.apply($.validator, rule);
  708.        }
  709.        addValidatePhone();
  710.    });
  711. </script>
  712. <script type="text/x-magento-init">
  713.    {
  714.        "*": {
  715.            "HKT_GtmDataLayer/js/general-data-layer": {},
  716.            "HKT_GtmDataLayer/js/club-shopping-data-layer": {},
  717.            "HKT_GtmDataLayer/js/searches-data-layer": {}
  718.        }
  719.    }
  720. </script>
  721. <div class="page-wrapper"><header class="page-header">
  722. <div id="super-web-header-pc" class="header-container-pc searchbox-hide ">
  723.    <div class="header-wrapper">
  724.        <div class="header-inner">
  725.            <div class="header-nav">
  726.                <div class="header-top-nav">
  727.                    <div class="header-top-nav-inner">
  728.  
  729.                        
  730.  
  731. <div class="club-shopping-logo-wrapper">
  732.    <a class="club-shopping-logo" href="https://www.theclub.com.hk/zh.html"  title=""
  733.        style="width:  80px;
  734.            height: 19px;
  735.            background: url(https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
  736.            background-size: contain;
  737.            transform: translate(0, -2px);"
  738.    >
  739.    </a>
  740. </div>
  741.  
  742.                        <div class="eco-sys-nav" style="transform: translate(-4px, 1px);">
  743.    <div class="eco-sys-nav-left-arrow"></div>
  744.    <div class="eco-sys-nav-items">
  745.                    <div id = 'the-club' class="eco-sys-nav-item ">
  746.                <!-- <div class="item-width-fix"> The Club</div> -->
  747.                <a class="item the-club" href="https://www.theclub.com.hk/zh.html" target="_blank">
  748.                    The Club                </a>
  749.            </div>
  750.                    <div id = 'club-care' class="eco-sys-nav-item ">
  751.                <!-- <div class="item-width-fix"> Club Care</div> -->
  752.                <a class="item " href="https://www.theclub.com.hk/zh/external-clubcare.html?redirectUri=https://clubcare.theclub.com.hk" target="_blank">
  753.                    Club Care                </a>
  754.            </div>
  755.                    <div id = 'club-hope' class="eco-sys-nav-item ">
  756.                <!-- <div class="item-width-fix"> 企業社會責任</div> -->
  757.                <a class="item " href="https://csr.theclub.com.hk/" target="_self">
  758.                    企業社會責任                </a>
  759.            </div>
  760.                    <div id = 'strategic-partners' class="eco-sys-nav-item ">
  761.                <!-- <div class="item-width-fix"> 合作夥伴</div> -->
  762.                <a class="item " href="https://www.theclub.com.hk/zh/strategic-partners.html" target="_blank">
  763.                    合作夥伴                </a>
  764.            </div>
  765.            </div>
  766.    <div class="eco-sys-nav-right-arrow"></div>
  767. </div>
  768. <script>
  769. require(['jquery'], function($) {
  770.    $(document).ready(function() {
  771.        var shoeArrow = function() {
  772.            let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
  773.            if (targetNode.length <= 0) {
  774.                return;
  775.            }
  776.  
  777.            let clientWidth = targetNode.prop('clientWidth');
  778.            let scrollWidth = targetNode.prop('scrollWidth');
  779.            let scrollLeft = targetNode.prop('scrollLeft');
  780.  
  781.            let isShowArrow = function() {
  782.                return clientWidth < scrollWidth;
  783.            };
  784.            let isShowLeftArrow = function() {
  785.                return isShowArrow() && (scrollLeft > 0);
  786.            };
  787.            let isShowRightArrow = function() {
  788.                return isShowArrow() && (scrollLeft + clientWidth < scrollWidth);
  789.            };
  790.  
  791.            if (isShowLeftArrow()) {
  792.                $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').show();
  793.            } else {
  794.                $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').hide();
  795.            }
  796.  
  797.            if (isShowRightArrow()) {
  798.                $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').show();
  799.            } else {
  800.                $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').hide();
  801.            }
  802.  
  803.            if (isShowArrow()) {
  804.                targetNode.css('justify-content', 'left');
  805.            } else {
  806.                targetNode.css('justify-content', 'center');
  807.            }
  808.            // console.log(isShowArrow(), isShowLeftArrow(), isShowRightArrow());
  809.        };
  810.        window.addEventListener('resize', function(event) {
  811.            shoeArrow();
  812.        });
  813.        $('#super-web-header-pc .eco-sys-nav-items').on('scroll', function() {
  814.            shoeArrow();
  815.        });
  816.        $('#super-web-header-pc .eco-sys-nav-items').on('scrollend', function() {
  817.            shoeArrow();
  818.        });
  819.        let oneStepLength = function() {
  820.            let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
  821.            if (targetNode.length <= 0) {
  822.                return 0;
  823.            }
  824.            let clientWidth = targetNode.prop('clientWidth');
  825.            let scrollWidth = targetNode.prop('scrollWidth');
  826.            let scrollLeft = targetNode.prop('scrollLeft');
  827.  
  828.            if ((scrollWidth - clientWidth) * 2 < clientWidth) {
  829.                return scrollWidth - clientWidth;
  830.            } else {
  831.                return clientWidth / 2;
  832.            }
  833.        };
  834.        $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').on('click', function() {
  835.            let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
  836.            if (targetNode.length <= 0) {
  837.                return;
  838.            }
  839.            let clientWidth = targetNode.prop('clientWidth');
  840.            let scrollWidth = targetNode.prop('scrollWidth');
  841.            let scrollLeft = targetNode.prop('scrollLeft');
  842.            if (!(scrollLeft > 0)) {
  843.                return;
  844.            }
  845.            targetNode.prop('scrollLeft', targetNode.prop('scrollLeft') - oneStepLength());
  846.        });
  847.        $('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').on('click', function() {
  848.            let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
  849.            if (targetNode.length <= 0) {
  850.                return;
  851.            }
  852.            let clientWidth = targetNode.prop('clientWidth');
  853.            let scrollWidth = targetNode.prop('scrollWidth');
  854.            let scrollLeft = targetNode.prop('scrollLeft');
  855.            if (!(scrollLeft + clientWidth < scrollWidth)) {
  856.                return;
  857.            }
  858.            targetNode.prop('scrollLeft', targetNode.prop('scrollLeft') + oneStepLength());
  859.        });
  860.        shoeArrow();
  861.        // console.log(oneStepLength());
  862.    });
  863. });
  864. </script>
  865.  
  866.                        <div style="width: 204px;">
  867.                        <div id="pc-header-top-nav-tools" class="header-tools">
  868.                            <div class="header-search">
  869.                                <div class="header-search-btn">
  870.                                    <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
  871.                                </div>
  872.                            </div>
  873.                            <a href="https://shop.theclub.com.hk/checkout/cart/">
  874.                                <div class="header-cart" id="pc-header-top-nav-tools-cart">
  875.                                    <div class="header-cart-box" data-bind="scope: 'minicart_content'">
  876.                                        <div class="header-cart-inner">
  877.                                            <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
  878.                                            <!-- ko if: getCartParam('summary_count')>0 -->
  879.                                            <div class="cart-num" style="color: #1a1a1a" data-bind="html: getCartParam('summary_count')"></div>
  880.                                            <!-- /ko -->
  881.                                        </div>
  882.                                    </div>
  883.                                </div>
  884.                            </a>
  885.                            <a id="clubmall-login-popup" class="user-action auth-login-link" href="#clubmall-login-popup" style="display: none;">
  886.                                <i class="icon icon-user icon-lg"></i>
  887.                                <span class="action-label">登入</span>
  888.                            </a>
  889.                            
  890. <div class="header-login">
  891.    <a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();"  class="login-btn">登入/註冊</a>
  892. </div>
  893.  
  894. <div class="header-userinfo"  style="display: none" >
  895.    <a href="https://shop.theclub.com.hk/customer/account/" style="text-decoration:none">
  896.        <div class="header-userinfo-box" data-bind="scope: 'customer'">
  897.            <div class="header-userinfo-inner" data-bind="css: {'need-to-read':customer().member_campaign_count > 0}">
  898.                <div class="username" data-bind="text: customer().fullname"></div>
  899.                <div class="points"><span class="ico-point"></span>
  900.                    <!-- ko if: customer().club_point >= 0 -->
  901.                    <span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')"></span>
  902.                    <!-- /ko -->
  903.                </div>
  904.            </div>
  905.        </div>
  906.    </a>
  907.  
  908. </div>
  909.  
  910. <script type="text/x-magento-init">
  911.    {
  912.        "*": {
  913.            "Magento_Ui/js/core/app": {
  914.                "components": {
  915.                    "customer": {
  916.                        "component": "Magento_Customer/js/view/customer"
  917.                    }
  918.                }
  919.            }
  920.        }
  921.    }
  922. </script>
  923.  
  924.  
  925.                        </div>
  926.                        </div>
  927.                    </div>
  928.                    <div id="category-bar" class="header-shopping-submenus-container">
  929.    <div class="header-shopping-submenus">
  930.         <div data-menu-id="shopping-and-rewards" class="header-shopping-submenu active">
  931.            <a data-menu-id="shopping-and-rewards" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/shopping/zh/discovery-page.html" target="_self" data-layer-label="購物與獎賞">
  932.            <div class="menu-ico"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNC42OTk5NUg4LjA1NDE2TDguNjg0MzcgOS45ODkyMU04LjY4NDM3IDkuOTg5MjFMMTAuNTAxIDI1LjIzNTdDMTAuNTg4MSAyNS45NjczIDExLjIwODUgMjYuNTE4MSAxMS45NDUzIDI2LjUxODFIMjMuNjUxOE04LjY4NDM3IDkuOTg5MjFIMzQuMTYyNEMzNS4xMDA3IDkuOTg5MjEgMzUuNzkzNSAxMC44NjQ1IDM1LjU3ODEgMTEuNzc3N0wzNC4wNTAzIDE4LjI1MzciIHN0cm9rZT0iIzFBMUExQSIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iMjguNzI3NSIgY3k9IjMyLjMzNjMiIHI9IjIuOTA5MDkiIHN0cm9rZT0iIzFBMUExQSIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIi8+CjxjaXJjbGUgY3g9IjE0LjE4MjUiIGN5PSIzMi4zMzYzIiByPSIyLjkwOTA5IiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIvPgo8cGF0aCBkPSJNMzQuNTAxOCAyMy4wOTUzQzM0LjA5NDYgMjQuMzc5NiAzMy4yMDQxIDI1LjQ1NTMgMzIuMDE4NCAyNi4wOTVDMzAuODMyNiAyNi43MzQ3IDI5LjQ0NDYgMjYuODg4MyAyOC4xNDc3IDI2LjUyMzNDMjYuODUwOCAyNi4xNTg0IDI1Ljc0NjYgMjUuMzAzNCAyNS4wNjg2IDI0LjEzOTJDMjQuMzkwNSAyMi45NzUgMjQuMTkxNyAyMS41OTI3IDI0LjUxNDIgMjAuMjg0NkMyNC42ODA3IDE5LjYwODkgMjQuOTgxNCAxOC45NzM2IDI1LjM5ODQgMTguNDE2NUMyNS44MTU0IDE3Ljg1OTQgMjYuMzQwMiAxNy4zOTE4IDI2Ljk0MTUgMTcuMDQxNkMyNy41NDI5IDE2LjY5MTQgMjguMjA4NSAxNi40NjU2IDI4Ljg5ODggMTYuMzc3OEMyOS41ODkyIDE2LjI5IDMwLjI5MDEgMTYuMzQxOSAzMC45NiAxNi41MzA0QzMxLjYyOTkgMTYuNzE4OSAzMi4yNTUgMTcuMDQwMiAzMi43OTgyIDE3LjQ3NTJDMzMuMzQxNCAxNy45MTAxIDMzLjc5MTYgMTguNDQ5OSAzNC4xMjIgMTkuMDYyNEMzNC40NTI0IDE5LjY3NDggMzQuNjU2MyAyMC4zNDc0IDM0LjcyMTYgMjEuMDQwM0MzNC43ODY4IDIxLjczMzEgMzQuNzEyMSAyMi40MzIgMzQuNTAxOCAyMy4wOTUzVjIzLjA5NTNaIiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMi44NDE4IDI2LjU5MDZMMzUuNzUwOSAzMC45NTQyIiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo="></div>
  933.            <div class="menu-title">購物與獎賞</div>
  934.            </a>
  935.            </div> <div data-menu-id="earn" class="header-shopping-submenu ">
  936.            <a data-menu-id="earn" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/earn.html" target="_self" data-layer-label="賺取積分">
  937.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Earn.svg"></div>
  938.            <div class="menu-title">賺取積分</div>
  939.            </a>
  940.            </div> <div data-menu-id="wellness" class="header-shopping-submenu ">
  941.            <a data-menu-id="wellness" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/wellness.html" target="_self" data-layer-label="Wellness">
  942.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Wellness.svg"></div>
  943.            <div class="menu-title">Wellness</div>
  944.            </a>
  945.            </div> <div data-menu-id="travel" class="header-shopping-submenu ">
  946.            <a data-menu-id="travel" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/external-link.html?partner=clubtravel&redirectUri=https://www.clubtravel.com.hk/zh.html" target="_self" data-layer-label="旅遊">
  947.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Travel.svg"></div>
  948.            <div class="menu-title">旅遊</div>
  949.            </a>
  950.            </div> <div data-menu-id="experience" class="header-shopping-submenu ">
  951.            <a data-menu-id="experience" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/experience.html" target="_self" data-layer-label="城中盛事">
  952.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/page-icons/sub_nav_tabs_Experiences_off.svg"></div>
  953.            <div class="menu-title">城中盛事</div>
  954.            </a>
  955.            </div> <div data-menu-id="goov" class="header-shopping-submenu ">
  956.            <a data-menu-id="goov" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/GOOV.html" target="_self" data-layer-label="GOOV">
  957.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/page-icons/sub_nav_tabs_GOOV_off.svg"></div>
  958.            <div class="menu-title">GOOV</div>
  959.            </a>
  960.            </div> <div data-menu-id="smart-finance" class="header-shopping-submenu ">
  961.            <a data-menu-id="smart-finance" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/smart-finance.html" target="_self" data-layer-label="Smart Finance">
  962.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_SmartFinance.svg"></div>
  963.            <div class="menu-title">Smart Finance</div>
  964.            </a>
  965.            </div> <div data-menu-id="Club_Biz_ZH" class="header-shopping-submenu ">
  966.            <a data-menu-id="Club_Biz_ZH" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/club-biz.html" target="_blank" data-layer-label="Club Biz">
  967.            <div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/page-icons/sub_nav_tabs_ClubBiz_off.svg"></div>
  968.            <div class="menu-title">Club Biz</div>
  969.            </a>
  970.            </div>    </div>
  971. </div>
  972. <script type="text/x-magento-init">
  973.    {
  974.        "[id='super-web-header-pc']": {
  975.            "HKT_SuperWeb/js/category-bar-pc": {
  976.                "firstLevelMenu": [{"id":"shopping-and-rewards","title":"\u8cfc\u7269\u8207\u734e\u8cde","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/discovery-page.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Shopping.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Shopping_on.svg","isUseCustomContentFragment":false,"isMegaMenuContainTabs":true},{"id":"earn","title":"\u8cfa\u53d6\u7a4d\u5206","link":"https:\/\/www.theclub.com.hk\/zh\/earn.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Earn.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Earn_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"wellness","title":"Wellness","link":"https:\/\/www.theclub.com.hk\/zh\/wellness.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Wellness.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_wellness_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"travel","title":"\u65c5\u904a","link":"https:\/\/www.theclub.com.hk\/zh\/external-link.html?partner=clubtravel&redirectUri=https:\/\/www.clubtravel.com.hk\/zh.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Travel.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_travel_on.svg","isUseCustomContentFragment":false,"isMegaMenuContainTabs":false},{"id":"experience","title":"\u57ce\u4e2d\u76db\u4e8b","link":"https:\/\/www.theclub.com.hk\/zh\/experience.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_Experiences_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_Experiences_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"goov","title":"GOOV","link":"https:\/\/www.theclub.com.hk\/zh\/GOOV.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_GOOV_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_GOOV_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"smart-finance","title":"Smart Finance","link":"https:\/\/www.theclub.com.hk\/zh\/smart-finance.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_SmartFinance.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_smartFinance_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"Club_Biz_ZH","title":"Club Biz","link":"https:\/\/www.theclub.com.hk\/zh\/club-biz.html","linkTarget":"_blank","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_ClubBiz_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_ClubBiz_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false}],
  977.                "secondLevelMenu": {"travel":[{"link":"https:\/\/www.clubtravel.com.hk\/zh\/sport-travel.html","linkTarget":"_blank","title":"\u6d77\u5916\u8cfd\u4e8b\u5957\u7968","id":"sport-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_sporttravel.svg","description":"\u63d0\u4f9b\u4e0d\u540c\u570b\u5bb6\u7cbe\u5f69\u8cfd\u4e8b\u65c5\u904a\u5957\u7968\uff0c\u8b93\u4f60\u5feb\u4eba\u4e00\u6b65\u6436\u8cfc\u5230\u4e00\u7d1a\u65b9\u7a0b\u5f0f\u3001\u8db3\u7403\u806f\u8cfd\u6216\u99ac\u62c9\u677e\u9580\u7968\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk\/?_gl=1*16hkl00*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u9152\u5e97 ","id":"hotel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_hotel.svg","description":"\u9152\u5e97\u3001\u5ea6\u5047\u6751\u3001\u9752\u5e74\u65c5\u820d\u53ca\u66f4\u591a\u9078\u64c7\u3002\u5373\u4eab\u5168\u7403\u8d85\u904e200\u842c\u9593\u4f4f\u5bbf\u81f3\u62b5\u50f9\u683c\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?_gl=1%2Ap082pg%2A_ga%2AMjA2MjA3MjQ5NC4xNjYxMzI2MTY0%2A_ga_S7NBFF8TVL%2AMTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY2MDYyLjU5LjAuMA..","linkTarget":"_blank","title":"\u666f\u9ede\u9580\u7968","id":"admission-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_admission.svg","description":"\u63d0\u4f9b\u4f60\u6700\u512a\u60e0\u50f9\u683c\u7684\u666f\u9ede\u9580\u7968\u3001\u4e00\u65e5\u904a\u884c\u7a0b\u8207\u7576\u5730\u4ea4\u901a\u5957\u7968\u512a\u60e0\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk?_gl=1*l9siri*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u6a5f\u7968","id":"air-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_airticket.svg","description":"\u7acb\u5373\u9810\u8a02\u8d85\u503c\u6a5f\u7968\u3002\u5373\u6642\u641c\u5c0b\u9810\u8a02\u5168\u7403\u8d85\u904e200\u9593\u822a\u7a7a\u516c\u53f8\u6a5f\u7968\u3002"},{"link":"https:\/\/www.clubtravel.com.hk\/zh\/experiential-travel.html","linkTarget":"_blank","title":"\u7279\u8272\u65c5\u904a\u9ad4\u9a57","id":"experiential-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_experiential.svg","description":"\u9ad4\u9a57\u63d0\u4f9b\u8207\u4ee5\u5f80\u4e0d\u540c\u7684\u65c5\u904a\u9ad4\u9a57\uff0c\u8b93\u60a8\u66f4\u6df1\u5165\u9ad4\u9a57\u7576\u5730\u7279\u8272\u6587\u5316\u9ad4\u9a57\u3001\u6c34\u4e0a\u6d3b\u52d5\u3001\u6ed1\u96ea\u5192\u96aa\u548c\u666f\u9ede\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK&_gl=1*1kixig0*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1NTQ2LjYwLjAuMA..","linkTarget":"_blank","title":"\u5b85\u6e21\u5047","id":"staycation","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_staycation.svg","description":"\u63d0\u4f9b\u5b85\u5ea6\u5047\u512a\u60e0\uff0c\u6bcf\u9593\u9152\u5e97\u90fd\u5404\u6709\u7279\u8272\uff0c\u5305\u62ec\u7cbe\u7dfb\u665a\u9910\u3001\u81ea\u52a9\u65e9\u9910\u3001\u5152\u7ae5\u6a02\u5712\u6216SPA\u6c34\u7642\u670d\u52d9\u7b49\u3002"}]},
  978.                "category": [{"categoryId":"MTk1Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/rewards1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/rewards.html","linkTarget":"_self","title":"\u734e\u8cde","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MTk1OA==","title":"\u96fb\u5b50\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3OQ==","title":"\u624b\u6a5f\u53ca\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/mobile-phones-tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MA==","title":"\u667a\u80fd\u6f6e\u7269","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mg==","title":"\u5f71\u97f3\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mw==","title":"\u624b\u6a5f\u53ca\u96fb\u5b50\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/electronic-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MQ==","title":"\u96fb\u8166\u53ca\u96fb\u73a9\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/computer-accessories-gaming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MA==","title":"\u7f8e\u9152\u4f73\u991a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3MQ==","title":"\u9910\u98f2\u7f8e\u98df","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3MA==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Mg==","title":"\u4e7e\u8ca8\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxOQ==","title":"\u7f8e\u9152\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2Mw==","title":"\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/voucher.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjczNQ==","title":"\u5a1b\u6a02\u53ca\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDA0OA==","title":"\u96fb\u8996\u7bc0\u76ee\u548c\u9ad4\u80b2","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/tv-shows-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA2MA==","title":"\u96fb\u5f71\u53ca\u97f3\u6a02","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/movies-music.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA1OQ==","title":"\u9ad4\u9a57","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/local-experiences.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk1OQ==","title":"\u5bb6\u5177\u5bb6\u96fb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3NA==","title":"\u5bb6\u5ead\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/home-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3NQ==","title":"\u5eda\u623f\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchen-appliances.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNw==","title":"\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/rewards-household-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDQ3OA==","title":"\u5eda\u5177\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchenware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u53ca\u4fdd\u5065","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/beauty.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3Ng==","title":"\u7f8e\u5bb9\u53ca\u8b77\u9aee","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/beauty-hair-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3OA==","title":"\u904b\u52d5\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/sports-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Nw==","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/supplements-healthcare-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjA1MQ==","title":"\u5065\u5eb7\u6aa2\u67e5\u53ca\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/body-check-vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzA3OQ==","title":"\u65c5\u884c\u597d\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/travel.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzQ0Ng==","title":"\u9152\u5e97\u4f4f\u5bbf\u5957\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0Nw==","title":"\u9580\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0OA==","title":"\u65c5\u884c\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU3Nw==","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/gift_collection.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-gift-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2NA==","title":"HKT \u7522\u54c1\u53ca\u670d\u52d9","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/hkt.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/hkt-products-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NQ==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NA==","title":"\u6bcd\u5b30\u7528\u54c1\u53ca\u73a9\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/mum-kids-toys.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":2,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIxOA==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions.html","linkTarget":"_self","title":"\u63a8\u5ee3\u512a\u60e0","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDE2MA==","title":"\u6bcf\u6708\u5bb6\u96fb\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/cool-summer-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230801_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3NQ==","title":"Dyson \u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/home-appliances-promotion\/home-beauty\/dyson-home.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u7522\u54c1\u512a\u60e0\u4f4e\u81f355\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/home-beauty-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230807_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5MQ==","title":"\u7cbe\u9078\u5eda\u5177\u5eda\u96fb\u200b  \u4f4e\u81f35\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/en\/lc\/promotions\/kitchen-appliances-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230814_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTcwOQ==","title":"ASUS \u83ef\u78a9\u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/asus.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Ng==","title":"\u6bcf\u6708\u7f8e\u9152\u4f73\u991a\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/monthly-wine-promotion.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE3Mw==","title":"Smart Finance","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/zh\/smart-finance.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTEzMQ==","title":"\u6e05\u8ca8\u7279\u50f9\u5340","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/clearance-sales-2023.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ2OA==","title":"\u8ffd\u661f\u6975\u81f4\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/elevate-your-star-chasing-experience.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgzMA==","title":"Samsung\u5f71\u97f3\u611f\u8b1d\u796d","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/samsung-tv-thankful-weeks.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkxNQ==","title":"\u6253\u9020\u4f60\u7684\u5c08\u5c6c\u5de5\u4f5c\u9593","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/build-your-personal-workspace.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":3,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNQ==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/electronics-and-office.html","linkTarget":"_self","title":"\u624b\u6a5f\u3001\u96fb\u8166\u53ca\u6f6e\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzIzOA==","title":"\u624b\u6a5f\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/mobile.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0Mg==","title":"\u624b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/mobile.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MA==","title":"\u624b\u6a5f\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MQ==","title":"\u667a\u80fd\u624b\u9336","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/smart-watch.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE5NQ==","title":"\u96fb\u8a71\u5132\u503c\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/prepaid-sim-cards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Mw==","title":"\u96fb\u8166\u53ca\u9031\u908a\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/computer.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0NA==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/laptops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0NQ==","title":"\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Ng==","title":"\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5NQ==","title":"\u6253\u5370\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/printers-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Ng==","title":"\u5132\u5b58\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/storage-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Nw==","title":"\u7db2\u7d61\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/network-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5OQ==","title":"\u684c\u4e0a\u53ca\u8ff7\u4f60\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/desktop-mini-pc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMA==","title":"\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/conference-live-stream.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMQ==","title":"\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMg==","title":"\u96fb\u8166\u50a2\u4fec","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/computer-furniture.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Mw==","title":"\u651d\u9304\u5668\u6750\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/camera.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI1Ng==","title":"\u822a\u62cd\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/drones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Nw==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/car-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OA==","title":"\u76f8\u6a5f\u53ca\u904b\u52d5\u651d\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/action-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OQ==","title":"\u651d\u9304\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2MA==","title":"\u96fb\u73a9\u53ca\u96fb\u7af6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gaming.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI2MQ==","title":"\u904a\u6232\u4e3b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/game-consoles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mg==","title":"\u589e\u5f37\u53ca\u865b\u64ec\u5be6\u5883\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/ar-vr.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mw==","title":"\u96fb\u7af6\u96fb\u8166\u53ca\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/esports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2NA==","title":"\u96fb\u5b50\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/video-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNQ==","title":"\u904a\u6232\u9ede\u6578\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-point-card.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNA==","title":"\u96fb\u7af6\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNQ==","title":"\u96fb\u7af6\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNg==","title":"\u96fb\u7af6\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-equipments.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNw==","title":"\u96fb\u7af6\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxOA==","title":"DIY\u8a2d\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/diy-equipments-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2NQ==","title":"\u667a\u80fd\u6f6e\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gadgets.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNA==","title":"\u8033\u6a5f\u53ca\u5587\u53ed","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/Headphone N Speaker.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkwNQ==","title":"\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/headphone.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNg==","title":"\u5587\u53ed","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/speakers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMA==","title":"\u6c7d\u8eca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/CarAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTgwMQ==","title":"\u96fb\u52d5\u8eca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/ev-car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/home-and-kitchen.html","linkTarget":"_self","title":"\u5bb6\u96fb\u53ca\u5bb6\u54c1","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI3MQ==","title":"\u5bb6\u5ead\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/appliance.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI3Mg==","title":"\u96ea\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fridge.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MA==","title":"\u51b7\u6c23\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/air-conditioners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MQ==","title":"\u98a8\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mg==","title":"\u9a45\u87f2\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/insect-repellents.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NA==","title":"\u6d17\u8863\u6a5f\u53ca\u4e7e\u8863\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/washing-and-drying-machine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NQ==","title":"\u6d74\u5ba4\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/water-heater.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Ng==","title":"\u71a8\u6597","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/irons-and-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Nw==","title":"\u96fb\u52d5\u5de5\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/power-tools.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3OA==","title":"\u6696\u98a8\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/heaters.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mw==","title":"\u5438\u5875\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/house-vacuums.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4NQ==","title":"\u667a\u80fd\u5bb6\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/digital-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYyNg==","title":"\u593e\u842c","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/safety-box.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU=","title":"\u71c8\u98fe\u71c8\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/home-appliances-lightings.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mg==","title":"\u6d88\u6bd2\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/sterilizer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mw==","title":"\u667a\u80fd\u9580\u9396","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/smart-lock.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NA==","title":"\u9152\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/wine-cellars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Ng==","title":"\u5eda\u623f\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchen app.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI4OA==","title":"\u84b8\u7117\u7210\u53ca\u5fae\u6ce2\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/oven-and-food-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4OQ==","title":"\u9eb5\u5305\u6a5f\u53ca\u591a\u58eb\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/bread-makers-and-toasted.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5MQ==","title":"\u96fb\u71b1\u6c34\u58fa","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/electronic-kettles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Mg==","title":"\u5496\u5561\u6a5f\u53ca\u7814\u78e8\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/coffee-maker-and-grinder.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NA==","title":"\u6d17\u7897\u789f\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/dishwasher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Nw==","title":"\u62bd\u6cb9\u7159\u6a5f\u53ca\u62bd\u6c23\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/range-hood-and-exhaust-fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OA==","title":"\u96fb\u98ef\u7172\u53ca\u58d3\u529b\u7172 ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/rice-pressure-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTIw","title":"\u98df\u7269\u8655\u7406\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/food-preparation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OQ==","title":"\u591a\u529f\u80fd\u716e\u98df\u934b","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/multi-function-induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NQ==","title":"\u96fb\u78c1\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMQ==","title":"\u7a7a\u6c23\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/airquality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwMg==","title":"\u7a7a\u6c23\u6e05\u65b0\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/air-purifiers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMw==","title":"\u62bd\u6fd5\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/dehumidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNA==","title":"\u52a0\u6fd5\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/humidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNg==","title":"\u5eda\u5177\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchenware.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwNw==","title":"\u5eda\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/pots-and-pans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwOA==","title":"\u716e\u98df\u7528\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/cooking-utensils.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMA==","title":"\u5bb9\u5668\u53ca\u6536\u7d0d\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/containers-and-organizers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Nw==","title":"\u9910\u5177\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/tableware-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMw==","title":"\u98f2\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/drinkware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxNQ==","title":"\u5e8a\u4e0a\u53ca\u6d74\u5ba4\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/bedbath.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMxNg==","title":"\u5e8a\u54c1\u5957\u88dd","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bedding.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxOQ==","title":"\u6795\u982d\u53ca\u6bdb\u6bef","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/pillow-and-mattress.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1OA==","title":"\u6d74\u5ba4\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bathroom-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Ng==","title":"\u98df\u6c34\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/water quality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI5Mw==","title":"\u98f2\u6c34\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-dispenser.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NQ==","title":"\u6ffe\u6c34\u5668\u53ca\u6ffe\u82af","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-purifier-and-filter.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1MQ==","title":"\u5f71\u97f3\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/audiovideo.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc1Mg==","title":"\u96fb\u8996","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/tvs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Mw==","title":"\u5bb6\u5ead\u5f71\u9662","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/soundbars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NA==","title":"\u6295\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/projectors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NQ==","title":"\u64f4\u97f3\u6a5f\u53ca\u5f71\u97f3\u64ad\u653e\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/amplifiers-av-players.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Ng==","title":"\u5f71\u97f3\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/av-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDcxNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Parents Kids and Pets.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/parents-kids-and-Pets.html","linkTarget":"_self","title":"\u89aa\u5b50\u53ca\u5bf5\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDcxOA==","title":"\u6bcd\u5b30\u53ca\u80b2\u5152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDcxOQ==","title":"\u73a9\u5177\u53ca\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/toys-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMQ==","title":"\u5716\u66f8 & \u6587\u5177","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/books-stationery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMg==","title":"\u96fb\u5b50\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/electronic-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNw==","title":"\u5916\u51fa\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/outdoor-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOA==","title":"STEM \u7522\u54c1\u53ca\u6559\u6750","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/stem-education.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOQ==","title":"\u5b30\u5152\u50a2\u4ff1\u53ca\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/baby-furniture-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyNw==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMQ==","title":"\u5bf5\u7269\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxNA==","title":"\u5bf5\u7269\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc0OQ==","title":"\u9577\u8005\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/elderly-care.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxNw==","title":"\u9577\u8005\u8b77\u7406\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxOA==","title":"\u9577\u8005\u8b77\u7406\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDg3Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/dine and experience.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/dining-and-experience.html","linkTarget":"_self","title":"\u9910\u98f2\u53ca\u9ad4\u9a57","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDkzMA==","title":"\u9910\u98f2\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/dinning.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mg==","title":"\u9580\u7968\u8207\u5c55\u89bd","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/ticketingNshows.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/ticketing-shows.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mw==","title":"\u8ab2\u7a0b\u8207\u5de5\u4f5c\u574a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/course workshop.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/course-workshop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzMw==","title":"\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkzNA==","title":"\u5ba4\u5167\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/indoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNQ==","title":"\u6236\u5916\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/outdoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNg==","title":"\u5ea6\u5047\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MjU4","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine and food.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/wine-and-dine.html","linkTarget":"_self","title":"\u7f8e\u9152\u4f73\u991a","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjYw","title":"\u7d05\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/redwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM1NA==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mg==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mw==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1NQ==","title":"\u897f\u73ed\u7259","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/spain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1OQ==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjYx","title":"\u767d\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/whitewine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM2Mg==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MA==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2NA==","title":"\u5fb7\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/germany.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MQ==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2Nw==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY0","title":"\u5a01\u58eb\u5fcc\u548c\u70c8\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/spirits.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMxNg==","title":"\u767d\u862d\u5730","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/brandy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOA==","title":"\u6c08\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/gin.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOQ==","title":"\u862d\u59c6\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/rum.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNw==","title":"\u4f0f\u7279\u52a0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/vodka.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNQ==","title":"\u5a01\u58eb\u5fcc","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/whisky.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMw==","title":"\u4e2d\u570b\u70c8\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/chinese-spirits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkx","title":"\u9999\u6ab3\u9152\u53ca\u6c23\u6ce1\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/champagne.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMyNg==","title":"Cava","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/cava.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNA==","title":"\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/champagne.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNw==","title":"\u73ab\u7470\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/rose.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNQ==","title":"Prosecco","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/prosecco.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOA==","title":"\u5176\u4ed6\u6c23\u6ce1\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/others.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOQ==","title":"\u679c\u9152\u53ca\u751c\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/fruitwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMzMQ==","title":"\u751c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/dessert-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzMA==","title":"\u679c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/fruit-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNA==","title":"\u6e05\u9152 \u71d2\u914c\u53ca\u9152\u7cbe\u98f2\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/sake.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY1","title":"\u624b\u5de5\u5564\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/alcohol-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNQ==","title":"\u6e05\u9152 ","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/sake.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDEzOA==","title":"\u6d3e\u5c0d & \u9001\u79ae\u4e4b\u9078","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/party_giftideas.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDEzOQ==","title":"\u539f\u7bb1\u512a\u60e0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/case-offer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDE0MA==","title":"\u9001\u79ae\u7cbe\u9078","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/gift-pack.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Nw==","title":"\u9152\u5177\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/wineaccessories.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/wine-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2MQ==","title":"\u9910\u98f2\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/food n dining vouchers.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2NA==","title":"\u73fe\u91d1\u79ae\u5238","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/cash-voucher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mw==","title":"\u4e7e\u8ca8\u53ca\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/dry-and-instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mg==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/snacks-and-desserts.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1OQ==","title":"\u96f6\u98df\u7cd6\u679c","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/snacks.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/snacks-confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2Nw==","title":"\u7ce7\u6cb9\u96dc\u8ca8","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/groceries.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3MQ==","title":"\u70d8\u7119\u9eb5\u7c89\u548c\u9810\u88fd\u7c89","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/baking-flour-mixes.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3MA==","title":"\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OA==","title":"\u7c73\u53ca\u7c89\u9eb5","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/rice-noodles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OQ==","title":"\u8abf\u5473\u91ac\u6599","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/sauces-dressing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Mg==","title":"\u74b0\u7403\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/worldwide delights.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3Mw==","title":"\u53f0\u7063","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights\/taiwan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Ng==","title":"\u7bc0\u6176\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/hamper.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/hampers-gift-packs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OA==","title":"\u7bc0\u65e5\u98df\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/Festive Delicacies.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/festive-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MTY3","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/health1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/health-and-wellbeing.html","linkTarget":"_self","title":"\u4fdd\u5065\u53ca\u7f8e\u5bb9","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDUxMg==","title":"\u9577\u65b0\u51a0\u8abf\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/postcovidrecovery.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/post-covid-recovery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTY4","title":"\u81b3\u98df\u88dc\u5145\u5291","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/wellness.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NzE0","title":"\u7dad\u4ed6\u547d\u53ca\u88dc\u5145\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/vitamin-and-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA4OQ==","title":"\u4e2d\u5f0f\u4fdd\u5065\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/chinese-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MA==","title":"\u9748\u829d\u53ca\u87f2\u8349","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/lingzhi-and-cordyceps.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MQ==","title":"NMN \u53ca \u9006\u9f61\u6297\u8001","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/nmn-anti-aging.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Mg==","title":"\u773c\u6674\u8166\u90e8","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/brain-eye.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5NA==","title":"\u76ca\u751f\u83cc\u53ca\u8178\u9053\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/probiotics-gut-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Nw==","title":"\u7537\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/men-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5OQ==","title":"\u5973\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/women-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzEy","title":"\u9aa8\u9abc \u95dc\u7bc0","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/bones-joints.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzE5","title":"\u7f8e\u808c\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/beauty-supplement.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyMQ==","title":"\u9ad4\u91cd\u7ba1\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/weight-management.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzIx","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u98f2\u6599","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/health-food-and-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzA2","title":"\u5fc3\u81df\u8840\u7ba1\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/cardiovascular.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OA==","title":"\u9999\u85b0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/aromatherapy.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/aromatherapy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OQ==","title":"\u52a9\u7720","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sleeping aids.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sleeping-aids.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjI5","title":"\u5065\u5eb7\u53ca\u6309\u6469\u8a2d\u5099","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/healthcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NjM5","title":"\u6309\u6469\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM4","title":"\u6309\u6469\u6905","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-sofa.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMy","title":"\u8840\u58d3\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/blood-pressure-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMz","title":"\u9ad4\u91cd\u53ca\u8102\u80aa\u78c5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMx","title":"\u6eab\u5ea6\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/thermometers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzQy","title":"\u5065\u5eb7\u8b77\u7406\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/health-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMw","title":"\u53e3\u7f69 \u6d88\u6bd2 \u6e2c\u8a66\u68d2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/mask-disinfection-test-kits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTc5","title":"\u53e3\u8154\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/oralcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY4NA==","title":"\u96fb\u52d5\u7259\u5237","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/electrical-toothbrush.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjYy","title":"\u7259\u7dda\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/dental-floss-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIyNw==","title":"\u7f8e\u5bb9\u8b77\u9aee","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/hair.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"ODg4","title":"\u7f8e\u5bb9\u5100\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/beauty-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIzMQ==","title":"\u982d\u9aee\u9020\u578b\u8b77\u7406\u53ca\u812b\u6bdb","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ4Mg==","title":"\u80b2\u9aee\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-growth.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM=","title":"\u98a8\u7b52","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-dryers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMzNg==","title":"\u96fb\u9b1a\u5228 \u5243\u9b1a\u5200 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/shaver.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkyNQ==","title":"\u500b\u4eba\u53ca\u8eab\u9ad4\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/personal-body-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAxOA==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sports.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTAyNQ==","title":"\u5065\u8eab\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/slimming-and-fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTAyNg==","title":"\u745c\u4f3d\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/yoga-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyNA==","title":"\u4fdd\u8b77\u53ca\u88dd\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/gear-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4NA==","title":"\u8eab\u9ad4\u6aa2\u67e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/healthcare package.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTUzNw==","title":"\u5065\u5eb7\u6aa2\u67e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/body-check.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTUzOA==","title":"\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMQ==","title":"\u91ab\u85e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/medicine.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTQwMg==","title":"\u50b7\u98a8\u611f\u5192","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/cold-and-flu.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMw==","title":"\u4e2d\u91ab\u85e5 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/chinese-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNA==","title":"\u8178\u80c3\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/digestive-system.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNQ==","title":"\u85e5\u7528\u76ae\u819a\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/medicated-skincare.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNg==","title":"\u5916\u7528\u6b62\u75db","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/muscle-relief.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0NQ==","title":"DrGo Health Store","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/Web_drgoHS.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY0Ng==","title":"\u4fdd\u5065\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0Nw==","title":"\u4e2d\u897f\u6210\u85e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/otc-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OA==","title":"\u5065\u5eb7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/healthcare-plan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OQ==","title":"\u9069\u5408\u4eba\u58eb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/SuitableFor.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY1MA==","title":"\u5152\u7ae5\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1MQ==","title":"\u9280\u9aee\u4e00\u65cf","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-elderly.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mg==","title":"\u7537\u58eb\u5973\u58eb\u4fdd\u5065","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-men-women.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mw==","title":"\u5bb6\u5ead\u8a08\u5283","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/family-planning.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzA5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/outdoor and travel.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/travel.html","linkTarget":"_self","title":"\u6236\u5916\u53ca\u65c5\u884c","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI4","title":"\u884c\u674e\u7bb1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYxOQ==","title":"\u884c\u674e\u7bb1\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage-accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYyMQ==","title":"\u65c5\u884c\u96fb\u5b50\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/travel-electronics.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-electronics.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMx","title":"\u65c5\u884c\u5c0f\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMw","title":"\u65c5\u884c\u888b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/bags.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/bags.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY3NA==","title":"\u96e8\u5098\u96e8\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/travel-raingear.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/rain-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OQ==","title":"\u904b\u52d5\u53ca\u6236\u5916\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/sportsNoutdoor.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc4MQ==","title":"\u9732\u71df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/camp.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOA==","title":"\u767b\u5c71\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/hiking.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOQ==","title":"\u8dd1\u6b65\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/running.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MA==","title":"\u6500\u5ca9\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/climbing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MQ==","title":"\u6c34\u4e0a\u6d3b\u52d5\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/water-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0Mw==","title":"\u6236\u5916\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/outdoor-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Mw==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/Sport_Fitness_Icon.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTg5NA==","title":"\u904b\u52d5\u624b\u9336 \u5fc3\u7387\u76e3\u6e2c\u5e36","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sports-watch-heart-rate-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5NQ==","title":"\u904b\u52d5\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sport-headphones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Ng==","title":"\u5065\u8eab\u8a13\u7df4","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Nw==","title":"\u745c\u4f3d \u666e\u62c9\u63d0","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/yoga-pilates.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OA==","title":"\u904b\u52d5\u4fdd\u8b77\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/protection-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OQ==","title":"\u6309\u6469\u69cd","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/massage-gun.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkwMA==","title":"\u9ad4\u8102\u78c5","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDIyMg==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Gift and Collection.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/gift-and-collection.html","linkTarget":"_self","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","megaMenu":{"sideAreaLayout":"productTeaser","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDI4Mw==","title":"agn\u00e8s b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/agnes_b.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5Mg==","title":"\u624b\u888b\u53ca\u65c5\u884c\u7cfb\u5217","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/bags-travel-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI5Mw==","title":"\u914d\u98fe","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NQ==","title":"\u5bb6\u5c45\u53ca\u751f\u6d3b\u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/home-lifestyle.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NA==","title":"Francfranc","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Francfranc.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4Nw==","title":"\u65c5\u884c\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/seasonal-gift.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OA==","title":"\u9910\u684c\u53ca\u716e\u98df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/dining-delices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNA==","title":"\u751f\u6d3b\u53ca\u653e\u9b06","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/living-relax.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNQ==","title":"\u5916\u51fa\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/work-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4MA==","title":"\u9bae\u82b1\u53ca\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/flower_hampers.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4MQ==","title":"\u82b1\u85dd\u9001\u79ae","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/flowers-idea.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4Mg==","title":"\u7f8e\u98df\u79ae\u7c43","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/food-gourmet.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OQ==","title":"\u7cbe\u54c1\u53ca\u6536\u85cf","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Art_Collectibles.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5NA==","title":"K11 \u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/moma.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYwMw==","title":"LEGO","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/lego.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU0OA==","title":"\u670d\u98fe\u53ca\u914d\u98fe","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/FashionNAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2Nw==","title":"Pandora","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/pandora.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2OA==","title":"Swarovski","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/swarovski.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ3MQ==","title":"Hottest IG Shops \u672c\u571f\u4eba\u6c23\u7db2\u5e97","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/IGShop.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/ig-shops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzQx","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/business1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/business-needs.html","linkTarget":"_self","title":"\u4e2d\u5c0f\u4f01\u5c08\u5340","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjEyNw==","title":"\u7b46\u8a18\u672c\u53ca\u684c\u9762\u96fb\u8166","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/pc.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyMw==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/notebooks.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNA==","title":"\u684c\u9762\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/desktops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkxNQ==","title":"\u986f\u793a\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/monitor.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyNg==","title":"\u5e73\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/flat-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNw==","title":" \u66f2\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/curved-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOA==","title":"\u4e92\u52d5\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/interactive-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY1Mw==","title":"Ergotron\u986f\u793a\u5668\u652f\u67b6","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/ergotron.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOQ==","title":"\u6253\u5370\u6a5f\u53ca\u6383\u63cf\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/printer.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/printers-and-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2OQ==","title":"\u5546\u696d\u8033\u6a5f","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/headset.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/headsets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkzMA==","title":"\u8def\u7531\u5668\u53caNAS","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/router.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/routers-and-nas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"}],
  979.                "host": "https://www.theclub.com.hk"
  980.            }
  981.        }
  982.    }
  983. </script>
  984.                </div>
  985.            </div>
  986.            <div class="header-collapsed-nav">
  987.                <div class="header-collapsed-nav-inner">
  988.                    <div class="club-shopping-logo-wrapper"><a class="club-shopping-logo" href="#"></a></div>
  989.                    <div class="header-submenus-container">
  990.    <div class="header-submenus-content">
  991.        <div class="left-btn-arrow"></div>
  992.        <div class="left-mask"></div>
  993.        <div class="left-mask-clickable"></div>
  994.        <div id="collapsed-nav-header-shopping-submenus" class="header-shopping-submenus" style='left: 0px;font-family: "Nunito Sans", "Noto Sans TC", -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;'>
  995.                                    <a data-category-id="shopping-and-rewards" data-menu-id="shopping-and-rewards" class="header-shopping-submenu active"
  996.               href="https://www.theclub.com.hk/shopping/zh/discovery-page.html"
  997.               target="_self"
  998.               data-layer-label="購物與獎賞">
  999.                <span class="item-width-fix">購物與獎賞</span>
  1000.                <span class="item">購物與獎賞</span>
  1001.            </a>
  1002.                                    <a data-category-id="earn" data-menu-id="earn" class="header-shopping-submenu "
  1003.               href="https://www.theclub.com.hk/zh/earn.html"
  1004.               target="_self"
  1005.               data-layer-label="賺取積分">
  1006.                <span class="item-width-fix">賺取積分</span>
  1007.                <span class="item">賺取積分</span>
  1008.            </a>
  1009.                                    <a data-category-id="wellness" data-menu-id="wellness" class="header-shopping-submenu "
  1010.               href="https://www.theclub.com.hk/zh/wellness.html"
  1011.               target="_self"
  1012.               data-layer-label="Wellness">
  1013.                <span class="item-width-fix">Wellness</span>
  1014.                <span class="item">Wellness</span>
  1015.            </a>
  1016.                                    <a data-category-id="travel" data-menu-id="travel" class="header-shopping-submenu "
  1017.               href="https://www.theclub.com.hk/zh/external-link.html?partner=clubtravel&redirectUri=https://www.clubtravel.com.hk/zh.html"
  1018.               target="_self"
  1019.               data-layer-label="旅遊">
  1020.                <span class="item-width-fix">旅遊</span>
  1021.                <span class="item">旅遊</span>
  1022.            </a>
  1023.                                    <a data-category-id="experience" data-menu-id="experience" class="header-shopping-submenu "
  1024.               href="https://www.theclub.com.hk/zh/experience.html"
  1025.               target="_self"
  1026.               data-layer-label="城中盛事">
  1027.                <span class="item-width-fix">城中盛事</span>
  1028.                <span class="item">城中盛事</span>
  1029.            </a>
  1030.                                    <a data-category-id="goov" data-menu-id="goov" class="header-shopping-submenu "
  1031.               href="https://www.theclub.com.hk/zh/GOOV.html"
  1032.               target="_self"
  1033.               data-layer-label="GOOV">
  1034.                <span class="item-width-fix">GOOV</span>
  1035.                <span class="item">GOOV</span>
  1036.            </a>
  1037.                                    <a data-category-id="smart-finance" data-menu-id="smart-finance" class="header-shopping-submenu "
  1038.               href="https://www.theclub.com.hk/zh/smart-finance.html"
  1039.               target="_self"
  1040.               data-layer-label="Smart Finance">
  1041.                <span class="item-width-fix">Smart Finance</span>
  1042.                <span class="item">Smart Finance</span>
  1043.            </a>
  1044.                                    <a data-category-id="Club_Biz_ZH" data-menu-id="Club_Biz_ZH" class="header-shopping-submenu "
  1045.               href="https://www.theclub.com.hk/zh/club-biz.html"
  1046.               target="_blank"
  1047.               data-layer-label="Club Biz">
  1048.                <span class="item-width-fix">Club Biz</span>
  1049.                <span class="item">Club Biz</span>
  1050.            </a>
  1051.                    </div>
  1052.        <div class="right-btn-arrow"></div>
  1053.        <div class="right-mask"></div>
  1054.        <div class="right-mask-clickable"></div>
  1055.    </div>
  1056. </div>                    <div id="pc-header-collapsed-nav-tools" class="header-tools">
  1057.                        <div class="header-search">
  1058.                            <div class="header-search-btn">
  1059.                                <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
  1060.                            </div>
  1061.                        </div>
  1062.                        <a href="https://shop.theclub.com.hk/checkout/cart/">
  1063.                            <div class="header-cart" id="pc-header-collapsed-nav-tools-cart">
  1064.                                <div class="header-cart-box" data-bind="scope: 'minicart_content'">
  1065.                                    <div class="header-cart-inner">
  1066.                                        <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
  1067.                                        <!-- ko if: getCartParam('summary_count')>0 -->
  1068.                                        <div class="cart-num" data-bind="html: getCartParam('summary_count')"></div>
  1069.                                        <!-- /ko -->
  1070.                                    </div>
  1071.                                </div>
  1072.                            </div>
  1073.                        </a>
  1074.                        <a id="clubmall-login-popup" class="user-action auth-login-link" href="#clubmall-login-popup" style="display: none;">
  1075.                            <i class="icon icon-user icon-lg"></i>
  1076.                            <span class="action-label">登入</span>
  1077.                        </a>
  1078.                        
  1079. <div class="header-login">
  1080.    <a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();"  class="login-btn">登入/註冊</a>
  1081. </div>
  1082.  
  1083. <div class="header-userinfo"  style="display: none" >
  1084.    <a href="https://shop.theclub.com.hk/customer/account/" style="text-decoration:none">
  1085.        <div class="header-userinfo-box" data-bind="scope: 'customer'">
  1086.            <div class="header-userinfo-inner" data-bind="css: {'need-to-read':customer().member_campaign_count > 0}">
  1087.                <div class="username" data-bind="text: customer().fullname"></div>
  1088.                <div class="points"><span class="ico-point"></span>
  1089.                    <!-- ko if: customer().club_point >= 0 -->
  1090.                    <span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')"></span>
  1091.                    <!-- /ko -->
  1092.                </div>
  1093.            </div>
  1094.        </div>
  1095.    </a>
  1096.  
  1097. </div>
  1098.  
  1099. <script type="text/x-magento-init">
  1100.    {
  1101.        "*": {
  1102.            "Magento_Ui/js/core/app": {
  1103.                "components": {
  1104.                    "customer": {
  1105.                        "component": "Magento_Customer/js/view/customer"
  1106.                    }
  1107.                }
  1108.            }
  1109.        }
  1110.    }
  1111. </script>
  1112.  
  1113.  
  1114.                                            </div>
  1115.                </div>
  1116.            </div>
  1117.  
  1118.            
  1119. <div data-block="minicart" id="pc-header-cart-box" class="cart-box block block-minicart" data-bind="scope: 'minicart_content'">
  1120. </div>
  1121. <script>
  1122. window.checkout = {"shoppingCartUrl":"https:\/\/shop.theclub.com.hk\/checkout\/cart\/","checkoutUrl":"https:\/\/shop.theclub.com.hk\/checkout\/","updateItemQtyUrl":"https:\/\/shop.theclub.com.hk\/checkout\/sidebar\/updateItemQty\/","removeItemUrl":"https:\/\/shop.theclub.com.hk\/checkout\/sidebar\/removeItem\/","imageTemplate":"Magento_Catalog\/product\/image_with_borders","baseUrl":"https:\/\/shop.theclub.com.hk\/","minicartMaxItemsVisible":5,"websiteId":"1","maxItemsToDisplay":10,"storeId":"3","storeGroupId":"1","customerLoginUrl":"https:\/\/shop.theclub.com.hk\/customer\/account\/login\/referer\/aHR0cHM6Ly9zaG9wLnRoZWNsdWIuY29tLmhrL3Nob3AvYnVpbHRpbnByb2xpbWl0ZWQ%2C\/","isRedirectRequired":false,"autocomplete":"off","captcha":{"user_login":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"https:\/\/shop.theclub.com.hk\/captcha\/refresh\/","isRequired":false,"timestamp":1727564890}},"message":[]};
  1123. </script>
  1124. <script type="text/x-magento-init">
  1125.    {
  1126.        "[data-block='minicart']": {
  1127.            "Magento_Ui/js/core/app": {"components":{"minicart_content":{"children":{"subtotal.container":{"children":{"subtotal":{"children":{"subtotal.totals":{"config":{"display_cart_subtotal_incl_tax":0,"display_cart_subtotal_excl_tax":1}}},"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/subtotal"}}},"component":"uiComponent","config":{"displayArea":"subtotalContainer"}},"item.renderer":{"component":"Magento_Checkout\/js\/view\/cart-item-renderer","config":{"displayArea":"defaultRenderer","template":"HKT_SuperWeb\/minicart\/item\/default"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}},"checkout.cart.item.price.sidebar":{"component":"uiComponent","config":{"template":"HKT_SuperWeb\/minicart\/item\/price","displayArea":"priceSidebar"}}}},"freeproduct.item.renderer":{"component":"uiComponent","config":{"displayArea":"freeproductRenderer","template":"HKT_SuperWeb\/minicart\/item\/freeproduct"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}}}},"extra_info":{"component":"uiComponent","config":{"displayArea":"extraInfo"}},"promotion":{"component":"uiComponent","config":{"displayArea":"promotion"}}},"config":{"itemRenderer":{"default":"defaultRenderer","simple":"defaultRenderer","virtual":"defaultRenderer","freeproduct_gift":"freeproductRenderer"},"template":"HKT_SuperWeb\/minicart\/content"},"component":"HKT_SuperWeb\/js\/minicart"}},"types":[]}        }
  1128.    }
  1129. </script>
  1130.            <div id="pc-header-user-center-box" class="user-center-box" data-bind="scope: 'customer'">
  1131.    <div class="user-center-box-content">
  1132.        <div class="box-header" data-bind="css: {headerVip:customer().is_elite_ambassador >0}">
  1133.            <div class="header-content">
  1134.                <div class="username" data-bind="text: customer().fullname"></div>
  1135.                <div class="account-id">
  1136.                    <div class="logoImg" data-bind="visible: customer().is_elite_ambassador >0">
  1137.                        <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/elite_ambassador-light.svg">
  1138.                    </div>
  1139.                    <div data-bind="visible: customer().is_elite_ambassador >0">Elite Ambassador</div>
  1140.                    <div data-bind="visible: customer().is_elite_ambassador >0">|</div>
  1141.                    <div style="display: flex;justify-content: space-between;">
  1142.                        <span data-bind="text: customer().club_member_id"></span>
  1143.                        <span class="account-tier-info">
  1144.                            <a href="https://www.theclub.com.hk/zh/explore/membership-tier-and-benefit/membership-tier-and-benefit-table.html"
  1145.                                data-bind="text: customer()?.club_tier && typeof customer().club_tier == 'string' ? customer().club_tier.toUpperCase() : ''"></a>
  1146.                            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.43393 5.72861C3.69314 2.68 7.18532 1.22941 10.2339 2.48861C13.2825 3.74782 14.7331 7.24 13.4739 10.2886C12.2147 13.3372 8.72254 14.7878 5.67393 13.5286C2.62531 12.2694 1.17472 8.77723 2.43393 5.72861ZM10.6139 1.56861C7.05721 0.0995369 2.983 1.7919 1.51393 5.34861C0.0448494 8.90533 1.73721 12.9795 5.29393 14.4486C8.85064 15.9177 12.9249 14.2253 14.3939 10.6686C15.863 7.1119 14.1706 3.03769 10.6139 1.56861ZM7.86377 5.69873C8.13991 5.69873 8.36377 5.47487 8.36377 5.19873C8.36377 4.92259 8.13991 4.69873 7.86377 4.69873C7.58763 4.69873 7.36377 4.92259 7.36377 5.19873C7.36377 5.47487 7.58763 5.69873 7.86377 5.69873ZM7.36377 6.62842C7.08763 6.62842 6.86377 6.85228 6.86377 7.12842C6.86377 7.40456 7.08763 7.62842 7.36377 7.62842H7.61377V10.3882H7.36377C7.08763 10.3882 6.86377 10.612 6.86377 10.8882C6.86377 11.1643 7.08763 11.3882 7.36377 11.3882H8.86377C9.13991 11.3882 9.36377 11.1643 9.36377 10.8882C9.36377 10.612 9.13991 10.3882 8.86377 10.3882H8.61377V7.12842C8.61377 6.85228 8.38991 6.62842 8.11377 6.62842H7.36377Z" fill="white"></path></svg>
  1147.                        </span>
  1148.                    </div>
  1149.                </div>
  1150.            </div>
  1151.  
  1152.            <a id="exclusive-reward-notice" class="user-center-menu hide" href="https://shop.theclub.com.hk/campaign/customer/exclusivereward/" id="account-exclusive-reward" target="_self" data-bind="scope: 'customer'">
  1153.    <div class="rewards-tip need-to-read" data-bind="if: customer().member_campaign_count, visible: customer().member_campaign_count > 0">
  1154.        <!-- ko if: customer().profileImage -->
  1155.        <div class="rewards-tip-left test" data-bind="style: {background: 'url(\''+customer().profileImage + '\') 0 no-repeat',backgroundSize: '100%'}"></div>
  1156.        <!-- /ko -->
  1157.        <!-- ko if: !customer().profileImage -->
  1158.        <div class="rewards-tip-left"></div>
  1159.        <!-- /ko -->
  1160.        <div class="rewards-tip-right">
  1161.            <div class="rewards-tip-content">
  1162.                <div class="tip-title">專屬獎賞</div>
  1163.                <div class="tip-red-spot">
  1164.                    <div class="red-spot">
  1165.                    </div>
  1166.                </div>
  1167.                <div class="tip-desc" data-bind="text: $t('You have %1 new exclusive reward(s)!').replace('%1', customer().member_campaign_count)"></div>
  1168.            </div>
  1169.        </div>
  1170.    </div>
  1171. </a>
  1172. <script type="text/x-magento-init">
  1173.    {
  1174.        "*": {
  1175.            "Magento_Ui/js/core/app": {
  1176.                "components": {
  1177.                    "customer": {
  1178.                        "component": "Magento_Customer/js/view/customer"
  1179.                    }
  1180.                }
  1181.            }
  1182.        }
  1183.    }
  1184. </script>
  1185. <script type="text/javascript">
  1186.    require(['HKT_SuperWeb/js/exclusive-reward-notice']);
  1187. </script>
  1188.  
  1189.  
  1190.        </div>
  1191.        <div class="box-body">
  1192.            <div class="body-content">
  1193.                <div class="user-center-menu-list">
  1194.  
  1195.                    <a class="user-center-menu" href="https://shop.theclub.com.hk/customer/account/?expand_menu=true&___store=zh_Hant_HK" target="_self">
  1196.    <div class="menu-ico">
  1197.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MemberProfile.svg">
  1198.    </div>
  1199.    <div class="menu-title">會籍資料</div>
  1200. </a><a class="user-center-menu" href="https://www.theclub.com.hk/zh/my-account/clubpoint-status-and-history.html" target="_self">
  1201.    <div class="menu-ico">
  1202.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/CP History.svg">
  1203.    </div>
  1204.    <div class="menu-title">Club 積分狀況及記錄</div>
  1205. </a><a class="user-center-menu" href="https://www.theclub.com.hk/zh/redeem.html" target="_self">
  1206.    <div class="menu-ico">
  1207.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/Rewards.svg">
  1208.    </div>
  1209.    <div class="menu-title">兌換獎賞</div>
  1210. </a><a class="user-center-menu" href="https://shop.theclub.com.hk/sales/order/history/?___store=zh_Hant_HK" target="_self">
  1211.    <div class="menu-ico">
  1212.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MyOrder.svg">
  1213.    </div>
  1214.    <div class="menu-title">訂單紀錄</div>
  1215. </a><a class="user-center-menu" href="https://shop.theclub.com.hk/cashvouchers/customer/manage/" target="_self">
  1216.    <div class="menu-ico">
  1217.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/CashVoucher.svg">
  1218.    </div>
  1219.    <div class="menu-title">Club 現金券</div>
  1220. </a><a class="user-center-menu" href="https://shop.theclub.com.hk/wishlist/" target="_self">
  1221.    <div class="menu-ico">
  1222.        <img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MyCollection.svg">
  1223.    </div>
  1224.    <div class="menu-title">喜愛清單</div>
  1225. </a>
  1226.                </div>
  1227.            </div>
  1228.        </div>
  1229.    </div>
  1230. </div>
  1231. <script type="text/x-magento-init">
  1232.    {
  1233.        "*": {
  1234.            "Magento_Ui/js/core/app": {
  1235.                "components": {
  1236.                    "customer": {
  1237.                        "component": "Magento_Customer/js/view/customer"
  1238.                    }
  1239.                }
  1240.            }
  1241.        }
  1242.    }
  1243. </script>
  1244. <script type="text/x-magento-init">
  1245.    {
  1246.        "[id='super-web-header-pc']": {
  1247.            "HKT_SuperWeb/js/header-user-center-pc": {}
  1248.        }
  1249.    }
  1250. </script>
  1251.  
  1252.  
  1253.  
  1254.        </div>
  1255.  
  1256.  
  1257.        <div class="header-search-container">
  1258.    <div class="header-search-content">
  1259.        <div class="header-search-box-wrapper">
  1260.            <div class="search-ico"></div>
  1261.            <input class="header-search-box" type="text" autocomplete="off" maxlength="128"
  1262.                   data-mage-init='{"superWebPCQuickSearch":{
  1263.                                "formSelector":"#search_mini_form",
  1264.                                "url":"https://shop.theclub.com.hk/search/ajax/suggest/",
  1265.                                "productCategoriesUrl":"https:\/\/api.shop.theclub.com.hk\/globalsearch\/zh\/$query_text_param",
  1266.                                "autocompleteUrl":"https://api.shop.theclub.com.hk/autocomplete",
  1267.                                "catalogSearchUrl": "https://shop.theclub.com.hk/catalogsearch/result/",
  1268.                                "resultUrl":"https://shop.theclub.com.hk/catalogsearch/result/",
  1269.                                "saveSearchesUrl":"https://shop.theclub.com.hk/searchhistory/recent/save/",
  1270.                                "loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
  1271.                                "recentKey":"recent-searches-key",
  1272.                                "aemRecentKey":"searchHistory",
  1273.                                "domain":".theclub.com.hk",
  1274.                                "destinationSelector":"#header-search-shadow"}
  1275.                           }'
  1276.                   placeholder="搜尋產品及獎賞"
  1277.            >
  1278.            <div class="exit-search-btn"></div>
  1279.        </div>
  1280.        <div class="header-search-sections search-animate">
  1281.  
  1282.  
  1283.        </div>
  1284.        <div class="header-search-shadow"></div>
  1285.    </div>
  1286. </div>
  1287.        <div class="header-mega-container" style="height: 0; overflow-y: hidden;">
  1288.            <div class="header-mega-container-inner">
  1289.                <div class="header-mega-inner">
  1290.                    <div class="mega-menus"></div>
  1291.                    <div class="side-area"></div>
  1292.                </div>
  1293.            </div>
  1294.        </div>
  1295.    </div>
  1296. </div>
  1297. <script type="text/x-magento-init">
  1298.    {
  1299.        "[id='super-web-header-pc']": {
  1300.            "HKT_SuperWeb/js/header-container-pc": {}
  1301.        }
  1302.    }
  1303. </script>
  1304. <script type="text/javascript">
  1305.    require(["HKT_SuperWeb/js/header-container-customer"])
  1306. </script>
  1307. <div id="super-web-header-mb" class="header-container-mb hide-search-content">
  1308.    <div class="header-container-mb-placeholder"></div>
  1309.    <div class="header-wrapper">
  1310.        <div class="header-inner">
  1311.            <div class="header-inner-left">
  1312.                <div class="ham-menu-ico-wrapper">
  1313.                    <div class="ham-menu-ico">
  1314.                        <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/menu.svg" />
  1315.                    </div>
  1316.                </div>
  1317.  
  1318.                
  1319. <div class="club-shopping-logo-wrapper">
  1320.    <a class="club-shopping-logo" href="https://shop.theclub.com.hk/"  title=""
  1321.       style="width:  80px;
  1322.           height: 19px;
  1323.           background: url(https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
  1324.           background-size: contain;"
  1325.    >
  1326.    </a>
  1327. </div>
  1328. <div class="club-member-point" data-bind="scope: 'customer'">
  1329.    <!-- ko if: customer().club_point >= 0 -->
  1330.    <a target="_self" href="https://www.theclub.com.hk/zh/my-account/clubpoint-status-and-history.html" style="text-decoration:none;">
  1331.        <div class="points">
  1332.            <span class="clubpoint-icon"></span>
  1333.            <span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')">0</span>
  1334.        </div>
  1335.    </a>
  1336.    <!-- /ko -->
  1337. </div>
  1338.  
  1339.            </div>
  1340.            <div class="header-inner-right">
  1341.                <div class="header-search-ico">
  1342.                    <div class="header-search-ico-inner">
  1343.                        <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
  1344.                    </div>
  1345.                </div>
  1346.                <div class="header-cart" data-bind="scope: 'minicart_content'">
  1347.                    <div class="header-cart-inner">
  1348.                        <a href="https://shop.theclub.com.hk/checkout/cart/">
  1349.                            <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
  1350.                            <!-- ko if: getCartParam('summary_count')>0 -->
  1351.                                <div class="cart-num" data-bind="html: getCartParam('summary_count')"></div>
  1352.                            <!-- /ko -->
  1353.                        </a>
  1354.                    </div>
  1355.                </div>
  1356.                
  1357. <div class="header-login">
  1358.    <div class="header-login-inner">
  1359.        <a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();">
  1360.            <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/mb-login-icon.svg" />
  1361.        </a>
  1362.    </div>
  1363. </div>
  1364.  
  1365. <div class="header-userinfo" style="display: none" data-bind="scope: 'customer'">
  1366.    <a class="header-userinfo-inner " data-bind="css: {'need-to-read':customer().member_campaign_count > 0}" href="https://shop.theclub.com.hk/customer/account/?expand_menu=true" target="_self">
  1367.        <img alt="" src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/mb-user-icon.svg" />
  1368.    </a>
  1369. </div>
  1370.  
  1371. <script type="text/x-magento-init">
  1372.    {
  1373.        "*": {
  1374.            "Magento_Ui/js/core/app": {
  1375.                "components": {
  1376.                    "customer": {
  1377.                        "component": "Magento_Customer/js/view/customer"
  1378.                    }
  1379.                }
  1380.            }
  1381.        }
  1382.    }
  1383. </script>
  1384.  
  1385.            </div>
  1386.        </div>
  1387.    </div>
  1388.    <div class="header-drawer">
  1389.        <div class="header-nav-panel">
  1390.            <div class="header-nav-panel-content">
  1391.  
  1392.                <div class="header-top-container">
  1393.  
  1394.    <div class="header-top-content search-logo-content">
  1395.        <div class="back-btn"></div>
  1396.                <div class="club-shopping-logo-wrapper">
  1397.            <a class="club-shopping-logo" href="https://shop.theclub.com.hk/"  title=""
  1398.               style="width:  80px;
  1399.                   height: 19px;
  1400.                   background: url(https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
  1401.                   background-size: contain;"
  1402.            >
  1403.            </a>
  1404.        </div>
  1405.        <div class="header-top-close-btn-wrapper">
  1406.            <div class="header-top-close-btn"></div>
  1407.        </div>
  1408.    </div>
  1409.  
  1410.    <div class="header-top-content search-content">
  1411.        <div class="header-search-box-container">
  1412.            <div class="header-search-ico-wrapper">
  1413.                <div class="header-search-ico"></div>
  1414.            </div>
  1415.            <div class="header-search-box">
  1416.  
  1417.                <input type="text" autocomplete="off" maxlength="128"
  1418.                       data-mage-init='{"superWebMbQuickSearch":{
  1419.                                "formSelector":"#search_mini_form",
  1420.                                "url":"https://shop.theclub.com.hk/search/ajax/suggest/",
  1421.                                "productCategoriesUrl":"https:\/\/api.shop.theclub.com.hk\/globalsearch\/zh\/$query_text_param",
  1422.                                "autocompleteUrl":"https://api.shop.theclub.com.hk/autocomplete",
  1423.                                "catalogSearchUrl": "https://shop.theclub.com.hk/catalogsearch/result/",
  1424.                                "resultUrl":"https://shop.theclub.com.hk/catalogsearch/result/",
  1425.                                "saveSearchesUrl":"https://shop.theclub.com.hk/searchhistory/recent/save/",
  1426.                                "loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
  1427.                                "recentKey":"recent-searches-key",
  1428.                                "aemRecentKey":"searchHistory",
  1429.                                "domain":".theclub.com.hk",
  1430.                                "destinationSelector":"#header-search-sections"}
  1431.                           }'
  1432.                       placeholder="搜尋產品及獎賞"
  1433.                >
  1434.  
  1435.            </div>
  1436.            <div class="clear-btn hide-clear-btn">清除</div>
  1437.        </div>
  1438.        <div class="header-top-close-btn-wrapper search">
  1439.            <div class="header-top-close-btn"></div>
  1440.        </div>
  1441.    </div>
  1442. </div>
  1443.  
  1444.                <div class="header-nav-container ">
  1445.                    <div class="header-nav-swiper-container swiper-container-initialized swiper-container-horizontal">
  1446.                        <div class="swiper-wrapper"
  1447.                             style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px);">
  1448.                            <div class="swiper-slide swiper-slide-active">
  1449.                                <div class="header-main-nav header-nav">
  1450.                                    <div class="header-submenus-wrapper">
  1451.  
  1452.                                        <div class="header-submenus" style='font-family: "Nunito Sans", "Noto Sans TC", -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;'>
  1453.    </div>
  1454. <script type="text/x-magento-init">
  1455.    {
  1456.        "[id='super-web-header-mb']": {
  1457.            "HKT_SuperWeb/js/category-bar-mb": {
  1458.                "firstLevelMenu": [{"id":"shopping-and-rewards","title":"\u8cfc\u7269\u8207\u734e\u8cde","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/discovery-page.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Shopping.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Shopping_on.svg","isUseCustomContentFragment":false,"isMegaMenuContainTabs":true,"childItems":[{"categoryId":"MTk1Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/rewards1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/rewards.html","linkTarget":"_self","title":"\u734e\u8cde","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MTk1OA==","title":"\u96fb\u5b50\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3OQ==","title":"\u624b\u6a5f\u53ca\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/mobile-phones-tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MA==","title":"\u667a\u80fd\u6f6e\u7269","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mg==","title":"\u5f71\u97f3\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mw==","title":"\u624b\u6a5f\u53ca\u96fb\u5b50\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/electronic-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MQ==","title":"\u96fb\u8166\u53ca\u96fb\u73a9\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/computer-accessories-gaming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MA==","title":"\u7f8e\u9152\u4f73\u991a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3MQ==","title":"\u9910\u98f2\u7f8e\u98df","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3MA==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Mg==","title":"\u4e7e\u8ca8\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxOQ==","title":"\u7f8e\u9152\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2Mw==","title":"\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/voucher.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjczNQ==","title":"\u5a1b\u6a02\u53ca\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDA0OA==","title":"\u96fb\u8996\u7bc0\u76ee\u548c\u9ad4\u80b2","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/tv-shows-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA2MA==","title":"\u96fb\u5f71\u53ca\u97f3\u6a02","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/movies-music.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA1OQ==","title":"\u9ad4\u9a57","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/local-experiences.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk1OQ==","title":"\u5bb6\u5177\u5bb6\u96fb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3NA==","title":"\u5bb6\u5ead\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/home-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3NQ==","title":"\u5eda\u623f\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchen-appliances.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNw==","title":"\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/rewards-household-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDQ3OA==","title":"\u5eda\u5177\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchenware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u53ca\u4fdd\u5065","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/beauty.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3Ng==","title":"\u7f8e\u5bb9\u53ca\u8b77\u9aee","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/beauty-hair-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3OA==","title":"\u904b\u52d5\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/sports-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Nw==","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/supplements-healthcare-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjA1MQ==","title":"\u5065\u5eb7\u6aa2\u67e5\u53ca\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/body-check-vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzA3OQ==","title":"\u65c5\u884c\u597d\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/travel.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzQ0Ng==","title":"\u9152\u5e97\u4f4f\u5bbf\u5957\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0Nw==","title":"\u9580\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0OA==","title":"\u65c5\u884c\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU3Nw==","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/gift_collection.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-gift-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2NA==","title":"HKT \u7522\u54c1\u53ca\u670d\u52d9","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/hkt.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/hkt-products-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NQ==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NA==","title":"\u6bcd\u5b30\u7528\u54c1\u53ca\u73a9\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/mum-kids-toys.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":2,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIxOA==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions.html","linkTarget":"_self","title":"\u63a8\u5ee3\u512a\u60e0","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDE2MA==","title":"\u6bcf\u6708\u5bb6\u96fb\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/cool-summer-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230801_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3NQ==","title":"Dyson \u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/home-appliances-promotion\/home-beauty\/dyson-home.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u7522\u54c1\u512a\u60e0\u4f4e\u81f355\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/home-beauty-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230807_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5MQ==","title":"\u7cbe\u9078\u5eda\u5177\u5eda\u96fb\u200b  \u4f4e\u81f35\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/en\/lc\/promotions\/kitchen-appliances-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230814_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTcwOQ==","title":"ASUS \u83ef\u78a9\u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/asus.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Ng==","title":"\u6bcf\u6708\u7f8e\u9152\u4f73\u991a\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/monthly-wine-promotion.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE3Mw==","title":"Smart Finance","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/zh\/smart-finance.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTEzMQ==","title":"\u6e05\u8ca8\u7279\u50f9\u5340","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/clearance-sales-2023.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ2OA==","title":"\u8ffd\u661f\u6975\u81f4\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/elevate-your-star-chasing-experience.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgzMA==","title":"Samsung\u5f71\u97f3\u611f\u8b1d\u796d","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/samsung-tv-thankful-weeks.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkxNQ==","title":"\u6253\u9020\u4f60\u7684\u5c08\u5c6c\u5de5\u4f5c\u9593","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/build-your-personal-workspace.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":3,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNQ==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/electronics-and-office.html","linkTarget":"_self","title":"\u624b\u6a5f\u3001\u96fb\u8166\u53ca\u6f6e\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzIzOA==","title":"\u624b\u6a5f\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/mobile.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0Mg==","title":"\u624b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/mobile.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MA==","title":"\u624b\u6a5f\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MQ==","title":"\u667a\u80fd\u624b\u9336","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/smart-watch.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE5NQ==","title":"\u96fb\u8a71\u5132\u503c\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/prepaid-sim-cards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Mw==","title":"\u96fb\u8166\u53ca\u9031\u908a\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/computer.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0NA==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/laptops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0NQ==","title":"\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Ng==","title":"\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5NQ==","title":"\u6253\u5370\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/printers-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Ng==","title":"\u5132\u5b58\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/storage-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Nw==","title":"\u7db2\u7d61\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/network-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5OQ==","title":"\u684c\u4e0a\u53ca\u8ff7\u4f60\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/desktop-mini-pc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMA==","title":"\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/conference-live-stream.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMQ==","title":"\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMg==","title":"\u96fb\u8166\u50a2\u4fec","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/computer-furniture.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Mw==","title":"\u651d\u9304\u5668\u6750\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/camera.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI1Ng==","title":"\u822a\u62cd\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/drones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Nw==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/car-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OA==","title":"\u76f8\u6a5f\u53ca\u904b\u52d5\u651d\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/action-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OQ==","title":"\u651d\u9304\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2MA==","title":"\u96fb\u73a9\u53ca\u96fb\u7af6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gaming.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI2MQ==","title":"\u904a\u6232\u4e3b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/game-consoles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mg==","title":"\u589e\u5f37\u53ca\u865b\u64ec\u5be6\u5883\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/ar-vr.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mw==","title":"\u96fb\u7af6\u96fb\u8166\u53ca\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/esports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2NA==","title":"\u96fb\u5b50\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/video-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNQ==","title":"\u904a\u6232\u9ede\u6578\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-point-card.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNA==","title":"\u96fb\u7af6\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNQ==","title":"\u96fb\u7af6\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNg==","title":"\u96fb\u7af6\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-equipments.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNw==","title":"\u96fb\u7af6\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxOA==","title":"DIY\u8a2d\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/diy-equipments-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2NQ==","title":"\u667a\u80fd\u6f6e\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gadgets.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNA==","title":"\u8033\u6a5f\u53ca\u5587\u53ed","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/Headphone N Speaker.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkwNQ==","title":"\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/headphone.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNg==","title":"\u5587\u53ed","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/speakers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMA==","title":"\u6c7d\u8eca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/CarAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTgwMQ==","title":"\u96fb\u52d5\u8eca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/ev-car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/home-and-kitchen.html","linkTarget":"_self","title":"\u5bb6\u96fb\u53ca\u5bb6\u54c1","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI3MQ==","title":"\u5bb6\u5ead\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/appliance.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI3Mg==","title":"\u96ea\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fridge.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MA==","title":"\u51b7\u6c23\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/air-conditioners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MQ==","title":"\u98a8\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mg==","title":"\u9a45\u87f2\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/insect-repellents.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NA==","title":"\u6d17\u8863\u6a5f\u53ca\u4e7e\u8863\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/washing-and-drying-machine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NQ==","title":"\u6d74\u5ba4\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/water-heater.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Ng==","title":"\u71a8\u6597","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/irons-and-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Nw==","title":"\u96fb\u52d5\u5de5\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/power-tools.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3OA==","title":"\u6696\u98a8\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/heaters.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mw==","title":"\u5438\u5875\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/house-vacuums.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4NQ==","title":"\u667a\u80fd\u5bb6\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/digital-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYyNg==","title":"\u593e\u842c","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/safety-box.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU=","title":"\u71c8\u98fe\u71c8\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/home-appliances-lightings.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mg==","title":"\u6d88\u6bd2\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/sterilizer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mw==","title":"\u667a\u80fd\u9580\u9396","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/smart-lock.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NA==","title":"\u9152\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/wine-cellars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Ng==","title":"\u5eda\u623f\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchen app.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI4OA==","title":"\u84b8\u7117\u7210\u53ca\u5fae\u6ce2\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/oven-and-food-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4OQ==","title":"\u9eb5\u5305\u6a5f\u53ca\u591a\u58eb\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/bread-makers-and-toasted.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5MQ==","title":"\u96fb\u71b1\u6c34\u58fa","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/electronic-kettles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Mg==","title":"\u5496\u5561\u6a5f\u53ca\u7814\u78e8\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/coffee-maker-and-grinder.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NA==","title":"\u6d17\u7897\u789f\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/dishwasher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Nw==","title":"\u62bd\u6cb9\u7159\u6a5f\u53ca\u62bd\u6c23\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/range-hood-and-exhaust-fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OA==","title":"\u96fb\u98ef\u7172\u53ca\u58d3\u529b\u7172 ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/rice-pressure-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTIw","title":"\u98df\u7269\u8655\u7406\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/food-preparation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OQ==","title":"\u591a\u529f\u80fd\u716e\u98df\u934b","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/multi-function-induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NQ==","title":"\u96fb\u78c1\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMQ==","title":"\u7a7a\u6c23\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/airquality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwMg==","title":"\u7a7a\u6c23\u6e05\u65b0\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/air-purifiers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMw==","title":"\u62bd\u6fd5\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/dehumidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNA==","title":"\u52a0\u6fd5\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/humidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNg==","title":"\u5eda\u5177\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchenware.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwNw==","title":"\u5eda\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/pots-and-pans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwOA==","title":"\u716e\u98df\u7528\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/cooking-utensils.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMA==","title":"\u5bb9\u5668\u53ca\u6536\u7d0d\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/containers-and-organizers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Nw==","title":"\u9910\u5177\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/tableware-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMw==","title":"\u98f2\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/drinkware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxNQ==","title":"\u5e8a\u4e0a\u53ca\u6d74\u5ba4\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/bedbath.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMxNg==","title":"\u5e8a\u54c1\u5957\u88dd","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bedding.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxOQ==","title":"\u6795\u982d\u53ca\u6bdb\u6bef","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/pillow-and-mattress.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1OA==","title":"\u6d74\u5ba4\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bathroom-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Ng==","title":"\u98df\u6c34\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/water quality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI5Mw==","title":"\u98f2\u6c34\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-dispenser.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NQ==","title":"\u6ffe\u6c34\u5668\u53ca\u6ffe\u82af","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-purifier-and-filter.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1MQ==","title":"\u5f71\u97f3\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/audiovideo.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc1Mg==","title":"\u96fb\u8996","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/tvs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Mw==","title":"\u5bb6\u5ead\u5f71\u9662","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/soundbars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NA==","title":"\u6295\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/projectors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NQ==","title":"\u64f4\u97f3\u6a5f\u53ca\u5f71\u97f3\u64ad\u653e\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/amplifiers-av-players.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Ng==","title":"\u5f71\u97f3\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/av-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDcxNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Parents Kids and Pets.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/parents-kids-and-Pets.html","linkTarget":"_self","title":"\u89aa\u5b50\u53ca\u5bf5\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDcxOA==","title":"\u6bcd\u5b30\u53ca\u80b2\u5152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDcxOQ==","title":"\u73a9\u5177\u53ca\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/toys-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMQ==","title":"\u5716\u66f8 & \u6587\u5177","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/books-stationery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMg==","title":"\u96fb\u5b50\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/electronic-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNw==","title":"\u5916\u51fa\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/outdoor-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOA==","title":"STEM \u7522\u54c1\u53ca\u6559\u6750","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/stem-education.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOQ==","title":"\u5b30\u5152\u50a2\u4ff1\u53ca\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/baby-furniture-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyNw==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMQ==","title":"\u5bf5\u7269\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxNA==","title":"\u5bf5\u7269\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc0OQ==","title":"\u9577\u8005\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/elderly-care.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxNw==","title":"\u9577\u8005\u8b77\u7406\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxOA==","title":"\u9577\u8005\u8b77\u7406\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDg3Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/dine and experience.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/dining-and-experience.html","linkTarget":"_self","title":"\u9910\u98f2\u53ca\u9ad4\u9a57","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDkzMA==","title":"\u9910\u98f2\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/dinning.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mg==","title":"\u9580\u7968\u8207\u5c55\u89bd","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/ticketingNshows.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/ticketing-shows.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mw==","title":"\u8ab2\u7a0b\u8207\u5de5\u4f5c\u574a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/course workshop.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/course-workshop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzMw==","title":"\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkzNA==","title":"\u5ba4\u5167\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/indoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNQ==","title":"\u6236\u5916\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/outdoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNg==","title":"\u5ea6\u5047\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MjU4","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine and food.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/wine-and-dine.html","linkTarget":"_self","title":"\u7f8e\u9152\u4f73\u991a","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjYw","title":"\u7d05\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/redwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM1NA==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mg==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mw==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1NQ==","title":"\u897f\u73ed\u7259","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/spain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1OQ==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjYx","title":"\u767d\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/whitewine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM2Mg==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MA==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2NA==","title":"\u5fb7\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/germany.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MQ==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2Nw==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY0","title":"\u5a01\u58eb\u5fcc\u548c\u70c8\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/spirits.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMxNg==","title":"\u767d\u862d\u5730","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/brandy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOA==","title":"\u6c08\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/gin.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOQ==","title":"\u862d\u59c6\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/rum.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNw==","title":"\u4f0f\u7279\u52a0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/vodka.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNQ==","title":"\u5a01\u58eb\u5fcc","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/whisky.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMw==","title":"\u4e2d\u570b\u70c8\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/chinese-spirits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkx","title":"\u9999\u6ab3\u9152\u53ca\u6c23\u6ce1\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/champagne.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMyNg==","title":"Cava","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/cava.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNA==","title":"\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/champagne.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNw==","title":"\u73ab\u7470\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/rose.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNQ==","title":"Prosecco","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/prosecco.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOA==","title":"\u5176\u4ed6\u6c23\u6ce1\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/others.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOQ==","title":"\u679c\u9152\u53ca\u751c\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/fruitwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMzMQ==","title":"\u751c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/dessert-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzMA==","title":"\u679c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/fruit-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNA==","title":"\u6e05\u9152 \u71d2\u914c\u53ca\u9152\u7cbe\u98f2\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/sake.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY1","title":"\u624b\u5de5\u5564\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/alcohol-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNQ==","title":"\u6e05\u9152 ","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/sake.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDEzOA==","title":"\u6d3e\u5c0d & \u9001\u79ae\u4e4b\u9078","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/party_giftideas.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDEzOQ==","title":"\u539f\u7bb1\u512a\u60e0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/case-offer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDE0MA==","title":"\u9001\u79ae\u7cbe\u9078","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/gift-pack.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Nw==","title":"\u9152\u5177\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/wineaccessories.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/wine-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2MQ==","title":"\u9910\u98f2\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/food n dining vouchers.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2NA==","title":"\u73fe\u91d1\u79ae\u5238","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/cash-voucher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mw==","title":"\u4e7e\u8ca8\u53ca\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/dry-and-instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mg==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/snacks-and-desserts.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1OQ==","title":"\u96f6\u98df\u7cd6\u679c","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/snacks.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/snacks-confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2Nw==","title":"\u7ce7\u6cb9\u96dc\u8ca8","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/groceries.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3MQ==","title":"\u70d8\u7119\u9eb5\u7c89\u548c\u9810\u88fd\u7c89","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/baking-flour-mixes.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3MA==","title":"\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OA==","title":"\u7c73\u53ca\u7c89\u9eb5","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/rice-noodles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OQ==","title":"\u8abf\u5473\u91ac\u6599","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/sauces-dressing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Mg==","title":"\u74b0\u7403\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/worldwide delights.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3Mw==","title":"\u53f0\u7063","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights\/taiwan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Ng==","title":"\u7bc0\u6176\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/hamper.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/hampers-gift-packs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OA==","title":"\u7bc0\u65e5\u98df\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/Festive Delicacies.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/festive-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MTY3","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/health1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/health-and-wellbeing.html","linkTarget":"_self","title":"\u4fdd\u5065\u53ca\u7f8e\u5bb9","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDUxMg==","title":"\u9577\u65b0\u51a0\u8abf\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/postcovidrecovery.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/post-covid-recovery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTY4","title":"\u81b3\u98df\u88dc\u5145\u5291","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/wellness.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NzE0","title":"\u7dad\u4ed6\u547d\u53ca\u88dc\u5145\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/vitamin-and-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA4OQ==","title":"\u4e2d\u5f0f\u4fdd\u5065\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/chinese-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MA==","title":"\u9748\u829d\u53ca\u87f2\u8349","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/lingzhi-and-cordyceps.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MQ==","title":"NMN \u53ca \u9006\u9f61\u6297\u8001","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/nmn-anti-aging.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Mg==","title":"\u773c\u6674\u8166\u90e8","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/brain-eye.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5NA==","title":"\u76ca\u751f\u83cc\u53ca\u8178\u9053\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/probiotics-gut-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Nw==","title":"\u7537\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/men-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5OQ==","title":"\u5973\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/women-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzEy","title":"\u9aa8\u9abc \u95dc\u7bc0","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/bones-joints.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzE5","title":"\u7f8e\u808c\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/beauty-supplement.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyMQ==","title":"\u9ad4\u91cd\u7ba1\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/weight-management.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzIx","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u98f2\u6599","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/health-food-and-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzA2","title":"\u5fc3\u81df\u8840\u7ba1\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/cardiovascular.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OA==","title":"\u9999\u85b0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/aromatherapy.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/aromatherapy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OQ==","title":"\u52a9\u7720","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sleeping aids.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sleeping-aids.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjI5","title":"\u5065\u5eb7\u53ca\u6309\u6469\u8a2d\u5099","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/healthcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NjM5","title":"\u6309\u6469\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM4","title":"\u6309\u6469\u6905","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-sofa.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMy","title":"\u8840\u58d3\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/blood-pressure-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMz","title":"\u9ad4\u91cd\u53ca\u8102\u80aa\u78c5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMx","title":"\u6eab\u5ea6\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/thermometers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzQy","title":"\u5065\u5eb7\u8b77\u7406\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/health-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMw","title":"\u53e3\u7f69 \u6d88\u6bd2 \u6e2c\u8a66\u68d2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/mask-disinfection-test-kits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTc5","title":"\u53e3\u8154\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/oralcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY4NA==","title":"\u96fb\u52d5\u7259\u5237","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/electrical-toothbrush.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjYy","title":"\u7259\u7dda\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/dental-floss-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIyNw==","title":"\u7f8e\u5bb9\u8b77\u9aee","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/hair.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"ODg4","title":"\u7f8e\u5bb9\u5100\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/beauty-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIzMQ==","title":"\u982d\u9aee\u9020\u578b\u8b77\u7406\u53ca\u812b\u6bdb","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ4Mg==","title":"\u80b2\u9aee\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-growth.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM=","title":"\u98a8\u7b52","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-dryers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMzNg==","title":"\u96fb\u9b1a\u5228 \u5243\u9b1a\u5200 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/shaver.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkyNQ==","title":"\u500b\u4eba\u53ca\u8eab\u9ad4\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/personal-body-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAxOA==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sports.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTAyNQ==","title":"\u5065\u8eab\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/slimming-and-fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTAyNg==","title":"\u745c\u4f3d\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/yoga-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyNA==","title":"\u4fdd\u8b77\u53ca\u88dd\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/gear-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4NA==","title":"\u8eab\u9ad4\u6aa2\u67e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/healthcare package.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTUzNw==","title":"\u5065\u5eb7\u6aa2\u67e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/body-check.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTUzOA==","title":"\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMQ==","title":"\u91ab\u85e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/medicine.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTQwMg==","title":"\u50b7\u98a8\u611f\u5192","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/cold-and-flu.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMw==","title":"\u4e2d\u91ab\u85e5 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/chinese-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNA==","title":"\u8178\u80c3\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/digestive-system.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNQ==","title":"\u85e5\u7528\u76ae\u819a\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/medicated-skincare.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNg==","title":"\u5916\u7528\u6b62\u75db","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/muscle-relief.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0NQ==","title":"DrGo Health Store","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/Web_drgoHS.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY0Ng==","title":"\u4fdd\u5065\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0Nw==","title":"\u4e2d\u897f\u6210\u85e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/otc-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OA==","title":"\u5065\u5eb7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/healthcare-plan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OQ==","title":"\u9069\u5408\u4eba\u58eb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/SuitableFor.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY1MA==","title":"\u5152\u7ae5\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1MQ==","title":"\u9280\u9aee\u4e00\u65cf","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-elderly.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mg==","title":"\u7537\u58eb\u5973\u58eb\u4fdd\u5065","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-men-women.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mw==","title":"\u5bb6\u5ead\u8a08\u5283","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/family-planning.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzA5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/outdoor and travel.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/travel.html","linkTarget":"_self","title":"\u6236\u5916\u53ca\u65c5\u884c","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI4","title":"\u884c\u674e\u7bb1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYxOQ==","title":"\u884c\u674e\u7bb1\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage-accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYyMQ==","title":"\u65c5\u884c\u96fb\u5b50\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/travel-electronics.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-electronics.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMx","title":"\u65c5\u884c\u5c0f\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMw","title":"\u65c5\u884c\u888b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/bags.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/bags.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY3NA==","title":"\u96e8\u5098\u96e8\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/travel-raingear.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/rain-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OQ==","title":"\u904b\u52d5\u53ca\u6236\u5916\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/sportsNoutdoor.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc4MQ==","title":"\u9732\u71df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/camp.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOA==","title":"\u767b\u5c71\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/hiking.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOQ==","title":"\u8dd1\u6b65\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/running.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MA==","title":"\u6500\u5ca9\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/climbing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MQ==","title":"\u6c34\u4e0a\u6d3b\u52d5\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/water-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0Mw==","title":"\u6236\u5916\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/outdoor-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Mw==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/Sport_Fitness_Icon.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTg5NA==","title":"\u904b\u52d5\u624b\u9336 \u5fc3\u7387\u76e3\u6e2c\u5e36","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sports-watch-heart-rate-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5NQ==","title":"\u904b\u52d5\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sport-headphones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Ng==","title":"\u5065\u8eab\u8a13\u7df4","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Nw==","title":"\u745c\u4f3d \u666e\u62c9\u63d0","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/yoga-pilates.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OA==","title":"\u904b\u52d5\u4fdd\u8b77\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/protection-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OQ==","title":"\u6309\u6469\u69cd","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/massage-gun.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkwMA==","title":"\u9ad4\u8102\u78c5","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDIyMg==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Gift and Collection.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/gift-and-collection.html","linkTarget":"_self","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","megaMenu":{"sideAreaLayout":"productTeaser","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDI4Mw==","title":"agn\u00e8s b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/agnes_b.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5Mg==","title":"\u624b\u888b\u53ca\u65c5\u884c\u7cfb\u5217","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/bags-travel-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI5Mw==","title":"\u914d\u98fe","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NQ==","title":"\u5bb6\u5c45\u53ca\u751f\u6d3b\u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/home-lifestyle.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NA==","title":"Francfranc","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Francfranc.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4Nw==","title":"\u65c5\u884c\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/seasonal-gift.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OA==","title":"\u9910\u684c\u53ca\u716e\u98df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/dining-delices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNA==","title":"\u751f\u6d3b\u53ca\u653e\u9b06","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/living-relax.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNQ==","title":"\u5916\u51fa\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/work-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4MA==","title":"\u9bae\u82b1\u53ca\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/flower_hampers.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4MQ==","title":"\u82b1\u85dd\u9001\u79ae","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/flowers-idea.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4Mg==","title":"\u7f8e\u98df\u79ae\u7c43","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/food-gourmet.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OQ==","title":"\u7cbe\u54c1\u53ca\u6536\u85cf","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Art_Collectibles.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5NA==","title":"K11 \u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/moma.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYwMw==","title":"LEGO","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/lego.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU0OA==","title":"\u670d\u98fe\u53ca\u914d\u98fe","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/FashionNAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2Nw==","title":"Pandora","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/pandora.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2OA==","title":"Swarovski","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/swarovski.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ3MQ==","title":"Hottest IG Shops \u672c\u571f\u4eba\u6c23\u7db2\u5e97","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/IGShop.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/ig-shops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzQx","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/business1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/business-needs.html","linkTarget":"_self","title":"\u4e2d\u5c0f\u4f01\u5c08\u5340","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjEyNw==","title":"\u7b46\u8a18\u672c\u53ca\u684c\u9762\u96fb\u8166","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/pc.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyMw==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/notebooks.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNA==","title":"\u684c\u9762\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/desktops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkxNQ==","title":"\u986f\u793a\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/monitor.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyNg==","title":"\u5e73\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/flat-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNw==","title":" \u66f2\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/curved-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOA==","title":"\u4e92\u52d5\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/interactive-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY1Mw==","title":"Ergotron\u986f\u793a\u5668\u652f\u67b6","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/ergotron.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOQ==","title":"\u6253\u5370\u6a5f\u53ca\u6383\u63cf\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/printer.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/printers-and-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2OQ==","title":"\u5546\u696d\u8033\u6a5f","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/headset.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/headsets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkzMA==","title":"\u8def\u7531\u5668\u53caNAS","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/router.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/routers-and-nas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"}]},{"id":"earn","title":"\u8cfa\u53d6\u7a4d\u5206","link":"https:\/\/www.theclub.com.hk\/zh\/earn.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Earn.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Earn_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"wellness","title":"Wellness","link":"https:\/\/www.theclub.com.hk\/zh\/wellness.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Wellness.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_wellness_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"travel","title":"\u65c5\u904a","link":"https:\/\/www.theclub.com.hk\/zh\/external-link.html?partner=clubtravel&redirectUri=https:\/\/www.clubtravel.com.hk\/zh.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_Travel.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_travel_on.svg","isUseCustomContentFragment":false,"isMegaMenuContainTabs":false,"childItems":[{"link":"https:\/\/www.clubtravel.com.hk\/zh\/sport-travel.html","linkTarget":"_blank","title":"\u6d77\u5916\u8cfd\u4e8b\u5957\u7968","id":"sport-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_sporttravel.svg","description":"\u63d0\u4f9b\u4e0d\u540c\u570b\u5bb6\u7cbe\u5f69\u8cfd\u4e8b\u65c5\u904a\u5957\u7968\uff0c\u8b93\u4f60\u5feb\u4eba\u4e00\u6b65\u6436\u8cfc\u5230\u4e00\u7d1a\u65b9\u7a0b\u5f0f\u3001\u8db3\u7403\u806f\u8cfd\u6216\u99ac\u62c9\u677e\u9580\u7968\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk\/?_gl=1*16hkl00*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u9152\u5e97 ","id":"hotel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_hotel.svg","description":"\u9152\u5e97\u3001\u5ea6\u5047\u6751\u3001\u9752\u5e74\u65c5\u820d\u53ca\u66f4\u591a\u9078\u64c7\u3002\u5373\u4eab\u5168\u7403\u8d85\u904e200\u842c\u9593\u4f4f\u5bbf\u81f3\u62b5\u50f9\u683c\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?_gl=1%2Ap082pg%2A_ga%2AMjA2MjA3MjQ5NC4xNjYxMzI2MTY0%2A_ga_S7NBFF8TVL%2AMTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY2MDYyLjU5LjAuMA..","linkTarget":"_blank","title":"\u666f\u9ede\u9580\u7968","id":"admission-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_admission.svg","description":"\u63d0\u4f9b\u4f60\u6700\u512a\u60e0\u50f9\u683c\u7684\u666f\u9ede\u9580\u7968\u3001\u4e00\u65e5\u904a\u884c\u7a0b\u8207\u7576\u5730\u4ea4\u901a\u5957\u7968\u512a\u60e0\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk?_gl=1*l9siri*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u6a5f\u7968","id":"air-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_airticket.svg","description":"\u7acb\u5373\u9810\u8a02\u8d85\u503c\u6a5f\u7968\u3002\u5373\u6642\u641c\u5c0b\u9810\u8a02\u5168\u7403\u8d85\u904e200\u9593\u822a\u7a7a\u516c\u53f8\u6a5f\u7968\u3002"},{"link":"https:\/\/www.clubtravel.com.hk\/zh\/experiential-travel.html","linkTarget":"_blank","title":"\u7279\u8272\u65c5\u904a\u9ad4\u9a57","id":"experiential-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_experiential.svg","description":"\u9ad4\u9a57\u63d0\u4f9b\u8207\u4ee5\u5f80\u4e0d\u540c\u7684\u65c5\u904a\u9ad4\u9a57\uff0c\u8b93\u60a8\u66f4\u6df1\u5165\u9ad4\u9a57\u7576\u5730\u7279\u8272\u6587\u5316\u9ad4\u9a57\u3001\u6c34\u4e0a\u6d3b\u52d5\u3001\u6ed1\u96ea\u5192\u96aa\u548c\u666f\u9ede\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK&_gl=1*1kixig0*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1NTQ2LjYwLjAuMA..","linkTarget":"_blank","title":"\u5b85\u6e21\u5047","id":"staycation","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_staycation.svg","description":"\u63d0\u4f9b\u5b85\u5ea6\u5047\u512a\u60e0\uff0c\u6bcf\u9593\u9152\u5e97\u90fd\u5404\u6709\u7279\u8272\uff0c\u5305\u62ec\u7cbe\u7dfb\u665a\u9910\u3001\u81ea\u52a9\u65e9\u9910\u3001\u5152\u7ae5\u6a02\u5712\u6216SPA\u6c34\u7642\u670d\u52d9\u7b49\u3002"}]},{"id":"experience","title":"\u57ce\u4e2d\u76db\u4e8b","link":"https:\/\/www.theclub.com.hk\/zh\/experience.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_Experiences_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_Experiences_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"goov","title":"GOOV","link":"https:\/\/www.theclub.com.hk\/zh\/GOOV.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_GOOV_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_GOOV_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"smart-finance","title":"Smart Finance","link":"https:\/\/www.theclub.com.hk\/zh\/smart-finance.html","linkTarget":"_self","iconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_SmartFinance.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/sub_nav_tab_icon\/SubNavtabs_smartFinance_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false},{"id":"Club_Biz_ZH","title":"Club Biz","link":"https:\/\/www.theclub.com.hk\/zh\/club-biz.html","linkTarget":"_blank","iconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_ClubBiz_off.svg","effectedIconUrl":"\/content\/dam\/theclub-spa-react\/page-icons\/sub_nav_tabs_ClubBiz_on.svg","isUseCustomContentFragment":true,"isMegaMenuContainTabs":false}],
  1459.                "secondLevelMenu": {"travel":[{"link":"https:\/\/www.clubtravel.com.hk\/zh\/sport-travel.html","linkTarget":"_blank","title":"\u6d77\u5916\u8cfd\u4e8b\u5957\u7968","id":"sport-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_sporttravel.svg","description":"\u63d0\u4f9b\u4e0d\u540c\u570b\u5bb6\u7cbe\u5f69\u8cfd\u4e8b\u65c5\u904a\u5957\u7968\uff0c\u8b93\u4f60\u5feb\u4eba\u4e00\u6b65\u6436\u8cfc\u5230\u4e00\u7d1a\u65b9\u7a0b\u5f0f\u3001\u8db3\u7403\u806f\u8cfd\u6216\u99ac\u62c9\u677e\u9580\u7968\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk\/?_gl=1*16hkl00*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u9152\u5e97 ","id":"hotel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_hotel.svg","description":"\u9152\u5e97\u3001\u5ea6\u5047\u6751\u3001\u9752\u5e74\u65c5\u820d\u53ca\u66f4\u591a\u9078\u64c7\u3002\u5373\u4eab\u5168\u7403\u8d85\u904e200\u842c\u9593\u4f4f\u5bbf\u81f3\u62b5\u50f9\u683c\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?_gl=1%2Ap082pg%2A_ga%2AMjA2MjA3MjQ5NC4xNjYxMzI2MTY0%2A_ga_S7NBFF8TVL%2AMTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY2MDYyLjU5LjAuMA..","linkTarget":"_blank","title":"\u666f\u9ede\u9580\u7968","id":"admission-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_admission.svg","description":"\u63d0\u4f9b\u4f60\u6700\u512a\u60e0\u50f9\u683c\u7684\u666f\u9ede\u9580\u7968\u3001\u4e00\u65e5\u904a\u884c\u7a0b\u8207\u7576\u5730\u4ea4\u901a\u5957\u7968\u512a\u60e0\u3002"},{"link":"https:\/\/trip.clubtravel.com.hk\/zh-hk?_gl=1*l9siri*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1MTAzLjQ3LjAuMA..&ds=Rdd3iG3osNlJkBWU","linkTarget":"_self","title":"\u6a5f\u7968","id":"air-ticket","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_airticket.svg","description":"\u7acb\u5373\u9810\u8a02\u8d85\u503c\u6a5f\u7968\u3002\u5373\u6642\u641c\u5c0b\u9810\u8a02\u5168\u7403\u8d85\u904e200\u9593\u822a\u7a7a\u516c\u53f8\u6a5f\u7968\u3002"},{"link":"https:\/\/www.clubtravel.com.hk\/zh\/experiential-travel.html","linkTarget":"_blank","title":"\u7279\u8272\u65c5\u904a\u9ad4\u9a57","id":"experiential-travel","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_experiential.svg","description":"\u9ad4\u9a57\u63d0\u4f9b\u8207\u4ee5\u5f80\u4e0d\u540c\u7684\u65c5\u904a\u9ad4\u9a57\uff0c\u8b93\u60a8\u66f4\u6df1\u5165\u9ad4\u9a57\u7576\u5730\u7279\u8272\u6587\u5316\u9ad4\u9a57\u3001\u6c34\u4e0a\u6d3b\u52d5\u3001\u6ed1\u96ea\u5192\u96aa\u548c\u666f\u9ede\u3002"},{"link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK&_gl=1*1kixig0*_ga*MjA2MjA3MjQ5NC4xNjYxMzI2MTY0*_ga_S7NBFF8TVL*MTcwNjE2NDYzNS4yNDkuMS4xNzA2MTY1NTQ2LjYwLjAuMA..","linkTarget":"_blank","title":"\u5b85\u6e21\u5047","id":"staycation","iconUrl":"\/content\/dam\/theclub-spa-react\/travel_mega_menu_icon\/jason_staycation.svg","description":"\u63d0\u4f9b\u5b85\u5ea6\u5047\u512a\u60e0\uff0c\u6bcf\u9593\u9152\u5e97\u90fd\u5404\u6709\u7279\u8272\uff0c\u5305\u62ec\u7cbe\u7dfb\u665a\u9910\u3001\u81ea\u52a9\u65e9\u9910\u3001\u5152\u7ae5\u6a02\u5712\u6216SPA\u6c34\u7642\u670d\u52d9\u7b49\u3002"}]},
  1460.                "category": [{"categoryId":"MTk1Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/rewards1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/rewards.html","linkTarget":"_self","title":"\u734e\u8cde","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MTk1OA==","title":"\u96fb\u5b50\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3OQ==","title":"\u624b\u6a5f\u53ca\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/mobile-phones-tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MA==","title":"\u667a\u80fd\u6f6e\u7269","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mg==","title":"\u5f71\u97f3\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4Mw==","title":"\u624b\u6a5f\u53ca\u96fb\u5b50\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/electronic-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM4MQ==","title":"\u96fb\u8166\u53ca\u96fb\u73a9\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/electronic-products-accessories\/computer-accessories-gaming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MA==","title":"\u7f8e\u9152\u4f73\u991a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3MQ==","title":"\u9910\u98f2\u7f8e\u98df","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3MA==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Mg==","title":"\u4e7e\u8ca8\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxOQ==","title":"\u7f8e\u9152\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-wine\/wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2Mw==","title":"\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/voucher.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjczNQ==","title":"\u5a1b\u6a02\u53ca\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDA0OA==","title":"\u96fb\u8996\u7bc0\u76ee\u548c\u9ad4\u80b2","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/tv-shows-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA2MA==","title":"\u96fb\u5f71\u53ca\u97f3\u6a02","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/movies-music.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDA1OQ==","title":"\u9ad4\u9a57","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-experience\/local-experiences.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk1OQ==","title":"\u5bb6\u5177\u5bb6\u96fb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3NA==","title":"\u5bb6\u5ead\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/home-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3NQ==","title":"\u5eda\u623f\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchen-appliances.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNw==","title":"\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/rewards-household-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDQ3OA==","title":"\u5eda\u5177\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-kitchen\/kitchenware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u53ca\u4fdd\u5065","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/beauty.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzM3Ng==","title":"\u7f8e\u5bb9\u53ca\u8b77\u9aee","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/beauty-hair-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3OA==","title":"\u904b\u52d5\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/sports-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzM3Nw==","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/supplements-healthcare-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjA1MQ==","title":"\u5065\u5eb7\u6aa2\u67e5\u53ca\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-beauty\/body-check-vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzA3OQ==","title":"\u65c5\u884c\u597d\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/travel.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzQ0Ng==","title":"\u9152\u5e97\u4f4f\u5bbf\u5957\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0Nw==","title":"\u9580\u7968","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/admission-ticket.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzQ0OA==","title":"\u65c5\u884c\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-travel\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU3Nw==","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/gift_collection.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/rewards-gift-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTk2NA==","title":"HKT \u7522\u54c1\u53ca\u670d\u52d9","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/hkt.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/hkt-products-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NQ==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTM3NA==","title":"\u6bcd\u5b30\u7528\u54c1\u53ca\u73a9\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/rewards\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/rewards\/mum-kids-toys.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":2,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIxOA==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions.html","linkTarget":"_self","title":"\u63a8\u5ee3\u512a\u60e0","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"},{"linkTarget":"_blank",":type":"theclub-shopping-spa-react\/components\/headerconfig\/imagebanner"}],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDE2MA==","title":"\u6bcf\u6708\u5bb6\u96fb\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/cool-summer-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230801_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3NQ==","title":"Dyson \u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/home-appliances-promotion\/home-beauty\/dyson-home.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg3MQ==","title":"\u7f8e\u5bb9\u8b77\u7406\u7522\u54c1\u512a\u60e0\u4f4e\u81f355\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/home-beauty-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230807_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5MQ==","title":"\u7cbe\u9078\u5eda\u5177\u5eda\u96fb\u200b  \u4f4e\u81f35\u6298","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/en\/lc\/promotions\/kitchen-appliances-2023.html?itm_source=clubshopping&itm_medium=buwebsite&itm_campaign=230814_tact_aug_homepromotion_slider","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTcwOQ==","title":"ASUS \u83ef\u78a9\u54c1\u724c\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/asus.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Ng==","title":"\u6bcf\u6708\u7f8e\u9152\u4f73\u991a\u512a\u60e0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/monthly-wine-promotion.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE3Mw==","title":"Smart Finance","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/zh\/smart-finance.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTEzMQ==","title":"\u6e05\u8ca8\u7279\u50f9\u5340","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/clearance-sales-2023.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ2OA==","title":"\u8ffd\u661f\u6975\u81f4\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/elevate-your-star-chasing-experience.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgzMA==","title":"Samsung\u5f71\u97f3\u611f\u8b1d\u796d","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/samsung-tv-thankful-weeks.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkxNQ==","title":"\u6253\u9020\u4f60\u7684\u5c08\u5c6c\u5de5\u4f5c\u9593","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/promotions.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/promotions\/build-your-personal-workspace.html","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":3,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNQ==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/electronics1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/electronics-and-office.html","linkTarget":"_self","title":"\u624b\u6a5f\u3001\u96fb\u8166\u53ca\u6f6e\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzIzOA==","title":"\u624b\u6a5f\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/mobile.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0Mg==","title":"\u624b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/mobile.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MA==","title":"\u624b\u6a5f\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0MQ==","title":"\u667a\u80fd\u624b\u9336","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/smart-watch.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTE5NQ==","title":"\u96fb\u8a71\u5132\u503c\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/mobile\/prepaid-sim-cards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Mw==","title":"\u96fb\u8166\u53ca\u9031\u908a\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/computer.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI0NA==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/laptops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0NQ==","title":"\u5e73\u677f\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/tablets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI0Ng==","title":"\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5NQ==","title":"\u6253\u5370\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/printers-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Ng==","title":"\u5132\u5b58\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/storage-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5Nw==","title":"\u7db2\u7d61\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/network-devices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg5OQ==","title":"\u684c\u4e0a\u53ca\u8ff7\u4f60\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/desktop-mini-pc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMA==","title":"\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/conference-live-stream.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMQ==","title":"\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwMg==","title":"\u96fb\u8166\u50a2\u4fec","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/computer-furniture.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Mw==","title":"\u651d\u9304\u5668\u6750\u53ca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/camera.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI1Ng==","title":"\u822a\u62cd\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/drones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1Nw==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/car-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OA==","title":"\u76f8\u6a5f\u53ca\u904b\u52d5\u651d\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/action-cameras.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI1OQ==","title":"\u651d\u9304\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/cameras-and-accessories\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2MA==","title":"\u96fb\u73a9\u53ca\u96fb\u7af6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gaming.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI2MQ==","title":"\u904a\u6232\u4e3b\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/game-consoles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mg==","title":"\u589e\u5f37\u53ca\u865b\u64ec\u5be6\u5883\u88dd\u7f6e","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/ar-vr.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2Mw==","title":"\u96fb\u7af6\u96fb\u8166\u53ca\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/esports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI2NA==","title":"\u96fb\u5b50\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/video-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzYxNQ==","title":"\u904a\u6232\u9ede\u6578\u5361","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-point-card.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNA==","title":"\u96fb\u7af6\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNQ==","title":"\u96fb\u7af6\u6ed1\u9f20\u53ca\u9375\u76e4","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-mouse-keyboards.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNg==","title":"\u96fb\u7af6\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-equipments.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxNw==","title":"\u96fb\u7af6\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/gaming-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzcxOA==","title":"DIY\u8a2d\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gaming-and-esports\/diy-equipments-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2NQ==","title":"\u667a\u80fd\u6f6e\u7269","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/gadgets.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/gadgets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNA==","title":"\u8033\u6a5f\u53ca\u5587\u53ed","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/Headphone N Speaker.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkwNQ==","title":"\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/headphone.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNg==","title":"\u5587\u53ed","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/headphone-speaker\/speakers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMA==","title":"\u6c7d\u8eca\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/CarAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTgwMQ==","title":"\u96fb\u52d5\u8eca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/ev-car-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzIzNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/homeliving1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/home-and-kitchen.html","linkTarget":"_self","title":"\u5bb6\u96fb\u53ca\u5bb6\u54c1","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI3MQ==","title":"\u5bb6\u5ead\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/appliance.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI3Mg==","title":"\u96ea\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fridge.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MA==","title":"\u51b7\u6c23\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/air-conditioners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4MQ==","title":"\u98a8\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mg==","title":"\u9a45\u87f2\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/insect-repellents.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NA==","title":"\u6d17\u8863\u6a5f\u53ca\u4e7e\u8863\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/washing-and-drying-machine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3NQ==","title":"\u6d74\u5ba4\u96fb\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/water-heater.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Ng==","title":"\u71a8\u6597","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/irons-and-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3Nw==","title":"\u96fb\u52d5\u5de5\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/power-tools.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI3OA==","title":"\u6696\u98a8\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/heaters.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Mw==","title":"\u5438\u5875\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/house-vacuums.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4NQ==","title":"\u667a\u80fd\u5bb6\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/digital-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYyNg==","title":"\u593e\u842c","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/safety-box.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU=","title":"\u71c8\u98fe\u71c8\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/home-appliances-lightings.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mg==","title":"\u6d88\u6bd2\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/sterilizer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Mw==","title":"\u667a\u80fd\u9580\u9396","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/smart-lock.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NA==","title":"\u9152\u6ac3","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/wine-cellars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4Ng==","title":"\u5eda\u623f\u96fb\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchen app.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI4OA==","title":"\u84b8\u7117\u7210\u53ca\u5fae\u6ce2\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/oven-and-food-steamers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI4OQ==","title":"\u9eb5\u5305\u6a5f\u53ca\u591a\u58eb\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/bread-makers-and-toasted.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5MQ==","title":"\u96fb\u71b1\u6c34\u58fa","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/electronic-kettles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Mg==","title":"\u5496\u5561\u6a5f\u53ca\u7814\u78e8\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/coffee-maker-and-grinder.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NA==","title":"\u6d17\u7897\u789f\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/dishwasher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5Nw==","title":"\u62bd\u6cb9\u7159\u6a5f\u53ca\u62bd\u6c23\u6247","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/range-hood-and-exhaust-fans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OA==","title":"\u96fb\u98ef\u7172\u53ca\u58d3\u529b\u7172 ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/rice-pressure-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTIw","title":"\u98df\u7269\u8655\u7406\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/food-preparation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5OQ==","title":"\u591a\u529f\u80fd\u716e\u98df\u934b","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/multi-function-induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1NQ==","title":"\u96fb\u78c1\u7210","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchen-appliance\/induction-cooker.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMQ==","title":"\u7a7a\u6c23\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/airquality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwMg==","title":"\u7a7a\u6c23\u6e05\u65b0\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/air-purifiers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwMw==","title":"\u62bd\u6fd5\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/dehumidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNA==","title":"\u52a0\u6fd5\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/air-quality\/humidifier.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwNg==","title":"\u5eda\u5177\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/kitchenware.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMwNw==","title":"\u5eda\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/pots-and-pans.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMwOA==","title":"\u716e\u98df\u7528\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/cooking-utensils.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMA==","title":"\u5bb9\u5668\u53ca\u6536\u7d0d\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/containers-and-organizers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1Nw==","title":"\u9910\u5177\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/tableware-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxMw==","title":"\u98f2\u5177","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/kitchenware\/drinkware.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxNQ==","title":"\u5e8a\u4e0a\u53ca\u6d74\u5ba4\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/bedbath.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzMxNg==","title":"\u5e8a\u54c1\u5957\u88dd","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bedding.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMxOQ==","title":"\u6795\u982d\u53ca\u6bdb\u6bef","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/pillow-and-mattress.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk1OA==","title":"\u6d74\u5ba4\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/bed-and-bath\/bathroom-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Ng==","title":"\u98df\u6c34\u512a\u5316","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/homeliving\/water quality.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MzI5Mw==","title":"\u98f2\u6c34\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-dispenser.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzI5NQ==","title":"\u6ffe\u6c34\u5668\u53ca\u6ffe\u82af","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/water-quality\/water-purifier-and-filter.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1MQ==","title":"\u5f71\u97f3\u7522\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/electronics\/audiovideo.svg","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc1Mg==","title":"\u96fb\u8996","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/tvs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Mw==","title":"\u5bb6\u5ead\u5f71\u9662","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/soundbars.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NA==","title":"\u6295\u5f71\u6a5f","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/projectors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1NQ==","title":"\u64f4\u97f3\u6a5f\u53ca\u5f71\u97f3\u64ad\u653e\u5668","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/amplifiers-av-players.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1Ng==","title":"\u5f71\u97f3\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/audio-video\/av-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDcxNw==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Parents Kids and Pets.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/parents-kids-and-Pets.html","linkTarget":"_self","title":"\u89aa\u5b50\u53ca\u5bf5\u7269","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDcxOA==","title":"\u6bcd\u5b30\u53ca\u80b2\u5152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/kids-babies.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDcxOQ==","title":"\u73a9\u5177\u53ca\u904a\u6232","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/toys-games.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMQ==","title":"\u5716\u66f8 & \u6587\u5177","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/books-stationery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyMg==","title":"\u96fb\u5b50\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/electronic-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwNw==","title":"\u5916\u51fa\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/outdoor-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOA==","title":"STEM \u7522\u54c1\u53ca\u6559\u6750","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/stem-education.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkwOQ==","title":"\u5b30\u5152\u50a2\u4ff1\u53ca\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/kids-babies\/baby-furniture-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDcyNw==","title":"\u5bf5\u7269\u4e3b\u5b50","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/pets.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMQ==","title":"\u5bf5\u7269\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-services.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxNA==","title":"\u5bf5\u7269\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-supplies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc0OQ==","title":"\u9577\u8005\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/pets\/elderly-care.svg","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkxNw==","title":"\u9577\u8005\u8b77\u7406\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-products.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxOA==","title":"\u9577\u8005\u8b77\u7406\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/elderly-care\/elderly-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDg3Ng==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/dine and experience.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/dining-and-experience.html","linkTarget":"_self","title":"\u9910\u98f2\u53ca\u9ad4\u9a57","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDkzMA==","title":"\u9910\u98f2\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/dinning.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/dining.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mg==","title":"\u9580\u7968\u8207\u5c55\u89bd","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/ticketingNshows.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/ticketing-shows.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4Mw==","title":"\u8ab2\u7a0b\u8207\u5de5\u4f5c\u574a","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/course workshop.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/course-workshop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzMw==","title":"\u9ad4\u9a57","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/experience.svg","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDkzNA==","title":"\u5ba4\u5167\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/indoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNQ==","title":"\u6236\u5916\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/outdoor-activities.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzNg==","title":"\u5ea6\u5047\u6d3b\u52d5","link":"https:\/\/shop.theclub.com.hk\/dining-and-experience\/experience\/staycation.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MjU4","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/wine and food.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/wine-and-dine.html","linkTarget":"_self","title":"\u7f8e\u9152\u4f73\u991a","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjYw","title":"\u7d05\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/redwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM1NA==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mg==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1Mw==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1NQ==","title":"\u897f\u73ed\u7259","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/spain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM1OQ==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/red-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjYx","title":"\u767d\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/whitewine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTM2Mg==","title":"\u6fb3\u6d32 & \u65b0\u897f\u862d","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/australia.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MA==","title":"\u6cd5\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/france.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2NA==","title":"\u5fb7\u570b","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/germany.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2MQ==","title":"\u610f\u5927\u5229","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/italy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2Nw==","title":"\u5176\u4ed6\u570b\u5bb6","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/white-wine\/other-countries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY0","title":"\u5a01\u58eb\u5fcc\u548c\u70c8\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/spirits.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMxNg==","title":"\u767d\u862d\u5730","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/brandy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOA==","title":"\u6c08\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/gin.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxOQ==","title":"\u862d\u59c6\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/rum.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNw==","title":"\u4f0f\u7279\u52a0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/vodka.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMxNQ==","title":"\u5a01\u58eb\u5fcc","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/whisky.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTgwMw==","title":"\u4e2d\u570b\u70c8\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/whisky-and-spirits\/chinese-spirits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkx","title":"\u9999\u6ab3\u9152\u53ca\u6c23\u6ce1\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/champagne.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMyNg==","title":"Cava","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/cava.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNA==","title":"\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/champagne.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNw==","title":"\u73ab\u7470\u9999\u6ab3","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/rose.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyNQ==","title":"Prosecco","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/prosecco.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOA==","title":"\u5176\u4ed6\u6c23\u6ce1\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/champagne\/others.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMyOQ==","title":"\u679c\u9152\u53ca\u751c\u9152","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/fruitwine.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTMzMQ==","title":"\u751c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/dessert-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzMA==","title":"\u679c\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/fruit-wine-dessert-wine-cocktail\/fruit-wine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNA==","title":"\u6e05\u9152 \u71d2\u914c\u53ca\u9152\u7cbe\u98f2\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/sake.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu.html","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY1","title":"\u624b\u5de5\u5564\u9152","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/alcohol-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTMzNQ==","title":"\u6e05\u9152 ","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/sake-shochu\/sake.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDEzOA==","title":"\u6d3e\u5c0d & \u9001\u79ae\u4e4b\u9078","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/party_giftideas.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDEzOQ==","title":"\u539f\u7bb1\u512a\u60e0","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/case-offer.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDE0MA==","title":"\u9001\u79ae\u7cbe\u9078","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/party-gift-ideas\/gift-pack.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"Mzg2Nw==","title":"\u9152\u5177\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/wineaccessories.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/wine-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2MQ==","title":"\u9910\u98f2\u79ae\u5238","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/wine\/food n dining vouchers.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2NA==","title":"\u73fe\u91d1\u79ae\u5238","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/cash-voucher.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mw==","title":"\u4e7e\u8ca8\u53ca\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/dry-and-instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2Mg==","title":"\u96f6\u98df\u53ca\u751c\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/food-dining-vouchers\/snacks-and-desserts.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc1OQ==","title":"\u96f6\u98df\u7cd6\u679c","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/snacks.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/snacks-confectionary.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2Nw==","title":"\u7ce7\u6cb9\u96dc\u8ca8","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/groceries.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3MQ==","title":"\u70d8\u7119\u9eb5\u7c89\u548c\u9810\u88fd\u7c89","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/baking-flour-mixes.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3MA==","title":"\u5373\u98df\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/instant-food.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OA==","title":"\u7c73\u53ca\u7c89\u9eb5","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/rice-noodles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc2OQ==","title":"\u8abf\u5473\u91ac\u6599","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/groceries\/sauces-dressing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Mg==","title":"\u74b0\u7403\u7f8e\u98df","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/worldwide delights.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc3Mw==","title":"\u53f0\u7063","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/worldwide-delights\/taiwan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3Ng==","title":"\u7bc0\u6176\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/hamper.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/hampers-gift-packs.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OA==","title":"\u7bc0\u65e5\u98df\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/groceries\/Festive Delicacies.svg","link":"https:\/\/shop.theclub.com.hk\/wine-and-dine\/festive-delights.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MTY3","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/health1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/health-and-wellbeing.html","linkTarget":"_self","title":"\u4fdd\u5065\u53ca\u7f8e\u5bb9","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDUxMg==","title":"\u9577\u65b0\u51a0\u8abf\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/postcovidrecovery.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/post-covid-recovery.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTY4","title":"\u81b3\u98df\u88dc\u5145\u5291","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/wellness.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NzE0","title":"\u7dad\u4ed6\u547d\u53ca\u88dc\u5145\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/vitamin-and-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA4OQ==","title":"\u4e2d\u5f0f\u4fdd\u5065\u7522\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/chinese-supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MA==","title":"\u9748\u829d\u53ca\u87f2\u8349","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/lingzhi-and-cordyceps.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5MQ==","title":"NMN \u53ca \u9006\u9f61\u6297\u8001","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/nmn-anti-aging.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Mg==","title":"\u773c\u6674\u8166\u90e8","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/brain-eye.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5NA==","title":"\u76ca\u751f\u83cc\u53ca\u8178\u9053\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/probiotics-gut-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5Nw==","title":"\u7537\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/men-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTA5OQ==","title":"\u5973\u58eb\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/women-health.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzEy","title":"\u9aa8\u9abc \u95dc\u7bc0","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/bones-joints.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzE5","title":"\u7f8e\u808c\u98df\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/beauty-supplement.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyMQ==","title":"\u9ad4\u91cd\u7ba1\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/weight-management.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzIx","title":"\u5065\u5eb7\u98df\u54c1\u53ca\u98f2\u6599","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/health-food-and-beverage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzA2","title":"\u5fc3\u81df\u8840\u7ba1\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/cardiovascular.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OA==","title":"\u9999\u85b0","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/aromatherapy.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/aromatherapy.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk4OQ==","title":"\u52a9\u7720","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sleeping aids.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sleeping-aids.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjI5","title":"\u5065\u5eb7\u53ca\u6309\u6469\u8a2d\u5099","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/healthcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NjM5","title":"\u6309\u6469\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM4","title":"\u6309\u6469\u6905","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/massage-sofa.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMy","title":"\u8840\u58d3\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/blood-pressure-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMz","title":"\u9ad4\u91cd\u53ca\u8102\u80aa\u78c5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMx","title":"\u6eab\u5ea6\u8a08","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/thermometers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzQy","title":"\u5065\u5eb7\u8b77\u7406\u8a2d\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/health-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NzMw","title":"\u53e3\u7f69 \u6d88\u6bd2 \u6e2c\u8a66\u68d2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/health-care-and-massage-equipment\/mask-disinfection-test-kits.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTc5","title":"\u53e3\u8154\u8b77\u7406","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/oralcare.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MjY4NA==","title":"\u96fb\u52d5\u7259\u5237","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/electrical-toothbrush.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjYy","title":"\u7259\u7dda\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/oral-care\/dental-floss-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIyNw==","title":"\u7f8e\u5bb9\u8b77\u9aee","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/hair.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"ODg4","title":"\u7f8e\u5bb9\u5100\u5668","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/beauty-device.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzIzMQ==","title":"\u982d\u9aee\u9020\u578b\u8b77\u7406\u53ca\u812b\u6bdb","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-and-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ4Mg==","title":"\u80b2\u9aee\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-growth.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjM=","title":"\u98a8\u7b52","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/hair-dryers.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMzNg==","title":"\u96fb\u9b1a\u5228 \u5243\u9b1a\u5200 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/shaver.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkyNQ==","title":"\u500b\u4eba\u53ca\u8eab\u9ad4\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/personal-body-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAxOA==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/sports.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTAyNQ==","title":"\u5065\u8eab\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/slimming-and-fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTAyNg==","title":"\u745c\u4f3d\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/yoga-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTAyNA==","title":"\u4fdd\u8b77\u53ca\u88dd\u5099\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/sports-gear-and-apparel\/gear-and-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDg4NA==","title":"\u8eab\u9ad4\u6aa2\u67e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/winenexperience\/healthcare package.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTUzNw==","title":"\u5065\u5eb7\u6aa2\u67e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/body-check.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTUzOA==","title":"\u75ab\u82d7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/healthcare-package\/vaccination-service.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMQ==","title":"\u91ab\u85e5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/medicine.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTQwMg==","title":"\u50b7\u98a8\u611f\u5192","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/cold-and-flu.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwMw==","title":"\u4e2d\u91ab\u85e5 ","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/chinese-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNA==","title":"\u8178\u80c3\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/digestive-system.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNQ==","title":"\u85e5\u7528\u76ae\u819a\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/medicated-skincare.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQwNg==","title":"\u5916\u7528\u6b62\u75db","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/medicine\/muscle-relief.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0NQ==","title":"DrGo Health Store","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/Web_drgoHS.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY0Ng==","title":"\u4fdd\u5065\u54c1","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/supplements.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0Nw==","title":"\u4e2d\u897f\u6210\u85e5","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/otc-medicine.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OA==","title":"\u5065\u5eb7\u670d\u52d9","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/dr-go-healthstore\/healthcare-plan.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY0OQ==","title":"\u9069\u5408\u4eba\u58eb","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/health\/SuitableFor.svg","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTY1MA==","title":"\u5152\u7ae5\u5065\u5eb7","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-kids-babies.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1MQ==","title":"\u9280\u9aee\u4e00\u65cf","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-elderly.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mg==","title":"\u7537\u58eb\u5973\u58eb\u4fdd\u5065","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/for-men-women.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY1Mw==","title":"\u5bb6\u5ead\u8a08\u5283","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/suitable-for\/family-planning.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzA5","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/outdoor and travel.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/travel.html","linkTarget":"_self","title":"\u6236\u5916\u53ca\u65c5\u884c","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MzI4","title":"\u884c\u674e\u7bb1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYxOQ==","title":"\u884c\u674e\u7bb1\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/luggage-accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/luggage-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTYyMQ==","title":"\u65c5\u884c\u96fb\u5b50\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/travel-electronics.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-electronics.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMx","title":"\u65c5\u884c\u5c0f\u914d\u4ef6","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel_2022nov\/accessories.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/travel-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MzMw","title":"\u65c5\u884c\u888b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/bags.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/bags.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTY3NA==","title":"\u96e8\u5098\u96e8\u5177","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/travel-raingear.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/rain-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDc3OQ==","title":"\u904b\u52d5\u53ca\u6236\u5916\u7528\u54c1","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/outdoor-n-travel-(2023-cat-tree-revamp)\/sportsNoutdoor.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDc4MQ==","title":"\u9732\u71df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/camp.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOA==","title":"\u767b\u5c71\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/hiking.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkzOQ==","title":"\u8dd1\u6b65\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/running.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MA==","title":"\u6500\u5ca9\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/climbing.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0MQ==","title":"\u6c34\u4e0a\u6d3b\u52d5\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/water-sports.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk0Mw==","title":"\u6236\u5916\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-outdoor\/outdoor-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Mw==","title":"\u904b\u52d5\u53ca\u5065\u8eab","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/travel\/Sport_Fitness_Icon.svg","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NTg5NA==","title":"\u904b\u52d5\u624b\u9336 \u5fc3\u7387\u76e3\u6e2c\u5e36","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sports-watch-heart-rate-monitors.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5NQ==","title":"\u904b\u52d5\u8033\u6a5f","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/sport-headphones.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Ng==","title":"\u5065\u8eab\u8a13\u7df4","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/fitness-equipment.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5Nw==","title":"\u745c\u4f3d \u666e\u62c9\u63d0","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/yoga-pilates.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OA==","title":"\u904b\u52d5\u4fdd\u8b77\u88dd\u5099","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/protection-gear.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTg5OQ==","title":"\u6309\u6469\u69cd","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/massage-gun.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTkwMA==","title":"\u9ad4\u8102\u78c5","link":"https:\/\/shop.theclub.com.hk\/travel\/sports-fitness\/body-scale.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"NDIyMg==","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/Gift and Collection.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/gift-and-collection.html","linkTarget":"_self","title":"\u9001\u79ae\u53ca\u7cbe\u54c1","megaMenu":{"sideAreaLayout":"productTeaser","pcMegaMenuContainerHeight":510,"items":[{"categoryId":"NDI4Mw==","title":"agn\u00e8s b","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/agnes_b.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5Mg==","title":"\u624b\u888b\u53ca\u65c5\u884c\u7cfb\u5217","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/bags-travel-collection.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI5Mw==","title":"\u914d\u98fe","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NQ==","title":"\u5bb6\u5c45\u53ca\u751f\u6d3b\u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/agnes-b\/home-lifestyle.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4NA==","title":"Francfranc","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Francfranc.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4Nw==","title":"\u65c5\u884c\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/seasonal-gift.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OA==","title":"\u9910\u684c\u53ca\u716e\u98df\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/dining-delices.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNA==","title":"\u751f\u6d3b\u53ca\u653e\u9b06","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/living-relax.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDMwNQ==","title":"\u5916\u51fa\u5fc5\u5099","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/francfranc\/work-travel.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4MA==","title":"\u9bae\u82b1\u53ca\u79ae\u7c43","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/flower_hampers.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI4MQ==","title":"\u82b1\u85dd\u9001\u79ae","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/flowers-idea.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4Mg==","title":"\u7f8e\u98df\u79ae\u7c43","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/flower-hamper\/food-gourmet.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDI4OQ==","title":"\u7cbe\u54c1\u53ca\u6536\u85cf","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/Art_Collectibles.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDI5NA==","title":"K11 \u7cbe\u54c1","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/moma.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDYwMw==","title":"LEGO","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/art-collectibles\/lego.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDU0OA==","title":"\u670d\u98fe\u53ca\u914d\u98fe","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/FashionNAccessories.svg","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"NDk2Nw==","title":"Pandora","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/pandora.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDk2OA==","title":"Swarovski","link":"https:\/\/shop.theclub.com.hk\/gift-collection\/fashion-accessories\/swarovski.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NTQ3MQ==","title":"Hottest IG Shops \u672c\u571f\u4eba\u6c23\u7db2\u5e97","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/gift_collection\/IGShop.svg","link":"https:\/\/shop.theclub.com.hk\/promotions\/ig-shops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[],"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"},{"categoryId":"MzQx","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-1-category\/business1.svg","link":"https:\/\/www.theclub.com.hk\/shopping\/zh\/lc\/business-needs.html","linkTarget":"_self","title":"\u4e2d\u5c0f\u4f01\u5c08\u5340","megaMenu":{"sideAreaLayout":"imageBannersTopBottom","imageBanners":[],"pcMegaMenuContainerHeight":510,"items":[{"categoryId":"MjEyNw==","title":"\u7b46\u8a18\u672c\u53ca\u684c\u9762\u96fb\u8166","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/pc.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyMw==","title":"\u624b\u63d0\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/notebooks.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNA==","title":"\u684c\u9762\u96fb\u8166","link":"https:\/\/shop.theclub.com.hk\/business-needs\/notebook-desktop\/desktops.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkxNQ==","title":"\u986f\u793a\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/monitor.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"children":[{"categoryId":"MTkyNg==","title":"\u5e73\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/flat-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyNw==","title":" \u66f2\u9762\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/curved-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOA==","title":"\u4e92\u52d5\u986f\u793a\u5668","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/interactive-displays.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MjY1Mw==","title":"Ergotron\u986f\u793a\u5668\u652f\u67b6","link":"https:\/\/shop.theclub.com.hk\/business-needs\/computer-display\/ergotron.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasChildren":true,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkyOQ==","title":"\u6253\u5370\u6a5f\u53ca\u6383\u63cf\u5668","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/printer.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/printers-and-scanners.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTM2OQ==","title":"\u5546\u696d\u8033\u6a5f","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/headset.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/headsets.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"MTkzMA==","title":"\u8def\u7531\u5668\u53caNAS","ico":"\/content\/dam\/theclub-shopping-spa-react\/shopping-web-category-icons\/level-2-category\/business_2022sep\/router.svg","link":"https:\/\/shop.theclub.com.hk\/business-needs\/routers-and-nas.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":true,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"}],"hasItems":true,"imageBannersSize":0,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenu"},":type":"theclub-shopping-spa-react\/components\/headerconfig\/submenuitem"}],
  1461.                "ecosysNav": [{"id":"the-club","title":"The Club","link":"https:\/\/www.theclub.com.hk\/zh.html","linkTarget":"_blank","childItems":null},{"id":"club-care","title":"Club Care","link":"https:\/\/www.theclub.com.hk\/zh\/external-clubcare.html?redirectUri=https:\/\/clubcare.theclub.com.hk","linkTarget":"_blank","childItems":null},{"id":"club-hope","title":"\u4f01\u696d\u793e\u6703\u8cac\u4efb","link":"https:\/\/csr.theclub.com.hk\/","linkTarget":"_self","childItems":null},{"id":"strategic-partners","title":"\u5408\u4f5c\u5925\u4f34","link":"https:\/\/www.theclub.com.hk\/zh\/strategic-partners.html","linkTarget":"_blank","childItems":null}],
  1462.                "host": "https://www.theclub.com.hk"
  1463.            }
  1464.        }
  1465.    }
  1466. </script>
  1467.                                        
  1468. <div class="eco-sys-nav-wrapper">
  1469.    <div class="eco-sys-nav-items">
  1470.                                    <div id = 'the-club' class="eco-sys-nav-item ">
  1471.                    <a class="eco-sys-nav-item-inner" href="https://www.theclub.com.hk/zh.html" target="_blank">
  1472.                        The Club                    </a>
  1473.                </div>
  1474.                                                <div id = 'club-care' class="eco-sys-nav-item ">
  1475.                    <a class="eco-sys-nav-item-inner" href="https://www.theclub.com.hk/zh/external-clubcare.html?redirectUri=https://clubcare.theclub.com.hk" target="_blank">
  1476.                        Club Care                    </a>
  1477.                </div>
  1478.                                                <div id = 'club-hope' class="eco-sys-nav-item ">
  1479.                    <a class="eco-sys-nav-item-inner" href="https://csr.theclub.com.hk/" target="_self">
  1480.                        企業社會責任                    </a>
  1481.                </div>
  1482.                                                <div id = 'strategic-partners' class="eco-sys-nav-item ">
  1483.                    <a class="eco-sys-nav-item-inner" href="https://www.theclub.com.hk/zh/strategic-partners.html" target="_blank">
  1484.                        合作夥伴                    </a>
  1485.                </div>
  1486.                        </div>
  1487. </div>
  1488.  
  1489. <script type="text/x-magento-init">
  1490.    {
  1491.        "[id='super-web-header-mb']": {
  1492.            "HKT_SuperWeb/js/eco-sys-nav-mb": {
  1493.            }
  1494.        }
  1495.    }
  1496. </script>
  1497.  
  1498.                                    </div>
  1499.                                    
  1500. <div class="shopping-footer-container" style="background: black">
  1501.    <div class="footer-content-wrapper">
  1502.        <div class="footer-other-content-wrapper">
  1503.            <div class="footer-other-content-inner">
  1504.                                    <div class="footer-site-meta-item">
  1505.                        <div class="title">語言</div>
  1506.                        <div class="content">
  1507.                                                                                                <a href="#" data-post='{"action":"https:\/\/shop.theclub.com.hk\/stores\/store\/redirect\/","data":{"___store":"zh_Hant_HK","___from_store":"zh_Hant_HK","uenc":"aHR0cHM6Ly9zaG9wLnRoZWNsdWIuY29tLmhrL3Nob3AvYnVpbHRpbnByb2xpbWl0ZWQ,"}}'>繁</a>
  1508.                                                                                                                                                                                                                                                                                    <a href="#" data-post='{"action":"https:\/\/shop.theclub.com.hk\/stores\/store\/redirect\/","data":{"___store":"en_US","___from_store":"zh_Hant_HK","uenc":"aHR0cHM6Ly9zaG9wLnRoZWNsdWIuY29tLmhrL3Nob3AvYnVpbHRpbnByb2xpbWl0ZWQ,"}}'>EN</a>
  1509.                                                                                    </div>
  1510.                    </div>
  1511.                                                    <div class="footer-site-meta-item">
  1512.                        <div class="title">聯繫方式</div>
  1513.                        <div class="content">
  1514.                                                            <a class="footer-site-meta-icon" href="https://api.whatsapp.com/send/?phone=%2B85261303000&amp;text=%E4%BD%A0%E5%A5%BDThe%20Club%EF%BC%8C%E6%88%91%E6%83%B3%E6%9F%A5%E8%A9%A2%E5%91%80%EF%BC%81&amp;type=phone_number&amp;app_absent=0"
  1515.                                   target="_blank">
  1516.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/whatsapp.svg"
  1517.                                         alt="WhatsApp">
  1518.                                </a>
  1519.                                                            <a class="footer-site-meta-icon" href="https://www.facebook.com/TheClubHongKong/"
  1520.                                   target="_blank">
  1521.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/facebook.svg"
  1522.                                         alt="Facebook">
  1523.                                </a>
  1524.                                                            <a class="footer-site-meta-icon" href="https://www.instagram.com/accounts/login/?next=/theclubhkt/"
  1525.                                   target="_blank">
  1526.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/instagram.svg"
  1527.                                         alt="Instagram">
  1528.                                </a>
  1529.                                                            <a class="footer-site-meta-icon" href="https://www.linkedin.com/company/hkt-the-club/"
  1530.                                   target="_blank">
  1531.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/linkedin.svg"
  1532.                                         alt="Linkedin">
  1533.                                </a>
  1534.                                                            <a class="footer-site-meta-icon" href="https://www.youtube.com/c/TheClubHongKong/"
  1535.                                   target="_blank">
  1536.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/youtube.svg"
  1537.                                         alt="Youtube">
  1538.                                </a>
  1539.                                                    </div>
  1540.                    </div>
  1541.                                                    <div class="footer-site-meta-item">
  1542.                        <div class="content">
  1543.                                                            <a class="footer-site-meta-app" href="https://apps.apple.com/hk/app/club-like/id1491696493"
  1544.                                   target="_blank">
  1545.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/app-store-icons_20220524/Download_on_the_App_Store_zh.svg"
  1546.                                         alt="Apple Store" >
  1547.                                </a>
  1548.                                                            <a class="footer-site-meta-app" href="https://play.google.com/store/apps/details?id=com.pccw.clublike"
  1549.                                   target="_blank">
  1550.                                    <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/app-store-icons_20220524/Download_on_the_google-play_zh.svg"
  1551.                                         alt="Google Play" style="width:119px" >
  1552.                                </a>
  1553.                                                    </div>
  1554.                    </div>
  1555.                            </div>
  1556.        </div>
  1557.    </div>
  1558.    <div class="footer-copyright">
  1559.        <div class="left">
  1560.            <div class="wrapper">
  1561.                Club Care 為 HKT Financial Services Limited (「HKTIA」) 所經營的一個服務品牌。HKTIA 為香港特別行政區保險業監管局 (「IA」) 下的持牌保險代理機構 (持牌保險代理牌照號碼:FA2474)。使用於此網站內所有對「保險」的提述、與所有保險產品及保險推廣均由 HKTIA 為你直接安排。Club HKT Limited (「The Club」) 、The Club Travel Services Limited (「Club Travel」) 及香港電訊集團所有其他公司 (HKTIA除外) 並沒有就相關保險產品或推廣安排任何保險合約或進行其他受規管活動 (定義見《保險業條例》)。            </div>
  1562.            <div class="registration">
  1563.                        <span> © The Club 2024. 保留所有權利</span>
  1564.            </div>
  1565.        </div>
  1566.    </div>
  1567.    <div class="company-logo">
  1568.                    <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg"    >
  1569.            </div>
  1570. </div>
  1571.                                </div>
  1572.                            </div>
  1573.                            <div class="swiper-slide swiper-slide-next">
  1574.                                <div class="header-sub-nav header-nav">
  1575.                                    <div class="header-sub-nav-top">
  1576.                                        <div class="header-sub-nav-top-inner">
  1577.                                            <a class="header-title"></a>
  1578.                                        </div>
  1579.                                        <div class="header-mega-menus-wrapper">
  1580.                                            <div class="header-mega-menus"></div>
  1581.                                        </div>
  1582.                                    </div>
  1583.                                </div>
  1584.                            </div>
  1585.                        </div>
  1586.                        <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
  1587.                    </div>
  1588.  
  1589.                    <div class="header-search-result-container">
  1590.                        <div class="header-search-result-content">
  1591.                            <div class="header-search-sections">
  1592.  
  1593.                            </div>
  1594.                        </div>
  1595.                    </div>
  1596.  
  1597.                </div>
  1598.            </div>
  1599.        </div>
  1600.    </div>
  1601.    </div>
  1602. <script type="text/x-magento-init">
  1603.    {
  1604.        "[id='super-web-header-mb']": {
  1605.            "HKT_SuperWeb/js/header-container-mb": {
  1606.            }
  1607.        }
  1608.    }
  1609. </script>
  1610. <script type="text/x-magento-init">
  1611.    {
  1612.        "*": {
  1613.            "HKT_AmastyXsearch/js/save": {
  1614.                "key": "recent-searches-key",
  1615.                "aemKey": "searchHistory",
  1616.                "actionUrl": "https://shop.theclub.com.hk/searchhistory/recent/save/",
  1617.                "loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
  1618.                "domain": ".theclub.com.hk"
  1619.            }
  1620.        }
  1621.    }
  1622. </script><script type="text/x-magento-init">
  1623.    {
  1624.        "*": {
  1625.            "Magento_Ui/js/core/app": {
  1626.                "components": {
  1627.                    "wishlist": {
  1628.                        "component": "Magento_Wishlist/js/view/wishlist"
  1629.                    }
  1630.                }
  1631.            }
  1632.        }
  1633.    }
  1634.  
  1635. </script>
  1636. </header><main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a>
  1637. <div class="page messages"><div data-placeholder="messages"></div>
  1638. <div data-bind="scope: 'messages'">
  1639.    <!-- ko if: cookieMessages && cookieMessages.length > 0 -->
  1640.    <div aria-atomic="true" role="alert" data-bind="foreach: { data: cookieMessages, as: 'message' }" class="messages">
  1641.        <div data-bind="attr: {
  1642.            class: 'message-' + message.type + ' ' + message.type + ' message',
  1643.            'data-ui-id': 'message-' + message.type
  1644.        }">
  1645.            <div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div>
  1646.        </div>
  1647.    </div>
  1648.    <!-- /ko -->
  1649.  
  1650.    <!-- ko if: messages().messages && messages().messages.length > 0 -->
  1651.    <div aria-atomic="true" role="alert" class="messages" data-bind="foreach: {
  1652.        data: messages().messages, as: 'message'
  1653.    }">
  1654.        <div data-bind="attr: {
  1655.            class: 'message-' + message.type + ' ' + message.type + ' message',
  1656.            'data-ui-id': 'message-' + message.type
  1657.        }">
  1658.            <div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div>
  1659.        </div>
  1660.    </div>
  1661.    <!-- /ko -->
  1662. </div>
  1663. <script type="text/x-magento-init">
  1664.    {
  1665.        "*": {
  1666.            "Magento_Ui/js/core/app": {
  1667.                "components": {
  1668.                        "messages": {
  1669.                            "component": "Magento_Theme/js/view/messages"
  1670.                        }
  1671.                    }
  1672.                }
  1673.            }
  1674.    }
  1675. </script>
  1676. </div><div class="page-info container"><div class="vendor-info-wrapper"><div class="vendor-logo">    <img title="Built-In Pro Limited" alt="Built-In Pro Limited" src="https://shop.theclub.com.hk/static/version1727253575/frontend/Magento/base/default/HKT_VendorsPage/images/Icon-Merchant.png" />
  1677. </div><div class="vendor-title-container"><h3 class="vendor-title">
  1678.            Built-In Pro Limited    </h3></div></div><div class="merchant-link-wrapper">
  1679.            <a href="https://shop.theclub.com.hk/shop/builtinprolimited/items" class="merchant-link details-link" title="所有產品">所有產品</a>
  1680.            <a href="https://shop.theclub.com.hk/shop/builtinprolimited/#about" class="merchant-link details-link" title="商戶資訊">商戶資訊</a>
  1681.    </div></div><div class="columns"><div class="column main"><input name="form_key" type="hidden" value="CM1UkhRtREZpeAlg" /><script type="text/x-magento-init">
  1682.    {
  1683.        "*": {
  1684.            "Magento_Customer/js/section-config": {
  1685.                "sections": {"stores\/store\/switch":["*"],"stores\/store\/switchrequest":["*"],"directory\/currency\/switch":["*"],"*":["messages"],"customer\/account\/logout":["*","recently_viewed_product","recently_compared_product","persistent"],"customer\/account\/loginpost":["*"],"customer\/account\/createpost":["*"],"customer\/account\/editpost":["*","customer"],"customer\/ajax\/login":["checkout-data","cart","captcha"],"catalog\/product_compare\/add":["compare-products"],"catalog\/product_compare\/remove":["compare-products"],"catalog\/product_compare\/clear":["compare-products"],"sales\/guest\/reorder":["cart"],"sales\/order\/reorder":["cart"],"checkout\/cart\/add":["cart","directory-data","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order"],"checkout\/cart\/delete":["cart","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order"],"checkout\/cart\/updatepost":["cart","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order"],"checkout\/cart\/updateitemoptions":["cart"],"checkout\/cart\/couponpost":["cart"],"checkout\/cart\/estimatepost":["cart"],"checkout\/cart\/estimateupdatepost":["cart"],"checkout\/onepage\/saveorder":["cart","checkout-data","last-ordered-items","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order"],"checkout\/sidebar\/removeitem":["cart"],"checkout\/sidebar\/updateitemqty":["cart"],"rest\/*\/v1\/carts\/*\/payment-information":["cart","last-ordered-items","captcha","instant-purchase"],"rest\/*\/v1\/guest-carts\/*\/payment-information":["cart","captcha"],"rest\/*\/v1\/guest-carts\/*\/selected-payment-method":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/selected-payment-method":["cart","checkout-data","instant-purchase"],"wishlist\/index\/add":["wishlist"],"wishlist\/index\/remove":["wishlist"],"wishlist\/index\/updateitemoptions":["wishlist"],"wishlist\/index\/update":["wishlist"],"wishlist\/index\/cart":["wishlist","cart"],"wishlist\/index\/fromcart":["wishlist","cart"],"wishlist\/index\/allcart":["wishlist","cart"],"wishlist\/shared\/allcart":["wishlist","cart"],"wishlist\/shared\/cart":["cart"],"giftregistry\/index\/cart":["cart"],"giftregistry\/view\/addtocart":["cart"],"customer_order\/cart\/updatefaileditemoptions":["cart"],"checkout\/cart\/updatefaileditemoptions":["cart"],"customer_order\/cart\/advancedadd":["cart"],"checkout\/cart\/advancedadd":["cart"],"checkout\/cart\/removeallfailed":["cart"],"checkout\/cart\/removefailed":["cart"],"customer_order\/cart\/addfaileditems":["cart"],"checkout\/cart\/addfaileditems":["cart"],"customer_order\/sku\/uploadfile":["cart"],"customer\/address\/*":["instant-purchase"],"customer\/account\/*":["instant-purchase"],"vault\/cards\/deleteaction":["instant-purchase"],"multishipping\/checkout\/overviewpost":["cart"],"wishlist\/index\/copyitem":["wishlist"],"wishlist\/index\/copyitems":["wishlist"],"wishlist\/index\/deletewishlist":["wishlist","multiplewishlist"],"wishlist\/index\/createwishlist":["multiplewishlist"],"wishlist\/index\/editwishlist":["multiplewishlist"],"wishlist\/index\/moveitem":["wishlist"],"wishlist\/index\/moveitems":["wishlist"],"wishlist\/search\/addtocart":["cart","wishlist"],"persistent\/index\/unsetcookie":["persistent"],"review\/product\/post":["review"],"ammostviewed\/cart\/add":["cart","messages"],"sociallogin\/popup\/create":["checkout-data","cart"],"cmsindex\/wishlist\/remove":["wishlist"],"stores\/store\/redirect":["cart"],"account\/entry\/login":["customer"],"account\/entry\/register":["customer"],"account\/entry\/agree":["customer"],"account\/auth\/login":["customer"],"account\/linkage\/disconnect":["third_party_linkage"],"account\/entry\/confirm":["customer"],"customer\/account":["customer"],"account\/customer\/validatecustomerdata":["customer"],"flashsales\/product\/view":["cart"],"checkout\/onepage\/success":["customer"],"campaign\/product\/view":["cart"],"campaign\/customer\/refreshmembercampaign":["customer"],"minishop\/checkout\/index":["customer"],"minishop\/oneclickcheckout\/add":["customer"],"paymentpromotionmessage\/condition\/getconditions":["customer"]},
  1686.                "clientSideSections": ["checkout-data","cart-data"],
  1687.                "baseUrls": ["https:\/\/shop.theclub.com.hk\/","http:\/\/shop.theclub.com.hk\/"],
  1688.                "sectionNames": ["messages","customer","compare-products","last-ordered-items","cart","directory-data","captcha","wishlist","instant-purchase","loggedAsCustomer","multiplewishlist","persistent","review","third_party_linkage","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","club-point","last_order","recently_viewed_product","recently_compared_product","product_data_storage"]            }
  1689.        }
  1690.    }
  1691. </script>
  1692. <script type="text/x-magento-init">
  1693.    {
  1694.        "*": {
  1695.            "Magento_Customer/js/customer-data": {
  1696.                "sectionLoadUrl": "https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fcustomer\u002Fsection\u002Fload\u002F",
  1697.                "expirableSectionLifetime": 60,
  1698.                "expirableSectionNames": ["cart","persistent"],
  1699.                "cookieLifeTime": "15552000",
  1700.                "updateSessionUrl": "https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fcustomer\u002Faccount\u002FupdateSession\u002F"
  1701.            }
  1702.        }
  1703.    }
  1704. </script>
  1705. <script type="text/x-magento-init">
  1706.    {
  1707.        "*": {
  1708.            "Magento_Customer/js/invalidation-processor": {
  1709.                "invalidationRules": {
  1710.                    "website-rule": {
  1711.                        "Magento_Customer/js/invalidation-rules/website-rule": {
  1712.                            "scopeConfig": {
  1713.                                "websiteId": "1"
  1714.                            }
  1715.                        }
  1716.                    }
  1717.                }
  1718.            }
  1719.        }
  1720.    }
  1721. </script>
  1722. <script type="text/x-magento-init">
  1723.    {
  1724.        "body": {
  1725.            "pageCache": {"url":"https:\/\/shop.theclub.com.hk\/page_cache\/block\/render\/vendor_id\/builtinprolimited\/","handles":["default","vendorspage_index_index","blog_css"],"originalRequest":{"route":"vendorspage","controller":"index","action":"index","uri":"\/shop\/builtinprolimited\/"},"versionCookieName":"private_content_version"}        }
  1726.    }
  1727. </script>
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.    <script>
  1734.        require(['jquery', 'Magefan_Blog/js/lib/mfblogunveil', 'domReady!'], function($){
  1735.            $('.mfblogunveil').mfblogunveil();
  1736.        });
  1737.    </script>
  1738.  
  1739. <div class="main-content container accordion accordion-separatly-collapsible"><div class="accordion-group expanded"><div class="accordion-header">關於</div>
  1740. <div class="accordion-body">
  1741.    <a id="about"></a>
  1742.    <div class="content">
  1743.        不適用    </div>
  1744. </div>
  1745. </div><div class="accordion-group expanded"><div class="accordion-header">送貨須知</div>
  1746. <div class="accordion-body">
  1747.    <a id="shipping"></a>
  1748.    <div class="content">
  1749.        不適用    </div>
  1750. </div>
  1751.  
  1752. </div><div class="accordion-group expanded"><div class="accordion-header">退貨須知</div>
  1753. <div class="accordion-body">
  1754.    <a id="refund"></a>
  1755.    <div class="content">
  1756.        不適用    </div>
  1757. </div>
  1758. </div></div><script type="text/x-magento-init">
  1759.    {
  1760.        "body": {
  1761.            "requireCookie": {"noCookieUrl":"https:\/\/shop.theclub.com.hk\/cookie\/index\/noCookies\/","triggers":[".action.tocompare"],"isRedirectCmsPage":true}        }
  1762.    }
  1763. </script>
  1764.  
  1765. <section class="amsearch-overlay-block"
  1766.         data-bind="
  1767.            scope: 'index = amsearch_overlay_section',
  1768.            mageInit: {
  1769.                'Magento_Ui/js/core/app': {
  1770.                    components: {
  1771.                        'amsearch_overlay_section': {
  1772.                            component: 'Amasty_Xsearch/js/components/overlay'
  1773.                        }
  1774.                    }
  1775.                }
  1776.            }">
  1777.    <div class="amsearch-overlay"
  1778.         data-bind="
  1779.            event: {
  1780.                click: hide
  1781.            },
  1782.            afterRender: initNode">
  1783.    </div>
  1784. </section>
  1785.  
  1786. <script type="text/x-magento-init">
  1787.    {
  1788.        "*": {
  1789.            "amsearchAnalyticsCollector": {
  1790.                "minChars": 1            }
  1791.        }
  1792.    }
  1793. </script>
  1794. </div></div></main>    <div id="account-entry-popup">
  1795.                    <div id="entry_popup_auth" class="modal-wrapper modal-auth"
  1796.                 data-mage-init='{"accountEntryPopup": ""}'>
  1797.                <div class="modal modal-auth-login">
  1798.    <span class="close-btn"></span>
  1799.    <div class="modal-inner-wrapper">
  1800.        <div class="modal-header-pic">
  1801.            <img class="modal-header-img" width="100%" m-image="https://shop.theclub.com.hk/media/storefornt_logo/the_club/default/login-popup.4f602170.png" n-image="https://shop.theclub.com.hk/media/storefornt_logo/the_club/default/login-popup.4f602170.png">
  1802.        </div>
  1803.        <div class="modal-header">
  1804.            <span class="title club-title">登入/註冊</span>
  1805.        </div>
  1806.        <div class="modal-content">
  1807.            <div class="auth-providers-wrapper">
  1808.                <div class="auth-providers">
  1809.    
  1810.                    <span id="clubmall-login-new-btn" class="auth-provider auth-provider-the-club"
  1811.                data-mage-init='{"accountLoginProvider": {"url": "https://shop.theclub.com.hk/account/auth/login/type/the-club/", "name": "the-club"}}'>
  1812.                The Club            </span>
  1813.            
  1814.            
  1815.            
  1816.    
  1817. </div>            </div>
  1818.        </div>
  1819.        <div class="modal-footer"></div>
  1820.    </div>
  1821. </div>
  1822. <script>
  1823.    require([
  1824.        'jquery'
  1825.    ], function($) {
  1826.        var imgSrc = ''
  1827.        function loadImg() {
  1828.            if(window.innerWidth <= 768){
  1829.                imgSrc = 'm-image'
  1830.            }else{
  1831.                imgSrc = 'n-image'
  1832.            }
  1833.            $('.modal-header-img').attr('src',$('.modal-header-img').attr(imgSrc));
  1834.        }
  1835.        loadImg();
  1836.        $(window).resize(function () {
  1837.            loadImg()
  1838.        });
  1839.    });
  1840. </script>
  1841.            </div>
  1842.                                        <!--  Set Password for new create account  -->            <div id="board_account_confirmation" class="modal-wrapper modal-board"
  1843.     data-mage-init='{"boardAccountConfirmation": {"typeInputId": "board_acc_type"}}'>
  1844.    <div class="modal">
  1845.        <div class="modal-inner-wrapper">
  1846.            <div class="modal-header">
  1847.                                <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/Magento/base/default/HKT_Account/images/logos/club-like-primary-logo.svg" width="160px" alt="logo">
  1848.                            </div>
  1849.            <div class="modal-content">
  1850.                <div class="title account-conf">條款及私隱聲明</div>
  1851.                <div class="text tnc-text">如需繼續,必須同意所有相關的條款和條件,包括<a href="https://shop.theclub.com.hk/terms-and-conditions" target="_blank" class="tnc-link">條款及細則</a>、<a href="https://www.hkt.com/Privacy+Statement?language=zh_HK" target="_blank" class="tnc-link">私隱聲明</a>、<a href="https://shop.theclub.com.hk/personal-information-collection-statement" target="_blank" class="tnc-link">個人資料收集聲明</a>及相關產品資料摘要。</div>
  1852.                <form action="https://shop.theclub.com.hk/account/entry/agree/">
  1853.                    <input id="board_acc_type" name="type" type="hidden" value="" />
  1854.                    <input type="submit" class="account-conf-btn" value="同意" />
  1855.                    <label class="input-checkbox" style="display: block">
  1856.                        <input name="marketing_materials" type="checkbox" checked="checked" />我想收到Club Shopping的最近資訊和優惠                    </label>
  1857.                </form>
  1858.            </div>
  1859.        </div>
  1860.    </div>
  1861. </div>
  1862.            <div id="board_account_has_linkage" class="modal-wrapper modal-board"
  1863.     data-mage-init='{"boardAccountHasLinkage": {"actionId": "board_ahl_btn", "actionUrl": "https://shop.theclub.com.hk/customer/account/logout/",  "clubLogoutUrl": "https://shop.theclub.com.hk/account/auth/logout/"}}'>
  1864.    <div class="modal">
  1865.        <div class="modal-inner-wrapper">
  1866.            <div class="modal-header">
  1867.                                <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/Magento/base/default/HKT_Account/images/logos/club-like-primary-logo.svg" width="160px" alt="logo">
  1868.                            </div>
  1869.            <div class="modal-content">
  1870.                <div class="title account-conf">問題概要</div>
  1871.                <div id="board_ahl_text" class="text tnc-text">你的Club Shopping帳戶已與另一個帳戶建立了連結。請先登入並斷開現有連結。</div>
  1872.                <span id="board_ahl_btn" class="account-conf-btn">現在登入</span>
  1873.                <div class="account-conf-close-container"><span id="board_ahl_close" class="account-conf-close">關閉</span></div>
  1874.            </div>
  1875.        </div>
  1876.    </div>
  1877. </div>
  1878.            <div data-bind="scope: 'customer'">
  1879.    <div id="theclub_login" class="modal-wrapper modal-sso-login modal-board"
  1880.         data-mage-init='{"theClubLogin": {"loginMethod": "the-club"}}'
  1881.         data-bind="if: customer().logged_in_the_club && !customer().confirm && customer().has_the_club_verified">
  1882.        <div class="modal">
  1883.            <div class="modal-inner-wrapper">
  1884.                <div class="modal-header">
  1885.                                            <img m-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/club_app.jpg" n-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/club_web.jpg" width="100%" alt="logo">
  1886.                                    </div>
  1887.                <div class="modal-content">
  1888.                    <div class="title">The Club為你融合多款服務體驗!</div>
  1889.                    <div class="text"></div>
  1890.                    <form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/entry/confirm/">
  1891.                        <label class="input-checkbox" data-bind="if: !customer().is_subscribed">
  1892.                            <input name="marketing_materials" type="checkbox" checked="checked" />
  1893.                            <span class="checkbox-text">我想收到Club Shopping的最近資訊和優惠</span>
  1894.                            <span class="checkbox-checkmark"></span>
  1895.                        </label>
  1896.                        <input type="hidden" name="current_url" value="https://shop.theclub.com.hk/shop/builtinprolimited" />
  1897.                        <input type="submit" class="account-sso-login-conf-btn" value="確認" />
  1898.                    </form>
  1899.                    <div class="confirm-message" style="display: none"></div>
  1900.                    <div class="pair-text"><a href="https://shop.theclub.com.hk/customer/account/logout/confirm_popup/1/paired/1/" class="pair-link">按此</a>將會登出並永久連結另一個The Club帳戶</div>
  1901.                </div>
  1902.            </div>
  1903.        </div>
  1904.    </div>
  1905. </div>
  1906. <script type="text/javascript">
  1907.    require(['HKT_Account/js/entry-popup/sso/account-login']);
  1908. </script>            <div data-bind="scope: 'customer'">
  1909.    <div id="clubshppoing_login_with_paired" class="modal-wrapper modal-sso-login modal-board"
  1910.         data-mage-init='{"clubShoppingWithPaired": {"loginMethod": "email"}}'
  1911.         data-bind="if: customer().logged_in_the_club && !customer().confirm && customer().has_the_club_verified">
  1912.        <div class="modal">
  1913.            <div class="modal-inner-wrapper">
  1914.                <div class="modal-content">
  1915.                    <div class="title">The Club為你融合多款服務體驗!</div>
  1916.                    <div class="second-title">我們改善了客戶的登入體驗。</div>
  1917.                    <div class="text"></div>
  1918.                    <div class="info">
  1919.                                                    <img m-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/logo.svg" n-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/logo.svg" alt="logo">
  1920.                                                <div class="email">
  1921.                            <span class="label">電郵地址: </span>
  1922.                            <span class="text"></span>
  1923.                        </div>
  1924.                        <div class="club-member-id">
  1925.                            <span class="label">會員ID: </span>
  1926.                            <span class="text"></span>
  1927.                        </div>
  1928.                    </div>
  1929.                    <form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/entry/confirm/">
  1930.                        <label class="input-checkbox" data-bind="if: !customer().is_subscribed">
  1931.                            <input name="marketing_materials" type="checkbox" checked="checked" />
  1932.                            <span class="checkbox-text">我想收到Club Shopping的最近資訊和優惠</span>
  1933.                            <span class="checkbox-checkmark"></span>
  1934.                        </label>
  1935.                        <input type="hidden" name="current_url" value="https://shop.theclub.com.hk/shop/builtinprolimited" />
  1936.                        <input type="submit" class="account-sso-login-conf-btn" value="確認" />
  1937.                    </form>
  1938.                    <div class="confirm-message" style="display: none"></div>
  1939.                    <div class="pair-text"><a href="https://shop.theclub.com.hk/customer/account/logout/confirm_popup/1/paired/1/" class="pair-link">按此</a>將會登出並永久連結另一個The Club帳戶</div>
  1940.                </div>
  1941.            </div>
  1942.        </div>
  1943.    </div>
  1944. </div>
  1945. <script type="text/javascript">
  1946.    require(['HKT_Account/js/entry-popup/sso/account-login']);
  1947. </script>            <div data-bind="scope: 'customer'">
  1948.    <div id="clubshppoing_login_without_paired" class="modal-wrapper modal-sso-login modal-board"
  1949.         data-mage-init='{"clubShoppingWithoutPaired": {"loginMethod": "email"}}'
  1950.         data-bind="if: ((!customer().logged_in_the_club && !customer().confirm) || !customer().has_the_club_verified) && !customer().is_vendor">
  1951.        <div class="modal">
  1952.            <div class="modal-inner-wrapper">
  1953.                <div class="modal-header">
  1954.                                            <img m-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/pair_with_app.jpg" n-image="https://shop.theclub.com.hk/media/storefornt_logo/sso/default/pair_with_web.jpg" width="100%" alt="logo">
  1955.                                    </div>
  1956.                <div class="modal-content">
  1957.                    <div class="title">The Club為你帶來更方便的購物旅程!</div>
  1958.                    <div class="second-title">由即日起,你只需以The Club帳戶登入便可接駁所有The Club的服務包括Club Shopping。還未成為The Club會員?馬上登記!</div>
  1959.                    <div class="text"></div>
  1960.                    <form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/auth/login/type/the-club/"
  1961.                          method="post">
  1962.                        <label class="input-checkbox" data-bind="if: !customer().is_subscribed">
  1963.                            <input name="marketing_materials" type="checkbox" checked="checked" />
  1964.                            <span class="checkbox-text">我想收到Club Shopping的最近資訊和優惠</span>
  1965.                            <span class="checkbox-checkmark"></span>
  1966.                        </label>
  1967.                        <a href="https://shop.theclub.com.hk/account/auth/login/type/the-club/" class="account-sso-login-conf-btn">連結或登記你的The Club 帳戶</a>
  1968.                    </form>
  1969.                    <div class="confirm-message" style="display: none"></div>
  1970.                    <div class="pair-text">以<a href="https://shop.theclub.com.hk/customer/account/logout/confirm_popup/1/" class="pair-link">另一個Club Shopping帳戶</a>連結The Club。</div>
  1971.                </div>
  1972.            </div>
  1973.        </div>
  1974.    </div>
  1975. </div>
  1976. <script type="text/javascript">
  1977.    require(['HKT_Account/js/entry-popup/sso/account-login']);
  1978. </script>                <script type="text/javascript">
  1979.            require(['HKT_Account/js/redirect-popup']);
  1980.        </script>
  1981.    </div>
  1982. <footer class="page-footer"><div class="shopping-page-footer">
  1983.    <div class="shopping-footer-inner">
  1984.        <div class="shopping-footer-container" id="super-web-footer">
  1985.            <div class="footer-content-wrapper">
  1986.                <div class="footer-site-map-wrapper" style="height: 280px;">
  1987.                                                                        <div class="footer-page-group-wrapper">
  1988.                                <div class="footer-page-group-content">
  1989.                                    <div class="footer-page-group-name">關於CLUB Shopping</div>
  1990.                                                                            <div class="multi-collapse">
  1991.                                                                                            <div class="footer-page-group-item">
  1992.                                                    <a href="https://shop.theclub.com.hk/about-us?___store=zh_Hant_HK" target="_self">
  1993.                                                        關於我們                                                    </a>
  1994.                                                </div>
  1995.                                                                                    </div>
  1996.                                                                    </div>
  1997.                            </div>
  1998.                                                    <div class="footer-page-group-wrapper">
  1999.                                <div class="footer-page-group-content">
  2000.                                    <div class="footer-page-group-name">聯絡我們</div>
  2001.                                                                            <div class="multi-collapse">
  2002.                                                                                            <div class="footer-page-group-item">
  2003.                                                    <a href="https://api.whatsapp.com/send/?phone=%2B85261303000&amp;text=%E4%BD%A0%E5%A5%BDThe%20Club%EF%BC%8C%E6%88%91%E6%83%B3%E6%9F%A5%E8%A9%A2%E5%91%80%EF%BC%81&amp;type=phone_number&amp;app_absent=0" target="_self">
  2004.                                                        WhatsApp                                                    </a>
  2005.                                                </div>
  2006.                                                                                            <div class="footer-page-group-item">
  2007.                                                    <a href="https://shop.theclub.com.hk/live-chat?___store=zh_Hant_HK" target="_blank">
  2008.                                                        在線客服                                                    </a>
  2009.                                                </div>
  2010.                                                                                            <div class="footer-page-group-item">
  2011.                                                    <a href="https://shop.theclub.com.hk/faqs?___store=zh_Hant_HK" target="_self">
  2012.                                                        常見問題                                                    </a>
  2013.                                                </div>
  2014.                                                                                            <div class="footer-page-group-item">
  2015.                                                    <a href="https://shop.theclub.com.hk/faqs#contact-us?___store=zh_Hant_HK" target="_self">
  2016.                                                        聯絡我們                                                    </a>
  2017.                                                </div>
  2018.                                                                                    </div>
  2019.                                                                    </div>
  2020.                            </div>
  2021.                                                    <div class="footer-page-group-wrapper">
  2022.                                <div class="footer-page-group-content">
  2023.                                    <div class="footer-page-group-name">購物, 退換及免費自取服務</div>
  2024.                                                                            <div class="multi-collapse">
  2025.                                                                                            <div class="footer-page-group-item">
  2026.                                                    <a href="https://shop.theclub.com.hk/shipping-policy?___store=zh_Hant_HK" target="_self">
  2027.                                                        物流與配送                                                    </a>
  2028.                                                </div>
  2029.                                                                                            <div class="footer-page-group-item">
  2030.                                                    <a href="https://shop.theclub.com.hk/collection-points-address?___store=zh_Hant_HK" target="_self">
  2031.                                                        Club Shopping 商品領取站                                                    </a>
  2032.                                                </div>
  2033.                                                                                            <div class="footer-page-group-item">
  2034.                                                    <a href="https://shop.theclub.com.hk/how-to-return?___store=zh_Hant_HK" target="_self">
  2035.                                                        退款政策                                                    </a>
  2036.                                                </div>
  2037.                                                                                    </div>
  2038.                                                                    </div>
  2039.                            </div>
  2040.                                                    <div class="footer-page-group-wrapper">
  2041.                                <div class="footer-page-group-content">
  2042.                                    <div class="footer-page-group-name">免責聲明</div>
  2043.                                                                            <div class="multi-collapse">
  2044.                                                                                            <div class="footer-page-group-item">
  2045.                                                    <a href="https://shop.theclub.com.hk/terms-and-conditions" target="_self">
  2046.                                                        條款及細則                                                    </a>
  2047.                                                </div>
  2048.                                                                                            <div class="footer-page-group-item">
  2049.                                                    <a href="https://shop.theclub.com.hk/discrimination-harassment" target="_self">
  2050.                                                        不歧視及不騷擾聲明                                                    </a>
  2051.                                                </div>
  2052.                                                                                            <div class="footer-page-group-item">
  2053.                                                    <a href="https://hkt.com/privacy-statement?locale=zh" target="_self">
  2054.                                                        私隱聲明                                                    </a>
  2055.                                                </div>
  2056.                                                                                            <div class="footer-page-group-item">
  2057.                                                    <a href="https://shop.theclub.com.hk/licence-notice" target="_self">
  2058.                                                        認可牌照及通告                                                    </a>
  2059.                                                </div>
  2060.                                                                                    </div>
  2061.                                                                    </div>
  2062.                            </div>
  2063.                                                            </div>
  2064.                <div class="footer-other-content-wrapper">
  2065.                    <div class="footer-other-content-inner">
  2066.                                                    <div class="footer-site-meta-item">
  2067.                                <div class="title">語言</div>
  2068.                                <div class="content">
  2069.                                                                                                                        <a href="#" data-post='{"action":"https:\/\/shop.theclub.com.hk\/stores\/store\/redirect\/","data":{"___store":"zh_Hant_HK","___from_store":"zh_Hant_HK","uenc":"aHR0cHM6Ly9zaG9wLnRoZWNsdWIuY29tLmhrL3Nob3AvYnVpbHRpbnByb2xpbWl0ZWQ,"}}'>繁</a>
  2070.                                                                                                                                                                                                                                                                                                                                                            <a href="#" data-post='{"action":"https:\/\/shop.theclub.com.hk\/stores\/store\/redirect\/","data":{"___store":"en_US","___from_store":"zh_Hant_HK","uenc":"aHR0cHM6Ly9zaG9wLnRoZWNsdWIuY29tLmhrL3Nob3AvYnVpbHRpbnByb2xpbWl0ZWQ,"}}'>EN</a>
  2071.                                                                                                            </div>
  2072.                            </div>
  2073.                                                                            <div class="footer-site-meta-item">
  2074.                                <div class="title">聯繫方式</div>
  2075.                                <div class="content">
  2076.                                                                            <a class="footer-site-meta-icon" href="https://api.whatsapp.com/send/?phone=%2B85261303000&amp;text=%E4%BD%A0%E5%A5%BDThe%20Club%EF%BC%8C%E6%88%91%E6%83%B3%E6%9F%A5%E8%A9%A2%E5%91%80%EF%BC%81&amp;type=phone_number&amp;app_absent=0"
  2077.                                           target="_blank">
  2078.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/whatsapp.svg"
  2079.                                                 alt="WhatsApp">
  2080.                                        </a>
  2081.                                                                            <a class="footer-site-meta-icon" href="https://www.facebook.com/TheClubHongKong/"
  2082.                                           target="_blank">
  2083.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/facebook.svg"
  2084.                                                 alt="Facebook">
  2085.                                        </a>
  2086.                                                                            <a class="footer-site-meta-icon" href="https://www.instagram.com/accounts/login/?next=/theclubhkt/"
  2087.                                           target="_blank">
  2088.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/instagram.svg"
  2089.                                                 alt="Instagram">
  2090.                                        </a>
  2091.                                                                            <a class="footer-site-meta-icon" href="https://www.linkedin.com/company/hkt-the-club/"
  2092.                                           target="_blank">
  2093.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/linkedin.svg"
  2094.                                                 alt="Linkedin">
  2095.                                        </a>
  2096.                                                                            <a class="footer-site-meta-icon" href="https://www.youtube.com/c/TheClubHongKong/"
  2097.                                           target="_blank">
  2098.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/youtube.svg"
  2099.                                                 alt="Youtube">
  2100.                                        </a>
  2101.                                                                    </div>
  2102.                            </div>
  2103.                                                                            <div class="footer-site-meta-item">
  2104.                                <div class="content">
  2105.                                                                            <a class="footer-site-meta-app" href="https://apps.apple.com/hk/app/club-like/id1491696493"
  2106.                                           target="_blank">
  2107.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/app-store-icons_20220524/Download_on_the_App_Store_zh.svg"
  2108.                                                 alt="Apple Store" >
  2109.                                        </a>
  2110.                                                                            <a class="footer-site-meta-app" href="https://play.google.com/store/apps/details?id=com.pccw.clublike"
  2111.                                           target="_blank">
  2112.                                            <img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/app-store-icons_20220524/Download_on_the_google-play_zh.svg"
  2113.                                                 alt="Google Play" style="width:119px" >
  2114.                                        </a>
  2115.                                                                    </div>
  2116.                            </div>
  2117.                                            </div>
  2118.                </div>
  2119.            </div>
  2120.            <div class="footer-copyright">
  2121.                <div class="left">
  2122.                    <div class="wrapper">
  2123.                        Club Care 為 HKT Financial Services Limited (「HKTIA」) 所經營的一個服務品牌。HKTIA 為香港特別行政區保險業監管局 (「IA」) 下的持牌保險代理機構 (持牌保險代理牌照號碼:FA2474)。使用於此網站內所有對「保險」的提述、與所有保險產品及保險推廣均由 HKTIA 為你直接安排。Club HKT Limited (「The Club」) 、The Club Travel Services Limited (「Club Travel」) 及香港電訊集團所有其他公司 (HKTIA除外) 並沒有就相關保險產品或推廣安排任何保險合約或進行其他受規管活動 (定義見《保險業條例》)。                    </div>
  2124.                    <div class="registration">
  2125.                        <span> © The Club 2024. 保留所有權利</span>
  2126.                    </div>
  2127.                </div>
  2128.                <div class="right">
  2129.                                            <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg">
  2130.                                    </div>
  2131.            </div>
  2132.            <div class="company-logo">
  2133.                                    <img src="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg">
  2134.                            </div>
  2135.  
  2136.        </div>
  2137.    </div>
  2138. </div>
  2139. <script type="text/x-magento-init">
  2140.    {
  2141.        "[id='super-web-footer']": {
  2142.            "HKT_SuperWeb/js/footer-container": {
  2143.            }
  2144.        }
  2145.    }
  2146. </script>
  2147. <div class="widget block block-static-block">
  2148.    </div>
  2149. </footer><script type="text/x-magento-init">
  2150.        {
  2151.            "*": {
  2152.                "Magento_Ui/js/core/app": {
  2153.                    "components": {
  2154.                        "storage-manager": {
  2155.                            "component": "Magento_Catalog/js/storage-manager",
  2156.                            "appendTo": "",
  2157.                            "storagesConfiguration" : {"recently_viewed_product":{"requestConfig":{"syncUrl":"https:\/\/shop.theclub.com.hk\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"recently_compared_product":{"requestConfig":{"syncUrl":"https:\/\/shop.theclub.com.hk\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"product_data_storage":{"updateRequestConfig":{"url":"https:\/\/shop.theclub.com.hk\/rest\/zh_Hant_HK\/V1\/products-render-info"},"requestConfig":{"syncUrl":"https:\/\/shop.theclub.com.hk\/catalog\/product\/frontend_action_synchronize\/"},"allowToSendRequest":null}}                        }
  2158.                    }
  2159.                }
  2160.            }
  2161.        }
  2162. </script>
  2163.  
  2164.  
  2165. <div id="app-promo-sticky-banner" class="app-promo-sticky-banner notification hide">
  2166.    <div class="notification-close-btn close-btn">&nbsp;</div>
  2167.    <div class="notification-icon">
  2168.        <img src="https://shop.theclub.com.hk/static/version1727253575/base/Magento/base/default/HKT_AppPromo/images/app-icon.png" alt="Clublike App Icon">
  2169.    </div>
  2170.    <div class="notification-message">
  2171.        <span class="first-line">立即下載The Club手機app</span><br>
  2172.        <span class="second-line">展開屬於你的獎賞之旅</span>
  2173.    </div>
  2174.    <div class="notification-button-div">
  2175.        <a target="_blank" href="https://clubshopping.page.link/?link=https%3A%2F%2Fshop.theclub.com.hk%2Fshop%2Fbuiltinprolimited%2F&apn=com.pccw.clublike&afl=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.pccw.clublike&ibi=com.pccw.clublike&ifl=https%3A%2F%2Fapps.apple.com%2Fhk%2Fapp%2Fclub-like%2Fid1491696493&efr=1">
  2176.            <div class="notification-button">開啟</div>
  2177.        </a>
  2178.    </div>
  2179. </div>
  2180. <script>
  2181.    function getMobileOS() {
  2182.        var userAgent = navigator.userAgent || navigator.vendor || window.opera;
  2183.        if (/android/i.test(userAgent)) {
  2184.            return "Android";
  2185.        }
  2186.        if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream && !window.navigator.standalone && /Safari/.test(userAgent)) {
  2187.            return "iOS-Safari";
  2188.        }
  2189.        return null;
  2190.    }
  2191.    const urlParams = new URLSearchParams(window.location.search);
  2192.    const app_banner = urlParams.get('app_banner');
  2193.  
  2194.    if (app_banner != 0 && sessionStorage.getItem('app-promo-sticky-banner') == null && getMobileOS()) {
  2195.        document.querySelector(".app-promo-sticky-banner").classList.remove('hide');
  2196.        document.querySelector(".app-promo-sticky-banner .close-btn").addEventListener('click', () => {
  2197.            sessionStorage.setItem('app-promo-sticky-banner', "true");
  2198.            document.querySelector(".app-promo-sticky-banner").remove();
  2199.        });
  2200.    } else {
  2201.        document.querySelector(".app-promo-sticky-banner").remove();
  2202.    }
  2203. </script>
  2204. <script data-mfmofile="true">
  2205.    require(['jquery'], function($) {
  2206.        $(document).ready(function(){
  2207.            if ($('.mf-ytw-wrapper').length || $('[data-mf-ytw-youtube-link]').length) {
  2208.                !function (f, b, e, v, t) {
  2209.                    if(f.mfytwcss)return;
  2210.                    f.mfytwcss=1;
  2211.                    t = b.createElement(e);
  2212.                    t.rel = 'stylesheet';
  2213.                    t.type = 'text/css';
  2214.                    t.href = v;
  2215.                    s = b.getElementsByTagName('HEAD')[0];
  2216.                    s.appendChild(t)
  2217.                }(window, document, 'link', 'https://shop.theclub.com.hk/static/version1727253575/frontend/Magento/base/default/Magefan_YouTubeWidget/css/youtubewidget.min.css');
  2218.            }
  2219.            if ($('.mf-ytw-wrapper').length){
  2220.                require(['Magefan_YouTubeWidget/js/iframe']);
  2221.            }
  2222.            if ($('[data-mf-ytw-youtube-link]').length){
  2223.                require(['Magefan_YouTubeWidget/js/link']);
  2224.            }
  2225.        });
  2226.    });
  2227. </script>
  2228. </div>    <noscript id="deferred-css"><link  rel="stylesheet" type="text/css"  media="print" href="https://shop.theclub.com.hk/static/version1727253575/frontend/HKT/standard/default/css/print.min.css" /></noscript><script>var loadDeferredStyles = function() {var addStylesNode = document.getElementById("deferred-css");var replacement = document.createElement("div");replacement.innerHTML = addStylesNode.textContent;document.body.appendChild(replacement);addStylesNode.parentElement.removeChild(addStylesNode);};window.addEventListener('load', loadDeferredStyles);</script></body>
  2229. </html>
  2230.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda