Pre-loader
買滿$80免運費寄順豐自助櫃 / 順豐站 / 營業點。
點選此處進入篩選器 (2)

顯示 2 商品

Sega PM 名偵探柯南 CHOKONOSE PREMIUM FIGURE 安室透 坐姿造型 景品模型 12
缺貨

SKU:

庫存情況: 有庫存 (1 項目)

產品類別: 景品

供應商: Sega

Sega PM Detective Conan CHOKONOSE PREMIUM FIGURE Toru Amuro (Sitting ver.)

HK$85.00
HK$85.00
Sega 名偵探柯南 Luminasta 降谷零 景品模型 5
缺貨

SKU:

庫存情況: 有庫存 (1 項目)

產品類別: 景品

供應商: Sega

Sega Detective Conan Luminasta Rei Furuya

HK$95.00
HK$95.00
// Store scroll position when user scrolls window.addEventListener('scroll', function() { localStorage.setItem('scrollPosition', window.scrollY); }); // Retrieve and scroll to stored position when user returns to the page document.addEventListener('DOMContentLoaded', function() { const scrollPosition = localStorage.getItem('scrollPosition'); if (scrollPosition) { setTimeout(function() { window.scrollTo(0, scrollPosition); localStorage.removeItem('scrollPosition'); // Clear the stored position after scrolling }, 100); // Delay scrolling by 100ms to ensure page elements are fully loaded } });