{"title":"Swiss","description":"","products":[{"product_id":"47cm-swissair-boeing-b747-simulation-model-aircraft-civil-aviation-passenger-aircraft-gift-swissair","title":"B747 Swiss - Scale 1\/150 - 47cm - 18.5 in","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBoeing 747 LED Model - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        .product-description-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            color: #1a1a1a;\n            line-height: 1.6;\n            max-width: 100%;\n        }\n\n        .product-badge {\n            display: inline-block;\n            background: #1a1a1a;\n            color: #ffffff;\n            padding: 6px 16px;\n            border-radius: 4px;\n            font-weight: 500;\n            font-size: 0.85em;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .product-intro {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n\n        .product-intro h2 {\n            color: #1a1a1a;\n            margin-bottom: 16px;\n            font-size: 1.6em;\n            font-weight: 600;\n        }\n\n        .product-intro p {\n            line-height: 1.8;\n            color: #4a4a4a;\n            font-size: 1.05em;\n            margin-bottom: 14px;\n        }\n\n        .features-section {\n            background: #1a1a1a;\n            padding: 30px;\n            border-radius: 8px;\n            color: white;\n            margin-bottom: 30px;\n        }\n\n        .features-section h2 {\n            margin-bottom: 24px;\n            font-size: 1.6em;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-item {\n            background: rgba(255,255,255,0.05);\n            padding: 24px;\n            border-radius: 6px;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n\n        .feature-item h3 {\n            font-size: 1.1em;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .feature-item p {\n            font-size: 0.95em;\n            opacity: 0.9;\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        .specs-section {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            border: 1px solid #e8e8e8;\n        }\n\n        .specs-section h2 {\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            font-size: 1.6em;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 16px;\n        }\n\n        .spec-item {\n            background: white;\n            padding: 20px;\n            border-radius: 6px;\n            border: 1px solid #e8e8e8;\n            text-align: center;\n        }\n\n        .spec-label {\n            font-size: 0.8em;\n            color: #666;\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .spec-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #1a1a1a;\n        }\n\n        .how-it-works {\n            margin-bottom: 30px;\n        }\n\n        .how-it-works h3 {\n            color: #1a1a1a;\n            margin-bottom: 20px;\n            font-size: 1.4em;\n            font-weight: 600;\n        }\n\n        .steps-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            counter-reset: step-counter;\n        }\n\n        .steps-list li {\n            padding: 16px 0;\n            padding-left: 50px;\n            position: relative;\n            color: #4a4a4a;\n            font-size: 1.05em;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .steps-list li:last-child {\n            border-bottom: none;\n        }\n\n        .steps-list li:before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            left: 0;\n            background: #1a1a1a;\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 0.9em;\n        }\n\n        .faq-section {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            border: 1px solid #e8e8e8;\n        }\n\n        .faq-section h3 {\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            font-size: 1.4em;\n            font-weight: 600;\n        }\n\n        .faq-item {\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #e8e8e8;\n        }\n\n        .faq-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .faq-question {\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 8px;\n            font-size: 1.05em;\n        }\n\n        .faq-answer {\n            color: #4a4a4a;\n            line-height: 1.7;\n        }\n\n        .highlight-box {\n            background: #1a1a1a;\n            color: white;\n            padding: 24px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 30px;\n        }\n\n        .highlight-box h3 {\n            margin-bottom: 10px;\n            font-size: 1.2em;\n            font-weight: 600;\n        }\n\n        .highlight-box p {\n            opacity: 0.9;\n            font-size: 1em;\n            margin: 0;\n        }\n\n        .shipping-guarantee {\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 30px;\n            text-align: center;\n            border: 1px solid #e8e8e8;\n        }\n\n        .shipping-guarantee div {\n            margin: 8px 0;\n            color: #4a4a4a;\n            font-size: 0.95em;\n        }\n\n        @media (max-width: 768px) {\n            .product-intro, .specs-section, .features-section, .faq-section {\n                padding: 20px;\n            }\n\n            .spec-grid, .feature-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description-wrapper\"\u003e\n        \n        \u003cdiv class=\"product-intro\"\u003e\n            \u003cspan class=\"product-badge\"\u003ePremium LED Collection\u003c\/span\u003e\n            \u003ch2\u003eBoeing 747 [Swiss] - The Queen of the Skies\u003c\/h2\u003e\n            \u003cp\u003e\n                Experience the legendary Boeing 747 \"Jumbo Jet\" like never before with this premium illuminated model. At an impressive \n                47 cm (18.5 in), this large-scale replica captures every detail of the world's most iconic wide-body aircraft, from its \n                distinctive hump to its powerful four-engine configuration.\n            \u003c\/p\u003e\n            \u003cp\u003e\n                Crafted from a premium combination of die-cast metal and resin, this model features functional LED fuselage lighting \n                and an innovative voice-activated cockpit light. Whether displayed on your desk, shelf, or in a display case, this \n                collector-grade piece brings aviation excellence to life with stunning realism and authentic airline markings.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2\u003e✈️ Key Features\u003c\/h2\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003ch3\u003e✈️ Big Scale Display\u003c\/h3\u003e\n                    \u003cp\u003ePerfect size to display on your desk, shelf, or display case. At 47 cm, this model makes a bold statement in any space.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003ch3\u003e🔧 High-Quality Materials\u003c\/h3\u003e\n                    \u003cp\u003eMade from a combination of die-cast metal and resin for durability and a realistic finish that captures authentic details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003ch3\u003e💡 Lights and Landing Gear\u003c\/h3\u003e\n                    \u003cp\u003eModel includes functional LED lights on fuselage, plus removable landing gear for added realism (requires easy assembly).\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003ch3\u003e🌎 Authentic Details\u003c\/h3\u003e\n                    \u003cp\u003eFaithfully reproduces airline markings and logos, engine details, and cockpit design with precision accuracy.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003ch3\u003e🗣️ Voice Control\u003c\/h3\u003e\n                    \u003cp\u003eThe cockpit light is voice-activated and comes on for approximately 20 seconds at a time—ideal for adding a fun touch to your collection! (Note: this is not a night light).\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch2\u003e📐 Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eScale\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e1:150\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLength\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e47 cm\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eSize (inches)\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e18.5 in\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eMaterials\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eMetal + Resin\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLighting\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eLED\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLanding Gear\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eRemovable\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"how-it-works\"\u003e\n            \u003ch3\u003e⚙️ How It Works\u003c\/h3\u003e\n            \u003cul class=\"steps-list\"\u003e\n                \u003cli\u003eCharge the model's rechargeable battery using a conventional USB cable (not included).\u003c\/li\u003e\n                \u003cli\u003eAssemble the wings and wheels onto the model—simple and intuitive setup.\u003c\/li\u003e\n                \u003cli\u003eUse voice control to turn on the cockpit light for a fun touch to your collection.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq-section\"\u003e\n            \u003ch3\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eQ: Is this model suitable for children?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003eA: No, this model is delicate and not designed for play on the floor. It is recommended for use as a collectible or display item.\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eQ: Is the charging cable included?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003eA: No, but the model's rechargeable battery can be charged with a conventional USB cable (not included).\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eQ: Is assembly difficult?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003eA: No, assembly is simple and intuitive. If you have any questions, please do not hesitate to contact us.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-box\"\u003e\n            \u003ch3\u003e🌟 Collector-Grade Display Piece\u003c\/h3\u003e\n            \u003cp\u003ePerfect for aviation enthusiasts and collectors who appreciate premium craftsmanship and innovative features\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"shipping-guarantee\"\u003e\n            \u003cdiv\u003e✓ Free shipping on orders over $50\u003c\/div\u003e\n            \u003cdiv\u003e✓ 30-day satisfaction guarantee\u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\u003cp\u003e\u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/8954fc3e249d4913aa060cc818e34bb2.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/4d9997728bc0461f8c67a465e807be3f.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/0a32d28279c2405495ba8e00b595e947.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/5452bc760e1a4c2b9869118f56586c9a.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/cd53d234c9e54cde995ca5f5670a1e58.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/f42533cbde534cdeb2a341792a5df316.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e\u003c\/p\u003e\n\u003c\/body\u003e","brand":"Flying Dreams International","offers":[{"title":"Upgrade Swiss 747-400 (with voice-activated cabin lights)","offer_id":51692814434598,"sku":"5123191413772","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/9589\/4822\/files\/O1CN01Nkfabw1kV9du6RYlW__3075494688-0-cib_b5ee1faf-75cf-4fee-9974-23bf1a44f330.jpg?v=1778811718"},{"product_id":"b777-swiss-scale-1-157-47cm-18-5in-airplane-model","title":"B777 SWISS - Scale 1\/157 - 47CM - 18.5in - Airplane Model","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            color: #1a1a1a;\n            line-height: 1.6;\n            max-width: 100%;\n        }\n\n        .product-badge {\n            display: inline-block;\n            background: #1a1a1a;\n            color: #ffffff;\n            padding: 6px 16px;\n            border-radius: 4px;\n            font-weight: 500;\n            font-size: 0.85em;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .product-intro {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n\n        .product-intro h2 {\n            color: #1a1a1a;\n            margin-bottom: 16px;\n            font-size: 1.6em;\n            font-weight: 600;\n        }\n\n        .product-intro p {\n            line-height: 1.8;\n            color: #4a4a4a;\n            font-size: 1.05em;\n            margin-bottom: 14px;\n        }\n\n        .features-section {\n            background: #1a1a1a;\n            padding: 30px;\n            border-radius: 8px;\n            color: white;\n            margin-bottom: 30px;\n        }\n\n        .features-section h2 {\n            margin-bottom: 24px;\n            font-size: 1.6em;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-item {\n            background: rgba(255,255,255,0.05);\n            padding: 24px;\n            border-radius: 6px;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n\n        .feature-item h3 {\n            font-size: 1.1em;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .feature-item p {\n            font-size: 0.95em;\n            opacity: 0.9;\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        .specs-section {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            border: 1px solid #e8e8e8;\n        }\n\n        .specs-section h2 {\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            font-size: 1.6em;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 16px;\n        }\n\n        .spec-item {\n            background: white;\n            padding: 20px;\n            border-radius: 6px;\n            border: 1px solid #e8e8e8;\n            text-align: center;\n        }\n\n        .spec-label {\n            font-size: 0.8em;\n            color: #666;\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .spec-value {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #1a1a1a;\n        }\n\n        .important-notes {\n            margin-bottom: 30px;\n        }\n\n        .important-notes h3 {\n            color: #1a1a1a;\n            margin-bottom: 20px;\n            font-size: 1.4em;\n            font-weight: 600;\n        }\n\n        .note-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .note-list li {\n            padding: 12px 0;\n            padding-left: 28px;\n            position: relative;\n            color: #4a4a4a;\n            font-size: 1.05em;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .note-list li:last-child {\n            border-bottom: none;\n        }\n\n        .note-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #1a1a1a;\n            font-size: 1.2em;\n            font-weight: bold;\n        }\n\n        .important-warning {\n            background: #fff3cd;\n            border: 1px solid #ffc107;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n\n        .important-warning h3 {\n            color: #856404;\n            margin-bottom: 10px;\n            font-size: 1.2em;\n            font-weight: 600;\n        }\n\n        .important-warning p {\n            color: #856404;\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .highlight-box {\n            background: #1a1a1a;\n            color: white;\n            padding: 24px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 30px;\n        }\n\n        .highlight-box h3 {\n            margin-bottom: 10px;\n            font-size: 1.2em;\n            font-weight: 600;\n        }\n\n        .highlight-box p {\n            opacity: 0.9;\n            font-size: 1em;\n            margin: 0;\n        }\n\n        .shipping-guarantee {\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 30px;\n            text-align: center;\n            border: 1px solid #e8e8e8;\n        }\n\n        .shipping-guarantee div {\n            margin: 8px 0;\n            color: #4a4a4a;\n            font-size: 0.95em;\n        }\n\n        @media (max-width: 768px) {\n            .product-intro, .specs-section, .features-section {\n                padding: 20px;\n            }\n\n            .spec-grid, .feature-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description-wrapper\"\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003cspan class=\"product-badge\"\u003ePremium LED Collection\u003c\/span\u003e\n\u003ch2\u003eBoeing 777 [SWISS] - The World's Largest Twin-Engine Jet\u003c\/h2\u003e\n\u003cp\u003eExperience the power and elegance of the Boeing 777, one of aviation's most successful wide-body aircraft. Known for its impressive range, reliability, and distinctive large twin engines, the 777 has become a favorite for long-haul international routes. At 47 cm (18.5 in), this detailed replica captures the majesty of this engineering marvel.\u003c\/p\u003e\n\u003cp\u003eCrafted from premium die-cast metal and resin, this model features functional LED fuselage lighting and an innovative voice-activated cockpit light. With authentic airline markings, removable landing gear, and meticulous attention to detail, this collector-grade piece brings the iconic 777 to life in your collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003e✈️ Features You'll Love\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e✈️ Big Scale\u003c\/h3\u003e\n\u003cp\u003ePerfect size to display on your desk, shelf or display case. At 47 cm, this model commands attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e🔧 High-Quality Materials\u003c\/h3\u003e\n\u003cp\u003eMade from a combination of die-cast metal and resin for durability and a realistic finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e💡 Lights and Landing Gear\u003c\/h3\u003e\n\u003cp\u003eModel includes functional LED lights on fuselage, plus removable landing gear for added realism (requires easy assembly).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e🌎 Authentic Details\u003c\/h3\u003e\n\u003cp\u003eFaithfully reproduces airline markings and logos, engine details and cockpit design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e🗣️ Voice Control\u003c\/h3\u003e\n\u003cp\u003eThe cockpit light is voice activated and comes on for approximately 20 seconds at a time—ideal for adding a fun touch to your collection! (Note: this is not a night light).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003e🔋 Rechargeable Battery\u003c\/h3\u003e\n\u003cp\u003eThe model has a rechargeable battery. Charging cable is not included but rest assured, it's a conventional USB cable (battery included).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e📐 Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eAircraft\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eB777\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eScale\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1:157\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e47 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSize (inches)\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e18.5 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMetal + Resin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLighting\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"important-notes\"\u003e\n\u003ch3\u003e📦 What You Should Know\u003c\/h3\u003e\n\u003cul class=\"note-list\"\u003e\n\u003cli\u003eEasy Assembly: For easy transport, the wings and wheels come detached. Assembly is simple and intuitive.\u003c\/li\u003e\n\u003cli\u003eRechargeable Battery: Battery included—charge with any conventional USB cable (not included).\u003c\/li\u003e\n\u003cli\u003eVoice-Activated Light: Cockpit light activates with your voice for approximately 20 seconds.\u003c\/li\u003e\n\u003cli\u003eFunctional LED Lights: Built-in fuselage lighting for stunning visual effect.\u003c\/li\u003e\n\u003cli\u003eNeed Help? If you have any questions about assembly or operation, please do not hesitate to contact us.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"important-warning\"\u003e\n\u003ch3\u003e⚠️ Please Note\u003c\/h3\u003e\n\u003cp\u003eThis model is delicate and not suitable for children. It is not designed to play on the floor. It is recommended for use as a collectible or display item.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch3\u003e🌟 Premium Aviation Collectible\u003c\/h3\u003e\n\u003cp\u003ePerfect for aviation enthusiasts who appreciate the iconic Boeing 777 and premium craftsmanship\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-guarantee\"\u003e\n\u003cdiv\u003e✓ Free shipping on orders over $50\u003c\/div\u003e\n\u003cdiv\u003e✓ 30-day satisfaction guarantee\u003c\/div\u003e\n\u003cdiv\u003e✓ Battery included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/e97755e9627746019a80bd065c95661b.jpg\"\u003e \u003cimg style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/99d230609d074dc4ac4dffb9f1bdb301.jpg\"\u003e \u003cimg style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/2c3187259b0647968e42a5e4d0e4cad7.jpg\"\u003e\u003c\/p\u003e","brand":"Flying Dreams International","offers":[{"title":"Upgraded Swiss 777 (with Voice Control Cabin Light)","offer_id":51713015611686,"sku":"6141317250628","price":149.99,"currency_code":"USD","in_stock":true},{"title":"Standard Swiss 777 (without Lights)","offer_id":51713015578918,"sku":"6141317250627","price":139.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/9589\/4822\/files\/O1CN01G9Hi6x1kV9rWhfq1V__3075494688-0-cib.jpg?v=1778811789"},{"product_id":"38cm-with-voice-control-light-swiss-airlines-airbus-a220-300-simulation-passenger-plane-aircraft-model-decoration-gift-collection","title":"SWISS International Air Lines Airbus A220-300 1:100 – 38.7 cm \/ 15.2 in – LED Lights","description":"\u003cdiv style=\"font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.8; color: #1a1a1a; max-width: 900px; margin: auto; border: 1px solid #e0e0e0; padding: 40px; border-radius: 4px;\"\u003e\n  \n  \u003cheader style=\"text-align: center; margin-bottom: 40px;\"\u003e\n    \u003ch1 style=\"font-weight: 300; letter-spacing: 2px; text-transform: uppercase; color: #dc0018; margin-bottom: 10px;\"\u003eSWISS Airbus A220-300\u003c\/h1\u003e\n    \u003cp style=\"font-size: 1.2em; color: #666; letter-spacing: 1px;\"\u003eThe Alpine Flagship | Swiss Precision | 15.2 in\u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003cp style=\"text-align: justify; font-size: 1.1em; margin-bottom: 30px; color: #444;\"\u003e\n    Bring home the timeless minimalism of European aviation with this \u003cstrong\u003eSWISS International Air Lines Airbus A220-300\u003c\/strong\u003e. As the launch customer and a key operator of this advanced aircraft, SWISS showcases its iconic white livery paired with the red Swiss cross on the tail. This \u003cstrong\u003e15.2-inch replica\u003c\/strong\u003e is engineered from \u003cstrong\u003ehigh-density solid resin\u003c\/strong\u003e, capturing the short-field efficiency and refined aerodynamics of the modern twin-jet in professional museum-grade detail.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display: flex; gap: 30px; margin-bottom: 40px; flex-wrap: wrap;\"\u003e\n    \u003cdiv style=\"flex: 1; min-width: 300px; border-right: 1px solid #eee; padding-right: 20px;\"\u003e\n      \u003ch3 style=\"font-weight: 600; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1.5px; color: #dc0018; margin-bottom: 15px;\"\u003eDistinguished Attributes\u003c\/h3\u003e\n      \u003cul style=\"list-style: none; padding: 0; font-size: 0.95em; color: #555;\"\u003e\n        \u003cli style=\"margin-bottom: 12px;\"\u003e\n          \u003cstrong\u003eAuthentic Swiss Livery:\u003c\/strong\u003e Flawless application of the red \"SWISS\" wordmark and the iconic cross on the tail fin and wingtips.\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px;\"\u003e\n          \u003cstrong\u003ePremium Resin Core:\u003c\/strong\u003e Built with high-density reinforced solid resin, giving it a substantial executive weight and a protective high-gloss UV finish.\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px;\"\u003e\n          \u003cstrong\u003eMechanical Precision:\u003c\/strong\u003e Highly detailed Pratt \u0026amp; Whitney GTF engine nacelles with manually rotating fan blades and a durable detachable landing gear system.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex: 1; min-width: 300px; padding-left: 10px;\"\u003e\n      \u003ch3 style=\"font-weight: 600; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1.5px; color: #dc0018; margin-bottom: 15px;\"\u003eInteractive Presence\u003c\/h3\u003e\n      \u003cp style=\"font-size: 0.95em; color: #555; margin-bottom: 15px;\"\u003e\n        Equipped with an advanced acoustic sensor, the internal LED system illuminates the cockpit and main cabin windows for \u003cstrong\u003e20 to 30-second intervals\u003c\/strong\u003e upon detecting sound or vibration.\n      \u003c\/p\u003e\n      \u003cdiv style=\"background-color: #fcfcfc; border: 1px solid #f0f0f0; padding: 15px; font-size: 0.85em; color: #777; border-left: 3px solid #dc0018;\"\u003e\n        \u003cstrong\u003eEnergy \u0026amp; Care:\u003c\/strong\u003e Integrated internal battery rechargeable via standard USB. This model is a professional technical display and \u003cstrong\u003eis not intended for use as a constant night lamp\u003c\/strong\u003e.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 40px;\"\u003e\n    \u003ch3 style=\"font-weight: 600; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1.5px; color: #dc0018; margin-bottom: 20px; text-align: center;\"\u003eTechnical Specifications\u003c\/h3\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 0.9em;\"\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 12px 0; color: #888;\"\u003eAircraft Model\u003c\/td\u003e\n          \u003ctd style=\"padding: 12px 0; text-align: right; font-weight: 500;\"\u003eAirbus A220-300 (CSeries)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 12px 0; color: #888;\"\u003eScale\u003c\/td\u003e\n          \u003ctd style=\"padding: 12px 0; text-align: right; font-weight: 500;\"\u003e1:100 Executive Scale\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 12px 0; color: #888;\"\u003eDimensions\u003c\/td\u003e\n          \u003ctd style=\"padding: 12px 0; text-align: right; font-weight: 500;\"\u003e\u003cstrong\u003eLength: 15.2 in | Wingspan: 13.8 in\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 12px 0; color: #888;\"\u003eMaterial\u003c\/td\u003e\n          \u003ctd style=\"padding: 12px 0; text-align: right; font-weight: 500;\"\u003eHigh-Density Reinforced Solid Resin\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 12px 0; color: #888;\"\u003eNet Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 12px 0; text-align: right; font-weight: 500;\"\u003eApprox. 1.43 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cfooter style=\"font-size: 0.8em; color: #999; text-align: center; border-top: 1px solid #eee; padding-top: 20px;\"\u003e\n    \u003cp style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eSafety Note:\u003c\/strong\u003e Professional scale model. This is not a toy. Detachable landing gear with rotating wheels is designed for stationary display; handle with care during assembly.\u003c\/p\u003e\n    \u003cp style=\"margin-bottom: 20px;\"\u003e\u003cstrong\u003eAssembly:\u003c\/strong\u003e Precision snap-fit design for wings and landing gear. Includes a premium mahogany-style base with alloy support arm.\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 3px; text-transform: uppercase; font-weight: 700; color: #dc0018; margin-top: 30px;\"\u003eSWISS: Made of Switzerland\u003c\/p\u003e\n    \u003cp style=\"font-size: 0.9em; color: #bbb;\"\u003eFlying Dreams | We Sell Dreams\u003c\/p\u003e\n  \u003c\/footer\u003e\n  \n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\u003cdiv\u003e\u003cp\u003e\u003c\/p\u003e\u003c\/div\u003e\u003cdiv style=\"width: 790px;\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/dbf7424a5072423eb0bed03e1ee7ea87.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/48c9833df7a5465c9f630babad8ab8e5.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/8af581570769490a85d9ca4de636360d.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/5fd77c4d67ba4171a0bc5bc82301da74.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/c23cf086d5594532b523d35579d660aa.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/bdcf2b4ff15b41f28230fd2a6fbaaf26.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e \u003cimg src=\"https:\/\/dropshipping.oss-cn-hongkong.aliyuncs.com\/ai\/img\/1KKKRN29QIO00\/708e52fcf91d4cdf9f6e679025582365.jpg\" style=\"display: block; width: 100%; height: auto;\"\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: none;\"\u003e\u003cp\u003e{\"styleType\":\"offer-type-1\",\"items\":\"667659874866,544597766234,996319625529,1041072812226,742284032463,1032061470661,1052463457153,1052016896862\",\"usemap\":\"_sdmap_13\"}\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003e\u003c\/p\u003e\n\u003c\/div\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Flying Dreams International","offers":[{"title":"LED Lights","offer_id":53230528626982,"sku":"6252731082130","price":129.99,"currency_code":"USD","in_stock":true},{"title":"No Lights","offer_id":53230528594214,"sku":"6252731082129","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/9589\/4822\/files\/5d6e02836d2e49a584e09b787a381f24.jpg?v=1781884385"}],"url":"https:\/\/flyingdreamsint.com\/en-us\/collections\/swiss-international.oembed","provider":"Flying Dreams International","version":"1.0","type":"link"}