{"title":"1:14 Supercars","description":"\u003cp\u003e🔥 Compact scale, bold design. Discover detailed 1:14 supercars with mechanical features and select powered functions.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","products":[{"product_id":"1-14-cyber-pickup-truck-rc-building-set","title":"1:14 Cyber Pickup Truck RC Building Set — Matte Black","description":"\u003cstyle\u003e\n  \/* ===== 作用域限定：所有样式只影响 .blog-wrap 内部 ===== *\/\n  .blog-wrap,\n  .blog-wrap * {\n    box-sizing: border-box;\n  }\n\n  .blog-wrap {\n    max-width: 840px;\n    width: 100%;\n    margin: 0 auto;\n    background: #0c0c0e;\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n    border: 1px solid #2a2418;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #d0d0d0;\n    line-height: 1.65;\n  }\n\n  .blog-wrap .hero {\n    background: linear-gradient(145deg, #0c0c0e 0%, #1a1a1f 50%, #0c0c0e 100%);\n    padding: 32px 24px 26px;\n    border-bottom: 3px solid #c9a84c;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .blog-wrap .hero::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, #c9a84c 25%, #e8d080 50%, #c9a84c 75%, transparent);\n  }\n\n  .blog-wrap .hero::after {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 360px;\n    height: 360px;\n    background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero-badge {\n    display: inline-block;\n    background: #14141a;\n    color: #c9a84c;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 30px;\n    border: 1px solid #5a4a1a;\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .hero-title {\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.2;\n    color: #f0f0f8;\n    margin: 0 0 8px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .hero-title .accent {\n    background: linear-gradient(135deg, #e8d080, #c9a84c);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .blog-wrap .hero-sub {\n    font-size: 14px;\n    color: #a8a8b8;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ===== 顶部卖点网格：手机端一行3个，共两行 ===== *\/\n  .blog-wrap .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 18px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .feature-item {\n    background: #08080a;\n    border: 1px solid #2a2a30;\n    border-radius: 8px;\n    padding: 10px 6px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 600;\n    color: #f0f0f8;\n    line-height: 1.35;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    min-height: 52px;\n  }\n\n  .blog-wrap .feature-item .fi-icon {\n    font-size: 16px;\n    margin-bottom: 2px;\n    line-height: 1;\n  }\n\n  \/* ===== 展开提示条 ===== *\/\n  .blog-wrap .expand-hint {\n    font-size: 13px;\n    color: #a8a8b8;\n    background: #14141a;\n    border: 1px dashed #5a4a1a;\n    border-radius: 10px;\n    padding: 10px 14px;\n    margin: 0 0 16px;\n    text-align: center;\n  }\n\n  \/* ===== 通用折叠 ===== *\/\n  .blog-wrap details {\n    background: #14141a;\n    border: 1px solid #2a2a30;\n    border-radius: 12px;\n    padding: 0 16px;\n    margin-bottom: 10px;\n    transition: background .2s;\n  }\n\n  .blog-wrap details:hover {\n    background: #1a1a20;\n  }\n\n  .blog-wrap details summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 800;\n    font-size: 16px;\n    color: #f0f0f8;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .blog-wrap details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .blog-wrap details summary::after {\n    content: '▸';\n    margin-left: auto;\n    font-size: 18px;\n    color: #8a7a3a;\n    transition: transform .25s;\n  }\n\n  .blog-wrap details[open] summary::after {\n    transform: rotate(90deg);\n  }\n\n  .blog-wrap details .content {\n    padding: 0 0 18px;\n  }\n\n  .blog-wrap details .content p,\n  .blog-wrap details .content li {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #c8c8d0;\n  }\n\n  .blog-wrap details .content ul {\n    padding-left: 20px;\n    margin: 0 0 12px;\n  }\n\n  .blog-wrap details .content li {\n    margin-bottom: 5px;\n  }\n\n  .blog-wrap .note-box {\n    background: #08080a;\n    border: 1px solid #2a2a30;\n    border-radius: 10px;\n    padding: 12px 16px;\n    margin-top: 6px;\n  }\n\n  .blog-wrap .note-box p {\n    font-size: 13px;\n    color: #c9a84c;\n    margin: 0;\n  }\n\n  \/* ===== 信息面板 \/ 勾选列表 ===== *\/\n  .blog-wrap .info-panel {\n    background: #08080a;\n    border: 1px solid #2a2a30;\n    border-radius: 10px;\n    padding: 12px 16px;\n    margin: 0 0 12px;\n  }\n\n  .blog-wrap .info-panel p {\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: #c8c8d0;\n    margin: 0 0 6px;\n  }\n\n  .blog-wrap .info-panel p:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap .info-panel strong {\n    color: #e8d080;\n    font-weight: 800;\n  }\n\n  .blog-wrap .info-panel p.muted {\n    font-size: 12.5px;\n    color: #8a8a96;\n  }\n\n  .blog-wrap .check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 12px;\n  }\n\n  .blog-wrap .check-list li {\n    position: relative;\n    padding-left: 20px;\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: #c8c8d0;\n    margin-bottom: 6px;\n  }\n\n  .blog-wrap .check-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #c9a84c;\n    font-weight: 800;\n  }\n\n  \/* ===== 正文与引言 ===== *\/\n  .blog-wrap .blog-body {\n    padding: 26px 24px 34px;\n  }\n\n  .blog-wrap .intro-text {\n    font-size: 15px;\n    line-height: 1.8;\n    color: #c8c8d0;\n    margin: 0 0 14px;\n  }\n\n  \/* ===== 两个大折叠 ===== *\/\n  .blog-wrap details.master {\n    background: #0f0f13;\n    border: 1px solid #3a3220;\n    border-radius: 18px;\n    padding: 0 18px;\n    margin-bottom: 18px;\n    transition: border-color .25s;\n  }\n\n  .blog-wrap details.master:hover {\n    background: #0f0f13;\n    border-color: #5a4a1a;\n  }\n\n  .blog-wrap details.master \u003e summary {\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 0;\n    color: #f0f0f8;\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap details.master \u003e summary::after {\n    font-size: 20px;\n    color: #c9a84c;\n  }\n\n  .blog-wrap details.master[open] \u003e summary {\n    border-bottom: 1px solid #2a2a30;\n  }\n\n  .blog-wrap details.master .master-body {\n    padding: 16px 0 18px;\n  }\n\n  .blog-wrap details.master .master-body \u003e details {\n    background: #14141a;\n    margin-bottom: 10px;\n  }\n\n  .blog-wrap details.master .master-body \u003e details:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap details.master .master-body \u003e details \u003e summary {\n    font-size: 15px;\n  }\n\n  \/* ===== 产品参数大标题高亮 ===== *\/\n  .blog-wrap .blog-body h2 {\n    font-size: 20px;\n    font-weight: 900;\n    color: #e8c86a !important;\n    margin: 0 0 8px;\n    letter-spacing: .01em;\n  }\n\n  \/* ===== CTA 框（在 FAQ 大折叠里） ===== *\/\n  .blog-wrap .cta-box {\n    background: linear-gradient(145deg, #1a1a1f, #0c0c0e);\n    border: 1px solid #4a3f1a;\n    border-top: 5px solid #c9a84c;\n    border-radius: 16px;\n    padding: 24px 18px;\n    text-align: center;\n    margin: 18px 0 0;\n  }\n\n  .blog-wrap .cta-box p {\n    font-size: 18px;\n    font-weight: 900;\n    color: #f0f0f8;\n    margin: 0 0 6px;\n    line-height: 1.3;\n  }\n\n  .blog-wrap .cta-box .sub {\n    font-size: 13px;\n    color: #c9a84c;\n    margin: 0 auto;\n    max-width: 460px;\n  }\n\n  \/* ===== feature-callout ===== *\/\n  .blog-wrap .feature-callout {\n    background: #14141a;\n    border: 1px solid #2a2a30;\n    border-radius: 12px;\n    padding: 14px 18px;\n    margin: 0 0 14px;\n    border-left: 4px solid #c9a84c;\n  }\n\n  .blog-wrap .feature-callout p {\n    font-size: 14px;\n    color: #c8c8d0;\n    margin: 0;\n    line-height: 1.75;\n  }\n\n  .blog-wrap .feature-callout strong {\n    color: #e8d080;\n  }\n\n  \/* ===== 规格表 ===== *\/\n  .blog-wrap .spec-scroll {\n    overflow-x: auto;\n  }\n\n  .blog-wrap .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    min-width: 440px;\n  }\n\n  .blog-wrap .spec-table th {\n    text-align: left;\n    padding: 8px 0;\n    color: #8a8a96;\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    border-bottom: 1px solid #2a2a30;\n    width: 42%;\n    vertical-align: top;\n  }\n\n  .blog-wrap .spec-table td {\n    padding: 8px 0;\n    border-bottom: 1px solid #2a2a30;\n    color: #f0f0f8;\n    line-height: 1.6;\n  }\n\n  .blog-wrap .spec-table tr:last-child th,\n  .blog-wrap .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* ===== 法律 \/ 授权 ===== *\/\n  .blog-wrap .legal-details {\n    margin-top: 14px;\n  }\n\n  .blog-wrap .legal-details details {\n    background: #08080a;\n    border-color: #2a2a30;\n  }\n\n  .blog-wrap .legal-details details summary {\n    font-size: 13px;\n    color: #a8a8b8;\n  }\n\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li {\n    font-size: 12.5px;\n    color: #8a8a96;\n  }\n\n  .blog-wrap .legal-details .content table {\n    font-size: 11.5px;\n    width: 100%;\n    border-collapse: collapse;\n    margin: 6px 0 10px;\n    min-width: 400px;\n  }\n\n  .blog-wrap .legal-details .content th {\n    text-align: left;\n    padding: 4px 6px;\n    color: #8a8a96;\n    font-size: 9px;\n    text-transform: uppercase;\n    border-bottom: 1px solid #2a2a30;\n  }\n\n  .blog-wrap .legal-details .content td {\n    padding: 4px 6px;\n    color: #a8a8b8;\n    border-bottom: 1px solid #14141a;\n  }\n\n  .blog-wrap .legal-details .content .note {\n    background: #14141a;\n    border: 1px solid #5a4a1a;\n    border-radius: 6px;\n    padding: 10px 12px;\n    margin: 6px 0 10px;\n  }\n\n  .blog-wrap .legal-details .content .note p {\n    font-size: 11.5px;\n    color: #c9a84c;\n    margin: 0;\n  }\n\n  .blog-wrap .legal-scroll {\n    overflow-x: auto;\n  }\n\n  \/* ===== 响应式 ===== *\/\n  @media (max-width: 640px) {\n    .blog-wrap .hero { padding: 20px 14px 18px; }\n    .blog-wrap .hero-title { font-size: 20px; }\n    .blog-wrap .hero-sub { font-size: 13px; }\n    .blog-wrap .feature-grid { gap: 6px; }\n    .blog-wrap .feature-item { font-size: 11px; padding: 8px 4px; min-height: 48px; }\n    .blog-wrap .feature-item .fi-icon { font-size: 14px; }\n    .blog-wrap .blog-body { padding: 18px 14px 26px; }\n    .blog-wrap .blog-body h2 { font-size: 18px; }\n    .blog-wrap .intro-text { font-size: 14px; }\n    .blog-wrap details { padding: 0 12px; }\n    .blog-wrap details summary { font-size: 15px; }\n    .blog-wrap details.master { padding: 0 12px; border-radius: 14px; }\n    .blog-wrap details.master \u003e summary { font-size: 16px; padding: 16px 0; }\n    .blog-wrap details.master .master-body { padding: 12px 0 14px; }\n    .blog-wrap details.master .master-body \u003e details \u003e summary { font-size: 14px; }\n    .blog-wrap .cta-box { padding: 16px 12px; }\n    .blog-wrap .cta-box p { font-size: 15px; }\n  }\n\n  @media (max-width: 420px) {\n    .blog-wrap .hero-title { font-size: 18px; }\n    .blog-wrap .feature-item { font-size: 10px; padding: 6px 3px; min-height: 44px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"blog-wrap\"\u003e\n\n  \u003c!-- ================= HERO ================= --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e🚀 1:14 Cyber Pickup · Full RC Kit Included\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n\u003cspan class=\"accent\"\u003eBR10634\u003c\/span\u003e Cyber Pickup RC Drift Truck — Matte Black \u0026amp; Steam Spray\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eMatte black body · electroplated accents · 360° in-place drift · rear steam-mist · electric lifting chassis\u003c\/div\u003e\n\n    \u003c!-- 卖点网格：6项，手机端一行3个，共两行 --\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🧩\u003c\/span\u003e1,572 Pieces\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e7–8 Hrs Build Time\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📐\u003c\/span\u003e1:14 Scale\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📏\u003c\/span\u003e41.4 cm Long\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🎮\u003c\/span\u003eFull RC Kit Included\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e💨\u003c\/span\u003e360° Drift + Steam\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blog-body\"\u003e\n\n    \u003c!-- ===== 展开提示 ===== --\u003e\n    \u003cp class=\"expand-hint\"\u003e👇 Tap the two sections below to expand the full specifications and the FAQ.\u003c\/p\u003e\n\n    \u003c!-- ================= 大折叠 1：产品参数（默认闭合） ================= --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e📋 Product Parameters \u0026amp; Specifications\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003ch2\u003e🚀 BR10634 at a Glance\u003c\/h2\u003e\n        \u003cp class=\"intro-text\"\u003eEvery key number in one place – then unfold the full parameter list below.\u003c\/p\u003e\n\n        \u003cdiv class=\"info-panel\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePieces:\u003c\/strong\u003e 1,572 · \u003cstrong\u003eScale:\u003c\/strong\u003e 1:14 · \u003cstrong\u003eBuild time:\u003c\/strong\u003e 7–8 h\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 41.4 × 17.3 × 15.4 cm (16.3 × 6.8 × 6.1 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 39.3 × 19.3 × 20 cm · \u003cstrong\u003eGross:\u003c\/strong\u003e 2.97 kg (6.5 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 2.82 kg (6.2 lb)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge:\u003c\/strong\u003e 14+ · \u003cstrong\u003eFinish:\u003c\/strong\u003e Matte black body with electroplated accents\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Motorized RC set – the complete RC kit is in the box\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeadline features:\u003c\/strong\u003e 360° in-place drift · rear steam-mist · electric adjustable chassis · four openable doors\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"intro-text\"\u003e\u003cstrong\u003eBR10634\u003c\/strong\u003e is a \u003cstrong\u003e1,572-piece 1:14 scale cyber pickup\u003c\/strong\u003e built from precision ABS bricks — a fully motorized RC set with the complete power kit included. Its \u003cstrong\u003ematte black body with electroplated accents\u003c\/strong\u003e and sharp faceted panels give it a bold sci-fi off-road look. Four openable doors reveal a detailed cockpit. Drive it by 2.4G remote with \u003cstrong\u003e360° in-place drifting\u003c\/strong\u003e, a \u003cstrong\u003erear steam-smoke effect\u003c\/strong\u003e, and a \u003cstrong\u003eremote-adjustable lifting chassis\u003c\/strong\u003e — straight out of the box. At \u003cstrong\u003e41.4 cm (16.3 in)\u003c\/strong\u003e long, it's a striking centrepiece that's also incredibly fun to drive.\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-callout\"\u003e\n          \u003cp\u003e\u003cstrong\u003e⚫ Matte Black with Electroplated Accents — A Machine You Build, Then Command\u003c\/strong\u003e\u003cbr\u003eCyberpunk has always been about the tension between the sleek and the raw — neon on wet asphalt, chrome against matte black, technology that feels alive. This truck captures that mood in brick form: a futuristic pickup with a faceted body, exposed mechanicals, and a drivetrain that actually moves.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 产品参数子折叠 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Box\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e1,572 precision ABS bricks\u003c\/strong\u003e — numbered bags by build phase\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMatte-black body\u003c\/strong\u003e with electroplated accents and faceted panels\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFour openable doors\u003c\/strong\u003e, detailed cockpit, roof light rack (LED-ready)\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFull RC kit:\u003c\/strong\u003e 2.4G remote, rechargeable battery box, steam-spray generator, L motor ×4, M motor ×1\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDrift wheels\u003c\/strong\u003e, rubber tyres, full-colour instruction manual\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eFull RC included:\u003c\/strong\u003e everything needed to drive, drift and make mist is in the box. LED light wiring for the roof rack is sold separately.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🎮 Dynamic Functions – All Included\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🔄 360° in-place drift:\u003c\/strong\u003e omni-directional drift wheels enable sideways sliding, in-place spins and multi-angle stunts\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e💨 Rear steam-mist effect:\u003c\/strong\u003e simulated exhaust vapour from the rear — use \u003cstrong\u003eclean water only\u003c\/strong\u003e in the sprayer\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e📐 Electric adjustable chassis:\u003c\/strong\u003e raise or lower ground clearance by remote\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e📡 2.4G wireless remote:\u003c\/strong\u003e stable signal for interference-free multi-car play\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🚪 Four openable doors:\u003c\/strong\u003e access the detailed interior cockpit\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eBattery note:\u003c\/strong\u003e the set ships with a rechargeable battery box – batteries not included. Use clean water only in the sprayer.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🚀 Design \u0026amp; Mechanical Detail\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMatte-black finish with electroplated accents\u003c\/strong\u003e — a bold, sci-fi off-road look\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFaceted body panels\u003c\/strong\u003e — sharp, futuristic lines\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFour openable doors\u003c\/strong\u003e reveal a detailed cockpit\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRoof light rack\u003c\/strong\u003e with a reserved mounting position for optional LED wiring (sold separately)\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRugged off-road wheels\u003c\/strong\u003e with chunky tyres and high ground clearance\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eHigh-quality eco-friendly ABS with tight tolerances for a stable model and smooth edges. The 1,572-piece count is an approachable, fun size — detailed but doable in a few relaxed sessions.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🎯 Who This Build Is For\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe BR10634 is designed for builders who enjoy:\u003c\/p\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003eA \u003cstrong\u003efully RC-ready build\u003c\/strong\u003e with everything included – no extra purchases needed to drive\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003efuturistic cyberpunk aesthetic\u003c\/strong\u003e — matte black, faceted panels, electroplated accents\u003c\/li\u003e\n              \u003cli\u003eThe thrill of \u003cstrong\u003e360° in-place drifting\u003c\/strong\u003e – omni-directional wheels for sideways slides and stunts\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003esteam-mist effect\u003c\/strong\u003e for realistic simulated exhaust – a feature rarely seen in RC models\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"info-panel\"\u003e\n              \u003cp\u003e\u003cstrong\u003e💡 What to Consider Before You Start\u003c\/strong\u003e\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eExperience level:\u003c\/strong\u003e comfortable with detailed builds and RC wiring\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eTime commitment:\u003c\/strong\u003e expect 7–8 hours to build and set up\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eRC operation:\u003c\/strong\u003e battery box requires charging before use (USB charging included)\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eSprayer:\u003c\/strong\u003e use clean water only – no oils, fragrances or smoke fluid\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eDrift surface:\u003c\/strong\u003e best on smooth hard floors – wood, tile, laminate\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eAge:\u003c\/strong\u003e recommended for 14+ due to small parts and complexity\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e📐 How Large Is BR10634?\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 41.4 × 17.3 × 15.4 cm (16.3 × 6.8 × 6.1 in)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 39.3 × 19.3 × 20 cm\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGross weight:\u003c\/strong\u003e 2.97 kg (6.5 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 2.82 kg (6.2 lb)\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e⏳ How Long Does It Take to Build?\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eApproximately \u003cstrong\u003e7–8 hours\u003c\/strong\u003e — an approachable weekend project that delivers a fully drivable RC pickup. The RC system installation and drift wheel assembly make this build especially satisfying. Recommended for ages 14+.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e📋 Full Specifications\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cdiv class=\"spec-scroll\"\u003e\n              \u003ctable class=\"spec-table\"\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eBrand\u003c\/th\u003e\n                    \u003ctd\u003eBRICKROYAL\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eSKU\u003c\/th\u003e\n                    \u003ctd\u003eBR10634\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003ePiece count\u003c\/th\u003e\n                    \u003ctd\u003e1,572 pcs\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eScale\u003c\/th\u003e\n                    \u003ctd\u003e1:14\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eAssembled size\u003c\/th\u003e\n                    \u003ctd\u003e41.4 × 17.3 × 15.4 cm (16.3 × 6.8 × 6.1 in)\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eGift box size\u003c\/th\u003e\n                    \u003ctd\u003e39.3 × 19.3 × 20 cm\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eGross \/ net weight\u003c\/th\u003e\n                    \u003ctd\u003e2.97 kg (6.5 lb) \/ 2.82 kg (6.2 lb)\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eRecommended age\u003c\/th\u003e\n                    \u003ctd\u003e14+\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eBuild time\u003c\/th\u003e\n                    \u003ctd\u003eApprox. 7–8 hours\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eFinish\u003c\/th\u003e\n                    \u003ctd\u003eMatte black with electroplated accents\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eIncluded RC kit\u003c\/th\u003e\n                    \u003ctd\u003e2.4G remote, rechargeable battery box, steam-spray generator, L motor ×4, M motor ×1\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eFunctions\u003c\/th\u003e\n                    \u003ctd\u003e360° drift, steam-mist, electric adjustable chassis, four openable doors\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eOptional\u003c\/th\u003e\n                    \u003ctd\u003eLED light wiring (sold separately)\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e⚠️ Safety \u0026amp; Care\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eSafety warning:\u003c\/strong\u003e contains small parts – \u003cstrong\u003echoking hazard\u003c\/strong\u003e. Not suitable for children under 3. Recommended for ages 14+. All bricks are made from non-toxic ABS material.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e use clean water only. Oils, fragrances or smoke fluid can clog or damage the module — follow the manual for fill level and never run it dry.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eBattery:\u003c\/strong\u003e charge the included battery box with the supplied USB cable and under adult supervision. Do not short-circuit or leave charging unattended.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eDriving surface:\u003c\/strong\u003e smooth hard floors only — carpet kills the slide, rough concrete scuffs the tyres. Give it a clear run away from walls and stairs.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ================= 大折叠 2：FAQ + 售后 + 品牌授权（默认闭合） ================= --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e❓ FAQ, After-Sales \u0026amp; Brand Authorization\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003cp style=\"font-size: 13px; color: #8a8a96; margin: 0 0 14px;\"\u003eWhat builders ask before choosing this cyber pickup.\u003c\/p\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Do I need to buy the remote separately?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eNo.\u003c\/strong\u003e The full RC kit is included – motors, the 2.4G remote, a rechargeable battery box and the sprayer are all in the box. Build it and it drifts, drives, adjusts its chassis and puffs mist with nothing else to buy. The only optional add-on is \u003cstrong\u003eLED light wiring for the roof rack\u003c\/strong\u003e (sold separately).\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“What goes in the sprayer?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eClean water only\u003c\/strong\u003e – nothing else. Oils, fragrances or smoke fluid can clog or damage the module. Follow the manual for the fill level and don't run it dry.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Where can it drift?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eSmooth hard floors\u003c\/strong\u003e are best for the 360° spin – wood, tile, laminate or a large smooth table. Carpet kills the slide; rough concrete scuffs the tyres. Give it a clear run away from walls and stairs.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“How does the 360° drift work?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe \u003cstrong\u003eomni-directional drift wheels\u003c\/strong\u003e feature built-in micro-rollers that allow the car to move in any direction while maintaining traction. This enables \u003cstrong\u003e360° in-place drifting, sideways sliding, and multi-angle stunts\u003c\/strong\u003e – a level of control that traditional RC cars cannot match.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“What is the adjustable chassis for?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe \u003cstrong\u003eelectric adjustable chassis\u003c\/strong\u003e lets you \u003cstrong\u003eraise or lower ground clearance by remote\u003c\/strong\u003e. A low stance gives an aggressive track look; a higher clearance allows for rough surfaces. It's a dynamic feature that adds versatility to your driving experience.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Can I add LED lights to the roof rack?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e The roof spotlight rack has a \u003cstrong\u003ereserved mounting position\u003c\/strong\u003e for optional LED light strips. The wiring for this is \u003cstrong\u003esold separately\u003c\/strong\u003e – it is not included in the standard set.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“How difficult is the build at 1,572 pieces?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eMid difficulty\u003c\/strong\u003e – approachable for builders aged 14+. The RC system installation and drift wheel assembly are the most technically interesting parts. The numbered bags and full-colour illustrated manual keep each phase manageable. Estimated build time is \u003cstrong\u003e7–8 hours\u003c\/strong\u003e.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“What if a piece is missing or damaged?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eWithin \u003cstrong\u003e48 hours of delivery\u003c\/strong\u003e, send us a \u003cstrong\u003eshort unboxing video\u003c\/strong\u003e and \u003cstrong\u003eclear photos\u003c\/strong\u003e to \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e. We'll replace any confirmed missing or damaged parts \u003cstrong\u003efree of charge\u003c\/strong\u003e – no need to return the set. We want every builder to complete their cyber pickup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Is it stable enough for display, or is it just for driving?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eBoth!\u003c\/strong\u003e The BR10634 makes a \u003cstrong\u003egreat display piece\u003c\/strong\u003e with its matte black finish and futuristic cyberpunk styling. When you want to drive, it's a \u003cstrong\u003efully functional RC drift pickup\u003c\/strong\u003e with 360° drifting, steam-mist effect, and electric doors. It's the best of both worlds.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Can I use my own battery box or power source?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eIf you'd prefer to assemble your own battery box or power source, check with us first at \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e so we can help you avoid any compatibility issues. The included rechargeable battery box is designed specifically for this model.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- CTA 框 --\u003e\n        \u003cdiv class=\"cta-box\"\u003e\n          \u003cp\u003e🚀 Cyber Pickup · 360° Drift · Steam Spray · Full RC Kit\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e1,572 pieces · 1:14 scale — build it, drive it, drift it, mist it.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 品牌授权 \u0026 Legal --\u003e\n        \u003cdiv class=\"legal-details\"\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003e🛡️ Brand Authorization \u0026amp; IP Notice — tap to view\u003c\/summary\u003e\n            \u003cdiv class=\"content\"\u003e\n              \u003cp\u003eBrickRoyal is operated by \u003cstrong\u003eJiduoduo Co., Limited\u003c\/strong\u003e, which holds written authorization from the respective trademark owners to sell the authorized products through brickroyal.com. Authorization period: \u003cstrong\u003eAug 10, 2026 – Aug 10, 2027\u003c\/strong\u003e.\u003c\/p\u003e\n              \u003cdiv class=\"legal-scroll\"\u003e\n                \u003ctable\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003cth\u003eAuthorized Brand\u003c\/th\u003e\n                      \u003cth\u003eReg. No.\u003c\/th\u003e\n                      \u003cth\u003ePeriod\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd\u003eZxinzhuan\u003c\/td\u003e\n                      \u003ctd\u003e82389387\u003c\/td\u003e\n                      \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd\u003eGULY\u003c\/td\u003e\n                      \u003ctd\u003e81236738\u003c\/td\u003e\n                      \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd\u003eShuanggao\u003c\/td\u003e\n                      \u003ctd\u003e25523691\u003c\/td\u003e\n                      \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"note\"\u003e\n                \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e trademark authorization does not grant rights to any third-party IP — vehicle designs, character names, artwork, logos or other trademarks remain separate matters.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cp style=\"font-size: 11.5px; color: #8a8a96;\"\u003eJiduoduo Co., Limited · 2601, 26\/F, Delta House, No. 3 On Yiu Street, Sha Tin, New Territories, Hong Kong SAR · +852 9324 7082 · Mon–Fri 9:00 AM–6:30 PM HKT. Brand enquiries: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e. © 2026–Present BrickRoyal.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003e⚖️ Legal, Brand \u0026amp; Disclaimers\u003c\/summary\u003e\n            \u003cdiv class=\"content\"\u003e\n              \u003cp\u003eBrickRoyal is an independent brand. BR10634 is an original design with a generic cyberpunk pickup theme and is \u003cstrong\u003enot affiliated with, licensed by, or endorsed by\u003c\/strong\u003e the LEGO Group, or by any automobile or truck brand.\u003c\/p\u003e\n              \u003cp\u003eAfter-sales: \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e · General: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"BrickRoyal","offers":[{"title":"Standard — Static Build","offer_id":43859744489585,"sku":"BR6974793281646","price":239.0,"currency_code":"USD","in_stock":true},{"title":"Upgraded — RC Powered","offer_id":43859744522353,"sku":"BR6974793281646-01","price":259.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/CyberPickupTruckRCBuildingSetMatteBlack.png?v=1786086012"},{"product_id":"track-supercar-black-lime-building-kit","title":"1:14 Track Hypercar Building Kit","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\u003eBR60511 1:14 Track Supercar Building Set – 910 Pcs, Opening Doors, RC-Ready\u003c\/title\u003e\n\u003cstyle\u003e\n  \/* ===== 作用域限定：所有样式只影响 .blog-wrap 内部 ===== *\/\n  .blog-wrap,\n  .blog-wrap * { box-sizing: border-box; }\n\n  .blog-wrap{\n    --bg:#0c0c10;\n    --panel:#14141a;\n    --panel-2:#08080a;\n    --panel-3:#0f0f14;\n    --line:#2a2a2a;\n    --line-2:#3a3a3a;\n    --lime:#b8e62e;\n    --lime-bright:#d6ff5c;\n    --lime-deep:#5e8c00;\n    --text:#e8e8e8;\n    --text-body:#c8c8c0;\n    --text-muted:#8a8a8a;\n\n    max-width:840px;\n    width:100%;\n    margin:0 auto;\n    background:var(--bg);\n    border-radius:28px;\n    overflow:hidden;\n    box-shadow:0 20px 60px rgba(0,0,0,.15);\n    border:1px solid #23261a;\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    color:#d0d0d0;\n    line-height:1.65;\n  }\n\n  \/* ================= HERO ================= *\/\n  .blog-wrap .hero{\n    background:linear-gradient(145deg,#08080a 0%,#14141a 40%,#1a1a22 100%);\n    padding:32px 24px 26px;\n    border-bottom:3px solid var(--lime-deep);\n    position:relative;\n    overflow:hidden;\n  }\n  .blog-wrap .hero::after{\n    content:'';\n    position:absolute;\n    top:-30%;right:-10%;\n    width:360px;height:360px;\n    background:radial-gradient(circle, rgba(184,230,46,.10) 0%, transparent 70%);\n    border-radius:50%;\n    pointer-events:none;\n  }\n  .blog-wrap .hero-badge{\n    display:inline-block;\n    background:#14141a;\n    color:var(--lime);\n    font-size:10px;\n    font-weight:800;\n    letter-spacing:.2em;\n    text-transform:uppercase;\n    padding:5px 16px;\n    border-radius:30px;\n    border:1px solid #3d4a1e;\n    margin-bottom:14px;\n    position:relative;\n    z-index:1;\n  }\n  .blog-wrap .hero-title{\n    font-size:26px;\n    font-weight:900;\n    line-height:1.2;\n    color:var(--text);\n    margin:0 0 6px;\n    position:relative;\n    z-index:1;\n  }\n  .blog-wrap .hero-title .accent{\n    background:linear-gradient(135deg,#d6ff5c,#8ec400);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n    background-clip:text;\n  }\n  .blog-wrap .hero-sub{\n    font-size:14px;\n    color:#a0a0a0;\n    margin-bottom:8px;\n    position:relative;\n    z-index:1;\n  }\n\n  \/* ===== 顶部卖点网格：手机端一行3个，共两行 ===== *\/\n  .blog-wrap .feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:8px;\n    margin-top:18px;\n    position:relative;\n    z-index:1;\n  }\n  .blog-wrap .feature-item{\n    background:var(--panel-2);\n    border:1px solid var(--line);\n    border-radius:8px;\n    padding:10px 6px;\n    text-align:center;\n    font-size:12px;\n    font-weight:600;\n    color:var(--text);\n    line-height:1.35;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    min-height:52px;\n  }\n  .blog-wrap .feature-item .fi-icon{\n    font-size:16px;\n    margin-bottom:3px;\n    line-height:1;\n  }\n\n  \/* ===== 正文容器 ===== *\/\n  .blog-wrap .blog-body{\n    padding:24px 22px 30px;\n  }\n\n  \/* ===== 展开提示条 ===== *\/\n  .blog-wrap .expand-hint{\n    font-size:13px;\n    color:#a0a0a0;\n    background:var(--panel);\n    border:1px dashed #3d4a1e;\n    border-radius:10px;\n    padding:10px 14px;\n    margin:0 0 18px;\n    text-align:center;\n  }\n\n  \/* ===== 通用折叠 ===== *\/\n  .blog-wrap details{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-radius:12px;\n    padding:0 16px;\n    margin-bottom:10px;\n    transition:background .2s,border-color .2s;\n  }\n  .blog-wrap details:hover{\n    background:#1a1a22;\n    border-color:#3a3f2a;\n  }\n  .blog-wrap details summary{\n    cursor:pointer;\n    padding:16px 0;\n    font-weight:800;\n    font-size:16px;\n    color:var(--text);\n    list-style:none;\n    display:flex;\n    align-items:center;\n    gap:8px;\n  }\n  .blog-wrap details summary::-webkit-details-marker{ display:none; }\n  .blog-wrap details summary::after{\n    content:'▸';\n    margin-left:auto;\n    font-size:18px;\n    color:var(--lime-deep);\n    transition:transform .25s;\n    flex:none;\n  }\n  .blog-wrap details[open] summary::after{\n    transform:rotate(90deg);\n    color:var(--lime);\n  }\n  .blog-wrap details .content{ padding:0 0 18px; }\n  .blog-wrap details .content p,\n  .blog-wrap details .content li{\n    font-size:14px;\n    line-height:1.75;\n    color:var(--text-body);\n  }\n  .blog-wrap details .content p{ margin:0 0 10px; }\n  .blog-wrap details .content p:last-child{ margin-bottom:0; }\n  .blog-wrap details .content ul{\n    padding-left:0;\n    margin:0 0 12px;\n    list-style:none;\n  }\n  .blog-wrap details .content ul li{\n    position:relative;\n    padding-left:19px;\n    margin-bottom:7px;\n  }\n  .blog-wrap details .content ul li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    top:0;\n    color:var(--lime);\n    font-weight:800;\n  }\n\n  \/* ===== 提示框 ===== *\/\n  .blog-wrap .note-box{\n    background:var(--panel-2);\n    border:1px solid var(--line);\n    border-left:3px solid var(--lime-deep);\n    border-radius:10px;\n    padding:12px 16px;\n    margin-top:10px;\n  }\n  .blog-wrap .note-box p{\n    font-size:13px !important;\n    color:var(--text-muted) !important;\n    margin:0 !important;\n  }\n  .blog-wrap .note-box strong{ color:var(--lime); }\n\n  \/* ===== 信息面板 ===== *\/\n  .blog-wrap .info-panel{\n    background:var(--panel-2);\n    border:1px solid var(--line);\n    border-radius:10px;\n    padding:14px 16px;\n    margin:0 0 14px;\n  }\n  .blog-wrap .info-panel p{\n    font-size:13.5px;\n    line-height:1.7;\n    color:var(--text-body);\n    margin:0 0 7px;\n  }\n  .blog-wrap .info-panel p:last-child{ margin-bottom:0; }\n  .blog-wrap .info-panel strong{ color:var(--lime-bright); font-weight:800; }\n\n  \/* ===== 规格表 ===== *\/\n  .blog-wrap .spec-table{\n    width:100%;\n    border-collapse:collapse;\n    font-size:13.5px;\n  }\n  .blog-wrap .spec-table th{\n    text-align:left;\n    vertical-align:top;\n    padding:9px 12px 9px 0;\n    color:var(--text-muted);\n    font-weight:600;\n    font-size:11.5px;\n    letter-spacing:.05em;\n    text-transform:uppercase;\n    width:38%;\n    border-bottom:1px solid var(--line);\n  }\n  .blog-wrap .spec-table td{\n    padding:9px 0;\n    color:var(--text-body);\n    border-bottom:1px solid var(--line);\n    line-height:1.6;\n  }\n  .blog-wrap .spec-table tr:last-child th,\n  .blog-wrap .spec-table tr:last-child td{ border-bottom:none; }\n\n  \/* ===== 引言段落 ===== *\/\n  .blog-wrap .intro-text{\n    font-size:14px;\n    line-height:1.78;\n    color:var(--text-body);\n    margin:0 0 14px;\n  }\n  .blog-wrap .intro-text strong{ color:var(--lime-bright); }\n\n  \/* ===== 两个大折叠 ===== *\/\n  .blog-wrap details.master{\n    background:var(--panel-3);\n    border:1px solid #343b22;\n    border-radius:18px;\n    padding:0 18px;\n    margin-bottom:18px;\n    transition:border-color .25s;\n  }\n  .blog-wrap details.master:hover{\n    background:var(--panel-3);\n    border-color:#4d5a2c;\n  }\n  .blog-wrap details.master \u003e summary{\n    font-size:18px;\n    font-weight:900;\n    padding:20px 0;\n    color:var(--text);\n    letter-spacing:.01em;\n  }\n  .blog-wrap details.master \u003e summary::after{\n    font-size:20px;\n    color:var(--lime);\n  }\n  .blog-wrap details.master[open] \u003e summary{\n    border-bottom:1px solid var(--line);\n  }\n  .blog-wrap details.master .master-body{\n    padding:16px 0 18px;\n  }\n  .blog-wrap details.master .master-body \u003e details{\n    background:var(--panel);\n    margin-bottom:10px;\n  }\n  .blog-wrap details.master .master-body \u003e details:last-child{\n    margin-bottom:0;\n  }\n  .blog-wrap details.master .master-body \u003e details \u003e summary{\n    font-size:15px;\n  }\n\n  \/* ===== 大标题高亮 ===== *\/\n  .blog-wrap .blog-body h2{\n    font-size:20px;\n    font-weight:900;\n    color:var(--lime-bright) !important;\n    margin:0 0 10px;\n    letter-spacing:.01em;\n  }\n\n  \/* ===== 特色说明条 ===== *\/\n  .blog-wrap .feature-callout{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-left:4px solid var(--lime);\n    border-radius:12px;\n    padding:14px 18px;\n    margin:0 0 16px;\n  }\n  .blog-wrap .feature-callout p{\n    font-size:14px;\n    color:var(--text-body);\n    margin:0;\n    line-height:1.7;\n  }\n  .blog-wrap .feature-callout strong{ color:var(--lime-bright); }\n\n  \/* ===== CTA 框 ===== *\/\n  .blog-wrap .cta-box{\n    background:linear-gradient(145deg,#14141a,#08080a);\n    border:1px solid #3d4a1e;\n    border-top:5px solid var(--lime);\n    border-radius:16px;\n    padding:24px 18px;\n    text-align:center;\n    margin:18px 0 0;\n  }\n  .blog-wrap .cta-box p{\n    font-size:18px;\n    font-weight:900;\n    color:var(--text);\n    margin:0 0 6px;\n    line-height:1.35;\n  }\n  .blog-wrap .cta-box .sub{\n    font-size:13px;\n    color:#a0a0a0;\n    font-weight:400;\n    margin:0 auto;\n    max-width:460px;\n    line-height:1.65;\n  }\n\n  \/* ===== 品牌授权 \/ Legal ===== *\/\n  .blog-wrap .legal-details{ margin-top:16px; }\n  .blog-wrap .legal-details details{\n    background:var(--panel-2);\n    border-color:var(--line);\n  }\n  .blog-wrap .legal-details details summary{\n    font-size:13px;\n    color:var(--text-muted);\n  }\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li{\n    font-size:12.5px;\n    color:var(--text-muted);\n  }\n  .blog-wrap .legal-details .content table{\n    font-size:11.5px;\n    width:100%;\n    border-collapse:collapse;\n    margin:8px 0 12px;\n  }\n  .blog-wrap .legal-details .content th{\n    text-align:left;\n    padding:5px 6px;\n    color:var(--text-muted);\n    font-size:9px;\n    letter-spacing:.06em;\n    text-transform:uppercase;\n    border-bottom:1px solid var(--line);\n  }\n  .blog-wrap .legal-details .content td{\n    padding:5px 6px;\n    color:var(--text-muted);\n    border-bottom:1px solid #14141a;\n  }\n  .blog-wrap .legal-details .content .note{\n    background:var(--panel-2);\n    border:1px solid var(--line);\n    border-radius:6px;\n    padding:10px 12px;\n    margin:8px 0 12px;\n  }\n  .blog-wrap .legal-details .content .note p{\n    font-size:11.5px;\n    color:var(--text-muted);\n    margin:0;\n  }\n  .blog-wrap .legal-details .content p strong{ color:#a8a8a0; }\n\n  \/* ===== 响应式 ===== *\/\n  @media (max-width:640px){\n    .blog-wrap .hero{ padding:20px 14px 18px; }\n    .blog-wrap .hero-title{ font-size:20px; }\n    .blog-wrap .hero-sub{ font-size:13px; }\n    .blog-wrap .feature-grid{ gap:6px; }\n    .blog-wrap .feature-item{ font-size:11px; padding:8px 4px; min-height:48px; }\n    .blog-wrap .feature-item .fi-icon{ font-size:14px; }\n    .blog-wrap .blog-body{ padding:18px 14px 26px; }\n    .blog-wrap .blog-body h2{ font-size:18px; }\n    .blog-wrap .intro-text{ font-size:13.5px; }\n    .blog-wrap details{ padding:0 12px; }\n    .blog-wrap details summary{ font-size:15px; }\n    .blog-wrap details .content p,\n    .blog-wrap details .content li{ font-size:13.5px; }\n    .blog-wrap details.master{ padding:0 12px; border-radius:14px; }\n    .blog-wrap details.master \u003e summary{ font-size:16px; padding:16px 0; }\n    .blog-wrap details.master .master-body{ padding:12px 0 14px; }\n    .blog-wrap details.master .master-body \u003e details \u003e summary{ font-size:14px; }\n    .blog-wrap .cta-box{ padding:16px 12px; }\n    .blog-wrap .cta-box p{ font-size:15px; }\n    .blog-wrap .spec-table th{ width:42%; font-size:11px; }\n    .blog-wrap .spec-table td{ font-size:13px; }\n  }\n\n  @media (max-width:420px){\n    .blog-wrap .hero-title{ font-size:18px; }\n    .blog-wrap .feature-item{ font-size:10px; padding:6px 3px; min-height:44px; }\n    .blog-wrap .feature-item .fi-icon{ font-size:13px; }\n  }\n\n  @media (prefers-reduced-motion:reduce){\n    .blog-wrap *{ animation:none !important; transition:none !important; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"blog-wrap\"\u003e\n\n  \u003c!-- ================= 顶部展览区 ================= --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e🏎️ 1:14 Track Supercar · 910 Pieces · Gloss Black\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n\u003cspan class=\"accent\"\u003eBR60511\u003c\/span\u003e 1:14 Track Supercar Building Set – Opening Doors \u0026amp; RC-Ready\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eGloss black · fluorescent lime-green accents · explosive-armor panels · detailed cockpit · RC-upgrade ready\u003c\/div\u003e\n\n    \u003c!-- 卖点网格：6 项，手机端一行 3 个，共两行 --\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🧩\u003c\/span\u003e910 Pieces\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📐\u003c\/span\u003e1:14 Scale\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🚪\u003c\/span\u003eOpening Doors\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🛡️\u003c\/span\u003eExplosive-Armor Panels\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🎮\u003c\/span\u003eRC-Upgrade Ready\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e4–6 hrs Build Time\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blog-body\"\u003e\n\n    \u003c!-- ===== 展开提示 ===== --\u003e\n    \u003cp class=\"expand-hint\"\u003e👇 Tap the two sections below to open them — full product parameters and the FAQ \/ after-sales info.\u003c\/p\u003e\n\n    \u003c!-- ================= 大折叠 1：产品参数（默认闭合） ================= --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e📋 Product Parameters \u0026amp; Specifications\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003ch2\u003e🏎️ BR60511 at a Glance\u003c\/h2\u003e\n        \u003cp class=\"intro-text\"\u003eA \u003cstrong\u003e910-piece 1:14 track supercar\u003c\/strong\u003e in gloss black with \u003cstrong\u003efluorescent lime-green accents\u003c\/strong\u003e and race-style graphics. Explosive-armor panels flip open to reveal the internal frame, the dual doors swing up on internal linkages to a detailed cockpit, and a quick-release top cover reserves room for an optional motor-upgrade pack. Static out of the box — RC-ready whenever you are.\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-callout\"\u003e\n          \u003cp\u003e\u003cstrong\u003e🛡️ Explosive-Armor Panels + Dual Opening Doors\u003c\/strong\u003e\u003cbr\u003eMultiple body panels flip open for a dramatic widened stance, while both doors swing up on internal linkages to reveal a fully detailed cockpit with seats and steering — far more than a static shelf model.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 子折叠 1 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Box\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e910 precision ABS bricks\u003c\/strong\u003e — supplied in numbered bags by build stage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eGloss black body panels\u003c\/strong\u003e with fluorescent lime-green accents\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eExplosive-armor panels\u003c\/strong\u003e that flip open\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual opening doors\u003c\/strong\u003e on internal linkages\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDetailed cockpit interior\u003c\/strong\u003e — seats and steering\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eQuick-release top cover\u003c\/strong\u003e — reserves space for the optional motor pack\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRubber tyres\u003c\/strong\u003e on lime-accented detailed wheels\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRace-style graphics\u003c\/strong\u003e and a large rear wing\u003c\/li\u003e\n              \u003cli\u003eFull-colour \u003cstrong\u003estep-by-step instruction manual\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eStatic build:\u003c\/strong\u003e no batteries needed. The optional motor-upgrade pack is sold separately — see the RC section below.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 子折叠 2 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e🎨 Design, Bodywork \u0026amp; Finish\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003eA low, wide \u003cstrong\u003etrack-supercar silhouette\u003c\/strong\u003e with a large rear wing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eGloss black bodywork\u003c\/strong\u003e set off by \u003cstrong\u003efluorescent lime-green accents\u003c\/strong\u003e\n\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRace-style graphics\u003c\/strong\u003e across the bodywork\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCarbon-look panels\u003c\/strong\u003e for a premium finish\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRubber tyres\u003c\/strong\u003e on detailed lime-accented wheels\u003c\/li\u003e\n              \u003cli\u003eSubstantial desk presence at \u003cstrong\u003e34 × 10 × 15 cm (13.4 × 3.9 × 5.9 in)\u003c\/strong\u003e once built\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003ePainted and plated surfaces are scratch-sensitive — avoid friction with sharp or hard objects to keep the finish flawless.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 子折叠 3 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e🚪 Opening Doors, Panels \u0026amp; Cockpit\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003eMultiple \u003cstrong\u003eexplosive-armor panels flip open\u003c\/strong\u003e for a dramatic widened stance\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eBoth doors swing up\u003c\/strong\u003e on internal linkages\u003c\/li\u003e\n              \u003cli\u003ePanels and doors together \u003cstrong\u003ereveal the internal frame\u003c\/strong\u003e and cockpit structure\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDetailed cockpit interior\u003c\/strong\u003e with seats and steering\u003c\/li\u003e\n              \u003cli\u003eEverything works by hand — no tools, no power required\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 子折叠 4 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e🎮 RC-Upgrade Ready — Optional Motor Pack\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003eA \u003cstrong\u003equick-release top cover\u003c\/strong\u003e lifts off without dismantling the build\u003c\/li\u003e\n              \u003cli\u003eReserves internal space for an optional motor-upgrade pack — \u003cstrong\u003e2.4G remote, drive motor, servo, rechargeable battery box\u003c\/strong\u003e\n\u003c\/li\u003e\n              \u003cli\u003eThe motor pack is \u003cstrong\u003esold separately and assembled by you\u003c\/strong\u003e as part of the build\u003c\/li\u003e\n              \u003cli\u003eSwitch between \u003cstrong\u003estatic display\u003c\/strong\u003e and \u003cstrong\u003eremote-control driving\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e the base model is a static display — no batteries needed. Motorised play requires the optional upgrade pack (sold separately). \u003cstrong\u003eBatteries are not included.\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 子折叠 5 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📋 Full Specifications\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003ctable class=\"spec-table\"\u003e\n              \u003ctbody\u003e\n                \u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eBRICKROYAL\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eSKU\u003c\/th\u003e\n\u003ctd\u003eBR60511\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003ePiece count\u003c\/th\u003e\n\u003ctd\u003e910 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eScale\u003c\/th\u003e\n\u003ctd\u003e1:14 collectible model\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eAssembled size\u003c\/th\u003e\n\u003ctd\u003e13.4 × 3.9 × 5.9 in (34 × 10 × 15 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eGift box size\u003c\/th\u003e\n\u003ctd\u003e11.8 × 5.3 × 5.3 in (30 × 13.5 × 13.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eGross weight (packed)\u003c\/th\u003e\n\u003ctd\u003e2.43 lb (1.1 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eNet weight\u003c\/th\u003e\n\u003ctd\u003e2.31 lb (1.05 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eColour\u003c\/th\u003e\n\u003ctd\u003eGloss black with fluorescent lime-green accents\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eExplosive-armor panels, dual opening doors, detailed cockpit, quick-release RC-ready top cover, rubber tyres\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eBuild time\u003c\/th\u003e\n\u003ctd\u003eApprox. 4–6 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eAudience\u003c\/th\u003e\n\u003ctd\u003eAdult collectible — recommended for ages 14+\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eStatic base build — no batteries needed; optional motor-upgrade pack sold separately, assembled by you (batteries not included)\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003c\/tbody\u003e\n            \u003c\/table\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 子折叠 6 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e⚠️ Safety \u0026amp; Care\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThis is an \u003cstrong\u003eadult collectible display model, not a children's toy\u003c\/strong\u003e. It contains small parts and is \u003cstrong\u003enot suitable for children under 3\u003c\/strong\u003e — choking hazard. We recommend it for ages 14 and up; anyone younger should build it only under adult supervision.\u003c\/p\u003e\n            \u003cp\u003eAll bricks are made from safe, non-toxic ABS. Painted and plated surfaces are scratch-sensitive — avoid sharp objects, and dust with a soft dry cloth. Keep away from heat, water and damp. For any questions, see the printed manual or contact us.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ================= 大折叠 2：FAQ + 售后 + 品牌授权（默认闭合） ================= --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e❓ FAQ, After-Sales \u0026amp; Brand Authorization\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003cp class=\"expand-hint\" style=\"margin:0 0 14px;text-align:left;\"\u003eWhat builders ask before choosing this 1:14 track supercar.\u003c\/p\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is it static or remote-control?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eOut of the box it's a \u003cstrong\u003estatic display model — no batteries needed\u003c\/strong\u003e. It's built RC-ready: an optional motor-upgrade pack (2.4G remote, drive motor, servo, rechargeable battery box) is sold separately, and you assemble the RC parts yourself to add remote-control driving. Batteries are not included.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How long does the 910-piece build take?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eIt's a \u003cstrong\u003emid-to-large build\u003c\/strong\u003e — expect roughly \u003cstrong\u003e4–6 hours\u003c\/strong\u003e across a weekend or two evenings. The set comes with a clear, illustrated, step-by-step manual so you can take your time and enjoy the process.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Do the doors and panels really open?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e Both doors swing up on internal linkages, and multiple explosive-armor body panels flip open for a widened stance — revealing the internal frame and the detailed cockpit with seats and steering. Everything works by hand.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Do I need to buy batteries?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eNo\u003c\/strong\u003e — the base build is a static display and needs no batteries at all. Only if you add the optional motor-upgrade pack (sold separately) will you need batteries for the remote and the battery box, and those are not included.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is the gloss black finish delicate?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe painted and plated surfaces are \u003cstrong\u003escratch-sensitive\u003c\/strong\u003e. Handle them gently during the build, avoid friction with sharp or hard objects, and dust with a soft dry cloth. Keep the model away from heat, water and damp.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is this suitable for children?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eIt's an \u003cstrong\u003eadult collectible display model\u003c\/strong\u003e with small parts, so it isn't a toy for young children. We recommend it for ages \u003cstrong\u003e14 and up\u003c\/strong\u003e; younger builders should build under adult supervision, and it's not suitable for children under 3 (choking hazard).\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"What if a piece is missing or my set arrives damaged?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eWe'll sort it out quickly. Email \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e within \u003cstrong\u003e48 hours of delivery\u003c\/strong\u003e with a short unboxing video and clear photos, and we'll send any missing or damaged parts \u003cstrong\u003efree of charge\u003c\/strong\u003e — no need to return the set.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- CTA --\u003e\n        \u003cdiv class=\"cta-box\"\u003e\n          \u003cp\u003e⚫ Gloss Black · 💚 Lime Accents · 🚪 Opening Doors · 🎮 RC-Upgrade Ready\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e910 pieces · 1:14 track supercar — a static display out of the box, ready to become RC whenever you are.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 品牌授权 \u0026 Legal --\u003e\n        \u003cdiv class=\"legal-details\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003e🛡️ Brand Authorization \u0026amp; IP Notice — tap to view\u003c\/summary\u003e\n            \u003cdiv class=\"content\"\u003e\n              \u003cp\u003eBrickRoyal is operated by \u003cstrong\u003eJiduoduo Co., Limited\u003c\/strong\u003e, which holds written authorization from the respective trademark owners to sell authorised products through brickroyal.com. Authorization period: \u003cstrong\u003eAug 10, 2026 – Aug 10, 2027\u003c\/strong\u003e.\u003c\/p\u003e\n              \u003ctable\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eAuthorised Brand\u003c\/th\u003e\n                    \u003cth\u003eReg. No.\u003c\/th\u003e\n                    \u003cth\u003ePeriod\u003c\/th\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd\u003eZxinzhuan\u003c\/td\u003e\n                    \u003ctd\u003e82389387\u003c\/td\u003e\n                    \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd\u003eGULY\u003c\/td\u003e\n                    \u003ctd\u003e81236738\u003c\/td\u003e\n                    \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd\u003eShuanggao\u003c\/td\u003e\n                    \u003ctd\u003e25523691\u003c\/td\u003e\n                    \u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n              \u003cdiv class=\"note\"\u003e\n                \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Trademark authorisation does not grant rights to any third-party IP — vehicle designs, character names, artwork, logos, or other trademarks remain separate matters.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cp\u003eJiduoduo Co., Limited · 2601, 26\/F, Delta House, No. 3 On Yiu Street, Sha Tin, New Territories, Hong Kong SAR · +852 9324 7082 · Mon–Fri 9:00–18:30 HKT. Brand enquiries: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e. © 2026–Present BrickRoyal.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003e⚖️ Legal, Brand \u0026amp; Disclaimers\u003c\/summary\u003e\n            \u003cdiv class=\"content\"\u003e\n              \u003cp\u003eBrickRoyal is an independent brand. BR60511 is an original design and is \u003cstrong\u003enot affiliated with, licensed by, or endorsed by\u003c\/strong\u003e the LEGO Group, or by any automobile or racing brand.\u003c\/p\u003e\n              \u003cp\u003eAfter-sales: \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e · General: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"BrickRoyal","offers":[{"title":"Standard — Static Build","offer_id":44148029653105,"sku":"BR6974793280533","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Upgraded — RC Powered","offer_id":44148029685873,"sku":"BR6974793280534","price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/TrackHypercarBuildingKit.png?v=1786587138"},{"product_id":"track-supercar-hot-pink-building-kit","title":"1:14 Track Supercar Building Kit","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700\u0026amp;family=Inter:wght@400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* ===== 作用域限定：所有样式只影响 .br-pdp 内部 ===== *\/\n.br-pdp,.br-pdp *,.br-pdp *::before,.br-pdp *::after{box-sizing:border-box;}\n.br-pdp{\n  --br-ink:#15101B;\n  --br-ink-70:rgba(21,16,27,.74);\n  --br-ink-45:rgba(21,16,27,.48);\n  --br-surface:#FFFFFF;\n  --br-paper:#F9F3F6;\n  --br-line:#E9D6E0;\n  --br-pink:#D6336C;\n  --br-pink-soft:#F2A0BE;\n  --br-night:#1B1418;\n  --br-night-2:#3B1F2E;\n  --br-gold:#C9A227;\n  --br-radius:14px;\n  --br-gap:clamp(20px,4.5vw,32px);\n  --br-display:\"Bricolage Grotesque\",\"Inter\",system-ui,-apple-system,sans-serif;\n  --br-body:\"Inter\",system-ui,-apple-system,\"Helvetica Neue\",sans-serif;\n  font-family:var(--br-body);\n  color:var(--br-ink);\n  background:var(--br-paper);\n  -webkit-font-smoothing:antialiased;\n  max-width:840px;\n  width:100%;\n  margin:0 auto;\n  padding:clamp(16px,4vw,30px) clamp(12px,3.6vw,24px) 56px;\n  line-height:1.65;\n}\n\n\/* ================= 1. 顶部展览区 ================= *\/\n.br-pdp__hero{\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(150deg,#1B1418 0%,#2A1B24 55%,#3B1F2E 100%);\n  border-radius:20px;\n  padding:clamp(20px,5vw,30px) clamp(15px,4vw,26px) clamp(18px,4vw,24px);\n  margin-bottom:14px;\n  border:1px solid #3A2430;\n}\n.br-pdp__hero::after{\n  content:\"\";position:absolute;top:-42%;right:-16%;width:340px;height:340px;border-radius:50%;\n  background:radial-gradient(circle,rgba(242,160,190,.22) 0%,transparent 70%);\n  pointer-events:none;\n}\n.br-pdp__plate{\n  display:inline-flex;align-items:center;gap:8px;position:relative;z-index:1;\n  background:linear-gradient(180deg,var(--br-pink-soft),var(--br-pink));\n  color:#fff;font-family:var(--br-display);font-weight:700;font-size:11.5px;\n  letter-spacing:.14em;text-transform:uppercase;padding:7px 14px;border-radius:8px;\n  box-shadow:0 3px 14px rgba(214,51,108,.38);margin-bottom:14px;\n}\n.br-pdp__title{\n  position:relative;z-index:1;\n  font-family:var(--br-display);font-size:clamp(21px,5.4vw,32px);font-weight:700;\n  line-height:1.14;letter-spacing:-.02em;color:#FFFFFF;margin:0 0 10px;\n}\n.br-pdp__title .accent{\n  background:linear-gradient(135deg,#F7B8CF,#D6336C);\n  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;\n}\n.br-pdp__lede{\n  position:relative;z-index:1;\n  font-size:14px;line-height:1.68;color:rgba(255,255,255,.78);margin:0;max-width:62ch;\n}\n.br-pdp__lede b{color:#F7B8CF;font-weight:600;}\n\n\/* ===== 卖点网格：手机端一行3个，共两行 ===== *\/\n.br-pdp__grid{\n  position:relative;z-index:1;\n  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;\n}\n.br-pdp__feature{\n  background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:10px;\n  padding:10px 6px;\n  text-align:center;\n  font-size:11.5px;font-weight:600;line-height:1.3;color:#FFFFFF;\n  display:flex;flex-direction:column;align-items:center;justify-content:center;\n  min-height:58px;\n}\n.br-pdp__feature .fi{display:block;font-size:16px;line-height:1;margin-bottom:4px;}\n\n\/* ================= 2. 展开提示条 ================= *\/\n.br-pdp__hint{\n  display:flex;align-items:center;justify-content:center;gap:9px;\n  margin:16px 0 18px;padding:12px 15px;\n  background:rgba(214,51,108,.08);\n  border:1px dashed rgba(214,51,108,.45);\n  border-radius:12px;\n  font-size:13px;line-height:1.5;font-weight:600;color:#8E2950;text-align:center;\n}\n\n\/* ================= 两个大折叠（默认闭合） ================= *\/\n.br-pdp__master{\n  background:var(--br-surface);\n  border:1.5px solid var(--br-line);\n  border-radius:18px;\n  padding:0 16px;\n  margin-bottom:14px;\n  box-shadow:0 2px 16px rgba(21,16,27,.05);\n  transition:border-color .25s,box-shadow .25s;\n}\n.br-pdp__master:hover{border-color:#E4B9CC;box-shadow:0 4px 22px rgba(21,16,27,.08);}\n.br-pdp__master\u003esummary{\n  list-style:none;cursor:pointer;\n  display:flex;align-items:center;gap:10px;\n  padding:19px 0;\n  font-family:var(--br-display);font-size:clamp(15.5px,3.8vw,18px);font-weight:700;\n  color:var(--br-ink);line-height:1.32;\n}\n.br-pdp__master\u003esummary::-webkit-details-marker{display:none;}\n.br-pdp__master\u003esummary:focus-visible{outline:2px solid var(--br-pink);outline-offset:-2px;border-radius:10px;}\n.br-pdp__master\u003esummary::after{\n  content:\"▸\";margin-left:auto;font-size:19px;color:var(--br-pink);\n  transition:transform .25s;flex:none;\n}\n.br-pdp__master[open]\u003esummary::after{transform:rotate(90deg);}\n.br-pdp__master[open]\u003esummary{border-bottom:1.5px solid var(--br-line);}\n.br-pdp__masterBody{padding:16px 0 18px;animation:br-reveal .26s ease both;}\n\n\/* ===== 大折叠内的 H2 高亮 ===== *\/\n.br-pdp__h2{\n  font-family:var(--br-display);font-size:clamp(17px,4vw,21px);font-weight:700;\n  color:var(--br-pink);margin:0 0 10px;letter-spacing:-.01em;line-height:1.28;\n}\n.br-pdp__intro{font-size:14px;line-height:1.74;color:var(--br-ink-70);margin:0 0 14px;}\n.br-pdp__sub{font-size:13px;color:var(--br-ink-45);margin:0 0 14px;line-height:1.6;}\n\n\/* ===== 信息面板 ===== *\/\n.br-pdp__panel{\n  background:#FDF8FA;border:1px solid var(--br-line);border-radius:12px;\n  padding:14px 16px;margin:0 0 14px;\n}\n.br-pdp__panel p{font-size:13.5px;line-height:1.72;color:#4A3B48;margin:0 0 6px;}\n.br-pdp__panel p:last-child{margin-bottom:0;}\n.br-pdp__panel strong{color:var(--br-pink);font-weight:700;}\n\n\/* ===== 亮点 callout ===== *\/\n.br-pdp__callout{\n  background:linear-gradient(160deg,#FFF6FA,#FDEBF2);\n  border:1px solid #F3CFDE;border-left:4px solid var(--br-pink);\n  border-radius:12px;padding:14px 16px;margin:0 0 14px;\n}\n.br-pdp__callout p{font-size:13.5px;line-height:1.72;color:#5A2A3C;margin:0;}\n.br-pdp__callout strong{color:var(--br-pink);font-weight:700;}\n\n\/* ===== 勾选列表 ===== *\/\n.br-pdp__check{list-style:none;padding:0;margin:0 0 12px;}\n.br-pdp__check li{\n  position:relative;padding-left:22px;font-size:13.5px;line-height:1.72;\n  color:#4A3B48;margin-bottom:7px;\n}\n.br-pdp__check li::before{\n  content:\"✓\";position:absolute;left:0;top:0;color:var(--br-pink);font-weight:800;\n}\n\n\/* ===== 子折叠（产品参数内部 \/ FAQ 内部） ===== *\/\n.br-pdp__item{\n  background:#FDF8FA;border:1px solid var(--br-line);border-radius:12px;\n  margin-bottom:10px;overflow:hidden;\n  transition:border-color .2s,background .2s,box-shadow .2s;\n}\n.br-pdp__item:last-child{margin-bottom:0;}\n.br-pdp__item:hover:not([open]){border-color:#E4B9CC;}\n.br-pdp__item[open]{border-color:var(--br-pink);background:#FFFFFF;box-shadow:0 2px 16px rgba(21,16,27,.06);}\n.br-pdp__q{\n  list-style:none;cursor:pointer;display:flex;align-items:flex-start;gap:13px;\n  padding:15px 16px;min-height:54px;\n  font-size:15px;font-weight:600;line-height:1.45;color:var(--br-ink);\n}\n.br-pdp__q::-webkit-details-marker{display:none;}\n.br-pdp__q:focus-visible{outline:2px solid var(--br-pink);outline-offset:-2px;border-radius:12px;}\n.br-pdp__stud{\n  flex:none;width:21px;height:21px;margin-top:1px;border-radius:50%;\n  border:1.5px solid var(--br-line);background:#F6EDF1;position:relative;\n  transition:border-color .22s,background .22s,transform .22s;\n}\n.br-pdp__stud::before{\n  content:\"\";position:absolute;inset:5px;border-radius:50%;\n  border:1.5px solid var(--br-line);transition:border-color .22s;\n}\n.br-pdp__stud::after{\n  content:\"\";position:absolute;left:50%;top:50%;width:8px;height:1.5px;\n  background:var(--br-ink-45);transform:translate(-50%,-50%);opacity:0;transition:opacity .22s;\n}\n.br-pdp__item[open] .br-pdp__stud{border-color:var(--br-pink);background:rgba(242,160,190,.35);transform:scale(.92);}\n.br-pdp__item[open] .br-pdp__stud::before{border-color:var(--br-pink);}\n.br-pdp__item[open] .br-pdp__stud::after{opacity:1;background:var(--br-pink);}\n.br-pdp__qText{flex:1;}\n.br-pdp__a{\n  padding:0 16px 18px 50px;font-size:14px;line-height:1.74;color:var(--br-ink-70);\n  animation:br-reveal .26s ease both;\n}\n.br-pdp__a p{margin:0 0 12px;}\n.br-pdp__a p:last-child{margin-bottom:0;}\n.br-pdp__a strong{color:var(--br-ink);font-weight:700;}\n.br-pdp__a ul{padding-left:0;list-style:none;margin:0 0 12px;}\n.br-pdp__a ul li{\n  position:relative;padding:0 0 8px 20px;line-height:1.65;font-size:14px;color:#4A3B48;\n}\n.br-pdp__a ul li::before{\n  content:\"\";position:absolute;left:2px;top:9px;width:7px;height:7px;\n  border-radius:2px;background:var(--br-pink);\n}\n@keyframes br-reveal{from{opacity:0;transform:translateY(-5px);}to{opacity:1;transform:none;}}\n\n\/* ===== note 框 ===== *\/\n.br-pdp__note{\n  background:#F6EDF1;border:1px solid var(--br-line);border-radius:10px;\n  padding:11px 14px;margin-top:6px;\n}\n.br-pdp__note p{font-size:12.5px;line-height:1.68;color:var(--br-ink-45);margin:0;}\n.br-pdp__note strong{color:#8E2950;}\n\n\/* ===== CTA 框 ===== *\/\n.br-pdp__cta{\n  margin:18px 0 0;padding:22px 18px;text-align:center;\n  background:linear-gradient(150deg,#1B1418,#3B1F2E);\n  border-radius:16px;border-top:5px solid var(--br-pink);\n}\n.br-pdp__cta p{\n  font-family:var(--br-display);font-size:clamp(15px,3.6vw,17px);font-weight:700;\n  color:#FFFFFF;margin:0 0 8px;line-height:1.35;\n}\n.br-pdp__cta .sub{\n  font-family:var(--br-body);font-size:13px;font-weight:400;\n  color:rgba(255,255,255,.74);margin:0 auto;max-width:470px;line-height:1.6;\n}\n\n\/* ===== 授权 \/ 法律 ===== *\/\n.br-pdp__legalWrap{margin-top:16px;}\n.br-pdp__legalWrap .br-pdp__item{background:#F6F1F4;border-color:#E3D7DE;}\n.br-pdp__legalWrap .br-pdp__q{font-size:13px;color:var(--br-ink-70);padding:13px 15px;min-height:auto;}\n.br-pdp__legalWrap .br-pdp__a{padding:0 15px 16px 46px;font-size:12.5px;color:var(--br-ink-45);}\n.br-pdp__legalWrap .br-pdp__a strong{color:var(--br-ink-70);}\n.br-pdp__tbl{width:100%;border-collapse:collapse;margin:8px 0 10px;font-size:11.5px;}\n.br-pdp__tbl th{\n  text-align:left;padding:6px 6px 5px;color:var(--br-ink-45);\n  font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;\n  border-bottom:1px solid var(--br-line);\n}\n.br-pdp__tbl td{\n  padding:6px;color:var(--br-ink-70);border-bottom:1px solid #ECE1E7;vertical-align:top;\n}\n\n\/* ================= 响应式 ================= *\/\n@media (max-width:640px){\n  .br-pdp{padding:14px 12px 46px;}\n  .br-pdp__hero{padding:18px 14px 16px;border-radius:16px;}\n  .br-pdp__title{font-size:20px;}\n  .br-pdp__lede{font-size:13px;}\n  .br-pdp__grid{gap:6px;margin-top:14px;}\n  .br-pdp__feature{font-size:10.5px;padding:8px 4px;min-height:54px;}\n  .br-pdp__feature .fi{font-size:15px;}\n  .br-pdp__hint{font-size:12.5px;padding:11px 12px;}\n  .br-pdp__master{padding:0 12px;border-radius:15px;}\n  .br-pdp__master\u003esummary{font-size:15.5px;padding:16px 0;}\n  .br-pdp__masterBody{padding:13px 0 15px;}\n  .br-pdp__h2{font-size:17px;}\n  .br-pdp__intro,.br-pdp__a{font-size:13.5px;}\n  .br-pdp__q{font-size:14.5px;padding:14px 14px;gap:11px;}\n  .br-pdp__a{padding:0 14px 16px 46px;}\n  .br-pdp__a ul li{font-size:13.5px;}\n  .br-pdp__cta{padding:18px 14px;}\n  .br-pdp__cta p{font-size:15px;}\n  .br-pdp__cta .sub{font-size:12.5px;}\n  .br-pdp__panel p,.br-pdp__callout p,.br-pdp__check li{font-size:13px;}\n  .br-pdp__legalWrap .br-pdp__a{padding:0 14px 14px 42px;}\n}\n@media (max-width:420px){\n  .br-pdp__title{font-size:18px;}\n  .br-pdp__feature{font-size:10px;padding:7px 3px;min-height:50px;}\n  .br-pdp__feature .fi{font-size:14px;}\n}\n@media (prefers-reduced-motion:reduce){\n  .br-pdp *{animation:none !important;transition:none !important;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"br-pdp\"\u003e\n\u003c!-- ============ 1. 顶部展览区 ============ --\u003e\u003cheader class=\"br-pdp__hero\"\u003e\u003cspan class=\"br-pdp__plate\"\u003eBR60510 · Supercar Series\u003c\/span\u003e\n\u003ch1 class=\"br-pdp__title\"\u003e\n\u003cspan class=\"accent\"\u003eBR60510\u003c\/span\u003e 1:14 Glossy Pink Widebody Track Supercar Building Set – Scissor Doors \u0026amp; RC-Ready\u003c\/h1\u003e\n\u003cp class=\"br-pdp__lede\"\u003eA \u003cb\u003e852-piece 1:14 widebody track supercar\u003c\/b\u003e — an aggressive race machine in \u003cb\u003eglossy pink\u003c\/b\u003e with \u003cb\u003eblack aero accents\u003c\/b\u003e and race-style graphics. The \u003cb\u003escissor doors\u003c\/b\u003e swing up to a detailed cockpit, a simulated engine bay sits behind, and a sculpted rear wing finishes the stance. The base build reserves room for an optional motor-upgrade pack. A striking \u003cb\u003eadult collectible\u003c\/b\u003e for your desk or shelf — static out of the box, RC-ready.\u003c\/p\u003e\n\u003c!-- 卖点网格：6 项，手机端一行 3 个，共两行 --\u003e\n\u003cdiv class=\"br-pdp__grid\"\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e💗\u003c\/span\u003eGlossy Pink Body\u003c\/div\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e🖤\u003c\/span\u003eBlack Aero Accents\u003c\/div\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e🚪\u003c\/span\u003eScissor Doors\u003c\/div\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e🏁\u003c\/span\u003e1:14 Scale\u003c\/div\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e🧩\u003c\/span\u003e852 Bricks\u003c\/div\u003e\n\u003cdiv class=\"br-pdp__feature\"\u003e\n\u003cspan class=\"fi\"\u003e⏳\u003c\/span\u003e4–6 hrs Build Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ============ 2. 展开提示 ============ --\u003e\n\u003cp class=\"br-pdp__hint\"\u003e👇 Tap the sections below to expand the full specifications and the FAQ.\u003c\/p\u003e\n\u003c!-- ============ 大折叠 1：产品参数（默认闭合） ============ --\u003e\n\u003cdetails class=\"br-pdp__master\"\u003e\n\u003csummary\u003e📋 Product Parameters \u0026amp; Specifications\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__masterBody\"\u003e\n\u003ch2 class=\"br-pdp__h2\"\u003e🏎️ BR60510 at a Glance\u003c\/h2\u003e\n\u003cp class=\"br-pdp__intro\"\u003eAll the key numbers in one place – then unfold the full parameter list and the real builder questions below.\u003c\/p\u003e\n\u003cdiv class=\"br-pdp__panel\"\u003e\n\u003cp\u003e\u003cstrong\u003ePieces:\u003c\/strong\u003e 852 · \u003cstrong\u003eScale:\u003c\/strong\u003e 1:14 · \u003cstrong\u003eBuild Time:\u003c\/strong\u003e 4–6 h\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 34 × 10 × 15 cm (13.4 × 3.9 × 5.9 in)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAge:\u003c\/strong\u003e 14+ · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 1.06 kg (2.34 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 1.01 kg (2.23 lb)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 30 × 13.5 × 13.5 cm (11.8 × 5.3 × 5.3 in)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEstimated build time:\u003c\/strong\u003e approximately \u003cstrong\u003e4–6 hours\u003c\/strong\u003e · Recommended for ages 14+\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Glossy pink body with black aero accents and race-style graphics\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Static display model · Optional motor-upgrade pack sold separately\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHeadline feature:\u003c\/strong\u003e Scissor doors + detailed cockpit + simulated engine bay (RC-ready)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"br-pdp__intro\"\u003e\u003cstrong\u003eBR60510\u003c\/strong\u003e is an \u003cstrong\u003e852-piece 1:14 widebody track supercar\u003c\/strong\u003e with an aggressive race silhouette — \u003cstrong\u003eglossy pink\u003c\/strong\u003e with \u003cstrong\u003eblack aero accents\u003c\/strong\u003e and race-style graphics. Fully built it measures \u003cstrong\u003e34 × 10 × 15 cm (13.4 × 3.9 × 5.9 in)\u003c\/strong\u003e — a substantial desk centrepiece. Open the \u003cstrong\u003escissor doors\u003c\/strong\u003e to reveal a detailed cockpit, with a \u003cstrong\u003esimulated engine bay\u003c\/strong\u003e behind and a sculpted rear wing above. The base model is a \u003cstrong\u003estatic display — no batteries to buy or wire\u003c\/strong\u003e — and a rewarding mid-to-large build for car fans and brick collectors.\u003c\/p\u003e\n\u003cdiv class=\"br-pdp__callout\"\u003e\n\u003cp\u003e\u003cstrong\u003e💗 Glossy Pink \u0026amp; Black Aero – A Race Livery That Pops\u003c\/strong\u003e\u003cbr\u003eThe high-gloss pink bodywork is set off by black splitters, side channels and carbon-look accents. Painted and plated surfaces are scratch-sensitive — avoid friction with sharp or hard objects to keep the finish flawless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 子折叠：产品参数 --\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e📦 Standard Set Contents – Static Display\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e852 precision ABS bricks\u003c\/strong\u003e – in numbered bags by build stage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlossy pink body panels\u003c\/strong\u003e with black aero trim\u003c\/li\u003e\n\u003cli\u003eDual \u003cstrong\u003escissor (opening) doors\u003c\/strong\u003e that swing up for display\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDetailed cockpit interior\u003c\/strong\u003e with seats and steering\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimulated engine bay\u003c\/strong\u003e behind the cabin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSculpted rear wing\u003c\/strong\u003e and race-style graphics\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSport wheels\u003c\/strong\u003e with textured rubber tyres\u003c\/li\u003e\n\u003cli\u003eFull-colour \u003cstrong\u003estep-by-step instruction manual\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"br-pdp__note\"\u003e\n\u003cp\u003e\u003cstrong\u003eStatic model:\u003c\/strong\u003e no batteries needed. The scissor doors open by hand; the cockpit and engine bay are built in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e⚡ Optional Motor-Upgrade Pack – Sold Separately\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eThe base build \u003cstrong\u003ereserves space\u003c\/strong\u003e for an optional motor-upgrade pack. Fit it to unlock:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e🏎️ Remote-control driving\u003c\/strong\u003e – forward \/ reverse \/ steering via 2.4G remote\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e⚙️ Drive motor + servo steering motor\u003c\/strong\u003e for powered movement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e🔋 Rechargeable battery box\u003c\/strong\u003e (batteries not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e💡 Switchable display\u003c\/strong\u003e between static shelf model and RC driving\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePack includes:\u003c\/strong\u003e 2.4G remote, drive motor, servo, rechargeable battery box — \u003cstrong\u003eassembled by you as part of the build\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"br-pdp__note\"\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The motor-upgrade pack is \u003cstrong\u003enot\u003c\/strong\u003e in the standard set and is sold separately. Batteries are not included. To use your own power source, check with us first at admin@brickroyal.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e🏗️ Design, Styling \u0026amp; Mechanical Detail\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cul\u003e\n\u003cli\u003eA low, wide \u003cstrong\u003ewidebody track-supercar silhouette\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlossy pink\u003c\/strong\u003e bodywork with \u003cstrong\u003eblack aero accents\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eRace-style graphics and a \u003cstrong\u003esculpted rear wing\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eDual \u003cstrong\u003escissor doors\u003c\/strong\u003e on internal linkages that swing up\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDetailed cockpit\u003c\/strong\u003e with seats and steering\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimulated engine bay\u003c\/strong\u003e behind the cabin\u003c\/li\u003e\n\u003cli\u003eBlack splitters, side channels and carbon-look accents\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSport wheels\u003c\/strong\u003e with textured rubber tyres\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"br-pdp__note\"\u003e\n\u003cp\u003e\u003cstrong\u003ePure mechanical authenticity:\u003c\/strong\u003e the standard set is a fully functional static model — the scissor doors, steering and rolling wheels all work by hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e🎯 Who This Build Is For\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eThe BR60510 is designed for builders who enjoy:\u003c\/p\u003e\n\u003cul class=\"br-pdp__check\"\u003e\n\u003cli\u003eA \u003cstrong\u003eglossy pink-and-black race livery\u003c\/strong\u003e that stands out on any shelf\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScissor doors\u003c\/strong\u003e, a detailed cockpit and a simulated engine bay — hands-on mechanical detail\u003c\/li\u003e\n\u003cli\u003eThe option to \u003cstrong\u003eupgrade from static display to RC driving\u003c\/strong\u003e with an optional pack\u003c\/li\u003e\n\u003cli\u003eA \u003cstrong\u003e1:14 widebody statement piece\u003c\/strong\u003e at 34 cm long — a centrepiece for a desk, study or display cabinet\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"br-pdp__panel\"\u003e\n\u003cp\u003e\u003cstrong\u003e💡 What to Consider Before You Start\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e- \u003cstrong\u003eExperience level:\u003c\/strong\u003e comfortable with detailed, multi-stage builds\u003c\/p\u003e\n\u003cp\u003e- \u003cstrong\u003eTime commitment:\u003c\/strong\u003e expect \u003cstrong\u003e4–6 hours\u003c\/strong\u003e across a session or two\u003c\/p\u003e\n\u003cp\u003e- \u003cstrong\u003eRC setup:\u003c\/strong\u003e requires the optional motor-upgrade pack — sold separately, assembled by you\u003c\/p\u003e\n\u003cp\u003e- \u003cstrong\u003eCare:\u003c\/strong\u003e the gloss finish is scratch-sensitive — handle gently, dust with a soft dry cloth\u003c\/p\u003e\n\u003cp\u003e- \u003cstrong\u003eAge:\u003c\/strong\u003e recommended for 14+ due to small parts and complexity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e📋 Full Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e BRICKROYAL · \u003cstrong\u003eSKU:\u003c\/strong\u003e BR60510 · \u003cstrong\u003ePieces:\u003c\/strong\u003e 852\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eScale:\u003c\/strong\u003e 1:14 collectible model · \u003cstrong\u003eAssembled size:\u003c\/strong\u003e 34 × 10 × 15 cm (13.4 × 3.9 × 5.9 in)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 30 × 13.5 × 13.5 cm (11.8 × 5.3 × 5.3 in) · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 1.06 kg (2.34 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 1.01 kg (2.23 lb)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended age:\u003c\/strong\u003e 14+ · \u003cstrong\u003eBuild time:\u003c\/strong\u003e approx. 4–6 hours\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e Glossy pink with black aero accents and sport wheels\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Dual scissor doors, detailed cockpit, simulated engine bay, sculpted rear wing, rolling sport wheels\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Static base build — no batteries needed. Optional motor-upgrade pack sold separately, assembled by you (batteries not included).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e⚠️ Safety \u0026amp; Care\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eThis is an \u003cstrong\u003eadult collectible display model\u003c\/strong\u003e, not a children's toy. It contains small parts and is \u003cstrong\u003enot suitable for children under 3\u003c\/strong\u003e — choking hazard. We recommend it for ages 14 and up; anyone younger should build it only under adult supervision. All bricks are safe, non-toxic ABS.\u003c\/p\u003e\n\u003cp\u003ePainted and plated surfaces are scratch-sensitive — avoid sharp objects, dust with a soft dry cloth, and keep away from heat, water and damp. For the optional motor-upgrade pack, follow the wiring instructions and charge battery packs under adult supervision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ============ 大折叠 2：FAQ + 售后 + 品牌授权（默认闭合） ============ --\u003e\n\u003cdetails class=\"br-pdp__master\"\u003e\n\u003csummary\u003e❓ Real Questions, Straight Answers (FAQ)\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__masterBody\"\u003e\n\u003cp class=\"br-pdp__sub\"\u003eWhat builders ask before choosing this glossy pink widebody supercar.\u003c\/p\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“Is it static or remote-control?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eOut of the box it's a \u003cstrong\u003estatic display model — no batteries needed\u003c\/strong\u003e. It's built RC-ready: an optional motor-upgrade pack (2.4G remote, drive motor, servo, rechargeable battery box) is \u003cstrong\u003esold separately\u003c\/strong\u003e, and you assemble the RC parts yourself to add remote-control driving. \u003cstrong\u003eBatteries are not included.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“Do the scissor doors open without the upgrade pack?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e The dual scissor doors swing up on internal linkages by hand on the standard static set, revealing the detailed cockpit with seats and steering. The optional motor pack only adds powered driving — it isn't needed for the doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“How difficult is the build at 852 pieces?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eIt's a \u003cstrong\u003emid-to-large build\u003c\/strong\u003e — recommended for builders aged 14+ who are comfortable with detailed, multi-stage construction. The set comes with a clear, illustrated, step-by-step manual and numbered bags, so you can take your time and enjoy the process. Estimated build time is \u003cstrong\u003e4–6 hours\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“Is the glossy pink finish delicate?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eThe high-gloss coating is what gives the bodywork its shine, so \u003cstrong\u003ehandle those panels gently during the build\u003c\/strong\u003e, avoid friction with sharp or hard objects, dust with a soft dry cloth, and keep the model out of prolonged direct sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“What if a piece is missing or my set arrives damaged?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eWithin \u003cstrong\u003e48 hours of delivery\u003c\/strong\u003e, send us a \u003cstrong\u003eshort unboxing video\u003c\/strong\u003e and \u003cstrong\u003eclear photos\u003c\/strong\u003e to \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e. We'll replace any confirmed missing or damaged parts \u003cstrong\u003efree of charge\u003c\/strong\u003e — no need to return the set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“Is it stable enough for a display shelf?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003e\u003cstrong\u003eAbsolutely.\u003c\/strong\u003e The assembled model measures \u003cstrong\u003e34 × 10 × 15 cm\u003c\/strong\u003e — a substantial presence. The chassis is built from \u003cstrong\u003eABS material\u003c\/strong\u003e with multiple cross-locking structures, and the low, wide stance keeps it stable on any flat surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“How do I know which motor-upgrade pack is compatible?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eBR60510 motor-upgrade pack\u003c\/strong\u003e is designed specifically for this model. It includes the 2.4G remote, drive motor, servo and rechargeable battery box needed. For custom setups, contact \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e for compatibility guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e“Is this suitable for children?”\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eIt's an \u003cstrong\u003eadult collectible display model\u003c\/strong\u003e with small parts, so it isn't a toy for young children. We recommend it for ages \u003cstrong\u003e14 and up\u003c\/strong\u003e; younger builders should build under adult supervision, and it is \u003cstrong\u003enot suitable for children under 3\u003c\/strong\u003e (choking hazard).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- CTA 框放在 FAQ 内 --\u003e\n\u003cdiv class=\"br-pdp__cta\"\u003e\n\u003cp\u003e💗 Glossy Pink · Black Aero · Scissor Doors · RC-Ready\u003c\/p\u003e\n\u003cp class=\"sub\"\u003e852 pieces · 1:14 widebody track supercar — static display or RC-upgraded, the choice is yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 品牌授权 \u0026 Legal --\u003e\n\u003cdiv class=\"br-pdp__legalWrap\"\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e🛡️ Brand Authorization \u0026amp; IP Notice — tap to view\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eBrickRoyal is operated by \u003cstrong\u003eJiduoduo Co., Limited\u003c\/strong\u003e, which holds written authorization from the respective trademark owners to sell authorised products through brickroyal.com. Authorization period: \u003cstrong\u003eAug 10, 2026 – Aug 10, 2027\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ctable class=\"br-pdp__tbl\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eAuthorised Brand\u003c\/th\u003e\n\u003cth\u003eReg. No.\u003c\/th\u003e\n\u003cth\u003ePeriod\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZxinzhuan\u003c\/td\u003e\n\u003ctd\u003e82389387\u003c\/td\u003e\n\u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGULY\u003c\/td\u003e\n\u003ctd\u003e81236738\u003c\/td\u003e\n\u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShuanggao\u003c\/td\u003e\n\u003ctd\u003e25523691\u003c\/td\u003e\n\u003ctd\u003eAug 10, 2026 – Aug 10, 2027\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"br-pdp__note\"\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Trademark authorisation does not grant rights to any third-party IP – vehicle designs, character names, artwork, logos, or other trademarks remain separate matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eJiduoduo Co., Limited · 2601, 26\/F, Delta House, No. 3 On Yiu Street, Sha Tin, New Territories, Hong Kong SAR · +852 9324 7082 · Mon–Fri 9:00–18:30 HKT. Brand enquiries: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e. © 2026–Present BrickRoyal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"br-pdp__item\"\u003e\n\u003csummary class=\"br-pdp__q\"\u003e\u003cspan class=\"br-pdp__stud\"\u003e\u003c\/span\u003e\u003cspan class=\"br-pdp__qText\"\u003e⚖️ Legal, Brand \u0026amp; Disclaimers\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"br-pdp__a\"\u003e\n\u003cp\u003eBrickRoyal is an independent brand. BR60510 is an original design and is \u003cstrong\u003enot affiliated with, licensed by, or endorsed by\u003c\/strong\u003e the LEGO Group, or by any motorcycle, automobile, or racing brand.\u003c\/p\u003e\n\u003cp\u003eAfter-sales: \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e · General: \u003cstrong\u003esupport@brickroyal.com\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"BrickRoyal","offers":[{"title":"Standard — Static Build","offer_id":44148040499313,"sku":"BR6974793280526","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Upgraded — RC Powered","offer_id":44148040532081,"sku":"BR6974793280527","price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/WidebodyTrackSupercarBuildingKit.png?v=1786588171"}],"url":"https:\/\/brickroyal.com\/collections\/1-14-supercars.oembed","provider":"BrickRoyal","version":"1.0","type":"link"}