{"product_id":"london-bridge","title":"Assembly Model - London Tower Bridge","description":"\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  \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: #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  \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\n\u003ch1 class=\"main-title\"\u003eLondon Tower Bridge 3D Wooden Puzzle | 50cm Large Scale Architecture Model Kit\u003c\/h1\u003e\n \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 \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 \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 \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\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\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\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\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\n\u003cp\u003e \u003c\/p\u003e","brand":"Róisín Byrne Home","offers":[{"title":"Standard Version","offer_id":57712088744271,"sku":"H6032002DG","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Lighted Version","offer_id":57712088777039,"sku":"E6032106DG","price":49.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1016\/3509\/6911\/files\/il_794xN.7685343414_qntp.webp?v=1778938737","url":"https:\/\/roisinbyrnehome.com\/products\/london-bridge","provider":"Róisín Byrne Home","version":"1.0","type":"link"}