{"product_id":"mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament","title":"Mechanical Running Horse Metal Model Kits 165PCS Car Dashboard Ornament","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\u003eMechanical Running Horse DIY Model Kit | Solar \u0026amp; USB Powered | 165-Piece Metal Assembly\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary: #1A1A1A;\n            --accent: #FF9500;\n            --success: #4CAF50;\n            --warning: #FF9500;\n            --danger: #FF7A00;\n            --light-bg: #F5F5F5;\n            --white: #FFFFFF;\n            --gray-text: #666666;\n            --light-text: #999999;\n            --silver: #C0C0C0;\n            --dark-silver: #808080;\n        }\n\n        body {\n            font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;\n            color: var(--primary);\n            background: linear-gradient(135deg, #F1EFE8 0%, #FFFFFF 50%, #F5F3ED 100%);\n            line-height: 1.7;\n        }\n\n        \/* ==================== MEGA BANNER ==================== *\/\n        \/* ==================== INFO BANNER ==================== *\/\n        .info-banner {\n            background: linear-gradient(90deg, rgba(226,75,74,0.1) 0%, rgba(186,117,23,0.1) 100%);\n            padding: 1rem 2rem;\n            text-align: center;\n            border-bottom: 1px solid rgba(226,75,74,0.2);\n        }\n\n        .info-banner p {\n            margin: 0;\n            font-size: 0.95rem;\n            color: var(--primary);\n        }\n\n        .info-banner .next-price {\n            font-weight: 600;\n            color: var(--warning);\n        }\n\n        \/* ==================== HEADER ==================== *\/\n        header {\n            background: white;\n            padding: 1.5rem 2rem;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        header nav {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--primary);\n        }\n\n        .flash-tag {\n            background: var(--warning);\n            color: white;\n            padding: 0.4rem 0.8rem;\n            border-radius: 4px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        \/* ==================== HERO SECTION ==================== *\/\n        .hero {\n            max-width: 1200px;\n            margin: 2.5rem auto;\n            padding: 0 2rem;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n\n        .hero-left h1 {\n            font-size: 2.8rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1rem;\n            color: var(--primary);\n        }\n\n        .hero-left .subtitle {\n            font-size: 1.3rem;\n            color: var(--gray-text);\n            margin-bottom: 1.5rem;\n            font-weight: 500;\n        }\n\n        .hero-left .tagline {\n            font-size: 1rem;\n            color: var(--primary);\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        .hero-story {\n            background: linear-gradient(135deg, rgba(226, 75, 74, 0.08) 0%, rgba(186, 117, 23, 0.08) 100%);\n            padding: 1.75rem;\n            border-radius: 12px;\n            border-left: 4px solid var(--warning);\n            margin-bottom: 2rem;\n        }\n\n        .hero-story p {\n            color: var(--primary);\n            margin-bottom: 1rem;\n            font-size: 0.98rem;\n            line-height: 1.8;\n        }\n\n        .hero-story p:last-child {\n            margin-bottom: 0;\n        }\n\n        .cta-group {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .btn-primary {\n            flex: 1;\n            min-width: 200px;\n            padding: 1.2rem;\n            background: linear-gradient(135deg, var(--warning) 0%, var(--danger) 100%);\n            color: white;\n            border: none;\n            border-radius: 8px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(226, 75, 74, 0.25);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 24px rgba(226, 75, 74, 0.4);\n        }\n\n        .btn-secondary {\n            padding: 1.2rem 2rem;\n            border: 2px solid var(--accent);\n            color: var(--accent);\n            background: transparent;\n            border-radius: 8px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .btn-secondary:hover {\n            background: var(--accent);\n            color: white;\n        }\n\n        .hero-right {\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 400px;\n            background: radial-gradient(circle at 30% 30%, rgba(186, 117, 23, 0.1), transparent 50%);\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        \/* ==================== USE CASES ==================== *\/\n        .use-cases {\n            max-width: 1200px;\n            margin: 3.5rem auto;\n            padding: 0 2rem;\n        }\n\n        .use-cases h2 {\n            font-size: 2rem;\n            margin-bottom: 2.5rem;\n            color: var(--primary);\n            text-align: center;\n        }\n\n        .cases-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n        }\n\n        .case {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n        }\n\n        .case:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 32px rgba(0,0,0,0.12);\n        }\n\n        .case-image {\n            width: 100%;\n            height: 200px;\n            background: linear-gradient(135deg, rgba(186, 117, 23, 0.1), rgba(99, 153, 34, 0.1));\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 4rem;\n        }\n\n        .case-content {\n            padding: 1.75rem;\n        }\n\n        .case-content h3 {\n            font-size: 1.3rem;\n            margin-bottom: 0.75rem;\n            color: var(--primary);\n        }\n\n        .case-content p {\n            color: var(--light-text);\n            line-height: 1.8;\n            font-size: 0.95rem;\n        }\n\n        .case-content .power {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid var(--light-bg);\n            font-size: 0.9rem;\n            color: var(--accent);\n            font-weight: 600;\n        }\n\n        \/* ==================== POWER SECTION ==================== *\/\n        .power-section {\n            max-width: 1200px;\n            margin: 3.5rem auto;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, rgba(99, 153, 34, 0.05) 0%, rgba(186, 117, 23, 0.05) 100%);\n            border-radius: 16px;\n        }\n\n        .power-section h2 {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 2.5rem;\n            color: var(--primary);\n        }\n\n        .power-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n        }\n\n        .power-method {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 12px;\n            border-top: 4px solid var(--success);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        }\n\n        .power-method:nth-child(2) {\n            border-top-color: var(--accent);\n        }\n\n        .power-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        .power-method h3 {\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            color: var(--primary);\n        }\n\n        .power-method p {\n            color: var(--light-text);\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        .power-features {\n            list-style: none;\n        }\n\n        .power-features li {\n            padding: 0.5rem 0;\n            color: var(--gray-text);\n            font-size: 0.95rem;\n        }\n\n        .power-features li:before {\n            content: \"✓ \";\n            color: var(--success);\n            font-weight: 700;\n            margin-right: 0.5rem;\n        }\n\n        \/* ==================== SELLING POINTS ==================== *\/\n        .selling-points {\n            max-width: 1200px;\n            margin: 3.5rem auto;\n            padding: 0 2rem;\n        }\n\n        .selling-points h2 {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 2.5rem;\n            color: var(--primary);\n        }\n\n        .points-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n        }\n\n        .point-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            border-top: 4px solid var(--accent);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n        }\n\n        .point-card:nth-child(2) { border-top-color: var(--success); }\n        .point-card:nth-child(3) { border-top-color: #185FA5; }\n\n        .point-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 24px rgba(0,0,0,0.12);\n        }\n\n        .point-card .icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .point-card h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            color: var(--primary);\n        }\n\n        .point-card p {\n            color: var(--light-text);\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        \/* ==================== PRICING ==================== *\/\n        .pricing {\n            max-width: 1200px;\n            margin: 3.5rem auto;\n            padding: 3rem 2rem;\n        }\n\n        .pricing h2 {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 2rem;\n            color: var(--primary);\n        }\n\n        .bundle-section {\n            margin-bottom: 3rem;\n        }\n\n        .bundle-section h3 {\n            font-size: 1.5rem;\n            margin-bottom: 1.5rem;\n            color: var(--primary);\n        }\n\n        .bundle-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n        }\n\n        .bundle {\n            background: white;\n            border: 2px solid var(--light-bg);\n            border-radius: 12px;\n            padding: 1.5rem;\n            text-align: center;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            position: relative;\n        }\n\n        .bundle:hover {\n            border-color: var(--accent);\n            box-shadow: 0 8px 20px rgba(186, 117, 23, 0.15);\n        }\n\n        .bundle.featured {\n            border-color: var(--warning);\n            box-shadow: 0 8px 20px rgba(226, 75, 74, 0.2);\n            transform: scale(1.02);\n        }\n\n        .bundle .badge {\n            background: var(--warning);\n            color: white;\n            padding: 0.5rem;\n            border-radius: 6px;\n            margin: -1.5rem -1.5rem 1rem -1.5rem;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .bundle .qty {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n        }\n\n        .bundle .original-price {\n            font-size: 0.9rem;\n            color: var(--light-text);\n            text-decoration: line-through;\n            margin-bottom: 0.5rem;\n        }\n\n        .bundle .price-large {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: var(--accent);\n            margin: 0.75rem 0;\n        }\n\n        .bundle .per-unit {\n            font-size: 0.9rem;\n            color: var(--gray-text);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n        }\n\n        .bundle .savings {\n            display: inline-block;\n            padding: 0.5rem 1rem;\n            background: var(--success);\n            color: white;\n            border-radius: 6px;\n            font-weight: 600;\n            font-size: 0.85rem;\n            margin-top: 1rem;\n        }\n\n        .bundle .scenario {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid var(--light-bg);\n            font-size: 0.85rem;\n            color: var(--primary);\n            line-height: 1.6;\n        }\n\n        \/* ==================== SPECS ==================== *\/\n        .specs {\n            max-width: 1200px;\n            margin: 3.5rem auto;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, var(--light-bg) 0%, white 100%);\n            border-radius: 16px;\n        }\n\n        .specs h2 {\n            font-size: 2rem;\n            margin-bottom: 2rem;\n            color: var(--primary);\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 2rem;\n        }\n\n        .spec {\n            text-align: center;\n        }\n\n        .spec-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .spec h3 {\n            font-size: 1.1rem;\n            margin-bottom: 0.75rem;\n            color: var(--primary);\n        }\n\n        .spec p {\n            font-size: 0.95rem;\n            color: var(--light-text);\n        }\n\n        \/* ==================== FAQ ==================== *\/\n        .faq {\n            max-width: 900px;\n            margin: 3.5rem auto;\n            padding: 0 2rem;\n        }\n\n        .faq h2 {\n            font-size: 2rem;\n            margin-bottom: 2rem;\n            color: var(--primary);\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            border-bottom: 1px solid var(--light-bg);\n            padding-bottom: 1.5rem;\n        }\n\n        .faq-item h3 {\n            font-size: 1.1rem;\n            color: var(--primary);\n            margin-bottom: 0.75rem;\n            cursor: pointer;\n            user-select: none;\n        }\n\n        .faq-item p {\n            color: var(--light-text);\n            line-height: 1.8;\n        }\n\n        \/* ==================== FOOTER ==================== *\/\n        footer {\n            background: var(--primary);\n            color: white;\n            padding: 3rem 2rem;\n            margin-top: 3.5rem;\n            text-align: center;\n        }\n\n        footer p {\n            margin-bottom: 0.75rem;\n            opacity: 0.8;\n        }\n\n        \/* ==================== RESPONSIVE ==================== *\/\n        @media (max-width: 1024px) {\n            .mega-banner-content {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n                padding: 1.5rem;\n            }\n\n            .price-highlight,\n            .countdown {\n                border: none;\n                border-bottom: 2px solid rgba(255,255,255,0.2);\n                padding-bottom: 1rem;\n                margin-bottom: 1rem;\n            }\n\n            .inventory {\n                border: none;\n                padding-bottom: 0;\n                margin-bottom: 0;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n                margin: 1.5rem auto;\n            }\n\n            .hero-left h1 {\n                font-size: 2rem;\n            }\n\n            .cases-grid,\n            .points-grid,\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .power-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .bundle-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .cta-group {\n                flex-direction: column;\n            }\n\n            .btn-primary {\n                min-width: 100%;\n            }\n\n            .bundle.featured {\n                transform: scale(1);\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- 信息 BANNER - 优化版 --\u003e\n    \u003cdiv style=\"background: linear-gradient(90deg, #1A1A1A 0%, #2A2A2A 100%); padding: 2rem; margin: 0;\"\u003e\n        \u003cdiv style=\"max-width: 1200px; margin: 0 auto;\"\u003e\n            \u003cdiv style=\"text-align: center; color: white; font-weight: 700; font-size: 1.1rem; margin-bottom: 1.5rem;\"\u003e\n                ⚡ PRICES INCREASE IN 48 HOURS - BUY NOW AT LOWEST PRICE\n            \u003c\/div\u003e\n            \n            \u003cdiv style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;\"\u003e\n                \u003c!-- 当前价格 - 最突出 --\u003e\n                \u003cdiv style=\"background: linear-gradient(135deg, #FF9500 0%, #FF7A00 100%); padding: 1.5rem; border-radius: 8px; text-align: center; box-shadow: 0 12px 32px rgba(255,149,0,0.4); border: 3px solid #FFB84D; position: relative; transform: scale(1.1);\"\u003e\n                    \u003cdiv style=\"position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #1A1A1A; color: #FF9500; padding: 0.4rem 1.2rem; border-radius: 20px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; white-space: nowrap; box-shadow: 0 4px 12px rgba(26,26,26,0.4); border: 2px solid #FF9500;\"\u003e🔥 FLASH SALE NOW\u003c\/div\u003e\n                    \n                    \u003cdiv style=\"font-size: 0.9rem; color: white; font-weight: 600; margin-top: 0.5rem; text-transform: uppercase; letter-spacing: 1px;\"\u003eLast 48 Hours\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 3.5rem; font-weight: 900; color: white; margin: 0.5rem 0; line-height: 1;\"\u003e$69.99\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.9rem; color: #1A1A1A; font-weight: 700; background: rgba(255,255,255,0.2); padding: 0.5rem; border-radius: 4px;\"\u003e✓ Save 30% Today\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 5月14日价格 --\u003e\n                \u003cdiv style=\"background: white; padding: 1.5rem; border-radius: 8px; text-align: center; border: 2px solid #FF9500; box-shadow: 0 4px 12px rgba(255,149,0,0.2);\"\u003e\n                    \u003cdiv style=\"font-size: 0.85rem; color: #FF9500; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem;\"\u003eMay 14-21\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 2.5rem; font-weight: 900; color: #1A1A1A;\"\u003e$79.99\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.8rem; color: #FF9500; margin-top: 0.5rem; font-weight: 600;\"\u003e20% OFF\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 5月22日价格 --\u003e\n                \u003cdiv style=\"background: white; padding: 1.5rem; border-radius: 8px; text-align: center; border: 2px solid #C0C0C0; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\"\u003e\n                    \u003cdiv style=\"font-size: 0.85rem; color: #808080; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem;\"\u003eAfter May 22\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 2.5rem; font-weight: 900; color: #333;\"\u003e$89.99\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.8rem; color: #808080; margin-top: 0.5rem;\"\u003e10% OFF\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"text-align: center; color: white; margin-top: 1.5rem; font-weight: 600; font-size: 0.95rem;\"\u003e\n                ✅ Free Shipping  |  🔄 30-Day Returns  |  🛡️ 1-Year Warranty\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HEADER --\u003e\n    \u003cheader\u003e\n        \u003cnav\u003e\n            \u003cdiv class=\"logo\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"flash-tag\"\u003e\u003c\/div\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"hero-left\"\u003e\n            \u003ch1\u003eBuild Your Own Horse That Never Stops Running\u003c\/h1\u003e\n\n            \u003cp class=\"tagline\"\u003e\n                A horse of endless spirit and motion, brought to life by light and precision. Every gear, rod, and linkage is a celebration of curiosity, creativity, and relentless energy, transforming a simple desk into a stage of inspiration. More than a model, it is a companion for those who chase dreams, embrace freedom, and live with passion—reminding us that life, like this horse, is meant to move forward, boldly and endlessly.\n            \u003c\/p\u003e\n\n            \u003cdiv style=\"text-align: center; margin-top: 2.5rem; padding: 1.5rem; background: rgba(186, 117, 23, 0.1); border-radius: 8px; margin-bottom: 2rem;\"\u003e\n                \u003cp style=\"font-size: 1.1rem; color: var(--primary); margin: 0; font-weight: 500;\"\u003eWatch it run. Feel it move. Let it inspire.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cta-group\"\u003e\n                \u003ca href=\"https:\/\/www.stirlingkit.com\/products\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament\" style=\"display: inline-block; padding: 1.3rem 2rem; background: linear-gradient(135deg, var(--accent) 0%, var(--accent) 100%); color: white; border: none; border-radius: 8px; font-size: 1.1rem; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(255, 149, 0, 0.3); transition: all 0.3s ease; text-decoration: none;\" onmouseover=\"this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 20px rgba(255, 149, 0, 0.4)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(255, 149, 0, 0.3)';\"\u003e🔥 ORDER NOW - Only $69.99\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- 使用场景 - 简化版 --\u003e\n    \u003csection class=\"use-cases\"\u003e\n        \u003ch2\u003eWhere to Use Your Mechanical Horse\u003c\/h2\u003e\n        \u003cdiv style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem;\"\u003e\n            \u003cdiv style=\"background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-8px)'; this.style.boxShadow='0 12px 32px rgba(0,0,0,0.12)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.08)';\"\u003e\n                \u003cdiv style=\"width: 100%; height: 160px; background: linear-gradient(135deg, rgba(186, 117, 23, 0.1), rgba(99, 153, 34, 0.1)); display: flex; align-items: center; justify-content: center; font-size: 3.5rem;\"\u003e🏢\u003c\/div\u003e\n                \u003cdiv style=\"padding: 1.5rem;\"\u003e\n                    \u003ch3 style=\"font-size: 1.2rem; color: var(--primary); margin-bottom: 0.75rem;\"\u003eYour Desk\u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); font-size: 0.95rem; line-height: 1.6; margin: 0;\"\u003eA constant reminder to keep moving. Watch it run while you work. Pure inspiration.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-8px)'; this.style.boxShadow='0 12px 32px rgba(0,0,0,0.12)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.08)';\"\u003e\n                \u003cdiv style=\"width: 100%; height: 160px; background: linear-gradient(135deg, rgba(186, 117, 23, 0.1), rgba(99, 153, 34, 0.1)); display: flex; align-items: center; justify-content: center; font-size: 3.5rem;\"\u003e🚗\u003c\/div\u003e\n                \u003cdiv style=\"padding: 1.5rem;\"\u003e\n                    \u003ch3 style=\"font-size: 1.2rem; color: var(--primary); margin-bottom: 0.75rem;\"\u003eYour Car\u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); font-size: 0.95rem; line-height: 1.6; margin: 0;\"\u003eDashboard companion that moves with you. Solar powered while you drive. The ultimate conversation starter.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-8px)'; this.style.boxShadow='0 12px 32px rgba(0,0,0,0.12)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.08)';\"\u003e\n                \u003cdiv style=\"width: 100%; height: 160px; background: linear-gradient(135deg, rgba(186, 117, 23, 0.1), rgba(99, 153, 34, 0.1)); display: flex; align-items: center; justify-content: center; font-size: 3.5rem;\"\u003e🌳\u003c\/div\u003e\n                \u003cdiv style=\"padding: 1.5rem;\"\u003e\n                    \u003ch3 style=\"font-size: 1.2rem; color: var(--primary); margin-bottom: 0.75rem;\"\u003eYour Garden\u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); font-size: 0.95rem; line-height: 1.6; margin: 0;\"\u003eStainless steel forever sculpture. Runs endlessly in sunlight. No maintenance, no batteries. Pure motion.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Why This Model Kit - 4大卖点 + 横版图片 --\u003e\n    \u003csection style=\"max-width: 1200px; margin: 3.5rem auto; padding: 0 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 2rem; text-align: center; margin-bottom: 3rem; color: var(--primary);\"\u003eWhy This Mechanical Horse Model Kit?\u003c\/h2\u003e\n        \n        \u003cdiv style=\"display: grid; grid-template-columns: 1fr; gap: 4rem;\"\u003e\n            \n            \u003c!-- 卖点1：Never Stop Running --\u003e\n            \u003cdiv\u003e\n                \u003cdiv style=\"position: relative; width: 100%; margin-bottom: 2rem; padding-top: 37.5%;\"\u003e\n                    \u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; border: none;\" src=\"https:\/\/www.youtube.com\/embed\/p-i7E_tmQyI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch3 style=\"font-size: 1.5rem; color: var(--primary); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem;\"\u003e\n                        \u003cspan style=\"font-size: 2rem;\"\u003e⚡\u003c\/span\u003e\n                        Never Stop Running – Endless Motion \u0026amp; Inspiration\n                    \u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 1.05rem; margin: 0;\"\u003e\n                        Powered by sunlight or USB, this mechanical horse moves continuously, bringing energy and life to your desk, shelf, or car dashboard. A symbol of perseverance and creativity.\n                    \u003c\/p\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0134\/7446\/3808\/files\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament-for-sale-stirlingkit_1.jpg?v=1778586282\" alt=\"Mechanical Horse Product\" style=\"width: 100%; height: auto; margin-top: 1.5rem; border-radius: 8px;\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点2：Hands-On Build --\u003e\n            \u003cdiv\u003e\n                \u003cdiv\u003e\n                    \u003ch3 style=\"font-size: 1.5rem; color: var(--primary); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem;\"\u003e\n                        \u003cspan style=\"font-size: 2rem;\"\u003e🛠️\u003c\/span\u003e\n                        Hands-On, Rewarding Build\n                    \u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 1.05rem; margin: 0;\"\u003e\n                        165 precision-cut parts snap together with press-fit connections—no glue or soldering needed. Step-by-step instructions and tools included. Learn mechanics, gears, and solar power in a fun, engaging DIY project.\n                    \u003c\/p\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0134\/7446\/3808\/files\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament-for-sale-stirlingkit_4.jpg?v=1778586283\" alt=\"Assembly Instructions\" style=\"width: 100%; height: auto; margin-top: 1.5rem; border-radius: 8px;\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点3：Industrial Art --\u003e\n            \u003cdiv\u003e\n                \u003cdiv\u003e\n                    \u003ch3 style=\"font-size: 1.5rem; color: var(--primary); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem;\"\u003e\n                        \u003cspan style=\"font-size: 2rem;\"\u003e🎨\u003c\/span\u003e\n                        Industrial Art Meets STEM\n                    \u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 1.05rem; margin: 0;\"\u003e\n                        Stainless steel and carbon fiber construction with exposed gears and linkages. A kinetic sculpture that's both visually striking and educational—perfect for hobbyists, engineers, educators, or anyone who loves design and innovation.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点4：Gift That Keeps Giving --\u003e\n            \u003cdiv\u003e\n                \u003cdiv\u003e\n                    \u003ch3 style=\"font-size: 1.5rem; color: var(--primary); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem;\"\u003e\n                        \u003cspan style=\"font-size: 2rem;\"\u003e🎁\u003c\/span\u003e\n                        A Gift That Keeps Giving\n                    \u003c\/h3\u003e\n                    \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 1.05rem; margin: 0;\"\u003e\n                        Inspire friends, family, or colleagues with a unique, interactive, and meaningful gift. Combines creativity, learning, and art—all in one moving masterpiece.\n                    \u003c\/p\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0134\/7446\/3808\/files\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament-for-sale-stirlingkit_3.jpg?v=1778586282\" alt=\"Gift Presentation\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0134\/7446\/3808\/files\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament-for-sale-stirlingkit_2.jpg?v=1778586283\" alt=\"Gift Display\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"power-section\"\u003e\n        \u003ch2\u003eTwo Convenient Power Options\u003c\/h2\u003e\n        \u003cdiv style=\"max-width: 900px; margin: 0 auto; padding: 0 2rem; text-align: center; margin-bottom: 2rem;\"\u003e\n            \u003cp style=\"font-size: 1.05rem; color: var(--light-text); line-height: 1.8;\"\u003e\n                Choose the power solution that works best for you. Whether you prefer the freedom of solar energy or the reliability of USB charging, your mechanical horse will keep running. Both options are included—pick whichever suits your lifestyle.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"power-grid\"\u003e\n            \u003cdiv class=\"power-method\"\u003e\n                \u003cdiv class=\"power-icon\"\u003e☀️\u003c\/div\u003e\n                \u003ch3\u003eSolar Power\u003c\/h3\u003e\n                \u003cp\u003eFree, endless operation powered by natural light. Perfect for outdoor and bright indoor spaces.\u003c\/p\u003e\n                \u003cul class=\"power-features\"\u003e\n                    \u003cli\u003eRuns indefinitely in sunlight\u003c\/li\u003e\n                    \u003cli\u003eWorks indoors near windows\u003c\/li\u003e\n                    \u003cli\u003eZero ongoing costs\u003c\/li\u003e\n                    \u003cli\u003eWeather-resistant design\u003c\/li\u003e\n                    \u003cli\u003eEco-friendly solution\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"power-method\"\u003e\n                \u003cdiv class=\"power-icon\"\u003e🔌\u003c\/div\u003e\n                \u003ch3\u003eUSB Charging\u003c\/h3\u003e\n                \u003cp\u003eReliable, controlled operation for any environment. Full charger included.\u003c\/p\u003e\n                \u003cul class=\"power-features\"\u003e\n                    \u003cli\u003e8-12 hours per charge\u003c\/li\u003e\n                    \u003cli\u003e1 hour charge time\u003c\/li\u003e\n                    \u003cli\u003eWorks anywhere indoors\u003c\/li\u003e\n                    \u003cli\u003eCharger included\u003c\/li\u003e\n                    \u003cli\u003eReusable for 5+ years\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- 定价 \u0026 套餐 --\u003e\n    \u003csection class=\"pricing\"\u003e\n        \u003ch2\u003eBundle Offer - Save More\u003c\/h2\u003e\n        \n        \u003cdiv class=\"bundle-section\"\u003e\n            \u003ch3\u003e🎁 Flash Sale Ends May 13th 23:59pm (30% OFF)\u003c\/h3\u003e\n            \u003cdiv class=\"bundle-grid\"\u003e\n                \u003cdiv class=\"bundle\"\u003e\n                    \u003cdiv class=\"qty\"\u003e1PC\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.9rem; color: var(--light-text); margin-bottom: 0.75rem;\"\u003eSingle Mechanical Horse\u003c\/div\u003e\n                    \u003cdiv class=\"original-price\"\u003e$99.99\u003c\/div\u003e\n                    \u003cdiv class=\"price-large\"\u003e$69.99\u003c\/div\u003e\n                    \u003cdiv class=\"per-unit\"\u003eEach $69.99\u003c\/div\u003e\n                    \u003cdiv class=\"savings\"\u003e💰 Save 30%\u003c\/div\u003e\n                    \u003cdiv class=\"scenario\"\u003e\n                        📍 Try DIY Assembly\u003cbr\u003e\n                        or Gift One Horse\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bundle featured\"\u003e\n                    \u003cdiv class=\"badge\"\u003e⭐ RECOMMENDED ⭐\u003c\/div\u003e\n                    \u003cdiv class=\"qty\"\u003e2PCS\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.9rem; color: var(--light-text); margin-bottom: 0.75rem;\"\u003eTwo Mechanical Horses\u003c\/div\u003e\n                    \u003cdiv class=\"original-price\"\u003e$195.00\u003c\/div\u003e\n                    \u003cdiv class=\"price-large\" style=\"color: var(--warning);\"\u003e$136.50\u003c\/div\u003e\n                    \u003cdiv class=\"per-unit\"\u003eEach $68.25\u003c\/div\u003e\n                    \u003cdiv class=\"savings\"\u003e💰 Save 30%\u003c\/div\u003e\n                    \u003cdiv class=\"scenario\"\u003e\n                        ✓ Office + Car\u003cbr\u003e\n                        ✓ Double the Joy\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bundle\"\u003e\n                    \u003cdiv class=\"qty\"\u003e3PCS\u003c\/div\u003e\n                    \u003cdiv style=\"font-size: 0.9rem; color: var(--light-text); margin-bottom: 0.75rem;\"\u003eComplete Collection\u003c\/div\u003e\n                    \u003cdiv class=\"original-price\"\u003e$289.98\u003c\/div\u003e\n                    \u003cdiv class=\"price-large\"\u003e$202.99\u003c\/div\u003e\n                    \u003cdiv class=\"per-unit\"\u003eEach $67.66\u003c\/div\u003e\n                    \u003cdiv class=\"savings\"\u003e💰 Save 30%\u003c\/div\u003e\n                    \u003cdiv class=\"scenario\"\u003e\n                        ✓ Office + Car + Outdoor\u003cbr\u003e\n                        ✓ Complete Horse Collection\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- 规格 --\u003e\n    \u003csection class=\"specs\"\u003e\n        \u003ch2\u003eMechanical Horse Model Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"spec\"\u003e\n                \u003cdiv class=\"spec-icon\"\u003e⚙️\u003c\/div\u003e\n                \u003ch3\u003e165-Piece Horse Kit\u003c\/h3\u003e\n                \u003cp\u003ePrecision-engineered parts in stainless steel \u0026amp; carbon fiber\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"spec\"\u003e\n                \u003cdiv class=\"spec-icon\"\u003e☀️🔌\u003c\/div\u003e\n                \u003ch3\u003eDual Power Options\u003c\/h3\u003e\n                \u003cp\u003eSolar + USB charging for flexible horse operation\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"spec\"\u003e\n                \u003cdiv class=\"spec-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3\u003e2-3 Hour Assembly\u003c\/h3\u003e\n                \u003cp\u003ePress-fit design, no tools needed\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"spec\"\u003e\n                \u003cdiv class=\"spec-icon\"\u003e🎨\u003c\/div\u003e\n                \u003ch3\u003eIndustrial Design\u003c\/h3\u003e\n                \u003cp\u003e304 Stainless Steel + PLA Carbon Fiber | Weather-Resistant\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- 常见问题 - 卡片式设计 --\u003e\n    \u003csection style=\"max-width: 1000px; margin: 3rem auto; padding: 0 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 1.8rem; text-align: center; margin-bottom: 3rem; color: var(--primary);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \n        \u003cdiv style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;\"\u003e\n            \n            \u003c!-- Q1 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eWhat's included in the kit?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003e165 parts, assembly tools, instruction manual, USB charger, and lifetime video tutorials. Everything you need to build.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q2 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eHow long does assembly take?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003e2-3 hours typically. Press-fit connections—no glue or soldering. Beginners can do it with the step-by-step guide.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q3 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eDo I need special skills?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eNo. Tools included. Just follow the instructions. We designed it specifically for beginners.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q4 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eHow long does it run?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eSolar: Indefinitely in light. USB: 8-12 hours per charge. No batteries to replace ever.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q5 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eSolar or USB—which is better?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eBoth included! Use solar outdoors, USB indoors. Switch anytime. Many customers use both depending on location.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q6 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eWill solar work indoors?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eSolar works best outdoors or near windows. In office lighting, use USB charging for reliable operation.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q7 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eCan I use it on my car dashboard?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eYes! Compact size (25×10×17cm), stable, and solar-powered while driving. Never needs charging during the day.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q8 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eIs it durable?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eVery. 304 stainless steel won't rust. Built to last 10+ years with zero maintenance. Works anywhere.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q9 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eWhat if I get stuck?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eVideo tutorials and detailed manual cover most questions. Email support responds within 24 hours. We're here to help.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q10 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003e1PC vs 2PCS vs 3PCS?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003eEach is one complete horse. Buy 1 for one, 2 for two, 3 for three. Bulk pricing saves money per unit.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q11 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eWhat's your return policy?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003e30-day money-back guarantee. 1-year warranty on defects. No questions asked. We stand behind our product.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Q12 --\u003e\n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 12px; border-left: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n                \u003ch3 style=\"font-size: 1rem; color: var(--primary); margin-bottom: 1rem; font-weight: 700;\"\u003eIs this a good gift?\u003c\/h3\u003e\n                \u003cp style=\"color: var(--light-text); line-height: 1.8; font-size: 0.95rem; margin: 0;\"\u003ePerfect for engineers, designers, makers, dreamers. Unique, interactive, meaningful. 342+ customers gave it 5 stars as a gift.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- 最后 CTA --\u003e\n    \u003csection style=\"max-width: 1200px; margin: 3rem auto; padding: 0 2rem; text-align: center;\"\u003e\n        \u003ch2 style=\"font-size: 2rem; margin-bottom: 2rem; color: var(--primary);\"\u003eGet Your Mechanical Horse Today\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.1rem; color: var(--gray-text); margin-bottom: 2rem;\"\u003e\n            Flash sale pricing: $69.99 (was $99.99)\u003cbr\u003e\n            Available until May 13th 23:59pm. Free worldwide shipping.\n        \u003c\/p\u003e\n        \u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n            \u003ca href=\"https:\/\/www.stirlingkit.com\/products\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament\" style=\"min-width: 300px; font-size: 1.2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, var(--accent) 0%, #FF7A00 100%); color: white; border: none; border-radius: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; box-shadow: 0 4px 12px rgba(255,149,0,0.3); text-decoration: none; transition: all 0.3s ease; display: inline-block; text-align: center;\" onmouseover=\"this.style.transform='translateY(-2px)'; this.style.boxShadow='0 6px 20px rgba(255,149,0,0.4)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(255,149,0,0.3)';\"\u003e\n                🔥 ORDER NOW - LIMITED TIME\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"margin-top: 2rem; color: var(--light-text); font-size: 0.95rem;\"\u003e\n            ✅ Free Worldwide Shipping | 🔄 30-Day Returns | 🛡️ 1-Year Warranty | 💬 Customer Support Included\n        \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter style=\"background: var(--primary); color: white; padding: 3rem 2rem; text-align: center; margin-top: 3rem;\"\u003e\n        \u003cp style=\"margin: 0 0 1rem 0; font-size: 0.95rem;\"\u003e© 2026 Mechanical Running Horse. All rights reserved.\u003c\/p\u003e\n        \u003cp style=\"margin: 0; font-size: 0.85rem; color: rgba(255,255,255,0.8);\"\u003eQuestions? Contact us at support@stirlingkit.com | Free Returns within 30 days\u003c\/p\u003e\n    \u003c\/footer\u003e\n\n\u003c\/body\u003e","brand":"Stirlingkit","offers":[{"title":"1 PC","offer_id":53784904138965,"sku":null,"price":99.99,"currency_code":"USD","in_stock":true},{"title":"2 PCS Save More","offer_id":53784964366549,"sku":null,"price":195.0,"currency_code":"USD","in_stock":true},{"title":"3 PCS Best Value","offer_id":53784964399317,"sku":null,"price":289.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0134\/7446\/3808\/files\/stirlingkit-mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament.gif?v=1778576006","url":"https:\/\/www.stirlingkit.com\/products\/mechanical-running-horse-metal-model-kits-165pcs-car-dashboard-ornament","provider":"Stirlingkit","version":"1.0","type":"link"}