<!doctype html>
<html lang="zh">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#">
<script>
var LOCALE = 'zh\u002DHant\u002DHK';
var BASE_URL = 'https\u003A\u002F\u002Fshop.theclub.com.hk\u002F';
var require = {
'baseUrl': 'https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fstatic\u002Fversion1741226050\u002Ffrontend\u002FHKT\u002Fstandard\u002Fzh_Hant_HK'
};</script> <meta charset="utf-8"/>
<meta name="title" content="Built-In Pro Limited"/>
<meta name="robots" content="INDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no"/>
<title>Built-In Pro Limited</title>
<script type="text/javascript" src="/ruxitagentjs_ICA7NVfqrux_10307250124095659.js" data-dtconfig="rid=RID_-1551256904|rpid=-1540870567|domain=theclub.com.hk|reportUrl=/rb_bf21439kqi|app=ea7c4b59f27d43eb|cuc=gg8g2qc6|mel=100000|expw=1|featureHash=ICA7NVfqrux|dpvc=1|lastModification=1742487584037|tp=500,50,0|rdnt=1|uxrgce=1|agentUri=/ruxitagentjs_ICA7NVfqrux_10307250124095659.js"></script><link rel="stylesheet" type="text/css" media="all" href="https://shop.theclub.com.hk/static/version1741226050/_cache/merged/38bd8e411728ac85642487ce082805ea.min.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 768px)" href="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/css/styles-l.min.css" />
<script type="text/javascript" src="https://shop.theclub.com.hk/static/version1741226050/_cache/merged/9b61beff1e07e5260cbd862b16a3c4de.min.js"></script>
<link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1741226050/base/Magento/base/default/fonts/opensans/regular/opensans-400.woff2" />
<link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/fonts/Clubpoints-Regular.woff2" />
<link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1741226050/base/Magento/base/default/fonts/opensans/semibold/opensans-600.woff2" />
<link rel="preload" as="font" crossorigin="anonymous" href="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/fonts/Luma-Icons.woff2" />
<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" />
<link rel="icon" type="image/x-icon" href="https://shop.theclub.com.hk/media/favicon/stores/3/Club_logo_16px_2.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://shop.theclub.com.hk/media/favicon/stores/3/Club_logo_16px_2.png" />
<!--923b946545df7708aac59e4d60cecfdd-->
<style>
.amsearch-results .amsearch-item {
text-transform: initial !important;
}
</style>
<script src="https://assets.adobedtm.com/78339d951c45/c85f1c7a1342/launch-e91c02f26f35.min.js" async></script>
<!-- hot fixes -->
<style>
#hkt-clubmall .grid .product-image-container {
border-radius: 10px !important;
overflow: hidden !important;
}
</style>
<!-- end hot fixes -->
<!-- Logo Hot Fix -->
<style>
#super-web-header-pc .header-nav .club-shopping-logo,
#super-web-header-mb .club-shopping-logo-wrapper .club-shopping-logo {
background-size: contain !important;
}
</style>
<!-- End Logo Hot Fix -->
<script type="text/javascript">
var specialParams = (function () {
function getCookie(cname) {
var name = cname + '=';
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i <ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
/**
* @returns {{___store: string, source: *}}
*/
function getCurrentSpecialParams()
{
return {
'source': getCookie('shop-source'),
'___store': 'zh_Hant_HK'
}
}
/**
* @returns {{___store: *, source: *}}
*/
function getUrlSpecialParams()
{
var url = new URL(window.location),
searchParams = url.searchParams;
return {
'source': searchParams.get('source'),
'___store': searchParams.get('___store')
}
}
/**
* @returns {{___store: *, source: *}|{___store: null, source: null}}
*/
function getReferrerSpecialParams()
{
if (!document.referrer) {
return {
'source': null,
'___store': null
};
}
var referrer = new URL(document.referrer),
searchParams = referrer.searchParams;
return {
'source': searchParams.get('source'),
'___store': searchParams.get('___store')
}
}
var urlParams = getUrlSpecialParams(),
referrerParams = getReferrerSpecialParams(),
currentParams = getCurrentSpecialParams(),
url = new URL(window.location),
searchParams = url.searchParams,
path = window.location.path,
updatedFromReferrer = false;
if (referrerParams.source && !urlParams.source) {
searchParams.append('source', referrerParams.source);
updatedFromReferrer = true;
}
if (referrerParams.___store && !urlParams.___store) {
searchParams.append('___store', referrerParams.___store);
updatedFromReferrer = true;
}
if (updatedFromReferrer) {
window.history.replaceState({}, document.title, path);
}
if (updatedFromReferrer) {
urlParams = getUrlSpecialParams()
}
return {
'source': urlParams.source || currentParams.source,
'___store': urlParams.___store || currentParams.___store,
'needUpdate': (urlParams.source && urlParams.source !== currentParams.source) || urlParams.___store
}
})();
require([
'jquery'
], function ($) {
var url = new URL(window.location),
sourceRedirect = url.searchParams.get('source_redirect');
if (sourceRedirect || sourceRedirect === "") {
window.location = 'https://shop.theclub.com.hk/' + sourceRedirect;
}
if (specialParams.needUpdate) {
$.post('https://shop.theclub.com.hk/shopsource/init/', {
'source': specialParams.source,
'___store': specialParams.___store
});
}
});
</script>
<script id="tmpl-panel-style" type="text/x-magento-template">
<style type="text/css">
.panel.header {
display: none;
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-panel-style';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script>
<script id="tmpl-shop-lang-switch" type="text/x-magento-template">
<style type="text/css">
.language-mobile-wrapper {
display: none !important;
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-shop-lang-switch';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script><script id="tmpl-shop-club-mall-menu" type="text/x-magento-template">
<style type="text/css">
#search_mini_form,
.navbar-wrapper .navbar.mobile .content,
.navbar-wrapper .navbar.mobile .color-stripe,
.navbar-wrapper .navbar.mobile .main-categories,
.navbar-wrapper .navbar.mobile .secondary-categories,
.navbar-mobile-padding,
.navbar.desktop,
.destop-navbar {
display: none !important;
}
.navbar.mobile {
padding: 0;
}
.navbar.mobile.red-theme {
background: none !important;
}
.navbar.mobile .content,
.navbar.mobile .color-stripe,
.navbar.mobile .main-categories,
.navbar.mobile .main-categories,
.navbar.mobile .secondary-categories {
display: none;
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-shop-club-mall-menu';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script>
<script id="tmpl-shop-style" type="text/x-magento-template">
<style type="text/css">
@media only screen and (max-width: 767px) {
#hkt-clubmall .page-main {
margin-top: 70px;
}
#hkt-clubmall.checkout-index-index .page-main,
#hkt-clubmall.checkout-cart-index .page-main,
#hkt-clubmall.checkout-onepage-success .page-main {
margin-top: 73px;
}
}
@media (min-width: 576px)and (max-width: 767px) {
#hkt-clubmall .page-main {
margin-top: 70px;
}
#hkt-clubmall.checkout-index-index .page-main,
#hkt-clubmall.checkout-cart-index .page-main,
#hkt-clubmall.checkout-onepage-success .page-main {
margin-top: 73px;
}
}
@media (min-width: 768px) {
#hkt-clubmall .page-main {
margin-top: 120px;
}
#hkt-clubmall.checkout-index-index .page-main,
#hkt-clubmall.checkout-cart-index .page-main,
#hkt-clubmall.checkout-onepage-success .page-main {
margin-top: 120px;
}
}
#hkt-clubmall .page-header.sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}
#hkt-clubmall .page-header {
background: white none;
}
.user-action.wishlist,
.action.showcart,
.user-action.auth-login-link,
.user-action.customer-welcome .customer-name {
filter: invert(1);
}
.action.showcart .counter.qty,
.user-action.wishlist .counter.qty {
filter: invert(1);
}
#hkt-clubmall .minicart-wrapper .block-minicart {
top: 100px;
}
#layered-filter-block .block-title.filter-title strong {
display: none;
}
.checkout-success .action.primary.continue, .auth-provider.auth-provider-google, .share-wrapper {
display: none !important;
}
@media screen and (min-width: 768px) {
.product.info.detailed .tab-container {
top: 86px;
}
}
@media (max-width: 768px){
.product.info.detailed .tab-container{
top: 68px;
}
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-shop-style';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script>
<script id="tmpl-shop-breadcrumbs" type="text/x-magento-template">
<style type="text/css">
#maincontent .breadcrumbs {
display: none !important;
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-shop-breadcrumbs';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script>
<script id="tmpl-shop-page-footer" type="text/x-magento-template">
<style type="text/css">
.page-footer {
display: none;
}
</style>
</script>
<script type="text/javascript">
if (specialParams.source === 'csl') {
var tmplId = 'tmpl-shop-page-footer';
var html = document.getElementById(tmplId).innerHTML;
document.write(html);
}
</script> <script defer src="https://the-club-p0.s3.ap-east-1.amazonaws.com/eco-system-bar/eco-system-bar.js"></script>
<meta property="og:site_name" content="Club Shopping" />
<link rel="apple-touch-icon" sizes="180x180" href="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/favicon/apple-touch-icon.png">
<link rel="manifest" href="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/favicon/site.webmanifest"> <script type="text/x-magento-init">
{
"*": {
"Magento_PageCache/js/form-key-provider": {
"isPaginationCacheEnabled":
0 }
}
}
</script>
<!-- GTM Data Layer -->
<script type="text/javascript" skip-move-flag="text/x-magento-template">
//window.dataLayer = [];
var DMemberInfo = {
'user_cur_MT': '',
'character': 'zh',
'login_status': '',
'user_tier_start_date': '',
'user_is_elite_ambassador': '',
'user_is_cobrand_card_owner': '',
'cart_nbr_items': 0,
'cart_value': 0
};
if (window.localStorage && new Date(window.localStorage.getItem('mage-cache-timeout').replace(/^\"|\"$/g,'')) > new Date()) {
try {
var mageCacheStorage = window.localStorage.getItem('mage-cache-storage');
mageCacheStorage = mageCacheStorage ? JSON.parse(mageCacheStorage) : {};
if (mageCacheStorage.hasOwnProperty('customer')) {
var mageCSC = mageCacheStorage.customer;
if (mageCSC.hasOwnProperty('club_tier')) {
DMemberInfo.user_cur_MT = mageCSC['club_tier'];
}
if (mageCSC.hasOwnProperty('logged_in')) {
DMemberInfo.login_status = mageCSC['logged_in'] ? 'Y' : 'N';
}
if (mageCSC.hasOwnProperty('is_elite_ambassador')) {
DMemberInfo.user_is_elite_ambassador = mageCSC['is_elite_ambassador'] ? 'Y' : 'N';
}
if (mageCSC.hasOwnProperty('club_cobrand_cards')) {
DMemberInfo.user_is_cobrand_card_owner = mageCSC['club_cobrand_cards'] == '' ? 'N' : 'Y';
}
if (mageCSC.hasOwnProperty('tier_info') && mageCSC.tier_info.hasOwnProperty('tierStartDate')) {
DMemberInfo.user_tier_start_date = mageCSC.tier_info.tierStartDate.match(/^(\d{4}).(\d{1,2}).(\d{1,2})/);
DMemberInfo.user_tier_start_date = DMemberInfo.user_tier_start_date[1]
+DMemberInfo.user_tier_start_date[2]
+DMemberInfo.user_tier_start_date[3];
}
}
if (mageCacheStorage.hasOwnProperty('cart')) {
var mageCSCart = mageCacheStorage.cart;
if (mageCSCart.hasOwnProperty('items')) {
DMemberInfo.cart_nbr_items = mageCSCart['items'].length;
}
if (mageCSCart.hasOwnProperty('subtotalAmount')) {
DMemberInfo.cart_value = parseFloat(mageCSCart['subtotalAmount']);
}
}
} catch (e) { }
}
//window.dataLayer.push(DMemberInfo);
</script>
<!-- END GTM Data Layer -->
<!-- AT push at_load -->
<script type="text/javascript" skip-move-flag="text/x-magento-template">
(function () {
function getMid() {
return document.cookie.match('(^|;)\\s*_CMID\\s*=\\s*([^;]+)')?.pop() ||
''
}
async function sha256(message) {
const msgBuffer = new TextEncoder().encode(message);
const hashBuffer = await crypto.subtle.digest('SHA-256', msgBuffer);
const hashArray = Array.from(new Uint8Array(hashBuffer));
const hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join('');
return hashHex;
}
var intv = setInterval(function () {
if (typeof window.dataLayer === 'undefined') {
console.log('[hkt] dataLayer not found yet')
return;
}
//console.log('[hkt] dataLayer found')
clearInterval(intv);
try {
const mId = getMid();
const isLoggedIn = Boolean(mId);
sha256(mId).then(function (hashedMId) {
window.dataLayer.push(DMemberInfo);
window.dataLayer.push({
event: 'at_load',
hashed_customer_id: isLoggedIn ? hashedMId : "",
login_status: isLoggedIn ? 'Y' : 'N'
})
}).catch(function (err) {
console.log(err);
})
} catch (err) {
console.log(err);
}
}, 10);
})();
</script>
<!-- END AT push at_load -->
<!-- GOOGLE TAG MANAGER -->
<script type="text/x-magento-init">
{
"*": {
"Magento_GoogleTagManager/js/google-tag-manager": {
"isCookieRestrictionModeEnabled": 0,
"currentWebsite": 1,
"cookieName": "user_allowed_save_cookie",
"gtmAccountId": "GTM\u002DT4V7WC2",
"storeCurrencyCode": "HKD",
"ordersData": [] }
}
}
</script>
<!-- END GOOGLE TAG MANAGER -->
<!--Custom Style-->
<style>
#social-login-popup .social-login-title {
background-color: #3399cc }
#social-login-popup .social-login #bnt-social-login-authentication,
#social-login-popup .forgot .primary button,
#social-login-popup .create .primary button,
#social-login-popup .fake-email .primary button {
background-color: #3399cc;
border: #3399cc }
.block.social-login-authentication-channel.account-social-login .block-content {
text-align: center;
}
/* Compatible ETheme_YOURstore*/
div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login {
max-width: 900px !important;
margin: 0 auto !important;
}
div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
text-align: center;
}
@media (max-width: 1024px) {
div#centerColumn .column.main .block.social-login-authentication-channel.account-social-login .block-content {
padding: 0 15px;
}
}
</style>
<link rel="stylesheet" type="text/css" media="all" href="https://shop.theclub.com.hk/static/version1741226050/frontend/Magento/base/default/HKT_Account/css/entry-popup.min.css">
<link rel="stylesheet" type="text/css" media="all" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
</head>
<body data-container="body"
data-mage-init='{"loaderAjax": {}, "loader": { "icon": "https://shop.theclub.com.hk/static/version1741226050/base/Magento/base/default/images/loader-2.gif"}}'
id="hkt-clubmall" class="vendor-page page-products page-with-filter vendor-home-page vendorspage-index-index page-layout-1column">
<script type="text/x-magento-init">
{
"*": {
"Magento_PageBuilder/js/widget-initializer": {
"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}},
"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"}}}}} }
}
}
</script>
<div class="cookie-status-message" id="cookie-status">
The store will not work correctly in the case when cookies are disabled.</div>
<script type="text/javascript">document.querySelector("#cookie-status").style.display = "none";</script>
<script type="text/x-magento-init">
{
"*": {
"cookieStatus": {}
}
}
</script>
<script type="text/x-magento-init">
{
"*": {
"mage/cookies": {
"expires": null,
"path": "\u002F",
"domain": ".shop.theclub.com.hk",
"secure": false,
"lifetime": "15552000"
}
}
}
</script>
<noscript>
<div class="message global noscript">
<div class="content">
<p>
<strong>JavaScript seems to be disabled in your browser.</strong>
<span>
For the best experience on our site, be sure to turn on Javascript in your browser. </span>
</p>
</div>
</div>
</noscript>
<script>
require([
'cookieconsent'
], function() {
if(getUrlParams('hide_cookie_consent') != 1){
const cc = new CookieConsent({
type: "info",
palette: {
popup: {
background: "#F8F8F8",
text: "#4A4A4A"
},
button: {
background: "#EB1B76",
text: "#FFFFFF"
}
},
position: "bottom",
mobileForceFloat: false,
content: {
message: "本網站使用Cookies以優化網站服務。閣下使用本網站即表示同意當中所列出之私隱政策及Cookie政策。請參閱Cookie政策及私隱政策了解更多。",
dismiss: "明白!",
link: "了解更多",
href: '/cookie-statement',
target: '_blank',
},
cookie: {
domain: 'theclub.com.hk',
name:'cookieconsent'
}
});
}
function getUrlParams(key){
var url = window.location.search.substr(1);
if(url == ''){
return false;
}
var paramsArr = url.split('&');
for(var i = 0; i < paramsArr.length; i++){
var combina = paramsArr[i].split('=');
if(combina[0] == key){
if(combina[1] == '1'){
setCookie('cookieconsent_status','dismiss')
}
return combina[1]
}
}
return false;
}
function setCookie (name, value) {
if (value) {
var Days = 365;
var exp = new Date();
exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
document.cookie = name + '=' + escape(value) + ';expires=' + exp.toGMTString()+';domain=theclub.com.hk;path=/';
}
}
});
</script>
<script> require.config({
map: {
'*': {
wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter'
}
}
});</script>
<script>
window.cookiesConfig = window.cookiesConfig || {};
window.cookiesConfig.secure = false;
</script><script> require.config({
paths: {
googleMaps: 'https\u003A\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs\u003Fv\u003D3\u0026key\u003D'
},
config: {
'Magento_PageBuilder/js/utils/map': {
style: '',
},
'Magento_PageBuilder/js/content-type/map/preview': {
apiKey: '',
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.'
},
'Magento_PageBuilder/js/form/element/map': {
apiKey: '',
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.'
},
}
});</script><script>
require.config({
shim: {
'Magento_PageBuilder/js/utils/map': {
deps: ['googleMaps']
}
}
});</script> <!-- GOOGLE TAG MANAGER -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T4V7WC2"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- END GOOGLE TAG MANAGER -->
<script type="text/x-magento-init">
{
"*": {
"Magento_GoogleTagManager/js/google-tag-manager-cart": {
"blockNames": ["category.products.list","product.info.upsell","catalog.product.related","checkout.cart.crosssell","search_result_list"],
"cookieAddToCart": "add_to_cart",
"cookieRemoveFromCart":
"remove_from_cart",
"advancedAddToCart": "add_to_cart_advanced"
}
}
}
</script>
<script>
require([
"jquery",
'mage/mage',
'mage/validation'
], function($){
function addValidatePhone(){
var rule = [
function (value) {
return /^[0-9]{8}$/.test(value);
},
'請輸入有效的8個位電話號碼。'
];
rule.unshift('validate-phone');
$.validator.addMethod.apply($.validator, rule);
}
addValidatePhone();
});
</script>
<script type="text/x-magento-init">
{
"*": {
"HKT_GtmDataLayer/js/general-data-layer": {},
"HKT_GtmDataLayer/js/club-shopping-data-layer": {},
"HKT_GtmDataLayer/js/searches-data-layer": {}
}
}
</script>
<div class="page-wrapper"><header class="page-header">
<div id="super-web-header-pc" class="header-container-pc searchbox-hide ">
<div class="header-wrapper">
<div class="header-inner">
<div class="header-nav">
<div class="header-top-nav">
<div class="header-top-nav-inner">
<div class="club-shopping-logo-wrapper">
<a class="club-shopping-logo" href="https://www.theclub.com.hk/zh.html" title=""
style="width: 80px;
height: 19px;
background: url(https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
background-size: contain;
transform: translate(0, -2px);"
>
</a>
</div>
<div class="eco-sys-nav" style="transform: translate(-4px, 1px);">
<div class="eco-sys-nav-left-arrow"></div>
<div class="eco-sys-nav-items">
<div id = 'the-club' class="eco-sys-nav-item ">
<!-- <div class="item-width-fix"> The Club</div> -->
<a class="item the-club" href="https://www.theclub.com.hk/zh.html" target="_blank">
The Club </a>
</div>
<div id = 'club-care' class="eco-sys-nav-item ">
<!-- <div class="item-width-fix"> Club Care</div> -->
<a class="item " href="https://www.theclub.com.hk/zh/external-clubcare.html?redirectUri=https://clubcare.theclub.com.hk" target="_blank">
Club Care </a>
</div>
<div id = 'club-hope' class="eco-sys-nav-item ">
<!-- <div class="item-width-fix"> 企業社會責任</div> -->
<a class="item " href="https://csr.theclub.com.hk/" target="_self">
企業社會責任 </a>
</div>
<div id = 'strategic-partners' class="eco-sys-nav-item ">
<!-- <div class="item-width-fix"> 合作夥伴</div> -->
<a class="item " href="https://www.theclub.com.hk/zh/strategic-partners.html" target="_blank">
合作夥伴 </a>
</div>
</div>
<div class="eco-sys-nav-right-arrow"></div>
</div>
<script>
require(['jquery'], function($) {
$(document).ready(function() {
var shoeArrow = function() {
let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
if (targetNode.length <= 0) {
return;
}
let clientWidth = targetNode.prop('clientWidth');
let scrollWidth = targetNode.prop('scrollWidth');
let scrollLeft = targetNode.prop('scrollLeft');
let isShowArrow = function() {
return clientWidth < scrollWidth;
};
let isShowLeftArrow = function() {
return isShowArrow() && (scrollLeft > 0);
};
let isShowRightArrow = function() {
return isShowArrow() && (scrollLeft + clientWidth < scrollWidth);
};
if (isShowLeftArrow()) {
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').show();
} else {
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').hide();
}
if (isShowRightArrow()) {
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').show();
} else {
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').hide();
}
if (isShowArrow()) {
targetNode.css('justify-content', 'left');
} else {
targetNode.css('justify-content', 'center');
}
// console.log(isShowArrow(), isShowLeftArrow(), isShowRightArrow());
};
window.addEventListener('resize', function(event) {
shoeArrow();
});
$('#super-web-header-pc .eco-sys-nav-items').on('scroll', function() {
shoeArrow();
});
$('#super-web-header-pc .eco-sys-nav-items').on('scrollend', function() {
shoeArrow();
});
let oneStepLength = function() {
let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
if (targetNode.length <= 0) {
return 0;
}
let clientWidth = targetNode.prop('clientWidth');
let scrollWidth = targetNode.prop('scrollWidth');
let scrollLeft = targetNode.prop('scrollLeft');
if ((scrollWidth - clientWidth) * 2 < clientWidth) {
return scrollWidth - clientWidth;
} else {
return clientWidth / 2;
}
};
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-left-arrow').on('click', function() {
let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
if (targetNode.length <= 0) {
return;
}
let clientWidth = targetNode.prop('clientWidth');
let scrollWidth = targetNode.prop('scrollWidth');
let scrollLeft = targetNode.prop('scrollLeft');
if (!(scrollLeft > 0)) {
return;
}
targetNode.prop('scrollLeft', targetNode.prop('scrollLeft') - oneStepLength());
});
$('#super-web-header-pc .eco-sys-nav .eco-sys-nav-right-arrow').on('click', function() {
let targetNode = $('#super-web-header-pc .eco-sys-nav-items');
if (targetNode.length <= 0) {
return;
}
let clientWidth = targetNode.prop('clientWidth');
let scrollWidth = targetNode.prop('scrollWidth');
let scrollLeft = targetNode.prop('scrollLeft');
if (!(scrollLeft + clientWidth < scrollWidth)) {
return;
}
targetNode.prop('scrollLeft', targetNode.prop('scrollLeft') + oneStepLength());
});
shoeArrow();
// console.log(oneStepLength());
});
});
</script>
<div style="width: 204px;">
<div id="pc-header-top-nav-tools" class="header-tools">
<div class="header-search">
<div class="header-search-btn">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
</div>
</div>
<a href="https://shop.theclub.com.hk/checkout/cart/">
<div class="header-cart" id="pc-header-top-nav-tools-cart">
<div class="header-cart-box" data-bind="scope: 'minicart_content'">
<div class="header-cart-inner">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
<!-- ko if: getCartParam('summary_count')>0 -->
<div class="cart-num" style="color: #1a1a1a" data-bind="html: getCartParam('summary_count')"></div>
<!-- /ko -->
</div>
</div>
</div>
</a>
<a id="clubmall-login-popup" class="user-action auth-login-link" href="#clubmall-login-popup" style="display: none;">
<i class="icon icon-user icon-lg"></i>
<span class="action-label">登入</span>
</a>
<div class="header-login">
<a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();" class="login-btn">登入/註冊</a>
</div>
<div class="header-userinfo" style="display: none" >
<a href="https://shop.theclub.com.hk/customer/account/" style="text-decoration:none">
<div class="header-userinfo-box" data-bind="scope: 'customer'">
<div class="header-userinfo-inner" data-bind="css: {'need-to-read':customer().member_campaign_count > 0}">
<div class="username" data-bind="text: customer().fullname"></div>
<div class="points"><span class="ico-point"></span>
<!-- ko if: customer().club_point >= 0 -->
<span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')"></span>
<!-- /ko -->
</div>
</div>
</div>
</a>
</div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"customer": {
"component": "Magento_Customer/js/view/customer"
}
}
}
}
}
</script>
</div>
</div>
</div>
<div id="category-bar" class="header-shopping-submenus-container">
<div class="header-shopping-submenus">
<div data-menu-id="shopping-and-rewards" class="header-shopping-submenu active">
<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="購物與獎賞">
<div class="menu-ico"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNC42OTk5NUg4LjA1NDE2TDguNjg0MzcgOS45ODkyMU04LjY4NDM3IDkuOTg5MjFMMTAuNTAxIDI1LjIzNTdDMTAuNTg4MSAyNS45NjczIDExLjIwODUgMjYuNTE4MSAxMS45NDUzIDI2LjUxODFIMjMuNjUxOE04LjY4NDM3IDkuOTg5MjFIMzQuMTYyNEMzNS4xMDA3IDkuOTg5MjEgMzUuNzkzNSAxMC44NjQ1IDM1LjU3ODEgMTEuNzc3N0wzNC4wNTAzIDE4LjI1MzciIHN0cm9rZT0iIzFBMUExQSIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iMjguNzI3NSIgY3k9IjMyLjMzNjMiIHI9IjIuOTA5MDkiIHN0cm9rZT0iIzFBMUExQSIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIi8+CjxjaXJjbGUgY3g9IjE0LjE4MjUiIGN5PSIzMi4zMzYzIiByPSIyLjkwOTA5IiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIvPgo8cGF0aCBkPSJNMzQuNTAxOCAyMy4wOTUzQzM0LjA5NDYgMjQuMzc5NiAzMy4yMDQxIDI1LjQ1NTMgMzIuMDE4NCAyNi4wOTVDMzAuODMyNiAyNi43MzQ3IDI5LjQ0NDYgMjYuODg4MyAyOC4xNDc3IDI2LjUyMzNDMjYuODUwOCAyNi4xNTg0IDI1Ljc0NjYgMjUuMzAzNCAyNS4wNjg2IDI0LjEzOTJDMjQuMzkwNSAyMi45NzUgMjQuMTkxNyAyMS41OTI3IDI0LjUxNDIgMjAuMjg0NkMyNC42ODA3IDE5LjYwODkgMjQuOTgxNCAxOC45NzM2IDI1LjM5ODQgMTguNDE2NUMyNS44MTU0IDE3Ljg1OTQgMjYuMzQwMiAxNy4zOTE4IDI2Ljk0MTUgMTcuMDQxNkMyNy41NDI5IDE2LjY5MTQgMjguMjA4NSAxNi40NjU2IDI4Ljg5ODggMTYuMzc3OEMyOS41ODkyIDE2LjI5IDMwLjI5MDEgMTYuMzQxOSAzMC45NiAxNi41MzA0QzMxLjYyOTkgMTYuNzE4OSAzMi4yNTUgMTcuMDQwMiAzMi43OTgyIDE3LjQ3NTJDMzMuMzQxNCAxNy45MTAxIDMzLjc5MTYgMTguNDQ5OSAzNC4xMjIgMTkuMDYyNEMzNC40NTI0IDE5LjY3NDggMzQuNjU2MyAyMC4zNDc0IDM0LjcyMTYgMjEuMDQwM0MzNC43ODY4IDIxLjczMzEgMzQuNzEyMSAyMi40MzIgMzQuNTAxOCAyMy4wOTUzVjIzLjA5NTNaIiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMi44NDE4IDI2LjU5MDZMMzUuNzUwOSAzMC45NTQyIiBzdHJva2U9IiMxQTFBMUEiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo="></div>
<div class="menu-title">購物與獎賞</div>
</a>
</div> <div data-menu-id="earn" class="header-shopping-submenu ">
<a data-menu-id="earn" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/earn.html" target="_self" data-layer-label="賺取積分">
<div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Earn.svg"></div>
<div class="menu-title">賺取積分</div>
</a>
</div> <div data-menu-id="wellness" class="header-shopping-submenu ">
<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">
<div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Wellness.svg"></div>
<div class="menu-title">Wellness</div>
</a>
</div> <div data-menu-id="travel" class="header-shopping-submenu ">
<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="旅遊">
<div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_Travel.svg"></div>
<div class="menu-title">旅遊</div>
</a>
</div> <div data-menu-id="experience" class="header-shopping-submenu ">
<a data-menu-id="experience" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/experience.html" target="_self" data-layer-label="城中盛事">
<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>
<div class="menu-title">城中盛事</div>
</a>
</div> <div data-menu-id="goov" class="header-shopping-submenu ">
<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">
<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>
<div class="menu-title">GOOV</div>
</a>
</div> <div data-menu-id="smart-finance" class="header-shopping-submenu ">
<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">
<div class="menu-ico"><img src="https://www.theclub.com.hk/content/dam/theclub-spa-react/sub_nav_tab_icon/SubNavtabs_SmartFinance.svg"></div>
<div class="menu-title">Smart Finance</div>
</a>
</div> <div data-menu-id="Club_Biz_ZH" class="header-shopping-submenu ">
<a data-menu-id="Club_Biz_ZH" class="header-shopping-submenu-inner" href="https://www.theclub.com.hk/zh/club-biz.html" target="_self" data-layer-label="Club Biz">
<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>
<div class="menu-title">Club Biz</div>
</a>
</div> </div>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-header-pc']": {
"HKT_SuperWeb/js/category-bar-pc": {
"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":"_self","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}],
"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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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"}]},
"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":"\u65c5\u904a\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":"NjYyNA==","title":"\u96fb\u5b50\u66f8\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/e-reader-accessories.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"},{"categoryId":"NTgwMg==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/car-cameras.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\u53ca\u52a0\u6fd5\u5668","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"},{"categoryId":"NjIyNg==","title":"\u544a\u5225\u5e8a\u92ea\u4e0a\u7684\u89d2\u843d\u751f\u7269\ud83d\udc4b\ud83c\udffb ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/dust-cleaner-vacuum-cleaner.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":"\u98f2\u6c34\u6a5f\u53ca\u6ffe\u82af","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":"NjU1MQ==","title":"\u5bf5\u7269\u9935\u98df","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-feeder-fountain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Mg==","title":"\u5bf5\u7269\u6e05\u6f54\u53ca\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-cleaning-daily-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1NA==","title":"\u5bf5\u7269\u7f8e\u5bb9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1\u53ca\u4fdd\u5065\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":"NjU1NQ==","title":"\u5bf5\u7269\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-indoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Ng==","title":"\u5bf5\u7269\u6236\u5916\u7528\u54c1\u53ca\u670d\u98fe","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-outdoor-clo-things.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":"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":"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"},{"categoryId":"NjYzOQ==","title":"\u8b77\u809d\u6392\u6bd2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/liver-care-detox.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":"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\/dining-and-experience\/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\/dining-and-experience\/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":"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":"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":"NjUxMA==","title":"\u7f8e\u808c\u8b77\u819a","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/skin-care.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":"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":"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":"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":"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"}],
"host": "https://www.theclub.com.hk"
}
}
}
</script>
</div>
</div>
<div class="header-collapsed-nav">
<div class="header-collapsed-nav-inner">
<div class="club-shopping-logo-wrapper"><a class="club-shopping-logo" href="#"></a></div>
<div class="header-submenus-container">
<div class="header-submenus-content">
<div class="left-btn-arrow"></div>
<div class="left-mask"></div>
<div class="left-mask-clickable"></div>
<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;'>
<a data-category-id="shopping-and-rewards" data-menu-id="shopping-and-rewards" class="header-shopping-submenu active"
href="https://www.theclub.com.hk/shopping/zh/discovery-page.html"
target="_self"
data-layer-label="購物與獎賞">
<span class="item-width-fix">購物與獎賞</span>
<span class="item">購物與獎賞</span>
</a>
<a data-category-id="earn" data-menu-id="earn" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/earn.html"
target="_self"
data-layer-label="賺取積分">
<span class="item-width-fix">賺取積分</span>
<span class="item">賺取積分</span>
</a>
<a data-category-id="wellness" data-menu-id="wellness" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/wellness.html"
target="_self"
data-layer-label="Wellness">
<span class="item-width-fix">Wellness</span>
<span class="item">Wellness</span>
</a>
<a data-category-id="travel" data-menu-id="travel" class="header-shopping-submenu "
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="旅遊">
<span class="item-width-fix">旅遊</span>
<span class="item">旅遊</span>
</a>
<a data-category-id="experience" data-menu-id="experience" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/experience.html"
target="_self"
data-layer-label="城中盛事">
<span class="item-width-fix">城中盛事</span>
<span class="item">城中盛事</span>
</a>
<a data-category-id="goov" data-menu-id="goov" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/GOOV.html"
target="_self"
data-layer-label="GOOV">
<span class="item-width-fix">GOOV</span>
<span class="item">GOOV</span>
</a>
<a data-category-id="smart-finance" data-menu-id="smart-finance" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/smart-finance.html"
target="_self"
data-layer-label="Smart Finance">
<span class="item-width-fix">Smart Finance</span>
<span class="item">Smart Finance</span>
</a>
<a data-category-id="Club_Biz_ZH" data-menu-id="Club_Biz_ZH" class="header-shopping-submenu "
href="https://www.theclub.com.hk/zh/club-biz.html"
target="_self"
data-layer-label="Club Biz">
<span class="item-width-fix">Club Biz</span>
<span class="item">Club Biz</span>
</a>
</div>
<div class="right-btn-arrow"></div>
<div class="right-mask"></div>
<div class="right-mask-clickable"></div>
</div>
</div> <div id="pc-header-collapsed-nav-tools" class="header-tools">
<div class="header-search">
<div class="header-search-btn">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
</div>
</div>
<a href="https://shop.theclub.com.hk/checkout/cart/">
<div class="header-cart" id="pc-header-collapsed-nav-tools-cart">
<div class="header-cart-box" data-bind="scope: 'minicart_content'">
<div class="header-cart-inner">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
<!-- ko if: getCartParam('summary_count')>0 -->
<div class="cart-num" data-bind="html: getCartParam('summary_count')"></div>
<!-- /ko -->
</div>
</div>
</div>
</a>
<a id="clubmall-login-popup" class="user-action auth-login-link" href="#clubmall-login-popup" style="display: none;">
<i class="icon icon-user icon-lg"></i>
<span class="action-label">登入</span>
</a>
<div class="header-login">
<a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();" class="login-btn">登入/註冊</a>
</div>
<div class="header-userinfo" style="display: none" >
<a href="https://shop.theclub.com.hk/customer/account/" style="text-decoration:none">
<div class="header-userinfo-box" data-bind="scope: 'customer'">
<div class="header-userinfo-inner" data-bind="css: {'need-to-read':customer().member_campaign_count > 0}">
<div class="username" data-bind="text: customer().fullname"></div>
<div class="points"><span class="ico-point"></span>
<!-- ko if: customer().club_point >= 0 -->
<span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')"></span>
<!-- /ko -->
</div>
</div>
</div>
</a>
</div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"customer": {
"component": "Magento_Customer/js/view/customer"
}
}
}
}
}
</script>
</div>
</div>
</div>
<div data-block="minicart" id="pc-header-cart-box" class="cart-box block block-minicart" data-bind="scope: 'minicart_content'">
</div>
<script>
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":1742672034}},"message":[]};
</script>
<script type="text/x-magento-init">
{
"[data-block='minicart']": {
"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":[]} }
}
</script>
<div id="pc-header-user-center-box" class="user-center-box" data-bind="scope: 'customer'">
<div class="user-center-box-content">
<div class="box-header" data-bind="css: {headerVip:customer().is_elite_ambassador >0}">
<div class="header-content">
<div class="username" data-bind="text: customer().fullname"></div>
<div class="account-id">
<div class="logoImg" data-bind="visible: customer().is_elite_ambassador >0">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/elite_ambassador-light.svg">
</div>
<div data-bind="visible: customer().is_elite_ambassador >0">Elite Ambassador</div>
<div data-bind="visible: customer().is_elite_ambassador >0">|</div>
<div style="display: flex;justify-content: space-between;">
<span data-bind="text: customer().club_member_id"></span>
<span class="account-tier-info">
<a href="https://www.theclub.com.hk/zh/explore/membership-tier-and-benefit/membership-tier-and-benefit-table.html"
data-bind="text: customer()?.club_tier && typeof customer().club_tier == 'string' ? customer().club_tier.toUpperCase() : ''"></a>
<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>
</span>
</div>
</div>
</div>
<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'">
<div class="rewards-tip need-to-read" data-bind="if: customer().member_campaign_count, visible: customer().member_campaign_count > 0">
<!-- ko if: customer().profileImage -->
<div class="rewards-tip-left test" data-bind="style: {background: 'url(\''+customer().profileImage + '\') 0 no-repeat',backgroundSize: '100%'}"></div>
<!-- /ko -->
<!-- ko if: !customer().profileImage -->
<div class="rewards-tip-left"></div>
<!-- /ko -->
<div class="rewards-tip-right">
<div class="rewards-tip-content">
<div class="tip-title">專屬獎賞</div>
<div class="tip-red-spot">
<div class="red-spot">
</div>
</div>
<div class="tip-desc" data-bind="text: $t('You have %1 new exclusive reward(s)!').replace('%1', customer().member_campaign_count)"></div>
</div>
</div>
</div>
</a>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"customer": {
"component": "Magento_Customer/js/view/customer"
}
}
}
}
}
</script>
<script type="text/javascript">
require(['HKT_SuperWeb/js/exclusive-reward-notice']);
</script>
</div>
<div class="box-body">
<div class="body-content">
<div class="user-center-menu-list">
<a class="user-center-menu" href="https://shop.theclub.com.hk/customer/account/?expand_menu=true&___store=zh_Hant_HK" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MemberProfile.svg">
</div>
<div class="menu-title">會籍資料</div>
</a><a class="user-center-menu" href="https://www.theclub.com.hk/zh/my-account/clubpoint-status-and-history.html" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/CP History.svg">
</div>
<div class="menu-title">Club 積分狀況及記錄</div>
</a><a class="user-center-menu" href="https://www.theclub.com.hk/zh/redeem.html" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/Rewards.svg">
</div>
<div class="menu-title">兌換獎賞</div>
</a><a class="user-center-menu" href="https://shop.theclub.com.hk/sales/order/history/?___store=zh_Hant_HK" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MyOrder.svg">
</div>
<div class="menu-title">訂單紀錄</div>
</a><a class="user-center-menu" href="https://shop.theclub.com.hk/cashvouchers/customer/manage/" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/CashVoucher.svg">
</div>
<div class="menu-title">Club 現金券</div>
</a><a class="user-center-menu" href="https://shop.theclub.com.hk/wishlist/" target="_self">
<div class="menu-ico">
<img alt="icon" src="https://www.theclub.com.hk/content/dam/theclub-spa-react/post_login_menu_icon/MyCollection.svg">
</div>
<div class="menu-title">喜愛清單</div>
</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"customer": {
"component": "Magento_Customer/js/view/customer"
}
}
}
}
}
</script>
<script type="text/x-magento-init">
{
"[id='super-web-header-pc']": {
"HKT_SuperWeb/js/header-user-center-pc": {}
}
}
</script>
</div>
<div class="header-search-container">
<div class="header-search-content">
<div class="header-search-box-wrapper">
<div class="search-ico"></div>
<input class="header-search-box" type="text" autocomplete="off" maxlength="128"
data-mage-init='{"superWebPCQuickSearch":{
"formSelector":"#search_mini_form",
"url":"https://shop.theclub.com.hk/search/ajax/suggest/",
"productCategoriesUrl":"https:\/\/api.shop.theclub.com.hk\/globalsearch\/zh\/$query_text_param",
"autocompleteUrl":"https://api.shop.theclub.com.hk/autocomplete",
"catalogSearchUrl": "https://shop.theclub.com.hk/catalogsearch/result/",
"resultUrl":"https://shop.theclub.com.hk/catalogsearch/result/",
"saveSearchesUrl":"https://shop.theclub.com.hk/searchhistory/recent/save/",
"loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
"recentKey":"recent-searches-key",
"aemRecentKey":"searchHistory",
"domain":".theclub.com.hk",
"destinationSelector":"#header-search-shadow"}
}'
placeholder="搜尋產品及獎賞"
>
<div class="exit-search-btn"></div>
</div>
<div class="header-search-sections search-animate">
</div>
<div class="header-search-shadow"></div>
</div>
</div>
<div class="header-mega-container" style="height: 0; overflow-y: hidden;">
<div class="header-mega-container-inner">
<div class="header-mega-inner">
<div class="mega-menus"></div>
<div class="side-area"></div>
</div>
</div>
</div>
</div>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-header-pc']": {
"HKT_SuperWeb/js/header-container-pc": {}
}
}
</script>
<script type="text/javascript">
require(["HKT_SuperWeb/js/header-container-customer"])
</script>
<div id="super-web-header-mb" class="header-container-mb hide-search-content">
<div class="header-container-mb-placeholder"></div>
<div class="header-wrapper">
<div class="header-inner">
<div class="header-inner-left">
<div class="ham-menu-ico-wrapper">
<div class="ham-menu-ico">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/menu.svg" />
</div>
</div>
<div class="club-shopping-logo-wrapper">
<a class="club-shopping-logo" href="https://shop.theclub.com.hk/" title=""
style="width: 80px;
height: 19px;
background: url(https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
background-size: contain;"
>
</a>
</div>
<div class="club-member-point" data-bind="scope: 'customer'">
<!-- ko if: customer().club_point >= 0 -->
<a target="_self" href="https://www.theclub.com.hk/zh/my-account/clubpoint-status-and-history.html" style="text-decoration:none;">
<div class="points">
<span class="clubpoint-icon"></span>
<span class="points-num" data-bind="text: customer().club_point.replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, '$1,')">0</span>
</div>
</a>
<!-- /ko -->
</div>
</div>
<div class="header-inner-right">
<div class="header-search-ico">
<div class="header-search-ico-inner">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/search-icon.svg" />
</div>
</div>
<div class="header-cart" data-bind="scope: 'minicart_content'">
<div class="header-cart-inner">
<a href="https://shop.theclub.com.hk/checkout/cart/">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/cart-icon.svg" />
<!-- ko if: getCartParam('summary_count')>0 -->
<div class="cart-num" data-bind="html: getCartParam('summary_count')"></div>
<!-- /ko -->
</a>
</div>
</div>
<div class="header-login">
<div class="header-login-inner">
<a href="#clubmall-login-popup" onclick="document.getElementById('clubmall-login-new-btn').click();">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/mb-login-icon.svg" />
</a>
</div>
</div>
<div class="header-userinfo" style="display: none" data-bind="scope: 'customer'">
<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">
<img alt="" src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/mb-user-icon.svg" />
</a>
</div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"customer": {
"component": "Magento_Customer/js/view/customer"
}
}
}
}
}
</script>
</div>
</div>
</div>
<div class="header-drawer">
<div class="header-nav-panel">
<div class="header-nav-panel-content">
<div class="header-top-container">
<div class="header-top-content search-logo-content">
<div class="back-btn"></div>
<div class="club-shopping-logo-wrapper">
<a class="club-shopping-logo" href="https://shop.theclub.com.hk/" title=""
style="width: 80px;
height: 19px;
background: url(https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/images/logos/the-club-logo.png) 0 no-repeat;
background-size: contain;"
>
</a>
</div>
<div class="header-top-close-btn-wrapper">
<div class="header-top-close-btn"></div>
</div>
</div>
<div class="header-top-content search-content">
<div class="header-search-box-container">
<div class="header-search-ico-wrapper">
<div class="header-search-ico"></div>
</div>
<div class="header-search-box">
<input type="text" autocomplete="off" maxlength="128"
data-mage-init='{"superWebMbQuickSearch":{
"formSelector":"#search_mini_form",
"url":"https://shop.theclub.com.hk/search/ajax/suggest/",
"productCategoriesUrl":"https:\/\/api.shop.theclub.com.hk\/globalsearch\/zh\/$query_text_param",
"autocompleteUrl":"https://api.shop.theclub.com.hk/autocomplete",
"catalogSearchUrl": "https://shop.theclub.com.hk/catalogsearch/result/",
"resultUrl":"https://shop.theclub.com.hk/catalogsearch/result/",
"saveSearchesUrl":"https://shop.theclub.com.hk/searchhistory/recent/save/",
"loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
"recentKey":"recent-searches-key",
"aemRecentKey":"searchHistory",
"domain":".theclub.com.hk",
"destinationSelector":"#header-search-sections"}
}'
placeholder="搜尋產品及獎賞"
>
</div>
<div class="clear-btn hide-clear-btn">清除</div>
</div>
<div class="header-top-close-btn-wrapper search">
<div class="header-top-close-btn"></div>
</div>
</div>
</div>
<div class="header-nav-container ">
<div class="header-nav-swiper-container swiper-container-initialized swiper-container-horizontal">
<div class="swiper-wrapper"
style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px);">
<div class="swiper-slide swiper-slide-active">
<div class="header-main-nav header-nav">
<div class="header-submenus-wrapper">
<div class="header-submenus" style='font-family: "Nunito Sans", "Noto Sans TC", -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;'>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-header-mb']": {
"HKT_SuperWeb/js/category-bar-mb": {
"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":"\u65c5\u904a\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":"NjYyNA==","title":"\u96fb\u5b50\u66f8\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/e-reader-accessories.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"},{"categoryId":"NTgwMg==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/car-cameras.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\u53ca\u52a0\u6fd5\u5668","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"},{"categoryId":"NjIyNg==","title":"\u544a\u5225\u5e8a\u92ea\u4e0a\u7684\u89d2\u843d\u751f\u7269\ud83d\udc4b\ud83c\udffb ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/dust-cleaner-vacuum-cleaner.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":"\u98f2\u6c34\u6a5f\u53ca\u6ffe\u82af","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":"NjU1MQ==","title":"\u5bf5\u7269\u9935\u98df","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-feeder-fountain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Mg==","title":"\u5bf5\u7269\u6e05\u6f54\u53ca\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-cleaning-daily-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1NA==","title":"\u5bf5\u7269\u7f8e\u5bb9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1\u53ca\u4fdd\u5065\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":"NjU1NQ==","title":"\u5bf5\u7269\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-indoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Ng==","title":"\u5bf5\u7269\u6236\u5916\u7528\u54c1\u53ca\u670d\u98fe","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-outdoor-clo-things.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":"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":"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"},{"categoryId":"NjYzOQ==","title":"\u8b77\u809d\u6392\u6bd2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/liver-care-detox.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":"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\/dining-and-experience\/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\/dining-and-experience\/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":"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":"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":"NjUxMA==","title":"\u7f8e\u808c\u8b77\u819a","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/skin-care.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":"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":"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":"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":"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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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":"_self","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}],
"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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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:\/\/www.clubtravel.com.hk\/zh\/system-update.html","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"}]},
"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":"\u65c5\u904a\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":"NjYyNA==","title":"\u96fb\u5b50\u66f8\u53ca\u914d\u4ef6","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/computer-and-monitors\/e-reader-accessories.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"},{"categoryId":"NTgwMg==","title":"\u884c\u8eca\u8a18\u9304\u5100","link":"https:\/\/shop.theclub.com.hk\/electronics-and-office\/car-accessories\/car-cameras.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\u53ca\u52a0\u6fd5\u5668","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"},{"categoryId":"NjIyNg==","title":"\u544a\u5225\u5e8a\u92ea\u4e0a\u7684\u89d2\u843d\u751f\u7269\ud83d\udc4b\ud83c\udffb ","link":"https:\/\/shop.theclub.com.hk\/home-and-kitchen\/household-appliance\/dust-cleaner-vacuum-cleaner.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":"\u98f2\u6c34\u6a5f\u53ca\u6ffe\u82af","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":"NjU1MQ==","title":"\u5bf5\u7269\u9935\u98df","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-feeder-fountain.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Mg==","title":"\u5bf5\u7269\u6e05\u6f54\u53ca\u8b77\u7406","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-cleaning-daily-care.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1NA==","title":"\u5bf5\u7269\u7f8e\u5bb9","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-grooming.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NDkxMA==","title":"\u5bf5\u7269\u98df\u54c1\u53ca\u4fdd\u5065\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":"NjU1NQ==","title":"\u5bf5\u7269\u5bb6\u5c45\u7528\u54c1","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-indoor.html?___store=zh_Hant_HK","linkTarget":"_self","autoLoadChildrenFromMagento":false,"hasChildren":false,":type":"theclub-shopping-spa-react\/components\/headerconfig\/megamenuitem"},{"categoryId":"NjU1Ng==","title":"\u5bf5\u7269\u6236\u5916\u7528\u54c1\u53ca\u670d\u98fe","link":"https:\/\/shop.theclub.com.hk\/parents-kids-pets\/pets\/pet-outdoor-clo-things.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":"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":"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"},{"categoryId":"NjYzOQ==","title":"\u8b77\u809d\u6392\u6bd2","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/wellness\/liver-care-detox.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":"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\/dining-and-experience\/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\/dining-and-experience\/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":"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":"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":"NjUxMA==","title":"\u7f8e\u808c\u8b77\u819a","link":"https:\/\/shop.theclub.com.hk\/health-and-wellbeing\/beauty-and-grooming\/skin-care.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":"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":"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":"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":"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"}],
"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}],
"host": "https://www.theclub.com.hk"
}
}
}
</script>
<div class="eco-sys-nav-wrapper">
<div class="eco-sys-nav-items">
<div id = 'the-club' class="eco-sys-nav-item ">
<a class="eco-sys-nav-item-inner" href="https://www.theclub.com.hk/zh.html" target="_blank">
The Club </a>
</div>
<div id = 'club-care' class="eco-sys-nav-item ">
<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">
Club Care </a>
</div>
<div id = 'club-hope' class="eco-sys-nav-item ">
<a class="eco-sys-nav-item-inner" href="https://csr.theclub.com.hk/" target="_self">
企業社會責任 </a>
</div>
<div id = 'strategic-partners' class="eco-sys-nav-item ">
<a class="eco-sys-nav-item-inner" href="https://www.theclub.com.hk/zh/strategic-partners.html" target="_blank">
合作夥伴 </a>
</div>
</div>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-header-mb']": {
"HKT_SuperWeb/js/eco-sys-nav-mb": {
}
}
}
</script>
</div>
<div class="shopping-footer-container" style="background: black">
<div class="footer-content-wrapper">
<div class="footer-other-content-wrapper">
<div class="footer-other-content-inner">
<div class="footer-site-meta-item">
<div class="title">語言</div>
<div class="content">
<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>
<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>
</div>
</div>
<div class="footer-site-meta-item">
<div class="title">聯繫方式</div>
<div class="content">
<a class="footer-site-meta-icon" href="https://api.whatsapp.com/send/?phone=%2B85261303000&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&type=phone_number&app_absent=0"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/whatsapp.svg"
alt="WhatsApp">
</a>
<a class="footer-site-meta-icon" href="https://www.facebook.com/TheClubHongKong/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/facebook.svg"
alt="Facebook">
</a>
<a class="footer-site-meta-icon" href="https://www.instagram.com/accounts/login/?next=/theclubhkt/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/instagram.svg"
alt="Instagram">
</a>
<a class="footer-site-meta-icon" href="https://www.youtube.com/c/TheClubHongKong/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/youtube.svg"
alt="Youtube">
</a>
<a class="footer-site-meta-icon" href="https://www.linkedin.com/company/hkt-the-club/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/linkedin.svg"
alt="Linkedin">
</a>
<a class="footer-site-meta-icon" href="https://www.xiaohongshu.com/user/profile/655d7d170000000002035f7e?exSource="
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/XHS_logo_white.svg"
alt="Xiaohongshu">
</a>
</div>
</div>
<div class="footer-site-meta-item">
<div class="content">
<a class="footer-site-meta-app" href="https://apps.apple.com/hk/app/club-like/id1491696493"
target="_blank">
<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"
alt="Apple Store" >
</a>
<a class="footer-site-meta-app" href="https://play.google.com/store/apps/details?id=com.pccw.clublike"
target="_blank">
<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"
alt="Google Play" style="width:119px" >
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="left">
<div class="wrapper">
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>
<div class="registration">
<span> © The Club 2025. 保留所有權利</span>
</div>
</div>
</div>
<div class="company-logo">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg" >
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-next">
<div class="header-sub-nav header-nav">
<div class="header-sub-nav-top">
<div class="header-sub-nav-top-inner">
<a class="header-title"></a>
</div>
<div class="header-mega-menus-wrapper">
<div class="header-mega-menus"></div>
</div>
</div>
</div>
</div>
</div>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
</div>
<div class="header-search-result-container">
<div class="header-search-result-content">
<div class="header-search-sections">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-header-mb']": {
"HKT_SuperWeb/js/header-container-mb": {
}
}
}
</script>
<script type="text/x-magento-init">
{
"*": {
"HKT_AmastyXsearch/js/save": {
"key": "recent-searches-key",
"aemKey": "searchHistory",
"actionUrl": "https://shop.theclub.com.hk/searchhistory/recent/save/",
"loadUrl": "https://shop.theclub.com.hk/searchhistory/recent/load/",
"domain": ".theclub.com.hk"
}
}
}
</script><script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"wishlist": {
"component": "Magento_Wishlist/js/view/wishlist"
}
}
}
}
}
</script>
</header><main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a>
<div class="page messages"><div data-placeholder="messages"></div>
<div data-bind="scope: 'messages'">
<!-- ko if: cookieMessages && cookieMessages.length > 0 -->
<div aria-atomic="true" role="alert" data-bind="foreach: { data: cookieMessages, as: 'message' }" class="messages">
<div data-bind="attr: {
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
}">
<div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div>
</div>
</div>
<!-- /ko -->
<!-- ko if: messages().messages && messages().messages.length > 0 -->
<div aria-atomic="true" role="alert" class="messages" data-bind="foreach: {
data: messages().messages, as: 'message'
}">
<div data-bind="attr: {
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
}">
<div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div>
</div>
</div>
<!-- /ko -->
</div>
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"messages": {
"component": "Magento_Theme/js/view/messages"
}
}
}
}
}
</script>
</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/version1741226050/frontend/Magento/base/default/HKT_VendorsPage/images/Icon-Merchant.png" />
</div><div class="vendor-title-container"><h3 class="vendor-title">
Built-In Pro Limited </h3></div></div><div class="merchant-link-wrapper">
<a href="https://shop.theclub.com.hk/shop/builtinprolimited/items" class="merchant-link details-link" title="所有產品">所有產品</a>
<a href="https://shop.theclub.com.hk/shop/builtinprolimited/#about" class="merchant-link details-link" title="商戶資訊">商戶資訊</a>
</div></div><div class="columns"><div class="column main"><input name="form_key" type="hidden" value="mwMrDuMsFizgXkvb" /><script type="text/x-magento-init">
{
"*": {
"Magento_Customer/js/section-config": {
"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","customer_opgpayment_card"],"checkout\/cart\/delete":["cart","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order","customer_opgpayment_card"],"checkout\/cart\/updatepost":["cart","customer_opppayment_card","customer_oppciti_card","customer_oppmox_card","last_order","customer_opgpayment_card"],"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","customer_opgpayment_card"],"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"]},
"clientSideSections": ["checkout-data","cart-data"],
"baseUrls": ["https:\/\/shop.theclub.com.hk\/","http:\/\/shop.theclub.com.hk\/"],
"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","customer_opgpayment_card","recently_viewed_product","recently_compared_product","product_data_storage"] }
}
}
</script>
<script type="text/x-magento-init">
{
"*": {
"Magento_Customer/js/customer-data": {
"sectionLoadUrl": "https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fcustomer\u002Fsection\u002Fload\u002F",
"expirableSectionLifetime": 60,
"expirableSectionNames": ["cart","persistent"],
"cookieLifeTime": "15552000",
"updateSessionUrl": "https\u003A\u002F\u002Fshop.theclub.com.hk\u002Fcustomer\u002Faccount\u002FupdateSession\u002F"
}
}
}
</script>
<script type="text/x-magento-init">
{
"*": {
"Magento_Customer/js/invalidation-processor": {
"invalidationRules": {
"website-rule": {
"Magento_Customer/js/invalidation-rules/website-rule": {
"scopeConfig": {
"websiteId": "1"
}
}
}
}
}
}
}
</script>
<script type="text/x-magento-init">
{
"body": {
"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"} }
}
</script>
<script>
require(['jquery', 'Magefan_Blog/js/lib/mfblogunveil', 'domReady!'], function($){
$('.mfblogunveil').mfblogunveil();
});
</script>
<div class="main-content container accordion accordion-separatly-collapsible"><div class="accordion-group expanded"><div class="accordion-header">關於</div>
<div class="accordion-body">
<a id="about"></a>
<div class="content">
不適用 </div>
</div>
</div><div class="accordion-group expanded"><div class="accordion-header">送貨須知</div>
<div class="accordion-body">
<a id="shipping"></a>
<div class="content">
不適用 </div>
</div>
</div><div class="accordion-group expanded"><div class="accordion-header">退貨須知</div>
<div class="accordion-body">
<a id="refund"></a>
<div class="content">
不適用 </div>
</div>
</div></div><script type="text/x-magento-init">
{
"body": {
"requireCookie": {"noCookieUrl":"https:\/\/shop.theclub.com.hk\/cookie\/index\/noCookies\/","triggers":[".action.tocompare"],"isRedirectCmsPage":true} }
}
</script>
<section class="amsearch-overlay-block"
data-bind="
scope: 'index = amsearch_overlay_section',
mageInit: {
'Magento_Ui/js/core/app': {
components: {
'amsearch_overlay_section': {
component: 'Amasty_Xsearch/js/components/overlay'
}
}
}
}">
<div class="amsearch-overlay"
data-bind="
event: {
click: hide
},
afterRender: initNode">
</div>
</section>
<script type="text/x-magento-init">
{
"*": {
"amsearchAnalyticsCollector": {
"minChars": 1 }
}
}
</script>
</div></div></main> <div id="account-entry-popup">
<div id="entry_popup_auth" class="modal-wrapper modal-auth"
data-mage-init='{"accountEntryPopup": ""}'>
<div class="modal modal-auth-login">
<div class="modal-inner-wrapper">
<div class="modal-header-close">
<span class="close-btn"></span>
</div>
<div class="modal-header">
<span class="title club-title">登入即享會員專屬優惠</span>
</div>
<div class="modal-content">
<div class="auth-providers-wrapper">
<div class="auth-providers">
<button id="clubmall-login-new-btn" class="auth-provider auth-provider-the-club"
data-mage-init='{"accountLoginProvider": {"url": "https://shop.theclub.com.hk/account/auth/login/type/the-club/", "name": "the-club"}}'>
繼續 </button>
</div> </div>
</div>
</div>
</div>
<script>
require([
'jquery'
], function($) {
var imgSrc = ''
function loadImg() {
if(window.innerWidth <= 768){
imgSrc = 'm-image'
}else{
imgSrc = 'n-image'
}
$('.modal-header-img').attr('src',$('.modal-header-img').attr(imgSrc));
}
loadImg();
$(window).resize(function () {
loadImg()
});
});
</script>
</div>
<!-- Set Password for new create account --> <div id="board_account_confirmation" class="modal-wrapper modal-board"
data-mage-init='{"boardAccountConfirmation": {"typeInputId": "board_acc_type"}}'>
<div class="modal">
<div class="modal-inner-wrapper">
<div class="modal-header">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/Magento/base/default/HKT_Account/images/logos/club-like-primary-logo.svg" width="160px" alt="logo">
</div>
<div class="modal-content">
<div class="title account-conf">條款及私隱聲明</div>
<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>
<form action="https://shop.theclub.com.hk/account/entry/agree/">
<input id="board_acc_type" name="type" type="hidden" value="" />
<input type="submit" class="account-conf-btn" value="同意" />
</form>
</div>
</div>
</div>
</div>
<div id="board_account_has_linkage" class="modal-wrapper modal-board"
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/"}}'>
<div class="modal">
<div class="modal-inner-wrapper">
<div class="modal-header">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/Magento/base/default/HKT_Account/images/logos/club-like-primary-logo.svg" width="160px" alt="logo">
</div>
<div class="modal-content">
<div class="title account-conf">問題概要</div>
<div id="board_ahl_text" class="text tnc-text">你的Club Shopping帳戶已與另一個帳戶建立了連結。請先登入並斷開現有連結。</div>
<span id="board_ahl_btn" class="account-conf-btn">現在登入</span>
<div class="account-conf-close-container"><span id="board_ahl_close" class="account-conf-close">關閉</span></div>
</div>
</div>
</div>
</div>
<div data-bind="scope: 'customer'">
<div id="theclub_login" class="modal-wrapper modal-sso-login modal-board"
data-mage-init='{"theClubLogin": {"loginMethod": "the-club"}}'
data-bind="if: customer().logged_in_the_club && !customer().confirm && customer().has_the_club_verified">
<div class="modal">
<div class="modal-inner-wrapper">
<div class="modal-header">
<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">
</div>
<div class="modal-content">
<div class="title">The Club為你融合多款服務體驗!</div>
<div class="text"></div>
<form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/entry/confirm/">
<input type="hidden" name="current_url" value="https://shop.theclub.com.hk/shop/builtinprolimited" />
<input type="submit" class="account-sso-login-conf-btn" value="確認" />
</form>
<div class="confirm-message" style="display: none"></div>
<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>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
require(['HKT_Account/js/entry-popup/sso/account-login']);
</script> <div data-bind="scope: 'customer'">
<div id="clubshppoing_login_with_paired" class="modal-wrapper modal-sso-login modal-board"
data-mage-init='{"clubShoppingWithPaired": {"loginMethod": "email"}}'
data-bind="if: customer().logged_in_the_club && !customer().confirm && customer().has_the_club_verified">
<div class="modal">
<div class="modal-inner-wrapper">
<div class="modal-content">
<div class="title">The Club為你融合多款服務體驗!</div>
<div class="second-title">我們改善了客戶的登入體驗。</div>
<div class="text"></div>
<div class="info">
<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">
<div class="email">
<span class="label">電郵地址: </span>
<span class="text"></span>
</div>
<div class="club-member-id">
<span class="label">會員ID: </span>
<span class="text"></span>
</div>
</div>
<form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/entry/confirm/">
<input type="hidden" name="current_url" value="https://shop.theclub.com.hk/shop/builtinprolimited" />
<input type="submit" class="account-sso-login-conf-btn" value="確認" />
</form>
<div class="confirm-message" style="display: none"></div>
<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>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
require(['HKT_Account/js/entry-popup/sso/account-login']);
</script> <div data-bind="scope: 'customer'">
<div id="clubshppoing_login_without_paired" class="modal-wrapper modal-sso-login modal-board"
data-mage-init='{"clubShoppingWithoutPaired": {"loginMethod": "email"}}'
data-bind="if: ((!customer().logged_in_the_club && !customer().confirm) || !customer().has_the_club_verified) && !customer().is_vendor">
<div class="modal">
<div class="modal-inner-wrapper">
<div class="modal-header">
<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">
</div>
<div class="modal-content">
<div class="title">The Club為你帶來更方便的購物旅程!</div>
<div class="second-title">由即日起,你只需以The Club帳戶登入便可接駁所有The Club的服務包括Club Shopping。還未成為The Club會員?馬上登記!</div>
<div class="text"></div>
<form class="sso-login-confirm" action="https://shop.theclub.com.hk/account/auth/login/type/the-club/"
method="post">
<a href="https://shop.theclub.com.hk/account/auth/login/type/the-club/" class="account-sso-login-conf-btn">連結或登記你的The Club 帳戶</a>
</form>
<div class="confirm-message" style="display: none"></div>
<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>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
require(['HKT_Account/js/entry-popup/sso/account-login']);
</script> <script type="text/javascript">
require(['HKT_Account/js/redirect-popup']);
</script>
</div>
<footer class="page-footer"><div class="shopping-page-footer">
<div class="shopping-footer-inner">
<div class="shopping-footer-container" id="super-web-footer">
<div class="footer-content-wrapper">
<div class="footer-site-map-wrapper" style="height: 280px;">
<div class="footer-page-group-wrapper">
<div class="footer-page-group-content">
<div class="footer-page-group-name">The Club</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/about.html" target="_self">
關於 The Club </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/explore.html" target="_self">
探索 The Club </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/our-partners.html" target="_self">
合作夥伴 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/citi-the-club-credit-card.html" target="_self">
Citi The Club 信用卡 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/explore/media-centre.html" target="_self">
媒體中心 </a>
</div>
</div>
</div>
</div>
<div class="footer-page-group-wrapper">
<div class="footer-page-group-content">
<div class="footer-page-group-name">會籍</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/explore/membership-tier-and-benefit/membership-tier-and-benefit-table.html" target="_self">
會籍及專屬禮遇 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/earn.html" target="_self">
賺取積分 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/redeem.html" target="_self">
兌換禮遇 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/campaigns/browser-extension-first-earn.html" target="_self">
Club 積分助手 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/my-account/manage-my-clubpoint.html" target="_self">
積分兌換 </a>
</div>
</div>
</div>
</div>
<div class="footer-page-group-wrapper">
<div class="footer-page-group-content">
<div class="footer-page-group-name">購物與獎賞</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/shipping-policy?___store=zh_Hant_HK" target="_self">
物流與配送 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/collection-points-address?___store=zh_Hant_HK" target="_self">
Club Shopping 商品領取站 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/how-to-return?___store=zh_Hant_HK" target="_self">
退款政策 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/faqs?___store=zh_Hant_HK" target="_self">
常見問題 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/live-chat?___store=zh_Hant_HK" target="_self">
在線客服 </a>
</div>
</div>
</div>
</div>
<div class="footer-page-group-wrapper">
<div class="footer-page-group-content">
<div class="footer-page-group-name">HKT</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<a href="https://www.hkcsl.com/" target="_self">
csl. </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.1010.com.hk/" target="_self">
1010 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.netvigator.com/chi/index.html" target="_self">
網上行 </a>
</div>
<div class="footer-page-group-item">
<a href="http://www.hkt.com/?locale=zh" target="_self">
HKT </a>
</div>
</div>
</div>
</div>
<div class="footer-page-group-wrapper">
<div class="footer-page-group-content">
<div class="footer-page-group-name">聲明</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<a href="https://hkt.com/privacy-statement?locale=zh" target="_self">
私隱聲明 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/terms-of-use.html" target="_self">
使用條款 </a>
</div>
<div class="footer-page-group-item">
<a href="https://www.theclub.com.hk/zh/terms-and-conditions.html" target="_self">
條款及細則 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/discrimination-harassment" target="_self">
不歧視及不騷擾聲明 </a>
</div>
<div class="footer-page-group-item">
<a href="https://shop.theclub.com.hk/licence-notice" target="_self">
認可牌照及通告 </a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-other-content-wrapper">
<div class="footer-other-content-inner">
<div class="flex-item-wrapper">
<div class="footer-site-meta-item">
<div class="title">語言</div>
<div class="content">
<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>
<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>
</div>
</div>
<div class="footer-site-meta-item">
<div class="title shown">聯絡我們</div>
<div class="multi-collapse">
<div class="footer-page-group-item">
<span>香港鰂魚涌英皇道979號太古坊電訊盈科中心14樓</span>
</div>
<div class="footer-page-group-item">
<a href="mailto:enquiry@theclub.com.hk">enquiry@theclub.com.hk</a>
</div>
<div class="footer-page-group-item">
<span>(852) 183 3000</span>
</div>
</div>
</div>
</div>
<div class="footer-site-meta-item">
<div class="title">聯繫方式</div>
<div class="content">
<a class="footer-site-meta-icon" href="https://api.whatsapp.com/send/?phone=%2B85261303000&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&type=phone_number&app_absent=0"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/whatsapp.svg"
alt="WhatsApp">
</a>
<a class="footer-site-meta-icon" href="https://www.facebook.com/TheClubHongKong/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/facebook.svg"
alt="Facebook">
</a>
<a class="footer-site-meta-icon" href="https://www.instagram.com/accounts/login/?next=/theclubhkt/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/instagram.svg"
alt="Instagram">
</a>
<a class="footer-site-meta-icon" href="https://www.youtube.com/c/TheClubHongKong/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/youtube.svg"
alt="Youtube">
</a>
<a class="footer-site-meta-icon" href="https://www.linkedin.com/company/hkt-the-club/"
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/linkedin.svg"
alt="Linkedin">
</a>
<a class="footer-site-meta-icon" href="https://www.xiaohongshu.com/user/profile/655d7d170000000002035f7e?exSource="
target="_blank">
<img src="https://www.theclub.com.hk/content/dam/theclub-shopping-spa-react/shopping-footer/XHS_logo_white.svg"
alt="Xiaohongshu">
</a>
</div>
</div>
<div class="footer-site-meta-item">
<div class="content">
<a class="footer-site-meta-app" href="https://apps.apple.com/hk/app/club-like/id1491696493"
target="_blank">
<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"
alt="Apple Store" >
</a>
<a class="footer-site-meta-app" href="https://play.google.com/store/apps/details?id=com.pccw.clublike"
target="_blank">
<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"
alt="Google Play" style="width:119px" >
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="left">
<div class="wrapper">
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>
<div class="registration">
<span> © The Club 2025. 保留所有權利</span>
</div>
</div>
<div class="right">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg">
</div>
</div>
<div class="company-logo">
<img src="https://shop.theclub.com.hk/static/version1741226050/frontend/HKT/standard/default/HKT_SuperWeb/images/hkt-company-logo-zh.svg">
</div>
</div>
</div>
</div>
<script type="text/x-magento-init">
{
"[id='super-web-footer']": {
"HKT_SuperWeb/js/footer-container": {
}
}
}
</script>
<div class="widget block block-static-block">
</div>
</footer><script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": {
"components": {
"storage-manager": {
"component": "Magento_Catalog/js/storage-manager",
"appendTo": "",
"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}} }
}
}
}
}
</script>
<div id="app-promo-sticky-banner" class="app-promo-sticky-banner notification hide">
<div class="notification-close-btn close-btn"> </div>
<div class="notification-icon">
<img src="https://shop.theclub.com.hk/static/version1741226050/base/Magento/base/default/HKT_AppPromo/images/app-icon.png" alt="Clublike App Icon">
</div>
<div class="notification-message">
<span class="first-line">立即下載The Club手機app</span><br>
<span class="second-line">展開屬於你的獎賞之旅</span>
</div>
<div class="notification-button-div">
<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">
<div class="notification-button">開啟</div>
</a>
</div>
</div>
<script>
function getMobileOS() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
if (/android/i.test(userAgent)) {
return "Android";
}
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream && !window.navigator.standalone && /Safari/.test(userAgent)) {
return "iOS-Safari";
}
return null;
}
const urlParams = new URLSearchParams(window.location.search);
const app_banner = urlParams.get('app_banner');
const websiteCode = "base"
if (app_banner != 0 && sessionStorage.getItem('app-promo-sticky-banner') == null && getMobileOS() && websiteCode != 'esim') {
document.querySelector(".app-promo-sticky-banner").classList.remove('hide');
document.querySelector(".app-promo-sticky-banner .close-btn").addEventListener('click', () => {
sessionStorage.setItem('app-promo-sticky-banner', "true");
document.querySelector(".app-promo-sticky-banner").remove();
});
} else {
document.querySelector(".app-promo-sticky-banner").remove();
}
</script>
<script data-mfmofile="true">
require(['jquery'], function($) {
$(document).ready(function(){
if ($('.mf-ytw-wrapper').length || $('[data-mf-ytw-youtube-link]').length) {
!function (f, b, e, v, t) {
if(f.mfytwcss)return;
f.mfytwcss=1;
t = b.createElement(e);
t.rel = 'stylesheet';
t.type = 'text/css';
t.href = v;
s = b.getElementsByTagName('HEAD')[0];
s.appendChild(t)
}(window, document, 'link', 'https://shop.theclub.com.hk/static/version1741226050/frontend/Magento/base/default/Magefan_YouTubeWidget/css/youtubewidget.min.css');
}
if ($('.mf-ytw-wrapper').length){
require(['Magefan_YouTubeWidget/js/iframe']);
}
if ($('[data-mf-ytw-youtube-link]').length){
require(['Magefan_YouTubeWidget/js/link']);
}
});
});
</script>
</div> <noscript id="deferred-css"><link rel="stylesheet" type="text/css" media="print" href="https://shop.theclub.com.hk/static/version1741226050/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>
</html>