{"title":"World Heritage Collection","description":"","products":[{"product_id":"notre-dame-de-paris","title":"Plymagic Assembly Model - Notre Dame de Paris","description":"\u003cstyle\u003e\n\/* ========== 核心修复：与原页面 .hinooki-desc 基础样式完全对齐 ========== *\/\n:root {\n  --text-main: #2f2a26;\n  --text-dark: #201a17;\n  --text-light: #6a5f56;\n  --bg-main: #fdfcf9;\n  --bg-light: #f7f2ec;\n  --border: #e0d8d0;\n  --font: Arial, sans-serif;\n}\n\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n\/* 基础容器：完全复用原 .hinooki-desc 规则 *\/\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n  background: var(--bg-main);\n  color: var(--text-main);\n  font-family: var(--font);\n  line-height: 1.75;\n}\n\n\/* ========== 精准还原原字体层级（原 .hinooki-desc 规则） ========== *\/\n\/* 主标题（对应原 h2） *\/\n.main-title,\n.testimonials-title-custom {\n  margin: 0 0 12px;\n  font-size: 30px;\n  line-height: 1.25;\n  color: var(--text-dark);\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  margin-bottom: 1.5rem;\n  text-align: left;\n  position: relative;\n}\n\n\/* 模块标题（对应原 h3） *\/\n.module-title,\n.feature-title {\n  margin: 0 0 14px;\n  font-size: 24px;\n  line-height: 1.35;\n  color: var(--text-dark);\n  font-weight: 700;\n  letter-spacing: -0.01em;\n  margin: 2rem 0 0.8rem;\n}\n\n\/* 正文段落（对应原 p） *\/\n.product-wrap p,\n.feature-desc,\n.specs-table th,\n.specs-table td,\n.testimonial-text-custom {\n  margin: 0 0 14px;\n  font-size: 15px;\n  color: #3d3732;\n}\n\n.product-wrap p:last-child,\n.feature-desc:last-child {\n  margin-bottom: 0;\n}\n\n\/* ========== 原有样式优化（仅调整字体相关，保留布局） ========== *\/\n\/* 卖点卡片 *\/\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n  border: 1px solid var(--border);\n}\n\n.feature-title {\n  margin-bottom: 0.5rem;\n  font-size: 17px; \/* 对应原 h4 卡片标题 *\/\n  line-height: 1.45;\n}\n\n.feature-desc {\n  color: var(--text-light);\n}\n\n\/* 产品图片 *\/\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  display: block;\n}\n\n\/* 规格表格 *\/\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.03);\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.specs-table tr:last-child {\n  border: none;\n}\n\n.specs-table th,\n.specs-table td {\n  padding: 12px 10px;\n  text-align: left;\n}\n\n.specs-table th {\n  width: 40%;\n  font-weight: 700;\n  color: var(--text-dark);\n  background: var(--bg-light);\n}\n\n.specs-table td {\n  font-weight: 500;\n}\n\n\/* ========== 评论区样式（保留原有布局，仅优化字体） ========== *\/\n.testimonials-wrap-custom {\n  margin: 1.5rem auto;\n  width: 100%;\n  position: relative;\n  z-index: 1;\n}\n\n.testimonials-grid-custom {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  width: 100%;\n  scroll-behavior: smooth;\n  overflow: visible;\n}\n\n.testimonial-card-custom {\n  background: #fff;\n  border-radius: 16px;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.06);\n  overflow: hidden;\n  width: 100%;\n  transition: transform 0.2s ease;\n  display: flex;\n  flex-direction: column;\n  border: 1px solid #f0f0f0;\n}\n\n.testimonial-card-custom:hover {\n  transform: translateY(-4px);\n}\n\n\/* 评论图片区 *\/\n.testimonial-img-wrapper-custom {\n  width: 100%;\n  aspect-ratio: 2\/1;\n  border-radius: 16px 16px 0 0;\n  overflow: hidden;\n  background: #f9f9f9;\n  display: flex;\n  gap: 2px;\n  padding: 0;\n}\n\n.testimonial-img-custom {\n  flex: 1;\n  height: 100%;\n  object-fit: cover;\n  object-position: center center;\n  display: block;\n  transition: scale 0.3s ease;\n  cursor: pointer;\n  margin: 0 !important;\n  border-radius: 0 !important;\n}\n\n.testimonial-card-custom:hover .testimonial-img-custom {\n  scale: 1.02;\n}\n\n\/* 评论头部-用户信息 *\/\n.testimonial-header-custom {\n  display: flex;\n  align-items: center;\n  padding: 1rem 1.2rem 0.5rem;\n  gap: 1rem;\n}\n\n.testimonial-avatar-custom {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  object-fit: cover;\n}\n\n.testimonial-user-info-custom {\n  flex: 1;\n}\n\n.testimonial-name-custom {\n  font-weight: 700;\n  margin-bottom: 0.25rem;\n  font-size: 17px; \/* 对应原 h4 卡片标题 *\/\n  color: var(--text-dark);\n}\n\n\/* 评论评分 *\/\n.testimonial-rating-custom {\n  text-align: left;\n  color: #ffc107;\n  font-size: 0.9rem;\n}\n\n\/* 评论内容区 *\/\n.testimonial-text-custom {\n  background: #fff;\n  color: #666;\n  line-height: 1.7;\n  padding: 0.5rem 1.2rem;\n  flex-grow: 1;\n}\n\n.testimonial-author-custom {\n  text-align: right;\n  font-weight: 600;\n  color: #999;\n  padding: 0 1.2rem 1.2rem;\n  font-size: 0.85rem;\n  border-top: 1px solid #f0f0f0;\n  margin-top: 0.5rem;\n}\n\n.carousel-dots-custom {\n  display: flex;\n  justify-content: center;\n  gap: 0.8rem;\n  margin-top: 1.5rem;\n  width: 100%;\n}\n\n.carousel-dot-custom {\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n  background: #e0e0e0;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n.carousel-dot-custom.active {\n  background: #333;\n  transform: scale(1.2);\n}\n\n\/* ========== 响应式：完全还原原逻辑 + 字体响应式 ========== *\/\n@media (max-width: 768px) {\n  .testimonials-grid-custom {\n    display: flex;\n    overflow-x: auto;\n    overflow-y: hidden;\n    scroll-snap-type: x mandatory;\n    -webkit-overflow-scrolling: touch;\n    scroll-behavior: smooth;\n    gap: 0;\n    width: 100%;\n    user-select: none;\n    padding-bottom: 0.8rem;\n  }\n\n  .testimonial-card-custom {\n    flex: 0 0 90%;\n    scroll-snap-align: center;\n    margin: 0 0.5rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n\n  .testimonials-grid-custom::-webkit-scrollbar { \n    display: none; \n    height: 0; \n  }\n\n  .testimonials-grid-custom { \n    -ms-overflow-style: none; \n    scrollbar-width: none; \n  }\n\n  .testimonial-avatar-custom {\n    width: 40px;\n    height: 40px;\n  }\n}\n\n@media (min-width: 769px) {\n  .carousel-dots-custom {\n    display: none;\n  }\n\n  \/* 桌面端标题字号提升（还原原逻辑） *\/\n  .main-title,\n  .testimonials-title-custom {\n    font-size: 36px;\n  }\n\n  .module-title {\n    font-size: 26px;\n  }\n}\n\n\/* 图片点击放大灯箱样式（保留原有功能） *\/\n.lightbox-overlay {\n  display: none;\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0, 0, 0, 0.9);\n  z-index: 99999;\n  justify-content: center;\n  align-items: center;\n  padding: 1rem;\n  box-sizing: border-box;\n  animation: fadeIn 0.3s ease-in-out;\n}\n\n.lightbox-content {\n  position: relative;\n  max-width: 95vw;\n  max-height: 95vh;\n  animation: zoomIn 0.3s ease-in-out;\n}\n\n.lightbox-large-img {\n  max-width: 100%;\n  max-height: 90vh;\n  border-radius: 8px;\n  object-fit: contain;\n  margin: 0 !important;\n}\n\n.lightbox-close {\n  position: absolute;\n  top: -50px;\n  right: 0;\n  width: 44px;\n  height: 44px;\n  background: rgba(255,255,255,0.2);\n  border: none;\n  border-radius: 50%;\n  color: #fff;\n  font-size: 28px;\n  cursor: pointer;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n@keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏰 Build Your Own Notre Dame de Paris\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eRecreate the iconic Gothic architecture of Notre Dame de Paris with this stunning 3D puzzle. Capture its grandeur and display your masterpiece at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Notre Dame puzzle LED lighting\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/d992902a4cbe443aad020d80fda14419~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e💡 Enchanting LED Lighting Effects\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eFeatures 6 LED light boards, this night edition model beautifully illuminates the detailed architecture, creating a mesmerizing light show that brings Notre Dame to life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Notre Dame puzzle delicate details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/e62ecbe5a5a04f02a2a093ff66c89b9f~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🧩 Engaging DIY Experience\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eSpend 5-7 hours enjoying a rewarding challenge with 394 high-quality plywood pieces. A perfect blend of focus, relaxation, and satisfaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/60f8dc73afe74d71ad8325f9c5753852_tplv-fhlh96nyum-origin-jpeg-1a77adbf-3319-471b-9ab6-a35e6d8264cd.png?v=1773676287\" alt=\"\" class=\"product-img\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎁 Ideal Gift \u0026amp; Unique Home Décor\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eElegantly packaged, it's a thoughtful gift for DIY enthusiasts and adds elegance to any home. A special way to commemorate Notre Dame's architectural beauty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情 --\u003e\n\u003ch3 class=\"module-title\"\u003eDetails\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e12 Years Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eNST-NDParis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eLaser engraving and cutting of 2mm-thick basswood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e266 Pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Time\u003c\/th\u003e\n\u003ctd\u003e5-7 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Dimensions\u003c\/th\u003e\n\u003ctd\u003e15.3\"x7.5\"x11.8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaged Dimensions\u003c\/th\u003e\n\u003ctd\u003e12.4\"x9\"x2.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty Type\u003c\/th\u003e\n\u003ctd\u003eSupplier Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 评论区 --\u003e\n\u003cdiv class=\"testimonials-wrap-custom\"\u003e\n\u003ch2 class=\"testimonials-title-custom\"\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"carousel-container-custom\"\u003e\n\u003cdiv id=\"testimonialsGridCustom\" class=\"testimonials-grid-custom\"\u003e\n\u003c!-- 评论1 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71JHHXDZYiL.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-header-custom\"\u003e\n\u003cimg class=\"testimonial-avatar-custom\" alt=\"User avatar\" src=\"https:\/\/picsum.photos\/id\/64\/100\/100\"\u003e\n\u003cdiv class=\"testimonial-user-info-custom\"\u003e\n\u003cdiv class=\"testimonial-name-custom\"\u003eEmily Johnson\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★ (5\/5)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eMy husband surprised me with this for Christmas and it is such a beautiful model\/puzzle for our living room! I had to be gentle with some of the more delicate pieces, but the finished product is gorgeous. I recommend this to those who are confident enough to assemble Ikea furniture as the directions are in the form of pictographs. If you are a puzzle or model builder, I highly recommend this lovely build!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 评论2 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71tWbTRW+DL._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-header-custom\"\u003e\n\u003cimg class=\"testimonial-avatar-custom\" alt=\"User avatar\" src=\"https:\/\/picsum.photos\/id\/91\/100\/100\"\u003e\n\u003cdiv class=\"testimonial-user-info-custom\"\u003e\n\u003cdiv class=\"testimonial-name-custom\"\u003eMichael Smith\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★☆ (4\/5)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eI don’t usually take the time to write reviews, but this 3D model of Notre Dame deserves every bit of praise. From start to finish, the experience was absolutely outstanding. The design is incredibly detailed and perfectly executed, capturing the beauty and grandeur of the real cathedral with astonishing accuracy. The instructions were clear and easy to follow, making assembly a smooth and enjoyable process. The quality of the materials exceeded my expectations—sturdy, well-crafted, and built to last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 评论3 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/711+7SnoI4L._SL1600_.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-header-custom\"\u003e\n\u003cimg class=\"testimonial-avatar-custom\" alt=\"User avatar\" src=\"https:\/\/picsum.photos\/id\/24\/100\/100\"\u003e\n\u003cdiv class=\"testimonial-user-info-custom\"\u003e\n\u003cdiv class=\"testimonial-name-custom\"\u003eSophia Lee\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★ (5\/5)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003eMy 13 year-old son built this by himself, and he’s never built anything like this, so the instructions must’ve been quite clear. The end result with the lighting is stunning. He likes the small footprint so he can display it on his desk. It’s also neat that there is an integrated on\/off switch for the lights. There were a couple fragile pieces that broke during the build, but regular glue and super glue were able to fix them no problem. I would recommend for a teen with patience or an adult. My son said, “this is really satisfying” as he built it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播指示器（仅手机端显示） --\u003e\n\u003cdiv class=\"carousel-dots-custom\" id=\"carouselDotsCustom\"\u003e\n\u003cspan class=\"carousel-dot-custom active\" data-index=\"0\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"1\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"2\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片放大灯箱 --\u003e\n\u003cdiv class=\"lightbox-overlay\" id=\"imageLightbox\"\u003e\n\u003cdiv class=\"lightbox-content\"\u003e\n\u003cbutton class=\"lightbox-close\" id=\"lightboxClose\"\u003e×\u003c\/button\u003e \u003cimg class=\"lightbox-large-img\" id=\"lightboxImage\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46682891387055,"sku":"E6031621DG+H6050811JH+H6050812QY","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/46b12e3d2acb4a03bbce0a6d4539952c_tplv-fhlh96nyum-crop-webp_2000_2000.webp?v=1773651732"},{"product_id":"titanic","title":"Plymagic Assembly Model - Titanic","description":"\u003c!-- 新增最外层隔离容器 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* ========== 样式完全隔离 ========== *\/\n    .custom-product-section * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* ========== 原有产品页面基础样式（简易适配） ========== *\/\n    .custom-product-section .product-wrap {\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 0 1rem;\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      color: #1a1a1a;\n      line-height: 1.6;\n    }\n    .custom-product-section .main-title {\n      font-size: 1.75rem;\n      font-weight: 700;\n      margin: 2rem 0 1.5rem;\n    }\n    .custom-product-section .module-title {\n      font-size: 1.25rem;\n      font-weight: 600;\n      margin: 2rem 0 1rem;\n    }\n    .custom-product-section .product-wrap img {\n      max-width: 100%;\n      height: auto;\n      border-radius: 8px;\n      margin-bottom: 1rem;\n    }\n    .custom-product-section .feature-card {\n      background: #f8f8f8;\n      border-radius: 8px;\n      padding: 1rem;\n      margin-bottom: 1rem;\n    }\n    .custom-product-section .feature-title {\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n    .custom-product-section .feature-desc {\n      color: #666;\n      font-size: 0.95rem;\n    }\n    .custom-product-section .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: #f8f8f8;\n      border-radius: 8px;\n      overflow: hidden;\n      margin-bottom: 2rem;\n    }\n    .custom-product-section .specs-table tr {\n      border-bottom: 1px solid #e5e7eb;\n    }\n    .custom-product-section .specs-table tr:last-child { border: none; }\n    .custom-product-section .specs-table th, \n    .custom-product-section .specs-table td {\n      padding: 0.75rem 1rem;\n      text-align: left;\n      font-size: 0.95rem;\n    }\n    .custom-product-section .specs-table th {\n      width: 40%;\n      font-weight: 500;\n      color: #666;\n    }\n\n    \/* ========== 核心：参考代码的评论区样式 ========== *\/\n    .custom-product-section .testimonials-wrap-custom {\n      margin: 1.5rem auto;\n      width: 100%;\n      position: relative;\n      z-index: 1;\n      font-family: inherit;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonials-title-custom {\n      text-align: left;\n      font-size: 1.6rem;\n      font-weight: 600;\n      color: #333;\n      margin-bottom: 1.5rem;\n      line-height: 1.3;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 1.5rem;\n      width: 100%;\n      scroll-behavior: smooth;\n      overflow: visible;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-card-custom {\n      background: #fff;\n      border-radius: 16px;\n      box-shadow: 0 6px 16px rgba(0,0,0,0.06);\n      overflow: hidden;\n      width: 100%;\n      transition: transform 0.2s ease;\n      display: flex;\n      flex-direction: column;\n      border: 1px solid #f0f0f0;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-card-custom:hover {\n      transform: translateY(-4px);\n    }\n    \n    \/* 评论图片区 *\/\n    .custom-product-section .testimonials-wrap-custom .testimonial-img-wrapper-custom {\n      width: 100%;\n      aspect-ratio: 2\/1;\n      border-radius: 16px 16px 0 0;\n      overflow: hidden;\n      background: #f9f9f9;\n      display: flex;\n      gap: 2px;\n      padding: 0;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-img-custom {\n      flex: 1;\n      height: 100%;\n      object-fit: cover;\n      object-position: center center;\n      display: block;\n      transition: scale 0.3s ease;\n      cursor: pointer;\n      margin: 0 !important;\n      border-radius: 0 !important;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-card-custom:hover .testimonial-img-custom {\n      scale: 1.02;\n    }\n    \n    \/* 评论内容区 *\/\n    .custom-product-section .testimonials-wrap-custom .testimonial-rating-custom {\n      text-align: left;\n      color: #f59e0b;\n      font-size: 1.1rem;\n      padding: 1rem 1.2rem 0.5rem;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-text-custom {\n      background: #fff;\n      color: #666;\n      font-size: 0.95rem;\n      line-height: 1.7;\n      padding: 0.5rem 1.2rem;\n      flex-grow: 1;\n    }\n    .custom-product-section .testimonials-wrap-custom .testimonial-author-custom {\n      text-align: right;\n      font-weight: 600;\n      color: #999;\n      padding: 0 1.2rem 1.2rem;\n      font-size: 0.85rem;\n      border-top: 1px solid #f0f0f0;\n      margin-top: 0.5rem;\n    }\n    .custom-product-section .testimonials-wrap-custom .carousel-container-custom {\n      position: relative;\n      width: 100%;\n      margin: 0 auto;\n    }\n    .custom-product-section .testimonials-wrap-custom .carousel-dots-custom {\n      display: flex;\n      justify-content: center;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n      width: 100%;\n    }\n    .custom-product-section .testimonials-wrap-custom .carousel-dot-custom {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background: #e0e0e0;\n      cursor: pointer;\n      transition: all 0.3s ease;\n    }\n    .custom-product-section .testimonials-wrap-custom .carousel-dot-custom.active {\n      background: #333;\n      transform: scale(1.2);\n    }\n\n    \/* ========== 响应式：核心 scroll-snap 滑动逻辑 ========== *\/\n    @media (max-width: 768px) {\n      .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom {\n        display: flex;\n        overflow-x: auto;\n        overflow-y: hidden;\n        scroll-snap-type: x mandatory;\n        -webkit-overflow-scrolling: touch; \/* iOS 顺滑 *\/\n        scroll-behavior: smooth;\n        gap: 0;\n        width: 100%;\n        user-select: none;\n        padding-bottom: 0.8rem;\n      }\n      .custom-product-section .testimonials-wrap-custom .testimonial-card-custom {\n        flex: 0 0 90%; \/* 手机端显示90%宽度，露一点边 *\/\n        scroll-snap-align: center;\n        margin: 0 0.5rem;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      }\n      \/* 隐藏滚动条 *\/\n      .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom::-webkit-scrollbar { display: none; height: 0; }\n      .custom-product-section .testimonials-wrap-custom .testimonials-grid-custom { -ms-overflow-style: none; scrollbar-width: none; }\n    }\n\n    @media (min-width: 769px) {\n      .custom-product-section .testimonials-wrap-custom .carousel-dots-custom {\n        display: none; \/* 桌面端隐藏指示器 *\/\n      }\n    }\n\n    \/* -------------------------- *\/\n    \/* 图片点击放大灯箱样式 *\/\n    \/* -------------------------- *\/\n    .custom-product-section .lightbox-overlay {\n      display: none;\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0.9);\n      z-index: 99999;\n      justify-content: center;\n      align-items: center;\n      padding: 1rem;\n      box-sizing: border-box;\n      animation: fadeIn 0.3s ease-in-out;\n    }\n    .custom-product-section .lightbox-content {\n      position: relative;\n      max-width: 95vw;\n      max-height: 95vh;\n      animation: zoomIn 0.3s ease-in-out;\n    }\n    .custom-product-section .lightbox-large-img {\n      max-width: 100%;\n      max-height: 90vh;\n      border-radius: 8px;\n      object-fit: contain;\n      margin: 0 !important;\n    }\n    .custom-product-section .lightbox-close {\n      position: absolute;\n      top: -50px;\n      right: 0;\n      width: 44px;\n      height: 44px;\n      background: rgba(255,255,255,0.2);\n      border: none;\n      border-radius: 50%;\n      color: #fff;\n      font-size: 28px;\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n    @keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 原有产品内容 --\u003e\n\u003ch1 style=\"text-align: center;\" class=\"main-title\"\u003eSail at Night with LED Lights\u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hf0c3ddc6a8184cae812c5fb491ff95087-109e5be2-4e59-486d-9161-54651c8493b8.png?v=1775198754\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🚢 Experience the Titanic's Timeless Glory\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eRecreate the iconic RMS Titanic, a symbol of an era and romantic love, with this detailed 3D puzzle. Featuring glowing LED lights for a stunning night display and a vintage gear exhibition stand, the finished model (44.5cm L × 11.8cm W × 17.5cm H) brings the legendary ship to life in any space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H00ecd3a00abd4fa58dca21275859862aB.jpg?v=1775260850\"\u003e\u003cbr\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🧩 Challenging, Fun \u0026amp; Immensely Rewarding\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eNo tools or glue needed for seamless, rewarding assembly. With tiered difficulty (7 stars for the ship, 2 stars for the stand, 1 star for final build) and clear illustrated instructions, complete the full set to unlock the Platinum Puzzle Game trophy and enjoy immense crafting satisfaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/71Rrr0sH_pL._AC_SL1500.jpg?v=1775262762\"\u003e\u003cbr\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Premium Craftsmanship \u0026amp; Sturdy Build\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eCrafted with durable, high-quality materials, every authentic detail of the Titanic is recreated. The robust construction ensures long-term display stability, while the vintage stand elevates its aesthetic appeal, making it a culturally rich decorative masterpiece.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H78f8bc765f3947d9ac9ec196a0aa947fw.jpg?v=1775260850\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎁 A Great Gift for All Occasions\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eIdeal for ages 14+, it’s perfect for family bonding, screen-free creative time, or solo crafting. With its romantic Titanic theme, it’s a thoughtful gift for any occasion. The set includes 1 set of panels, 1 instruction manual, and 1 support stand, ready for immediate assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hd85476c68dcf40c28b46e741548c0737e.jpg?v=1775260849\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Heb30dcc9c6b54cfb942c6180d86aea308-e8831d06-7b51-4f17-b3cb-a4a29e816b21.png?v=1775260879\"\u003e\u003cbr\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003eModel ship pieces, LED lights, battery box, instruction manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAge Range\u003c\/th\u003e\n\u003ctd\u003e14 Years Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScale\u003c\/th\u003e\n\u003ctd\u003e\n\u003cp\u003eA:1:305\u003c\/p\u003e\n\u003cp\u003eB:1:600\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003eA(Cardboard)（34.6\"×3.77\"×11.5\"） B(Metal)(17.52\"×1.97\"×4.72\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePieces\u003c\/th\u003e\n\u003ctd\u003e\n\u003cp\u003eA(Cardboard)：266 Pcs\u003c\/p\u003e\n\u003cp\u003eB(Metal)：581Pcs\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ========== 全新评论区（基于参考代码重构） ========== --\u003e\n\u003cdiv class=\"testimonials-wrap-custom\"\u003e\n\u003ch2 class=\"testimonials-title-custom\"\u003eWhat Our Builders Say\u003c\/h2\u003e\n\u003cdiv class=\"carousel-container-custom\"\u003e\n\u003cdiv id=\"testimonialsGridCustom\" class=\"testimonials-grid-custom\"\u003e\n\u003c!-- 原第三条评论（现第一条） --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81nSwVTLr5L.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★☆\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"Bought this as a gift for my dad who's obsessed with Titanic. He spent 5 hours building it and loved every minute. Highly recommend!\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eSarah Williams\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 评论 2 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review\" src=\"https:\/\/m.media-amazon.com\/images\/I\/616NuLpZqfL.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"First and foremost I have to say I am really impressed. The instructions are very straightforward and if you are patient, it will likely take you a few days. In the end I believe it is well worth the price!\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eJames Cameron\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 原第一条评论（现第三条） --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\n\u003cimg class=\"testimonial-img-custom\" alt=\"Review\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71lQ0VacpML.jpg\"\u003e \u003cimg class=\"testimonial-img-custom\" alt=\"Review\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71yLP9UAV5L.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★☆\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"This Titanic model is made of high quality materials, there’s so much attention to detail! Some pieces can be very fragile, you’ll definitely need super glue to hold some pieces together. Especially the exterior. Other than that, it should be real fun to put together!\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eDavid K.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 评论 4 --\u003e\n\u003cdiv class=\"testimonial-card-custom\"\u003e\n\u003cdiv class=\"testimonial-img-wrapper-custom\"\u003e\u003cimg class=\"testimonial-img-custom\" alt=\"Review\" src=\"https:\/\/m.media-amazon.com\/images\/I\/51jMfjyUMeL.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"testimonial-rating-custom\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"testimonial-text-custom\"\u003e\"What a great buy that gave so much joy!! It makes for a great conversation piece.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author-custom\"\u003eMichael Chen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播指示器（仅手机端显示） --\u003e\n\u003cdiv class=\"carousel-dots-custom\" id=\"carouselDotsCustom\"\u003e\n\u003cspan class=\"carousel-dot-custom active\" data-index=\"0\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"1\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"2\"\u003e\u003c\/span\u003e \u003cspan class=\"carousel-dot-custom\" data-index=\"3\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 图片放大灯箱 --\u003e\n\u003cdiv class=\"lightbox-overlay\" id=\"imageLightbox\"\u003e\n\u003cdiv class=\"lightbox-content\"\u003e\n\u003cbutton class=\"lightbox-close\" id=\"lightboxClose\"\u003e×\u003c\/button\u003e \u003cimg class=\"lightbox-large-img\" id=\"lightboxImage\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n      window.onload = function() {\n        \/********************* 评论轮播逻辑（照搬参考代码） *********************\/\n        const grid = document.getElementById('testimonialsGridCustom');\n        const dots = document.querySelectorAll('.custom-product-section .testimonials-wrap-custom .carousel-dot-custom');\n        \n        if (grid \u0026\u0026 dots.length) {\n          \/\/ 点击指示器跳转\n          dots.forEach(function(dot, index) {\n            dot.onclick = function() {\n              const cardWidth = grid.querySelector('.testimonial-card-custom').offsetWidth || window.innerWidth;\n              \/\/ 手机端才需要 margin 偏移\n              const marginOffset = window.innerWidth \u003c 768 ? 16 : 0; \n              dots.forEach(d =\u003e d.classList.remove('active'));\n              dot.classList.add('active');\n              grid.scrollLeft = index * (cardWidth + marginOffset);\n            };\n          });\n\n          \/\/ 监听滚动同步指示器\n          grid.onscroll = function() {\n            const cardWidth = grid.querySelector('.testimonial-card-custom').offsetWidth || window.innerWidth;\n            const marginOffset = window.innerWidth \u003c 768 ? 16 : 0;\n            const currentIdx = Math.round(grid.scrollLeft \/ (cardWidth + marginOffset));\n            dots.forEach((d, i) =\u003e d.classList.toggle('active', i === currentIdx));\n          };\n        }\n\n        \/********************* 图片点击放大逻辑 *********************\/\n        const lightbox = document.getElementById('imageLightbox');\n        const lightboxImage = document.getElementById('lightboxImage');\n        const lightboxClose = document.getElementById('lightboxClose');\n        const reviewImages = document.querySelectorAll('.testimonial-img-custom');\n\n        function openLightbox(imgSrc) {\n          lightboxImage.src = imgSrc;\n          lightbox.style.display = 'flex';\n          document.body.style.overflow = 'hidden';\n        }\n        function closeLightbox() {\n          lightbox.style.display = 'none';\n          lightboxImage.src = '';\n          document.body.style.overflow = '';\n        }\n\n        reviewImages.forEach(img =\u003e {\n          img.addEventListener('click', function() {\n            openLightbox(this.src);\n          });\n        });\n        lightboxClose.addEventListener('click', closeLightbox);\n        lightbox.addEventListener('click', function(e) {\n          if (e.target === lightbox) closeLightbox();\n        });\n        document.addEventListener('keydown', function(e) {\n          if (e.key === 'Escape' \u0026\u0026 lightbox.style.display === 'flex') closeLightbox();\n        });\n      };\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"A(no small rooms.)","offer_id":46739099779247,"sku":"E6031917DG","price":76.99,"currency_code":"USD","in_stock":true},{"title":"B (with three small rooms.)","offer_id":46739099812015,"sku":"E6040308A","price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hf0c3ddc6a8184cae812c5fb491ff95087-109e5be2-4e59-486d-9161-54651c8493b8.png?v=1775198754"},{"product_id":"london-bridge","title":"Plymagic Assembly Model - London Tower Bridge","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（与过往产品100%一致） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\n  \/* ========== FAQ 样式（悬停#900808 + 正文统一字体） ========== *\/\n  .custom-product-section .product-faq-custom {\n    margin: 2rem auto 1rem;\n    width: 100%;\n    font-family: var(--font);\n    position: relative;\n    z-index: 10;\n    padding: 0 0.5rem;\n  }\n  .custom-product-section .faq-title-custom {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1.5rem;\n    line-height: 1.75;\n    text-align: left;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom {\n    margin-bottom: 15px;\n    border: 1px solid #e0d8d0;\n    border-radius: 8px;\n    overflow: hidden;\n    width: 100%;\n    background: #fff;\n    position: relative;\n    z-index: 11;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  .custom-product-section .product-faq-custom .faq-question-custom {\n    padding: 16px 20px;\n    background: #F0F0F0 !important;\n    font-weight: 500;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.3s ease;\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-main) !important;\n    position: relative;\n    z-index: 12;\n    user-select: none;\n  }\n  .custom-product-section .product-faq-custom .faq-question-custom:hover {\n    background-color: #900808 !important;\n    color: #ffffff !important;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom {\n    background-color: #900808 !important;\n    color: #ffffff !important;\n  }\n  .custom-product-section .product-faq-custom .faq-question-custom::after {\n    content: \"+\";\n    font-size: 1.4rem;\n    color: #8b7355;\n    font-weight: bold;\n    position: relative;\n    z-index: 13;\n    width: 24px;\n    height: 24px;\n    line-height: 24px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom::after {\n    content: \"-\";\n    color: #ffffff !important;\n  }\n  .custom-product-section .product-faq-custom .faq-answer-custom {\n    padding: 0 20px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-light);\n    width: 100%;\n    background: #ffffff;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-answer-custom {\n    padding: 20px !important;\n    max-height: 2000px !important;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题 --\u003e\n\u003ch1 class=\"main-title\"\u003eLondon Tower Bridge 3D Wooden Puzzle | 50cm Large Scale Architecture Model Kit\u003c\/h1\u003e\n\u003c!-- 产品主图 --\u003e \u003cimg alt=\"London Tower Bridge 3D wooden puzzle full view\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_794xN.7685343414_qntp.webp?v=1773977912\"\u003e \u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🌉 Build Your Own Iconic London Tower Bridge\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eRecreate the world-famous London landmark with this exquisitely crafted 3D wooden puzzle. Capture the timeless Gothic-Victorian architecture and display your stunning masterpiece at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e \u003cimg alt=\"London Tower Bridge 3D wooden puzzle side view\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_794xN.7733304095_fsjs.webp?v=1773977912\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cp class=\"feature-title\"\u003e🧩 Grand Scale Centerpiece\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eMeasures an impressive 50cm\/19.69in in length, this finished model makes a breathtaking focal point for any bookshelf, mantel, or display cabinet. Stand out with a statement piece of architectural history.\u003cbr\u003e\u003c\/p\u003e\n \u003cimg alt=\"London Tower Bridge 3D wooden puzzle dimensions 50cm x 12.2cm x 25.5cm\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_794xN.7733285337_i3r3.webp?v=1773977912\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cp class=\"feature-title\"\u003eNatural Wood Texture \u0026amp;amp; Laser-Etched Details\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eExpertly crafted from sustainable natural wood with visible grain texture. Precision laser cutting and etching bring every intricate detail to life, from the brickwork patterns to the delicate spires and suspension structures.\u003c\/p\u003e\n\u003cimg alt=\"London Tower Bridge 3D wooden puzzle close-up details\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_794xN.7733299499_p9oy.webp?v=1773977912\"\u003e \u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• Precision Laser-Cut Natural Wood Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Sandpaper for finishing touches\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium Gift Box Packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eLondon Tower Bridge 3D Wooden Puzzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Dimensions\u003c\/th\u003e\n\u003ctd\u003e50cm(L) × 12.2cm(W) × 25.5cm(H) \/ 19.69\" × 4.8\" × 10.04\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaged Dimensions\u003c\/th\u003e\n\u003ctd\u003e32cm × 24cm × 6cm \/ 12.6\" × 9.4\" × 2.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eSustainable Laser-Cut Natural Wood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e4–6 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e12 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003eSupplier Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eDesktop Decor, Architecture Collection, DIY Hobby, Gift for London Enthusiasts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv style=\"margin-top: 1.5rem;\" class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Glue is recommended for assembly (not included).\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Handle the wooden pieces with care to avoid splinters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Bring the iconic skyline of London to your home. Build the Tower Bridge, and own a piece of architectural history.\"\u003c\/p\u003e\n\u003c!-- FAQ下拉框 --\u003e\n\u003cdiv class=\"product-faq-custom\"\u003e\n\u003ch2 class=\"faq-title-custom\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv id=\"faqListCustom\" class=\"faq-list-custom\"\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDoes this require glue for assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eWhile the pieces are precision-cut for a tight fit, glue is recommended for a more secure and durable finish. Glue is not included in the package.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eAre the pieces pre-cut?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! All wood pieces are precision laser-cut for a perfect fit. No additional cutting or trimming is required. Simply remove the pieces from the sheets and follow the instructions to assemble.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eHow difficult is the assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eThis kit is rated as intermediate difficulty with an estimated assembly time of 4–6 hours. The included full-color instruction manual provides clear, step-by-step guidance to make the process smooth and enjoyable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eWhat if some pieces are missing or broken?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eWe offer a free replacement service for missing or damaged pieces. If you encounter any issues during assembly, please contact our customer service team with the part numbers, and we will send you the replacements free of charge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ交互JS（功能不变） --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Standard Version(Dark Colour)","offer_id":46692847911087,"sku":"H6032002DG","price":46.99,"currency_code":"USD","in_stock":true},{"title":"Lighted Version(Dark Colour)","offer_id":46692847943855,"sku":"E6032106DG","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Standard Version(Light Colour)","offer_id":46927502540975,"sku":"H6032002QS","price":46.99,"currency_code":"USD","in_stock":true},{"title":"Lighted Version(Light Colour)","offer_id":46927502573743,"sku":"E6032106QS","price":46.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/il_794xN.7685343414_qntp.webp?v=1773977912"},{"product_id":"big-ben","title":"Plymagic Assembly Model - Big Ben","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全局样式（隔离版） ========== *\/\n  .custom-product-section :root {\n    --text-main: #1a1a1a;\n    --text-light: #666;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: 'Helvetica Neue', Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 标题样式 ========== *\/\n  .custom-product-section .main-title {\n    font-size: 1.75rem;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 1.25rem;\n    font-weight: 600;\n    margin: 2rem 0 1rem;\n  }\n\n  \/* ========== 产品图片 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    display: block;\n  }\n\n  \/* ========== 卖点卡片 ========== *\/\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-title {\n    font-weight: 600;\n    margin-bottom: 0.8rem;\n    font-size: 1.1rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 0.95rem;\n    line-height: 1.7;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* ========== 规格表格 ========== *\/\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 0.95rem;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式适配 ========== *\/\n  @media (max-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 1.5rem;\n    }\n    .custom-product-section .module-title {\n      font-size: 1.1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题：核心关键词全覆盖 --\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏰 Build Your Own Iconic London Landmark\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eRecreate the majestic Gothic architecture of London's famous Big Ben (Elizabeth Tower) with this stunning 3D wooden puzzle. Capture the grandeur of this world-famous landmark and display your masterpiece with pride in your home or office.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品主图 --\u003e \u003cimg alt=\"Big Ben 3D wooden puzzle finished product with detailed Gothic architecture\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H6587dcd8c614461bb15cf3fe5b40e953J.jpg?v=1774235282\"\u003e \u003c!-- 核心卖点1 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e💡 Enchanting LED Night Lighting Effects\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eThis special night edition features a hidden warm white LED light set that beautifully illuminates the intricate clock tower architecture. When lit up, it creates a mesmerizing glow that brings Big Ben to life, making it a stunning centerpiece for any room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Big Ben 3D puzzle LED lighting effect at night\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H6e4f57f82a9d484286de56aa14b86e18M.jpg?v=1774235283\"\u003e \u003c!-- 核心卖点2 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎁 Perfect Gift \u0026amp; Timeless Home Décor\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eElegantly packaged and exquisitely detailed, it makes a thoughtful gift for history lovers, architecture enthusiasts and DIY hobbyists. Once assembled, it adds a touch of classic British elegance to any bookshelf, desk or living room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Big Ben 3D puzzle as elegant home decoration\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3_b1f8b6af-239d-42ce-af5f-4b95ed31e66d.jpg?v=1778901468\"\u003e \u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003e595 Precision Laser-Cut Basswood Pieces\u003c\/li\u003e\n\u003cli\u003eComplete Warm White LED Light Set\u003c\/li\u003e\n\u003cli\u003eAll Necessary Assembly Hardware\u003c\/li\u003e\n\u003cli\u003eFull-Color Step-by-Step English Instruction Manual\u003c\/li\u003e\n\u003cli\u003eBasic Assembly Tools\u003c\/li\u003e\n\u003cli\u003ePremium Gift Box Packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hf77053b61c3a4784b773b7492528b153u.webp?v=1778915929\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBig Ben (Elizabeth Tower) 3D Wooden Puzzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003eW0217P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003eLondon Landmark \/ Gothic Architecture \/ Night Edition\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e595 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003e2mm Thick High-Quality Basswood (Laser Cut \u0026amp; Engraved)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Feature\u003c\/th\u003e\n\u003ctd\u003eWarm White LED Light Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e27.1cm × 19.6cm × 51.4cm \/ 10.67\" × 7.72\" × 20.24\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e6–8 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★★☆ (Advanced Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e12 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003eSupplier Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eHome Décor, Collectible Display, DIY Hobby, Educational Toy, Unique Gift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv style=\"margin-top: 1.5rem;\" class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cul class=\"feature-desc\"\u003e\n\u003cli\u003eBatteries for the LED light system are NOT included due to international shipping restrictions\u003c\/li\u003e\n\u003cli\u003eWhite glue is required for assembly (not included)\u003c\/li\u003e\n\u003cli\u003eContains small parts. Keep away from children under 3 years old\u003c\/li\u003e\n\u003cli\u003eAdult supervision is recommended for younger teenagers during assembly\u003c\/li\u003e\n\u003cli\u003eHandle the delicate wooden pieces with care to avoid breakage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Bring the timeless beauty of London's most iconic landmark into your home. Build your own Big Ben, and let the warm glow of its lights transport you to the banks of the River Thames.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 闭合最外层隔离容器 --\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46696172159151,"sku":"E6032328DG","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H0d835f66507c427797de0a5c239894afg.jpg?v=1774235282"},{"product_id":"rome-colosseum","title":"Plymagic Assembly Model - Rome Colosseum","description":"\u003cstyle\u003e\n\/* 极简全局样式 *\/\n:root {\n  --text-main: #1a1a1a;\n  --text-light: #666;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.6;\n  background: #fff;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\n\/* 模块标题 *\/\n.module-title {\n  font-size: 1.25rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n\n\/* 产品图片 *\/\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin: 1rem 0 1.5rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n\/* 卖点卡片 *\/\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1.25rem;\n  margin-bottom: 0.5rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.5rem;\n  font-size: 1rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.95rem;\n  line-height: 1.7;\n}\n\n\/* 规格表格 *\/\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n  margin-top: 1rem;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.85rem 1rem;\n  text-align: left;\n  font-size: 0.95rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n}\n\n\/* 移动端适配 *\/\n@media (max-width: 768px) {\n  .module-title {\n    font-size: 1.1rem;\n  }\n  .feature-card {\n    padding: 1rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 卖点1 + 对应图片 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏛️ The Colosseum in the Movie\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eExperience the grandeur of ancient Rome with our detailed 3D puzzle of the Colosseum and an informative booklet. Imagine the movie scene where a colossal beast peacefully slumbers in this perfectly reconstructed Roman Colosseum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Colosseum 3D Puzzle Movie Design\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d42f1a1c-f2d3-4dbe-b828-66e3de9757eb.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 卖点2 + 对应图片 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e📚 Immersive \u0026amp; Interactive Learning\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eAssemble the world's largest amphitheatre built in 72 AD, and explore its rich history and engineering marvels through the included booklet. Perfect for history enthusiasts aged 8 and up, combining fun with meaningful learning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Colosseum Learning Experience\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0796217e-d388-4fb7-a71d-bcfa92571cf6.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 卖点3 + 对应图片 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🧩 Effortless Assembly Experience\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eEnjoy smooth building with interlocking puzzle pieces — no tools required. Each assembly takes 120–220 minutes, balancing challenge and fun. The new design and colors restore the real look of the Roman Colosseum as seen in the film.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Colosseum Easy Assembly\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/adcb06af-f8bb-429f-a7a9-55537ff014b6.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 卖点4 + 对应图片 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Premium Quality Craftsmanship\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eMade of high-quality EPS foam and paper cardboard for highly detailed, lifelike details. Finished size: 37.4 x 34 x 11.7 cm (14.6 x 13.4 x 4.6 inches). Compact package makes it an ideal gift and elegant home decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Colosseum Premium Material\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6823cbcb-dfe1-44c5-9d38-296c3aa06c2b.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 卖点5 + 对应图片 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⏳ A Journey Through Ancient Rome\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eThis 3D puzzle is more than a model — it’s a trip to the heart of ancient Rome. Feel the history of gladiator games and crowds as you build. It sparks imagination, inspires history passion, and adds timeless architectural beauty to your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Colosseum History Journey\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0691dce8-de78-410d-b594-8904cea6353a.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 最后展示全景图 --\u003e \u003cimg alt=\"Colosseum Full Model Display\" class=\"product-img\" loading=\"lazy\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/93715fec-743e-4192-89fe-65186c0b6a40.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e \u003c!-- 规格详情 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Details\u003c\/h3\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100%; height: 472.5px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003eRecommended Age\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003e36 - 120 Months (3-10 Years)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003eModel Number\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003eMC279h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003ePieces\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003e163 Pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003eMaterial\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003eEPS Foam + Paper Cardboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003eProduct Size\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003e37.4 x 34 x 11.7 cm (14.6 x 13.4 x 4.6 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 52.5px;\"\u003e\n\u003cth style=\"width: 39.924%; height: 52.5px;\"\u003eType\u003c\/th\u003e\n\u003ctd style=\"width: 59.8859%; height: 52.5px;\"\u003e3D Puzzles\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46696877949103,"sku":"H6032326DG","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/81lcW0jXIkL._AC_SL1500_-b1b4ed92-f73f-44a5-878d-b984dd49c6a9.png?v=1774253569"},{"product_id":"eiffel-tower","title":"Plymagic Assembly Model - Eiffel Tower","description":"\u003cstyle\u003e\n\/* 极简全局样式 与之前产品页100%统一 保证店铺视觉一致性 *\/\n:root {\n  --text-main: #1a1a1a;\n  --text-light: #666;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.6;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\n\/* 标题样式 *\/\n.main-title {\n  font-size: 1.75rem;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n}\n.module-title {\n  font-size: 1.25rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n\n\/* 视频模块 *\/\n.video-box {\n  width: 100%;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n.product-video {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* 产品图片 *\/\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n\/* 卖点卡片 *\/\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.5rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.95rem;\n}\n\n\/* 规格表格 *\/\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n  font-size: 0.95rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n}\n\n\/* 移动端适配 *\/\n@media (max-width: 768px) {\n  .main-title {\n    font-size: 1.5rem;\n  }\n  .module-title {\n    font-size: 1.1rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 产品主标题（带SEO关键词） --\u003e\u003c!-- 卖点1：核心情怀 巴黎地标复刻 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🗼 Bring the Magic of Paris to Your Home\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eDiscover the timeless charm of the City of Light with our illuminated 3D wooden Eiffel Tower puzzle. Assemble each piece to recreate one of Paris’s most iconic landmarks, and let the magic of Paris fill your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/book-nook.fr\/cdn\/shop\/files\/b04ea4dd-5578-4343-9f72-8928de00d4ba_480x480.webp\" loading=\"lazy\" class=\"product-img\" alt=\"3D Wooden Illuminated Eiffel Tower Puzzle main display\"\u003e \u003c!-- 卖点2：灯光效果 魔法氛围 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e💡 Stunning Illuminated Design for Magical Ambiance\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eOnce assembled, the puzzle transforms into a stunning illuminated decorative piece. The built-in warm LED lights cast a gentle, enchanting glow, adding a touch of Parisian magic to your interior and making it a perfect nightlight or accent piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/book-nook.fr\/cdn\/shop\/files\/92962d35-95b6-4640-9448-986c8cc1312f.jpg\" loading=\"lazy\" class=\"product-img\" alt=\"3D Wooden Illuminated Eiffel Tower Puzzle glowing LED effect\"\u003e \u003c!-- 卖点3：沉浸式拼装体验 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🧩 Immersive \u0026amp; Rewarding Building Experience\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eDive into a mindful, focused building journey that transports you to the streets of Paris. This 3D puzzle enhances patience and concentration, offering a relaxing escape from daily stress while you craft your very own Eiffel Tower.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/book-nook-store.com\/cdn\/shop\/files\/dfec06d3-b953-4fac-8db6-d1ffd0aed4d8.webp\" loading=\"lazy\" class=\"product-img\" alt=\"3D Wooden Illuminated Eiffel Tower Puzzle assembly details\"\u003e \u003c!-- 卖点4：精准工艺+无需工具 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏗️ Precise Details \u0026amp; No Additional Tools Needed\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eEach piece is precisely cut to fit perfectly, recreating the iconic Eiffel Tower structure with exceptional attention to detail. Everything you need to build the puzzle is included in the kit—just follow the step-by-step instructions and start assembling!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点5：礼赠陈列价值 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎁 Perfect Gift \u0026amp; Stunning Home Décor Centerpiece\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eIdeal for puzzle lovers, architecture enthusiasts, and home decor aficionados. It offers a rewarding building experience and becomes a stunning illuminated centerpiece in your home. Also makes a thoughtful, unique gift for Paris lovers, travelers, and creative minds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情模块（合理补全常见参数） --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand Name\u003c\/th\u003e\n\u003ctd\u003ePlymagic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003eParis Eiffel Tower Landmark\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Quality Eco-Friendly Plywood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Product Dimensions\u003c\/th\u003e\n\u003ctd\u003e38cm H x 18cm W x 18cm D (Desktop-Friendly Size)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003eBuilt-in LED Lights (Battery-Powered \/ USB-Powered)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Required\u003c\/th\u003e\n\u003ctd\u003eNo Additional Tools Needed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003ePre-cut wooden puzzle pieces, LED light kit, step-by-step instruction manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplicable Scope\u003c\/th\u003e\n\u003ctd\u003eHome Décor, DIY Craft, Puzzle Collection, Unique Gift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty Type\u003c\/th\u003e\n\u003ctd\u003eSupplier Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46698673242287,"sku":"E6032411BLT","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/3d-wooden-illuminated-eiffel-tower-puzzle-280.webp?v=1774332315"},{"product_id":"leaning-tower-of-pisa","title":"Plymagic Assembly Model - Leaning Tower of Pisa","description":"\u003cstyle\u003e\n\/* 与店铺全产品页视觉100%统一 无修改 保证全店风格一致性 *\/\n:root {\n  --text-main: #1a1a1a;\n  --text-light: #666;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.6;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n.main-title {\n  font-size: 1.75rem;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n}\n.module-title {\n  font-size: 1.25rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.5rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.95rem;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n  font-size: 0.95rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n}\n@media (max-width: 768px) {\n  .main-title {\n    font-size: 1.5rem;\n  }\n  .module-title {\n    font-size: 1.1rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 精简版主标题（带SEO关键词） --\u003e\n\u003ch1 class=\"main-title\"\u003ePiececool 3D Metal Model Leaning Tower of Pisa \u003c\/h1\u003e\n\u003c!-- 卖点1：地标精准复刻 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🇮🇹 Faithfully Restore Italy's Iconic Leaning Tower of Pisa\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e1:1 highly restores the classic tilt structure and architectural details of the world-famous Leaning Tower of Pisa, bringing the Italian landmark to your desktop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H8ab4e556bc2243009de8319fdca8d686b.jpg?v=1774404557\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 卖点2：精密材质与拼装体验 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e⚙️ 127-Piece Precision Stainless Steel Build\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eLaser-cut superior stainless steel parts, no glue\/solder needed for assembly. Level 4 difficulty, suitable for model lovers aged 14+, with detailed full-color instructions included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H7dc25a7ceadf48ae8114191d1c3e8274P.jpg?v=1774404557\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 卖点3：极致精致细节 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Exquisite Etched Details \u0026amp; Authentic Design\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eMeticulously restores every detail: from the Romanesque arches, column galleries, to the top observation deck and flag, all presented with precision etching process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Haf0afb8fd7fd48a4a826dbedda667fbez.jpg?v=1774404557\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 卖点4：装饰收藏与礼赠 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🎁 Perfect Desktop Decor \u0026amp; Thoughtful Gift\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e16.8cm desktop-friendly size, ideal for display on desks, bookshelves and display cabinets. Wonderful gift for architecture lovers, model collectors, and travel enthusiasts.\u003c\/p\u003e\n\u003c\/div\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H2de10e60eb7d4337ae4185335b294dbaS.jpg?v=1774404557\" alt=\"\"\u003e\u003c!-- 精简版产品规格表 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003eHP180-SR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eLaser-Cut Stainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePieces Count\u003c\/th\u003e\n\u003ctd\u003e127 Pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★★☆ (Level 4)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e4.5cm(L) x 4.5cm(W) x 16.8cm(H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Requirement\u003c\/th\u003e\n\u003ctd\u003eNo Glue\/Solder Needed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003ePre-cut Stainless Steel Sheets, Full-Color Instruction Manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eDesktop Decor, Model Collection, DIY Craft, Gift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46700773310639,"sku":"H6032505XT","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H8ab4e556bc2243009de8319fdca8d686b.jpg?v=1774404557"},{"product_id":"cologne-cathedral","title":"Plymagic Assembly Model - Cologne Cathedral","description":"\u003cstyle\u003e\n\/* 100% 沿用你指定的魔法书立正文标题字体样式 无任何修改 *\/\n:root {\n  --text-main: #201a17;\n  --text-light: #6a5f56;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: #3d3732;\n  line-height: 1.75;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\/* 完全沿用h2主标题样式 *\/\n.main-title {\n  font-size: 30px;\n  font-weight: 700;\n  line-height: 1.25;\n  letter-spacing: -0.02em;\n  color: #201a17;\n  margin-bottom: 1.5rem;\n  text-align: center;\n}\n\/* 完全沿用h3模块标题样式 *\/\n.module-title {\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.35;\n  letter-spacing: -0.01em;\n  color: #201a17;\n  margin: 2rem 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n\/* 完全沿用h4卡片标题样式 *\/\n.feature-title {\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.45;\n  color: #201a17;\n  margin-bottom: 0.5rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 15px;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n  font-size: 15px;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n  color: var(--text-main);\n}\n\/* 完全沿用响应式字体大小 *\/\n@media (min-width: 768px) {\n  .main-title {\n    font-size: 36px;\n  }\n  .module-title {\n    font-size: 26px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-wrap\"\u003e\n  \u003ch1 class=\"main-title\"\u003e3D Metal Model Kit Cologne Cathedral\u003c\/h1\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hedbfc881a90b4851afaf52c670022ddbc.avif?v=1774607990\" loading=\"lazy\" class=\"product-img\" alt=\"Cologne Cathedral 3D metal model kit full view\"\u003e\n\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp class=\"feature-title\"\u003e🇩🇪 Restore Germany's Iconic Cologne Cathedral\u003c\/p\u003e\n    \u003cp class=\"feature-desc\"\u003eFaithfully recreates the Kölner Dom, the pinnacle of German Gothic architecture and a UNESCO World Heritage Site.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Hc6edfb57e15247688ba539bae1e43595u.avif?v=1774608011\" loading=\"lazy\" class=\"product-img\" alt=\"Cologne Cathedral model before and after assembly\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp class=\"feature-title\"\u003e⚙️ Premium Laser-Cut Steel Build\u003c\/p\u003e\n    \u003cp class=\"feature-desc\"\u003eHigh-quality steel sheets with ultra-fine laser etching. Available in silver and gold finishes for a premium collector's look.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H8935a1a0b8644bf78a694daf244fe77ew.avif?v=1774608011\" loading=\"lazy\" class=\"product-img\" alt=\"Laser-cut steel parts of Cologne Cathedral model\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp class=\"feature-title\"\u003e✂️ No Glue or Solder Required\u003c\/p\u003e\n    \u003cp class=\"feature-desc\"\u003eSimply snip pieces and bend tabs to assemble. Includes bilingual step-by-step instructions for a smooth building experience.\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/H8a33e17dcc9c4fccb03b561288a59ffbm.avif?v=1774608011\" loading=\"lazy\" class=\"product-img\" alt=\"Assembly steps for Cologne Cathedral metal model\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"module-title\"\u003ePackage Includes\u003c\/h3\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n    \u003cp class=\"feature-desc\"\u003e• 1 x Cologne Cathedral Metal Model Kit\u003c\/p\u003e\n    \u003cp class=\"feature-desc\"\u003e• 1 x Bilingual Instruction Manual\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth\u003eModel Theme\u003c\/th\u003e\n        \u003ctd\u003eCologne Cathedral (Kölner Dom)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eCore Material\u003c\/th\u003e\n        \u003ctd\u003eLaser-Cut Premium Steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eColor Options\u003c\/th\u003e\n        \u003ctd\u003eSilver \/ Gold\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eFinished Size\u003c\/th\u003e\n        \u003ctd\u003e13.7cm (L) × 8.3cm (W) × 14cm (H)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eAssembly Requirement\u003c\/th\u003e\n        \u003ctd\u003eNo Glue \/ No Solder Needed\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eRecommended Age\u003c\/th\u003e\n        \u003ctd\u003e14 Years and Above\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSafety Note\u003c\/th\u003e\n        \u003ctd\u003eKeep small parts away from children under 3. Beware of sharp edges.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eUse Scenarios\u003c\/th\u003e\n        \u003ctd\u003eHome Decor, Model Collection, DIY Craft, Architectural Gift\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Gold","offer_id":46707200721071,"sku":"H6032611JIN","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46707200753839,"sku":"H6032611YIN","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/Ha3da4623f02245dcaee75b40c3c1f0b7c.jpg?v=1774608821"},{"product_id":"italy-milan-cathedral","title":"Plymagic Assembly Model - Italy Milan Cathedral","description":"\u003cstyle\u003e\n\/* 与店铺全产品页视觉100%统一 无修改 保证全店风格一致性 *\/\n:root {\n  --text-main: #1a1a1a;\n  --text-light: #666;\n  --bg-light: #f8f8f8;\n  --border: #e5e7eb;\n  --font: 'Helvetica Neue', Arial, sans-serif;\n}\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\nbody {\n  font-family: var(--font);\n  color: var(--text-main);\n  line-height: 1.6;\n}\n.product-wrap {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n.main-title {\n  font-size: 1.75rem;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n}\n.module-title {\n  font-size: 1.25rem;\n  font-weight: 600;\n  margin: 2rem 0 1rem;\n}\n.product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.feature-card {\n  background: var(--bg-light);\n  border-radius: 8px;\n  padding: 1rem;\n  margin-bottom: 1rem;\n}\n.feature-title {\n  font-weight: 600;\n  margin-bottom: 0.5rem;\n}\n.feature-desc {\n  color: var(--text-light);\n  font-size: 0.95rem;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--bg-light);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.specs-table tr {\n  border-bottom: 1px solid var(--border);\n}\n.specs-table tr:last-child {\n  border: none;\n}\n.specs-table th, .specs-table td {\n  padding: 0.75rem 1rem;\n  text-align: left;\n  font-size: 0.95rem;\n}\n.specs-table th {\n  width: 40%;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.specs-table td {\n  font-weight: 500;\n}\n@media (max-width: 768px) {\n  .main-title {\n    font-size: 1.5rem;\n  }\n  .module-title {\n    font-size: 1.1rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- 精简版主标题（带SEO关键词） --\u003e\n\u003ch1 class=\"main-title\"\u003eDuomo di Milano 3D Paper Model Kit \u003c\/h1\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/O1CN01YNLesq1zWGtyx3ZW0__3528676721-0-cib.jpg?v=1774504884\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- 卖点1：地标精准复刻 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🇮🇹 Restore Italy's Iconic Duomo di Milano\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eFaithfully reproduces the Milan Cathedral, the pinnacle of Italian Gothic architecture, capturing the grandeur of this world-famous landmark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/88fdb681-83ea-4354-b549-7408d49e5375_1.avif?v=1774517780\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 卖点2：DIY手工属性 重要提示 --\u003e\u003c!-- 卖点3：极致细节还原 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e✨ Exquisite Gothic Architectural Details\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003ePrecisely restores the iconic features of Milan Cathedral: dense Gothic spires, carved facades, ornate stained glass windows and other classic details with high restoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/7459760137_1120744745.jpg?v=1774504884\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 卖点4：装饰收藏价值 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🏠 Stunning Desktop Decor \u0026amp; Collectible\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eThe finished model is a perfect decorative piece for desks, bookshelves and display cabinets, and a must-have collectible for architecture lovers and papercraft enthusiasts.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/eee6a73b-1fdd-45fa-8c6e-cf49eb42c577.avif?v=1774517780\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n \u003cstrong\u003eImportant Note: This is NOT a finished product\u003c\/strong\u003e. It is a paper model drawing kit made of cardstock. You need to cut, fold, paste and assemble the model according to the instructions.\u003c!-- 产品规格表 核心信息全覆盖 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Theme\u003c\/th\u003e\n\u003ctd\u003eDuomo di Milano \/ Milan Cathedral (Gothic Architecture)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Quality Cardstock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Product Size\u003c\/th\u003e\n\u003ctd\u003e25cm(H) x 18cm(W) x 26cm(D) \/ 9.8\" x 7\" x 10.2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eDIY Paper Model Drawing Kit (NOT a Finished Product)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRequired Tools (Not Included)\u003c\/th\u003e\n\u003ctd\u003eScissors, Ruler, Awl, Glue, Brush\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003ePrinted Cardstock Model Sheets, Detailed Assembly Instructions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eDIY Handcraft, Home Decor, Architecture Collection, Hobby Training\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Koin","offers":[{"title":"Default Title","offer_id":46704096968879,"sku":"H6032610YW","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/O1CN01YNLesq1zWGtyx3ZW0__3528676721-0-cib.jpg?v=1774504884"}],"url":"https:\/\/plymagic.com\/collections\/world-heritage-collection.oembed","provider":"plymagic.com™️","version":"1.0","type":"link"}