{{ 'fb_in_app_browser_popup.desc' | translate }} {{ 'fb_in_app_browser_popup.copy_link' | translate }}

{{ 'in_app_browser_popup.desc' | translate }}

【網店專屬禮遇 1🎁】 於網店購物即可尊享 Sulwhasoo 煥白透亮體驗套裝 (價值 HKD$ 325 ) ! 名額有限 送完即止!

【網店專屬禮遇 2🎁】 於網店購物滿HKD$1,000,即可尊享 Dermalogica 維C活肌亮白眼部精華 6ml (價值 HKD$ 328 ) ! 名額有限 送完即止!

【免運費🚚】任何消費即享免費本地順豐配送服務! 【油尖旺地區限定🚚】每日下午三時前下單即日送達!

【網店專屬禮遇 1🎁】 於網店購物即可尊享 Sulwhasoo 煥白透亮體驗套裝 (價值 HKD$ 325 ) ! 名額有限 送完即止!

【網店專屬禮遇 2🎁】 於網店購物滿HKD$1,000,即可尊享 Dermalogica 維C活肌亮白眼部精華 6ml (價值 HKD$ 328 ) ! 名額有限 送完即止!

【免運費🚚】任何消費即享免費本地順豐配送服務! 【油尖旺地區限定🚚】每日下午三時前下單即日送達!

【網店專屬禮遇 1🎁】 於網店購物即可尊享 Sulwhasoo 煥白透亮體驗套裝 (價值 HKD$ 325 ) ! 名額有限 送完即止!

你的購物車是空的
{{ (item.variation.media ? item.variation.media.alt_translations : item.product.cover_media.alt_translations) | translateModel }} {{ (item.variation.media
                    ? item.variation.media.alt_translations
                    : item.product.cover_media.alt_translations) | translateModel
                }}
{{ 'product.bundled_products.label' | translate }}
{{ 'product.bundle_group_products.label' | translate }}
{{ 'product.buyandget.label' | translate }}
{{ 'product.gift.label' | translate }}
{{ 'product.addon_products.label' | translate }}
{{item.product.title_translations|translateModel}}
{{ field.name_translations | translateModel }}
  • {{ childProduct.title_translations | translateModel }}

    {{ getChildVariationShorthand(childProduct.child_variation) }}

{{ 'product.set.open_variation' | translate }}
  • {{ getSelectedItemDetail(selectedChildProduct, item).childProductName }} x {{ selectedChildProduct.quantity || 1 }}

    {{ getSelectedItemDetail(selectedChildProduct, item).childVariationName }}

{{item.variation.name}}
{{item.quantity}}x HK$0 {{ item.unit_point }} 點
{{addonItem.product.cover_media.alt_translations | translateModel}}
{{ 'product.addon_products.label' | translate }}
{{addonItem.product.title_translations|translateModel}}
{{addonItem.quantity}}x {{ mainConfig.merchantData.base_currency.alternate_symbol + "0" }}

Coupon page test

css/* General body styling */body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9;}/* Main content area */main { padding: 20px; max-width: 1200px; margin: auto;}/* Coupon list container */.coupon-list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;}/* Individual coupon styling */.coupon { background-color: white; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); margin: 10px; padding: 20px; width: calc(33% - 40px); /* Adjust width to fit three columns with gaps */ box-sizing: border-box; transition: transform 0.2s, box-shadow 0.2s;}.coupon:hover { transform: translateY(-5px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}/* Coupon image styling */.coupon img { max-width: 100%; border-radius: 8px; height: auto;}/* Coupon title styling */.coupon h2 { font-size: 1.5em; margin: 0.5em 0; color: #333;}/* Coupon description styling */.coupon p { font-size: 1em; color: #666; margin: 0.5em 0;}/* Coupon button styling */.coupon .button { display: inline-block; padding: 10px 20px; background-color: #ff6600; color: white; text-decoration: none; border-radius: 4px; font-size: 1em; text-align: center; transition: background-color 0.2s;}.coupon .button:hover { background-color: #e65c00;}