{"title":"1:10 Supercars","description":"\u003cp\u003e⚡ Sporty builds in 1:10 scale. Detailed supercars combining dynamic styling, brick-built engineering and display appeal.\u003c\/p\u003e","products":[{"product_id":"1-10-drift-stunt-car-building-set-army-green","title":"1:10 Wide-Body Drift Stunt Car Building Set — Army Green","description":"\u003cstyle\u003e\n  \/* ===== 作用域限定：所有样式只影响 .blog-wrap 内部 ===== *\/\n  .blog-wrap,\n  .blog-wrap * {\n    box-sizing: border-box;\n  }\n\n  .blog-wrap {\n    --br-bg: #0b0f0a;\n    --br-surface: #121812;\n    --br-surface-2: #1a221a;\n    --br-line: #2a3a2a;\n    --br-ink: #e8f0e0;\n    --br-muted: #b8c4a8;\n    --br-dim: #7a8a6a;\n    --br-army: #465A1C;\n    --br-army-light: #B7C88F;\n    --br-lime: #A3E635;\n    --br-gold: #C9A227;\n    --br-grey: #6B7280;\n\n    max-width: 840px;\n    width: 100%;\n    margin: 0 auto;\n    background: var(--br-bg);\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n    border: 1px solid var(--br-line);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #d0d8c8;\n    line-height: 1.65;\n  }\n\n  .blog-wrap .hero {\n    background: linear-gradient(145deg, #080c08 0%, #121a12 40%, #1a221a 100%);\n    padding: 32px 24px 26px;\n    border-bottom: 3px solid var(--br-army);\n    position: relative;\n    overflow: hidden;\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(70, 90, 28, 0.10) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero-badge {\n    display: inline-block;\n    background: #121812;\n    color: var(--br-gold);\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  }\n\n  .blog-wrap .hero-title {\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.2;\n    color: #eef4e8;\n    margin: 0 0 6px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .hero-title .accent {\n    background: linear-gradient(135deg, var(--br-army-light), var(--br-army), var(--br-gold));\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: var(--br-muted);\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: #080c08;\n    border: 1px solid var(--br-line);\n    border-radius: 8px;\n    padding: 10px 6px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--br-ink);\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: var(--br-muted);\n    background: var(--br-surface);\n    border: 1px dashed #4a5a2a;\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: var(--br-surface);\n    border: 1px solid var(--br-line);\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: var(--br-surface-2);\n  }\n\n  .blog-wrap details summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 800;\n    font-size: 16px;\n    color: var(--br-ink);\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: #5a6a4a;\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: #c8d0c0;\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: #080c08;\n    border: 1px solid var(--br-line);\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: var(--br-dim);\n    margin: 0;\n  }\n\n  \/* ===== 信息面板 \/ 勾选列表 ===== *\/\n  .blog-wrap .info-panel {\n    background: #080c08;\n    border: 1px solid var(--br-line);\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: #c8d0c0;\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: var(--br-lime);\n    font-weight: 800;\n  }\n\n  .blog-wrap .info-panel p.muted {\n    font-size: 12.5px;\n    color: var(--br-dim);\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: #c8d0c0;\n    margin-bottom: 6px;\n  }\n\n  .blog-wrap .check-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: var(--br-lime);\n    font-weight: 800;\n  }\n\n  \/* ===== 两个大折叠 ===== *\/\n  .blog-wrap details.master {\n    background: #0f140f;\n    border: 1px solid #3a4a2a;\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: #0f140f;\n    border-color: #5a6a2a;\n  }\n\n  .blog-wrap details.master \u003e summary {\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 0;\n    color: var(--br-ink);\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap details.master \u003e summary::after {\n    font-size: 20px;\n    color: var(--br-gold);\n  }\n\n  .blog-wrap details.master[open] \u003e summary {\n    border-bottom: 1px solid var(--br-line);\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: var(--br-surface);\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: var(--br-lime) !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, #141a14, #080c08);\n    border: 1px solid #4a5a2a;\n    border-top: 5px solid var(--br-army);\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: var(--br-ink);\n    margin: 0 0 6px;\n    line-height: 1.3;\n  }\n\n  .blog-wrap .cta-box .sub {\n    font-size: 13px;\n    color: var(--br-muted);\n    margin: 0 auto;\n    max-width: 460px;\n  }\n\n  \/* ===== feature-callout ===== *\/\n  .blog-wrap .feature-callout {\n    background: var(--br-surface);\n    border: 1px solid var(--br-line);\n    border-radius: 12px;\n    padding: 14px 18px;\n    margin: 0 0 14px;\n    border-left: 4px solid var(--br-army);\n  }\n\n  .blog-wrap .feature-callout p {\n    font-size: 14px;\n    color: #c8d0c0;\n    margin: 0;\n  }\n\n  .blog-wrap .feature-callout strong {\n    color: var(--br-lime);\n  }\n\n  \/* ===== 法律 \/ 授权表格样式 ===== *\/\n  .blog-wrap .legal-details {\n    margin-top: 14px;\n  }\n\n  .blog-wrap .legal-details details {\n    background: #080c08;\n    border-color: var(--br-line);\n  }\n\n  .blog-wrap .legal-details details summary {\n    font-size: 13px;\n    color: var(--br-dim);\n  }\n\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li {\n    font-size: 12.5px;\n    color: var(--br-dim);\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  }\n\n  .blog-wrap .legal-details .content th {\n    text-align: left;\n    padding: 4px 6px;\n    color: var(--br-dim);\n    font-size: 9px;\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--br-line);\n  }\n\n  .blog-wrap .legal-details .content td {\n    padding: 4px 6px;\n    color: var(--br-dim);\n    border-bottom: 1px solid var(--br-surface);\n  }\n\n  .blog-wrap .legal-details .content .note {\n    background: #080c08;\n    border: 1px solid var(--br-line);\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: var(--br-dim);\n    margin: 0;\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  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e🏎️ 1:10 RC Drift Stunt Car · 2,356 Pieces · Army Green \u0026amp; Lime\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n\u003cspan class=\"accent\"\u003eBR10632\u003c\/span\u003e 1:10 RC Drift Stunt Car – Build It, Then Drift It\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eMatte army-green \u0026amp; grey · lime accents · gold wheels · full RC drift kit included · battery not included\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\u003e2,356 Pieces\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📐\u003c\/span\u003e1:10 Scale\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🏁\u003c\/span\u003eRC Drift Kit Included\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e💨\u003c\/span\u003eHigh-Speed Drift\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e💡\u003c\/span\u003eLED Roof Light Bar\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e8–12 hrs Build Time\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blog-body\"\u003e\n    \u003c!-- ===== 展开提示 ===== --\u003e\n    \u003cp class=\"expand-hint\"\u003e👇 Tap the two sections below to expand full specifications and 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        \u003ch2\u003e🏎️ BR10632 at a Glance\u003c\/h2\u003e\n        \u003cp class=\"intro-text\"\u003eAll the key numbers in one place – then unfold the full parameter list and the real builder questions below.\u003c\/p\u003e\n\n        \u003cdiv class=\"info-panel\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePieces:\u003c\/strong\u003e 2,356 · \u003cstrong\u003eScale:\u003c\/strong\u003e 1:10 · \u003cstrong\u003eBuild Time:\u003c\/strong\u003e 8–12 h\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 45.6 × 24.8 × 17 cm (18.0 × 9.8 × 6.7 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 48 × 24 × 26 cm · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 4.58 kg (10.1 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 4.35 kg (9.59 lb)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e Matte army green \u0026amp; grey with lime accents and gold wheels\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Motorised RC (kit included) — battery not included; please supply your own\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeadline feature:\u003c\/strong\u003e Full RC drift kit included + flowing LED roof light bar + rear mist effect + electric adjustable chassis + rising rear wing\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"intro-text\"\u003e\u003cstrong\u003eBR10632\u003c\/strong\u003e is a \u003cstrong\u003e2,356-piece 1:10 wide-body drift stunt car\u003c\/strong\u003e in classic street-tuner style — flared fenders, an oversized rear spoiler, external exhausts and a roof light rack, finished in \u003cstrong\u003ematte army-green and grey with lime trim and electroplated-gold wheels\u003c\/strong\u003e. This is the \u003cstrong\u003efull dynamic version\u003c\/strong\u003e: the \u003cstrong\u003eRC drift kit is included\u003c\/strong\u003e for real high-speed drifting, flowing roof lights, a rear mist effect and an adjustable chassis. A bold \u003cstrong\u003eadult collectible\u003c\/strong\u003e for desk or cabinet. (Battery not included — supply your own.)\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-callout\"\u003e\n          \u003cp\u003e\u003cstrong\u003e⚫ Matte Army Green \u0026amp; Grey with Lime \u0026amp; Gold – Tuner Style That Stands Out\u003c\/strong\u003e\u003cbr\u003eThe wide-body shell combines matte army-green and grey panels with vivid lime accents and gold multi-spoke wheels, plus a roof light bar, oversized wing and external exhausts. A premium finish that makes the drift car stand out on any shelf.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 产品参数子折叠 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Set \u0026amp; RC Kit – Included?\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e2,356 precision ABS bricks\u003c\/strong\u003e – in numbered bags by build stage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMatte army-green \u0026amp; grey wide-body shell\u003c\/strong\u003e with lime accents\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eGold multi-spoke drift wheels\u003c\/strong\u003e with printed racing tyres\u003c\/li\u003e\n              \u003cli\u003e\u003cstrong\u003eFlared fenders, oversized rear wing, external exhausts, roof light bar and roll cage\u003c\/strong\u003e\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFull RC drift kit included:\u003c\/strong\u003e motors, 2.4G remote, sprayer, LED strips, battery box and drift wheels\u003c\/li\u003e\n              \u003cli\u003eFull-colour \u003cstrong\u003estep-by-step instruction manual\u003c\/strong\u003e for both the build and RC wiring\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eBattery not included:\u003c\/strong\u003e the RC kit is in the box, but you will need to supply your own battery. Email us if you're unsure which one fits.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e⚡ RC Drift \u0026amp; Electric Functions (Included)\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eThe included RC drift kit unlocks:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e💨 High-speed drifting\u003c\/strong\u003e on omnidirectional stunt wheels – sharp, flexible sideways moves\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🏎️ Full RC driving and steering\u003c\/strong\u003e from the 2.4G remote\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e💡 Flowing LED roof light bar\u003c\/strong\u003e for a dynamic light show\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🌫️ Rear mist effect\u003c\/strong\u003e via the sprayer (use clean water only)\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e📐 Electric adjustable chassis height\u003c\/strong\u003e and a rising rear wing\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The RC kit is included in this dynamic version. If you'd rather use your own power source, email us first at admin@brickroyal.com so we can help you avoid any issues.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🏗️ Design, Styling \u0026amp; Mechanical Detail\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003eWide-body tuner look:\u003c\/strong\u003e flared fenders, an oversized rear wing, external exhausts and a roof light bar\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eGold multi-spoke drift wheels\u003c\/strong\u003e with printed racing tyres\u003c\/li\u003e\n              \u003cli\u003e\u003cstrong\u003eDetailed engine, full roll cage, steering linkage and suspension\u003c\/strong\u003e\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMatte army-green \u0026amp; grey\u003c\/strong\u003e with vivid lime accents\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eHigh-hardness ABS bricks\u003c\/strong\u003e with a matte metal-look coating for texture\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eTight clamping structure\u003c\/strong\u003e for a stable finished model\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eCare note:\u003c\/strong\u003e Painted and plated surfaces are scratch-sensitive — avoid friction with sharp or hard objects.\u003c\/p\u003e\n            \u003c\/div\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 BR10632 is designed for builders who enjoy:\u003c\/p\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003eA \u003cstrong\u003e2,356-piece 1:10 wide-body drift car\u003c\/strong\u003e with real tuner character\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003efull dynamic RC version\u003c\/strong\u003e – build it, then drift it\u003c\/li\u003e\n              \u003cli\u003e\u003cstrong\u003eFlowing LED roof lights, mist effect and adjustable chassis\u003c\/strong\u003e\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003estandout collectible\u003c\/strong\u003e for a desk, gaming room or cabinet\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 mid-difficulty build – detailed but approachable\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eTime commitment:\u003c\/strong\u003e expect 8–12 hours across multiple sessions\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003ePower:\u003c\/strong\u003e RC kit included; battery not included – supply your own\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eCare:\u003c\/strong\u003e matte and plated surfaces are scratch-sensitive – handle gently\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📋 Full Specifications\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e BRICKROYAL · \u003cstrong\u003eSKU:\u003c\/strong\u003e BR10632 · \u003cstrong\u003ePieces:\u003c\/strong\u003e 2,356\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eScale:\u003c\/strong\u003e 1:10 RC drift model · \u003cstrong\u003eAssembled size:\u003c\/strong\u003e 45.6 × 24.8 × 17 cm (18.0 × 9.8 × 6.7 in)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 48 × 24 × 26 cm · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 4.58 kg (10.1 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 4.35 kg (9.59 lb)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRecommended age:\u003c\/strong\u003e 14+ · \u003cstrong\u003eBuild time:\u003c\/strong\u003e approx. 8–12 hours\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eColour:\u003c\/strong\u003e Matte army green \u0026amp; grey, lime accents, gold wheels\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eIncluded:\u003c\/strong\u003e Full RC drift kit: motors, 2.4G remote, sprayer, LED strips, battery box, drift wheels\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Motorised RC (kit included) — battery not included; please supply your own\u003c\/p\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+. Keep loose parts away from infants and toddlers. All bricks are made from non-toxic ABS material intended for adult-oriented model construction.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRC kit note:\u003c\/strong\u003e Follow the wiring instructions and charge battery packs under adult supervision. Use clean water only in the sprayer. The matte and plated surfaces are coated – handle gently. Dust with a soft dry cloth and keep away from heat, water and damp.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ================= 大折叠 2：FAQ + 售后 + 品牌授权（默认闭合） ================= --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e❓ Real Questions, Straight Answers (FAQ)\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n        \u003cp class=\"sub\" style=\"font-size: 13px; color: #7a8a6a; margin: 0 0 14px;\"\u003eWhat builders ask before choosing this RC drift stunt car.\u003c\/p\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Is the RC drift kit included?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eYes\u003c\/strong\u003e – this is the full dynamic version. The motors, 2.4G remote, sprayer, LED strips, battery box and drift wheels are all \u003cstrong\u003eincluded\u003c\/strong\u003e. A \u003cstrong\u003ebattery is not included\u003c\/strong\u003e — please supply your own; email us if you're unsure which one fits.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“How difficult is it, and how long does it take?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eIt's a mid-difficulty build at \u003cstrong\u003e2,356 pieces\u003c\/strong\u003e — a satisfying weekend project. The set comes with a clear, illustrated, step-by-step manual for both the build and the RC wiring. Estimated build time is \u003cstrong\u003e8–12 hours\u003c\/strong\u003e.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e“Does it need a battery?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e The RC kit is included, but a battery is \u003cstrong\u003enot included\u003c\/strong\u003e — please supply your own. If you're unsure which battery fits, email us at admin@brickroyal.com before ordering.\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.\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 many small parts, so it isn't a toy for young children. We recommend it for \u003cstrong\u003eages 14 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“How do the lights and mist effect work?”\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe included RC kit powers the \u003cstrong\u003eflowing LED roof light bar\u003c\/strong\u003e and the rear \u003cstrong\u003emist effect\u003c\/strong\u003e via the sprayer. Use \u003cstrong\u003eclean water only\u003c\/strong\u003e in the sprayer, and follow the wiring instructions in the manual.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- CTA 框放在 FAQ 内 --\u003e\n        \u003cdiv class=\"cta-box\"\u003e\n          \u003cp\u003e⚫ Army Green \u0026amp; Lime · RC Drift Kit Included · LED Roof Bar · Mist Effect\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e2,356 pieces · 1:10 wide-body drift stunt car – build it, then drift it. Battery not included.\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 style=\"font-size: 11.5px; color: #7a8a6a;\"\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. BR10632 is an original design and is \u003cstrong\u003enot affiliated with, licensed by, or endorsed by\u003c\/strong\u003e the LEGO Group, or by any car manufacturer or automotive 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\n\u003c\/div\u003e","brand":"BrickRoyal","offers":[{"title":"Default Title","offer_id":43859716538481,"sku":"BR6974793281622","price":289.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/110Wide-BodyDriftStuntCarBuildingSetArmyGreen.png?v=1787908017"},{"product_id":"1-10-rc-drift-supercar-building-set-crystal-white","title":"1:10 RC Drift Supercar Building Set — Crystal White","description":"\u003cstyle\u003e\n  \/* ===== 作用域限定：所有样式只影响 .blog-wrap 内部 ===== *\/\n  .blog-wrap,\n  .blog-wrap * { box-sizing: border-box; }\n\n  .blog-wrap {\n    max-width: 840px;\n    width: 100%;\n    margin: 0 auto;\n    background: #0a1018;\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);\n    border: 1px solid #1e2b3d;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #cfd8e3;\n    line-height: 1.65;\n  }\n\n  \/* ================= HERO ================= *\/\n  .blog-wrap .hero {\n    background: linear-gradient(145deg, #070b12 0%, #0f1826 45%, #17263d 100%);\n    padding: 32px 24px 26px;\n    border-bottom: 3px solid #3e9bff;\n    position: relative;\n    overflow: hidden;\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(62, 155, 255, 0.12) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero-badge {\n    display: inline-block;\n    background: #0f1826;\n    color: #7fc4ff;\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 #24466e;\n    margin-bottom: 14px;\n  }\n\n  .blog-wrap .hero-title {\n    font-size: 26px;\n    font-weight: 900;\n    line-height: 1.2;\n    color: #eef4fb;\n    margin: 0 0 6px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .hero-title .accent {\n    background: linear-gradient(135deg, #cfe8ff, #3e9bff);\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: #9fb0c4;\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: #080d15;\n    border: 1px solid #22303f;\n    border-radius: 8px;\n    padding: 10px 6px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 600;\n    color: #e6eef8;\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 .blog-body {\n    padding: 22px 22px 30px;\n  }\n\n  \/* ===== 展开提示条 ===== *\/\n  .blog-wrap .expand-hint {\n    font-size: 13px;\n    color: #9fb0c4;\n    background: #111a26;\n    border: 1px dashed #2f4a6b;\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: #131c2b;\n    border: 1px solid #22303f;\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: #17222f;\n  }\n\n  .blog-wrap details summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 800;\n    font-size: 16px;\n    color: #eef4fb;\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: #5c7186;\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: #c6d2e0;\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: #0b1119;\n    border: 1px solid #22303f;\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: #8b9bb0;\n    margin: 0;\n  }\n\n  \/* ===== 信息面板 \/ 勾选列表 ===== *\/\n  .blog-wrap .info-panel {\n    background: #0b1119;\n    border: 1px solid #22303f;\n    border-radius: 10px;\n    padding: 12px 16px;\n    margin: 0 0 14px;\n  }\n\n  .blog-wrap .info-panel p {\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: #c6d2e0;\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: #7fc4ff;\n    font-weight: 800;\n  }\n\n  .blog-wrap .intro-text {\n    font-size: 14px;\n    line-height: 1.78;\n    color: #c6d2e0;\n    margin: 0 0 14px;\n  }\n\n  .blog-wrap .check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 14px;\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: #c6d2e0;\n    margin-bottom: 6px;\n  }\n\n  .blog-wrap .check-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #3e9bff;\n    font-weight: 800;\n  }\n\n  \/* ===== feature-callout ===== *\/\n  .blog-wrap .feature-callout {\n    background: #131c2b;\n    border: 1px solid #22303f;\n    border-radius: 12px;\n    padding: 14px 18px;\n    margin: 0 0 16px;\n    border-left: 4px solid #3e9bff;\n  }\n\n  .blog-wrap .feature-callout p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #c6d2e0;\n    margin: 0;\n  }\n\n  .blog-wrap .feature-callout strong {\n    color: #7fc4ff;\n  }\n\n  \/* ===== 规格表 ===== *\/\n  .blog-wrap .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13.5px;\n    margin: 0;\n  }\n\n  .blog-wrap .spec-table th,\n  .blog-wrap .spec-table td {\n    text-align: left;\n    padding: 9px 10px;\n    border-bottom: 1px solid #22303f;\n    vertical-align: top;\n    line-height: 1.6;\n  }\n\n  .blog-wrap .spec-table th {\n    width: 40%;\n    color: #eef4fb;\n    font-weight: 700;\n    background: #0b1119;\n  }\n\n  .blog-wrap .spec-table td {\n    color: #c6d2e0;\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 details.master {\n    background: #0f1722;\n    border: 1px solid #2b4059;\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: #0f1722;\n    border-color: #3e9bff;\n  }\n\n  .blog-wrap details.master \u003e summary {\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 0;\n    color: #eef4fb;\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap details.master \u003e summary::after {\n    font-size: 20px;\n    color: #3e9bff;\n  }\n\n  .blog-wrap details.master[open] \u003e summary {\n    border-bottom: 1px solid #22303f;\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: #131c2b;\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  .blog-wrap .sub-text {\n    font-size: 13px;\n    color: #8b9bb0;\n    margin: 0 0 14px;\n    line-height: 1.6;\n  }\n\n  \/* ===== 大标题高亮 ===== *\/\n  .blog-wrap .blog-body h2 {\n    font-size: 20px;\n    font-weight: 900;\n    color: #7fc4ff !important;\n    margin: 0 0 8px;\n    letter-spacing: .01em;\n  }\n\n  \/* ===== CTA 框 ===== *\/\n  .blog-wrap .cta-box {\n    background: linear-gradient(145deg, #131c2b, #0b1119);\n    border: 1px solid #2b4059;\n    border-top: 5px solid #3e9bff;\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: #eef4fb;\n    margin: 0 0 6px;\n    line-height: 1.3;\n  }\n\n  .blog-wrap .cta-box .sub {\n    font-size: 13px;\n    color: #9fb0c4;\n    margin: 0 auto;\n    max-width: 460px;\n  }\n\n  \/* ===== 法律 \/ 授权 ===== *\/\n  .blog-wrap .legal-details {\n    margin-top: 14px;\n  }\n\n  .blog-wrap .legal-details details {\n    background: #0b1119;\n    border-color: #22303f;\n  }\n\n  .blog-wrap .legal-details details summary {\n    font-size: 13px;\n    color: #8b9bb0;\n  }\n\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li {\n    font-size: 12.5px;\n    color: #8b9bb0;\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  }\n\n  .blog-wrap .legal-details .content th {\n    text-align: left;\n    padding: 4px 6px;\n    color: #7d8ea3;\n    font-size: 9px;\n    text-transform: uppercase;\n    border-bottom: 1px solid #22303f;\n  }\n\n  .blog-wrap .legal-details .content td {\n    padding: 4px 6px;\n    color: #8b9bb0;\n    border-bottom: 1px solid #131c2b;\n  }\n\n  .blog-wrap .legal-details .content .note {\n    background: #0b1119;\n    border: 1px solid #22303f;\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: #8b9bb0;\n    margin: 0;\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 .spec-table { font-size: 12.5px; }\n    .blog-wrap .spec-table th { width: 46%; padding: 8px 6px; }\n    .blog-wrap .spec-table td { padding: 8px 6px; }\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!-- ================= 顶部展览区 ================= --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e🏁 1:10 Drift Supercar · 2,138 Pieces · Crystal White\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n\u003cspan class=\"accent\"\u003eBR10652\u003c\/span\u003e 1:10 RC Drift Supercar Building Set — Crystal White\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eCustom crystal white with blue racing stripes · 360° drift · full RC power kit included\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\u003e2,138 Bricks\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e8–12 hrs Build Time\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📐\u003c\/span\u003e1:10 Scale\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🎨\u003c\/span\u003eCrystal White + Blue Stripes\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🌀\u003c\/span\u003e360° Stunt Drift\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    \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 full specifications and 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🏎️ BR10652 at a Glance\u003c\/h2\u003e\n        \u003cp class=\"intro-text\"\u003eEvery key number in one place — then unfold the full parameter list and the real builder questions below.\u003c\/p\u003e\n\n        \u003cdiv class=\"info-panel\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePieces:\u003c\/strong\u003e 2,138 · \u003cstrong\u003eScale:\u003c\/strong\u003e 1:10 · \u003cstrong\u003eBuild Time:\u003c\/strong\u003e 8–12 h\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 50 × 23 × 13 cm (19.7 × 9.1 × 5.1 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge:\u003c\/strong\u003e 14+ · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 3.25 kg (7.2 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 2.85 kg (6.3 lb)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 44.3 × 20.5 × 21.3 cm (17.4 × 8.1 × 8.4 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eEstimated build time:\u003c\/strong\u003e approximately \u003cstrong\u003e8–12 hours\u003c\/strong\u003e · Recommended for ages 14+\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Custom crystal white with blue racing stripes and carbon-look aero\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Full RC power kit included (rechargeable battery box)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeadline feature:\u003c\/strong\u003e 360° in-place drift + electric doors + adjustable chassis + LED headlights\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"intro-text\"\u003e\u003cstrong\u003eBR10652\u003c\/strong\u003e is a \u003cstrong\u003e2,138-piece 1:10 scale RC drift supercar\u003c\/strong\u003e in a custom \u003cstrong\u003ecrystal white\u003c\/strong\u003e finish with bold \u003cstrong\u003eblue racing stripes\u003c\/strong\u003e and carbon-look aero. A detailed front fascia, a large rear racing wing and a rear-mounted quad central exhaust round out the aggressive silhouette. At \u003cstrong\u003e50 cm (19.7 in)\u003c\/strong\u003e long, it is a great desktop-scale piece that is also genuinely fun to drive.\u003c\/p\u003e\n\n        \u003cp class=\"intro-text\"\u003eUnlike a static display model, this is a \u003cstrong\u003efully motorized RC set\u003c\/strong\u003e — the complete power kit is already in the box. Its signature feature is the set of \u003cstrong\u003eomni-directional drift wheels\u003c\/strong\u003e for \u003cstrong\u003e360° in-place drifting\u003c\/strong\u003e, sharp corner slides and multi-direction stunts, plus electric doors, an electric adjustable chassis and LED headlights, all straight out of the box. Built for adult builders, drift and racing fans and technic-brick collectors aged 14+.\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-callout\"\u003e\n          \u003cp\u003e\u003cstrong\u003e🌀 360° In-Place Drift — The Headline Feature\u003c\/strong\u003e\u003cbr\u003eFour custom omni-directional wheels with built-in micro-rollers let the car slide sideways, spin on the spot and drift at multiple angles, driven by a full motor set. It is not just a display model — it is a real RC drift machine.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 子折叠 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Box — Full RC Power Kit\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e2,138 precision ABS bricks\u003c\/strong\u003e — numbered bags by build stage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCustom crystal-white body\u003c\/strong\u003e with blue racing stripes\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCarbon-look front splitter\u003c\/strong\u003e \u0026amp; oversized rear racing wing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eHeavily-modified large simulated engine\u003c\/strong\u003e with visible piston-and-pipe linkage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRear-mounted quad central exhaust\u003c\/strong\u003e with simulated metal pipework\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMulti-spoke wheels\u003c\/strong\u003e with printed tyre sidewalls\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eBlue race cockpit\u003c\/strong\u003e interior detailing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFull RC power kit:\u003c\/strong\u003e 2.4G remote · rechargeable battery box · 4× L motors · 2× M motors · LED light wiring · 4× omni-directional drift wheels\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\u003eEverything is in the box.\u003c\/strong\u003e Build, drive and drift with no separate dynamic kit to buy — the complete power kit is included as standard.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e⚡ RC \u0026amp; Drift Functions (Included)\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🌀 360° stunt drift\u003c\/strong\u003e — custom omni-directional wheels with built-in micro-rollers for sideways sliding, in-place spins and multi-angle drifting\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🚪 Electric doors\u003c\/strong\u003e — remote-controlled automatic open and close\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e📐 Electric adjustable chassis\u003c\/strong\u003e — raise or lower the ground clearance by remote\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e💡 Dual-side LED headlights\u003c\/strong\u003e — sharp racing headlight lighting for night display\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🎮 2.4G remote\u003c\/strong\u003e — forward \/ reverse \/ steering plus drift stunt modes\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eNo extra purchase needed:\u003c\/strong\u003e the motors, remote, battery box, LED wiring and drift wheels all ship in the standard set.\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\u003eHeavily-modified engine\u003c\/strong\u003e — a fully exposed large simulated engine with visible piston-and-pipe linkage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRear-mounted quad central exhaust\u003c\/strong\u003e — four centre-exit pipes with simulated metal finish\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eAero body\u003c\/strong\u003e — carbon-look front splitter, smooth curved panels and a large rear racing spoiler\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eBlue race cockpit\u003c\/strong\u003e — a detailed interior with racing-seat detailing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eWheels\u003c\/strong\u003e — multi-spoke performance rims with printed tyre sidewalls\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCrystal white + blue racing stripes\u003c\/strong\u003e — a clean, track-ready livery that stands out on any shelf\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🎯 Who This Build Is For \u0026amp; Gifting\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe BR10652 is designed for builders who enjoy:\u003c\/p\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003eA \u003cstrong\u003e2,138-piece build\u003c\/strong\u003e that rewards you with a fully drivable, drifting, light-up supercar — no extra purchases to play\u003c\/li\u003e\n              \u003cli\u003eA genuinely capable \u003cstrong\u003eRC drift platform\u003c\/strong\u003e: 360° in-place spins, side slides and multi-direction stunts\u003c\/li\u003e\n              \u003cli\u003eA striking \u003cstrong\u003ecrystal white with blue racing stripes\u003c\/strong\u003e livery that displays beautifully\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003e1:10 desktop-scale statement piece\u003c\/strong\u003e at 50 cm long — ideal for a game room, study or display cabinet\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, multi-stage builds\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eTime commitment:\u003c\/strong\u003e expect 8–12 hours across multiple sessions\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eRC setup:\u003c\/strong\u003e the full RC power kit is included — nothing extra to buy\u003c\/p\u003e\n              \u003cp\u003e- \u003cstrong\u003eCare:\u003c\/strong\u003e dust with a soft dry cloth and keep out of prolonged direct sun\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📋 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 \/ SKU\u003c\/th\u003e\n\u003ctd\u003eBRICKROYAL · BR10652\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003ePiece count\u003c\/th\u003e\n\u003ctd\u003e2,138 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eScale\u003c\/th\u003e\n\u003ctd\u003e1:10\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eAssembled size\u003c\/th\u003e\n\u003ctd\u003e50 × 23 × 13 cm (19.7 × 9.1 × 5.1 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eGift box size\u003c\/th\u003e\n\u003ctd\u003e44.3 × 20.5 × 21.3 cm (17.4 × 8.1 × 8.4 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eGross weight (packed)\u003c\/th\u003e\n\u003ctd\u003e3.25 kg (7.2 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eNet weight\u003c\/th\u003e\n\u003ctd\u003e2.85 kg (6.3 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\u003eEstimated build time\u003c\/th\u003e\n\u003ctd\u003eApprox. 8–12 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eCustom crystal white with blue racing stripes and carbon-look aero\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, 4× L motors, 2× M motors, LED light wiring, 4× omni-directional drift wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003eFunctions\u003c\/th\u003e\n\u003ctd\u003e360° drift, electric doors, adjustable chassis, LED headlights, heavily-modified engine\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eRechargeable battery box (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        \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 building bricks — \u003cstrong\u003echoking hazard\u003c\/strong\u003e. Not suitable for children under 14. Keep loose parts away from infants and toddlers. All bricks are made from non-toxic ABS material intended for adult-oriented model construction.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRC \u0026amp; battery note:\u003c\/strong\u003e Follow the wiring instructions for the RC and LED parts, and charge the battery box under adult supervision. Dust with a soft dry cloth and keep out of prolonged direct sunlight.\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❓ Real Questions, Straight Answers (FAQ)\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003cp class=\"sub-text\"\u003eWhat builders ask before choosing this crystal white drift supercar.\u003c\/p\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is the RC kit included, or sold separately?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eIncluded.\u003c\/strong\u003e The 2.4G remote, rechargeable battery box, 4× L motors, 2× M motors, LED light wiring and 4× omni-directional drift wheels all ship in the standard set. There is no separate dynamic kit to buy — build it and drive it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How does the 360° drift actually work?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe car runs on \u003cstrong\u003efour custom omni-directional wheels\u003c\/strong\u003e with built-in micro-rollers. Combined with the included motor set, that lets the car slide sideways, spin on the spot and drift at multiple angles — the signature feature of this model.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How big is the finished model?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe assembled car measures \u003cstrong\u003e50 × 23 × 13 cm (19.7 × 9.1 × 5.1 in)\u003c\/strong\u003e — a substantial 1:10 scale piece that displays well on a shelf or desk.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How difficult is the build at 2,138 pieces?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eHigh difficulty\u003c\/strong\u003e — recommended for experienced builders aged 14+. The mechanical assemblies and RC wiring are the most rewarding parts. The numbered bags and full-colour illustrated manual keep each phase manageable. Estimated build time is \u003cstrong\u003e8–12 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.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is it stable enough for a display shelf?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAbsolutely.\u003c\/strong\u003e The chassis is solid and rigid, built from \u003cstrong\u003eABS material\u003c\/strong\u003e with multiple cross-locking structures. The low stance and wide track allow stable placement on any flat surface.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"What batteries does it use — can I use my own power source?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe set ships with a \u003cstrong\u003erechargeable battery box\u003c\/strong\u003e and all the motors needed to run the RC and drift functions. If you'd prefer to assemble your own battery box or power source, \u003cstrong\u003echeck with us first at admin@brickroyal.com\u003c\/strong\u003e so we can help you avoid any issues.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is it suitable for children?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThis set is recommended for \u003cstrong\u003eages 14+\u003c\/strong\u003e. It contains small building bricks that present a choking hazard and is designed as an adult-oriented model build.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- CTA 框放在 FAQ 内 --\u003e\n        \u003cdiv class=\"cta-box\"\u003e\n          \u003cp\u003e🌀 Crystal White · 360° Drift · Full RC Kit Included\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e2,138 pieces · 1:10 RC drift supercar — build it, drive it, drift it, straight out of the box.\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\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 style=\"font-size: 11.5px; color: #8b9bb0;\"\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. BR10652 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, motorsport, 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","brand":"BrickRoyal","offers":[{"title":"Default Title","offer_id":43865303089265,"sku":"BR6974793282193","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/RCDriftSupercarBuildingSetCrystalWhite.png?v=1786167842"},{"product_id":"1-10-rc-drift-hypercar-building-set-mist-purple","title":"1:10 RC Drift Hypercar Building Set — Mist Purple","description":"\u003c!-- ============================================================\n     BrickRoyal · BR10653 1:10 RC Drift Hypercar (Mist Purple) — IP-safe\n     用法: Shopify → Products → BR10653 → Description → \"\u003c\u003e\" → 粘贴 → 手机预览 → Active\n     数据源: 2074片 \/ 成品49×25×12cm \/ 礼盒44.3×20.5×21.3cm \/ 毛3.36 净2.96kg\n     ⚠️ 不写装箱量 \/ 不写 V12 \/ 不写车企原型 \/ 不写 Made in China\n     ⚠️ 车灯 = 荧光蓄光(夜光)，非普通LED\n     ⚠️ 8+ 已改 14+\n     ⚠️ 标配已含全套动态套件\n     结构: 展览区 + 2个大折叠(默认全闭合)\n     ============================================================ --\u003e\n\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: #0B0910;\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);\n    border: 1px solid #2C2438;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #CFC8DC;\n    line-height: 1.65;\n  }\n\n  \/* ===== 顶部展览区 ===== *\/\n  .blog-wrap .hero {\n    background: linear-gradient(145deg, #0A0812 0%, #171130 42%, #1E1740 100%);\n    padding: 32px 24px 26px;\n    border-bottom: 3px solid #7A5C8E;\n    position: relative;\n    overflow: hidden;\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(169, 139, 216, 0.18) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero::before {\n    content: '';\n    position: absolute;\n    bottom: -45%;\n    left: -15%;\n    width: 320px;\n    height: 320px;\n    background: radial-gradient(circle, rgba(143, 209, 79, 0.12) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero-badge {\n    display: inline-block;\n    background: #16131F;\n    color: #C9ADF5;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    border-radius: 30px;\n    border: 1px solid #4A3A63;\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: #F2EFF9;\n    margin: 0 0 6px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .blog-wrap .hero-title .accent {\n    background: linear-gradient(135deg, #D6BEFF, #8B6BC7);\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: #A79DBF;\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: #100D18;\n    border: 1px solid #2C2438;\n    border-radius: 10px;\n    padding: 10px 6px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 700;\n    color: #EDE9F6;\n    line-height: 1.35;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n  }\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 .expand-hint {\n    font-size: 13px;\n    color: #A79DBF;\n    background: #16131F;\n    border: 1px dashed #4A3A63;\n    border-radius: 10px;\n    padding: 11px 14px;\n    margin: 0 0 16px;\n    text-align: center;\n    line-height: 1.6;\n  }\n\n  .blog-wrap .expand-hint strong {\n    color: #C9ADF5;\n  }\n\n  \/* ===== 通用折叠 ===== *\/\n  .blog-wrap details {\n    background: #16131F;\n    border: 1px solid #2C2438;\n    border-radius: 12px;\n    padding: 0 16px;\n    margin-bottom: 10px;\n    transition: background .2s, border-color .2s;\n  }\n\n  .blog-wrap details:hover {\n    background: #1D1829;\n    border-color: #3A2E4F;\n  }\n\n  .blog-wrap details summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 800;\n    font-size: 16px;\n    color: #EDE9F6;\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: #6B6280;\n    transition: transform .25s, color .25s;\n  }\n\n  .blog-wrap details[open] summary::after {\n    transform: rotate(90deg);\n    color: #A98BD8;\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: #CFC8DC;\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: 6px;\n  }\n\n  .blog-wrap details .content strong {\n    color: #F2EFF9;\n  }\n\n  .blog-wrap .note-box {\n    background: #100D18;\n    border: 1px solid #2C2438;\n    border-left: 3px solid #8FD14F;\n    border-radius: 10px;\n    padding: 12px 16px;\n    margin-top: 10px;\n  }\n\n  .blog-wrap .note-box p {\n    font-size: 13px;\n    color: #A79DBF;\n    margin: 0;\n  }\n\n  .blog-wrap .note-box strong {\n    color: #A3E06A;\n  }\n\n  \/* ===== 信息面板 \/ 勾选列表 ===== *\/\n  .blog-wrap .info-panel {\n    background: #100D18;\n    border: 1px solid #2C2438;\n    border-radius: 12px;\n    padding: 14px 16px;\n    margin: 0 0 14px;\n  }\n\n  .blog-wrap .info-panel p {\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: #CFC8DC;\n    margin: 0 0 7px;\n  }\n\n  .blog-wrap .info-panel p:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap .info-panel strong {\n    color: #C9ADF5;\n    font-weight: 800;\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: 22px;\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: #CFC8DC;\n    margin-bottom: 7px;\n  }\n\n  .blog-wrap .check-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #8FD14F;\n    font-weight: 800;\n  }\n\n  \/* ===== 两个大折叠 ===== *\/\n  .blog-wrap details.master {\n    background: #100D18;\n    border: 1px solid #3A2E4F;\n    border-radius: 18px;\n    padding: 0 18px;\n    margin-bottom: 18px;\n    transition: border-color .25s, box-shadow .25s;\n  }\n\n  .blog-wrap details.master:hover {\n    background: #100D18;\n    border-color: #5A4780;\n  }\n\n  .blog-wrap details.master[open] {\n    box-shadow: 0 0 0 1px rgba(169, 139, 216, 0.18);\n  }\n\n  .blog-wrap details.master \u003e summary {\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 0;\n    color: #F2EFF9;\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap details.master \u003e summary::after {\n    font-size: 20px;\n    color: #A98BD8;\n  }\n\n  .blog-wrap details.master[open] \u003e summary {\n    border-bottom: 1px solid #2C2438;\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: #16131F;\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: #C9ADF5 !important;\n    margin: 0 0 8px;\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap .intro-text {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #CFC8DC;\n    margin: 0 0 14px;\n  }\n\n  .blog-wrap .intro-text strong {\n    color: #F2EFF9;\n  }\n\n  \/* ===== 特色高亮框 ===== *\/\n  .blog-wrap .feature-callout {\n    background: #16131F;\n    border: 1px solid #2C2438;\n    border-left: 4px solid #A98BD8;\n    border-radius: 12px;\n    padding: 14px 18px;\n    margin: 0 0 14px;\n  }\n\n  .blog-wrap .feature-callout p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #CFC8DC;\n    margin: 0;\n  }\n\n  .blog-wrap .feature-callout strong {\n    color: #C9ADF5;\n  }\n\n  \/* ===== CTA 框 ===== *\/\n  .blog-wrap .cta-box {\n    background: linear-gradient(145deg, #1B1533, #0A0812);\n    border: 1px solid #4A3A63;\n    border-top: 5px solid #8FD14F;\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: 17px;\n    font-weight: 900;\n    color: #F2EFF9;\n    margin: 0 0 8px;\n    line-height: 1.35;\n  }\n\n  .blog-wrap .cta-box .sub {\n    font-size: 13px;\n    font-weight: 400;\n    color: #A79DBF;\n    margin: 0 auto;\n    max-width: 480px;\n    line-height: 1.65;\n  }\n\n  \/* ===== 法律 \/ 授权 ===== *\/\n  .blog-wrap .legal-details {\n    margin-top: 16px;\n  }\n\n  .blog-wrap .legal-details details {\n    background: #0B0910;\n    border-color: #2C2438;\n  }\n\n  .blog-wrap .legal-details details summary {\n    font-size: 13px;\n    color: #8E86A0;\n  }\n\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li {\n    font-size: 12.5px;\n    color: #8E86A0;\n    line-height: 1.7;\n  }\n\n  .blog-wrap .legal-details .content strong {\n    color: #A79DBF;\n  }\n\n  .blog-wrap .legal-details .content .note {\n    background: #100D18;\n    border: 1px solid #2C2438;\n    border-radius: 8px;\n    padding: 10px 12px;\n    margin: 8px 0 10px;\n  }\n\n  .blog-wrap .legal-details .content .note p {\n    font-size: 11.5px;\n    color: #8E86A0;\n    margin: 0;\n  }\n\n  \/* ===== 响应式 ===== *\/\n  @media (max-width: 640px) {\n    .blog-wrap .hero {\n      padding: 20px 14px 18px;\n    }\n\n    .blog-wrap .hero-title {\n      font-size: 20px;\n    }\n\n    .blog-wrap .hero-sub {\n      font-size: 13px;\n    }\n\n    .blog-wrap .feature-grid {\n      gap: 6px;\n    }\n\n    .blog-wrap .feature-item {\n      font-size: 11px;\n      padding: 8px 4px;\n      min-height: 50px;\n    }\n\n    .blog-wrap .feature-item .fi-icon {\n      font-size: 14px;\n    }\n\n    .blog-wrap .blog-body {\n      padding: 18px 14px 26px;\n    }\n\n    .blog-wrap .blog-body h2 {\n      font-size: 18px;\n    }\n\n    .blog-wrap .intro-text {\n      font-size: 13.5px;\n    }\n\n    .blog-wrap details {\n      padding: 0 12px;\n    }\n\n    .blog-wrap details summary {\n      font-size: 15px;\n    }\n\n    .blog-wrap details.master {\n      padding: 0 12px;\n      border-radius: 14px;\n    }\n\n    .blog-wrap details.master \u003e summary {\n      font-size: 16px;\n      padding: 16px 0;\n    }\n\n    .blog-wrap details.master .master-body {\n      padding: 12px 0 14px;\n    }\n\n    .blog-wrap details.master .master-body \u003e details \u003e summary {\n      font-size: 14px;\n    }\n\n    .blog-wrap .cta-box {\n      padding: 16px 12px;\n    }\n\n    .blog-wrap .cta-box p {\n      font-size: 15px;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .blog-wrap .hero-title {\n      font-size: 18px;\n    }\n\n    .blog-wrap .feature-item {\n      font-size: 10px;\n      padding: 6px 3px;\n      min-height: 46px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"blog-wrap\"\u003e\n  \u003c!-- ==================== 顶部展览区 ==================== --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e🏎️ 1:10 RC Drift Car Series · 2,074 Pieces · Mist Purple\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n\u003cspan class=\"accent\"\u003eBR10653\u003c\/span\u003e 1:10 RC Drift Hypercar Building Set – 360° Drift \u0026amp; Glow Headlights\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eElectroplated metallic mist purple · fluorescent-green accents · full RC power kit included\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\u003e2,074 Pieces\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e8–12 h Build\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e📐\u003c\/span\u003e1:10 Scale\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🔄\u003c\/span\u003e360° Drift\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🚪\u003c\/span\u003eElectric Doors\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e✨\u003c\/span\u003eGlow Headlights\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blog-body\"\u003e\n    \u003c!-- ===== 展开提示 ===== --\u003e\n    \u003cp class=\"expand-hint\"\u003e👇 \u003cstrong\u003eTap the two sections below to expand\u003c\/strong\u003e the full product parameters and the FAQ \/ after-sales details.\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🏎️ BR10653 at a Glance\u003c\/h2\u003e\n        \u003cp class=\"intro-text\"\u003eAll the key numbers in one place — then unfold the full contents list, RC functions, and complete specifications below.\u003c\/p\u003e\n\n        \u003cdiv class=\"info-panel\"\u003e\n          \u003cp\u003e\u003cstrong\u003ePieces:\u003c\/strong\u003e 2,074 · \u003cstrong\u003eScale:\u003c\/strong\u003e 1:10 · \u003cstrong\u003eBuild time:\u003c\/strong\u003e 8–12 hours\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAssembled size:\u003c\/strong\u003e 49 × 25 × 12 cm (19.3 × 9.8 × 4.7 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eAge:\u003c\/strong\u003e 14+ · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 3.36 kg (7.4 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 2.96 kg (6.5 lb)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 44.3 × 20.5 × 21.3 cm (17.4 × 8.1 × 8.4 in)\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Custom electroplated metallic mist purple with fluorescent-green accents\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003ePower:\u003c\/strong\u003e Full RC power kit included — 2.4G remote, rechargeable lithium battery box, 4× L motors, 2× M motors\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeadline features:\u003c\/strong\u003e 360° omni-directional drift · electric doors · electric adjustable chassis · glow-in-the-dark headlights\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"intro-text\"\u003e\u003cstrong\u003eBR10653\u003c\/strong\u003e is a \u003cstrong\u003e2,074-piece 1:10 scale RC drift hypercar building set\u003c\/strong\u003e, finished in a custom \u003cstrong\u003eelectroplated metallic mist purple\u003c\/strong\u003e with vivid \u003cstrong\u003efluorescent-green\u003c\/strong\u003e cockpit and roll-cage accents. A sleek aero body with a carbon-look front splitter and a large rear racing wing, an exposed heavily-modified simulated engine, dual central exhausts and multi-spoke electroplated wheels. At \u003cstrong\u003e49 cm (19.3 in)\u003c\/strong\u003e long, it is a desktop-scale statement piece that is also genuinely fun to drive.\u003c\/p\u003e\n\n        \u003cp class=\"intro-text\"\u003eThis is a \u003cstrong\u003efully motorized RC set\u003c\/strong\u003e — the complete power kit is in the box, with \u003cstrong\u003e360° in-place drifting\u003c\/strong\u003e on omni-directional wheels, electric scissor doors, an electric adjustable chassis and \u003cstrong\u003eglow-in-the-dark headlights\u003c\/strong\u003e straight out of the box. Built for adult builders, drift and racing fans, and technic-brick collectors aged 14+.\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-callout\"\u003e\n          \u003cp\u003e\u003cstrong\u003e🟣 Electroplated Metallic Mist Purple — A Light-Shifting Custom Finish\u003c\/strong\u003e\u003cbr\u003eThe exclusive custom electroplated panels shift and layer under the light for a rich depth you won't get from ordinary bricks, set off by fluorescent-green interior accents.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 产品参数子折叠 --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Box — Full RC Kit Included\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e2,074 precision ABS bricks\u003c\/strong\u003e — in numbered bags by build stage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCustom electroplated metallic mist-purple body\u003c\/strong\u003e with fluorescent-green interior accents\u003c\/li\u003e\n              \u003cli\u003e\u003cstrong\u003eCarbon-look front splitter \u0026amp; large rear racing wing\u003c\/strong\u003e\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eHeavily-modified simulated engine\u003c\/strong\u003e with visible piston-and-pipe linkage and gold engine-block detailing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual central exhausts\u003c\/strong\u003e with segmented metal-look pipework\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMulti-spoke electroplated wheels\u003c\/strong\u003e with printed tyre sidewalls\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFluorescent-green race cockpit\u003c\/strong\u003e with roll cage and racing seats\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFull RC power kit:\u003c\/strong\u003e 2.4G remote · rechargeable lithium battery box · 4× L motors · 2× M motors · LED \/ glow light wiring · 25 cm extension cables\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e4× omni-directional drift wheels\u003c\/strong\u003e with built-in micro-rollers\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\u003eReady to run:\u003c\/strong\u003e Everything needed to build, drive and drift is in the box — there is no separate dynamic kit to buy.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e⚡ RC Functions \u0026amp; Drift Features\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🔄 360° stunt drift:\u003c\/strong\u003e custom omni-directional wheels with built-in micro-rollers for sideways sliding, in-place spins and multi-angle drifting — the headline feature\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🚪 Electric doors:\u003c\/strong\u003e remote-controlled automatic open and close of the scissor butterfly doors\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e📐 Electric adjustable chassis:\u003c\/strong\u003e raise or lower ground clearance by remote — low track stance or high clearance\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e✨ Glow-in-the-dark headlights:\u003c\/strong\u003e light-absorbing luminous bricks charge in daylight and glow at night for a striking display\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e🎮 2.4G remote:\u003c\/strong\u003e forward \/ reverse \/ steering plus drift stunt modes\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🎨 Finish, Styling \u0026amp; Mechanical Detail\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul\u003e\n              \u003cli\u003e\n\u003cstrong\u003eElectroplated metallic mist purple\u003c\/strong\u003e body panels that shift and layer under the light\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFluorescent-green accents\u003c\/strong\u003e across the roll cage, cockpit and interior trim\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eSleek aero body\u003c\/strong\u003e — carbon-look front splitter, smooth curved panels and a large rear racing wing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eExposed heavily-modified engine\u003c\/strong\u003e with visible piston-and-pipe linkage and gold engine-block detailing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual central exhausts\u003c\/strong\u003e with segmented metal-look pipework\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eMulti-spoke electroplated rims\u003c\/strong\u003e with printed tyre sidewalls\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDetailed cockpit\u003c\/strong\u003e with fluorescent-green race seats and roll cage\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eHandle with care:\u003c\/strong\u003e electroplated surfaces are decorative — handle those parts gently during assembly to protect the finish.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🏗️ Build Quality, Materials \u0026amp; Power\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eMade from non-toxic, high-toughness ABS with smooth, burr-free edges and tight interlocking tolerances, so the finished model stays stable and holds up to drift play. Numbered bags and a full-colour illustrated manual keep each build phase manageable.\u003c\/p\u003e\n            \u003cp\u003eThe set ships with a \u003cstrong\u003erechargeable lithium battery box\u003c\/strong\u003e and all the motors needed to run the RC and drift functions. If you would prefer to assemble your own battery box or use your own power source, \u003cstrong\u003echeck with us first at admin@brickroyal.com\u003c\/strong\u003e so we can help you avoid any issues.\u003c\/p\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eEstimated build time:\u003c\/strong\u003e approximately \u003cstrong\u003e8–12 hours\u003c\/strong\u003e across multiple sessions · Recommended for ages \u003cstrong\u003e14+\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e🎯 Who This Build Is For \u0026amp; Gifting\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe BR10653 is designed for builders who enjoy:\u003c\/p\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003eA \u003cstrong\u003ecustom electroplated metallic mist-purple finish\u003c\/strong\u003e with fluorescent-green accents — premium and distinctive\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003efully motorized RC set\u003c\/strong\u003e that drives and drifts straight out of the box, with no extra purchases\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e360° omni-directional drifting\u003c\/strong\u003e, electric doors, an adjustable chassis and glow headlights\u003c\/li\u003e\n              \u003cli\u003eA \u003cstrong\u003e1:10 desktop-scale statement piece\u003c\/strong\u003e at 49 cm long — for a game room, study or display cabinet\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, multi-stage builds\u003c\/p\u003e\n              \u003cp\u003e· \u003cstrong\u003eTime commitment:\u003c\/strong\u003e expect 8–12 hours across multiple sessions\u003c\/p\u003e\n              \u003cp\u003e· \u003cstrong\u003eRC setup:\u003c\/strong\u003e full power kit is already included — nothing extra to buy\u003c\/p\u003e\n              \u003cp\u003e· \u003cstrong\u003eCare:\u003c\/strong\u003e the electroplated finish is scratch-sensitive — handle gently and 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            \u003cp\u003eA premium birthday or holiday gift for drift, racing and motorsport fans and technic-brick collectors. The layered mechanical build is also a satisfying, stress-relieving project.\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            \u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e BRICKROYAL · \u003cstrong\u003eSKU:\u003c\/strong\u003e BR10653 · \u003cstrong\u003ePieces:\u003c\/strong\u003e 2,074\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eScale:\u003c\/strong\u003e 1:10 RC drift hypercar · \u003cstrong\u003eAssembled size:\u003c\/strong\u003e 49 × 25 × 12 cm (19.3 × 9.8 × 4.7 in)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGift box:\u003c\/strong\u003e 44.3 × 20.5 × 21.3 cm (17.4 × 8.1 × 8.4 in) · \u003cstrong\u003eGross weight:\u003c\/strong\u003e 3.36 kg (7.4 lb) · \u003cstrong\u003eNet:\u003c\/strong\u003e 2.96 kg (6.5 lb)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRecommended age:\u003c\/strong\u003e 14+ · \u003cstrong\u003eBuild time:\u003c\/strong\u003e approx. 8–12 hours\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Custom electroplated metallic mist purple with fluorescent-green accents\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eIncluded RC kit:\u003c\/strong\u003e 2.4G remote · rechargeable lithium battery box · 4× L motors · 2× M motors · LED \/ glow light wiring · 25 cm extension cables · 4× omni-directional drift wheels\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFunctions:\u003c\/strong\u003e 360° drift · electric doors · electric adjustable chassis · glow-in-the-dark headlights\u003c\/p\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 building bricks — \u003cstrong\u003echoking hazard\u003c\/strong\u003e. Not suitable for children under 14. Keep loose parts away from infants and toddlers. All bricks are made from non-toxic ABS material intended for adult-oriented model construction.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRC \u0026amp; light note:\u003c\/strong\u003e Follow the wiring instructions for the RC and light parts, and charge the battery box under adult supervision. The glow headlights charge from ordinary light exposure — no chemicals involved.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e The electroplated finish is coated — handle gently. Dust with a soft dry cloth and keep out of prolonged direct sunlight to protect the finish. 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❓ Real Questions, Straight Answers (FAQ)\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003cp class=\"intro-text\" style=\"font-size:13px;color:#A79DBF;margin-bottom:14px;\"\u003eWhat builders ask before choosing this mist purple drift hypercar.\u003c\/p\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is the RC kit really included, or sold separately?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eIncluded.\u003c\/strong\u003e Unlike many technic-style sets, the BR10653 ships with the complete power kit in the box: 2.4G remote, rechargeable lithium battery box, 4× L motors, 2× M motors, LED \/ glow light wiring, 25 cm extension cables and 4× omni-directional drift wheels. There is nothing extra to buy to drive and drift it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Do the headlights use batteries or LEDs?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe headlights are \u003cstrong\u003eglow-in-the-dark luminous bricks\u003c\/strong\u003e — they absorb ordinary daylight and then glow on their own at night. No batteries, wiring or chemicals are needed for the glow effect. The set also includes LED \/ glow light wiring as part of the RC kit.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How does the 360° drift actually work?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe set uses \u003cstrong\u003e4× omni-directional drift wheels\u003c\/strong\u003e with built-in micro-rollers. Instead of only rolling forward, these wheels allow sideways sliding, in-place spins and multi-angle drifting — so the car can rotate a full 360° in place on a smooth, flat surface.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How difficult is the build at 2,074 pieces?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eHigh difficulty\u003c\/strong\u003e — recommended for experienced builders aged 14+. The motorized assemblies and electroplated bodywork are the most rewarding parts. Numbered bags and the full-colour illustrated manual keep each phase manageable. Estimated build time is \u003cstrong\u003e8–12 hours\u003c\/strong\u003e across multiple sessions.\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\u003eYou can, but please \u003cstrong\u003echeck with us first at admin@brickroyal.com\u003c\/strong\u003e so we can confirm compatibility and help you avoid any issues with the motors, wiring or remote.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is the electroplated mist purple finish delicate?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eThe electroplated coating is what creates the layered metallic shine, so \u003cstrong\u003ehandle those parts gently during the build\u003c\/strong\u003e. Dust the finished model with a soft dry cloth and keep it out of prolonged direct sunlight to protect the finish.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is it stable enough for a display shelf?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAbsolutely.\u003c\/strong\u003e The assembled model measures \u003cstrong\u003e49 × 25 × 12 cm\u003c\/strong\u003e — a substantial presence. The chassis is solid and rigid, built from high-toughness ABS with multiple cross-locking structures. The low stance and wide track allow stable placement on any flat surface.\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.\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🟣 Mist Purple · 360° Drift · Glow Headlights · Full RC Kit Included\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e2,074 pieces · 1:10 RC drift hypercar building set — build it, drive it, drift it straight out of the box.\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              \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. BR10653 is an original, generic design and is not affiliated with, licensed by, or endorsed by any automobile manufacturer or racing brand.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cp style=\"font-size:11.5px;color:#8E86A0;\"\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. BR10653 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, motorcycle, 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 — a real person answers, usually within 24 hours on business days.\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","brand":"BrickRoyal","offers":[{"title":"Default Title","offer_id":43865307840625,"sku":"BR6974793282209","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/RCDriftHypercarBuildingSetMistPurple.png?v=1786168767"},{"product_id":"1-10-rc-drift-hypercar-building-set-meteorite-black","title":"1:10 RC Drift Hypercar Building Set — Meteorite Black","description":"\u003cstyle\u003e\n  \/* ===== Scoped: everything only affects .blog-wrap ===== *\/\n  .blog-wrap,\n  .blog-wrap * {\n    box-sizing: border-box;\n  }\n\n  .blog-wrap {\n    --mt-black: #0a0a0c;\n    --mt-surface: #131318;\n    --mt-surface-2: #1a1a20;\n    --mt-line: #2a2a32;\n    --mt-gold: #d4af37;\n    --mt-gold-soft: #e8c547;\n    --mt-gold-dim: rgba(212, 175, 55, .35);\n    --mt-red: #c0392b;\n    --mt-red-soft: #e05a4a;\n    --mt-text: #e8e8e8;\n    --mt-text-dim: #b0b0b8;\n    --mt-text-mute: #7a7a82;\n\n    max-width: 840px;\n    width: 100%;\n    margin: 0 auto;\n    background: var(--mt-black);\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);\n    border: 1px solid #23232a;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--mt-text-dim);\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ================= HERO ================= *\/\n  .blog-wrap .hero {\n    background:\n      radial-gradient(circle at 88% 0%, rgba(212, 175, 55, .10) 0%, transparent 55%),\n      radial-gradient(circle at 4% 100%, rgba(192, 57, 43, .10) 0%, transparent 52%),\n      linear-gradient(145deg, #08080a 0%, #121216 45%, #17171e 100%);\n    padding: 32px 24px 26px;\n    border-bottom: 3px solid var(--mt-gold);\n    position: relative;\n    overflow: hidden;\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(212, 175, 55, .06) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .blog-wrap .hero-badge {\n    display: inline-block;\n    background: rgba(212, 175, 55, .08);\n    color: var(--mt-gold);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 30px;\n    border: 1px solid var(--mt-gold-dim);\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: #f2f2f2;\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, #f0d66b, #d4af37 55%, #b8912a);\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: #a8a8b0;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 1;\n    line-height: 1.6;\n  }\n\n  \/* ===== Feature grid: 3 per row on mobile, 2 rows max ===== *\/\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: rgba(255, 255, 255, .03);\n    border: 1px solid #2a2a32;\n    border-top: 2px solid var(--mt-gold-dim);\n    border-radius: 10px;\n    padding: 10px 6px;\n    text-align: center;\n    font-size: 12px;\n    font-weight: 600;\n    color: #e8e8e8;\n    line-height: 1.35;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    min-height: 58px;\n  }\n\n  .blog-wrap .feature-item .fi-icon {\n    font-size: 16px;\n    margin-bottom: 3px;\n    line-height: 1;\n  }\n\n  \/* ================= BODY ================= *\/\n  .blog-wrap .blog-body {\n    padding: 22px 22px 30px;\n  }\n\n  .blog-wrap .expand-hint {\n    font-size: 13px;\n    color: #c8c8d0;\n    background: rgba(212, 175, 55, .07);\n    border: 1px dashed var(--mt-gold-dim);\n    border-radius: 10px;\n    padding: 11px 14px;\n    margin: 0 0 16px;\n    text-align: center;\n    line-height: 1.55;\n  }\n\n  \/* ================= GENERIC DETAILS ================= *\/\n  .blog-wrap details {\n    background: var(--mt-surface);\n    border: 1px solid var(--mt-line);\n    border-radius: 12px;\n    padding: 0 16px;\n    margin-bottom: 10px;\n    transition: background .2s, border-color .2s;\n  }\n\n  .blog-wrap details:hover {\n    background: var(--mt-surface-2);\n  }\n\n  .blog-wrap details summary {\n    cursor: pointer;\n    padding: 16px 0;\n    font-weight: 800;\n    font-size: 15px;\n    color: #ededed;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    line-height: 1.45;\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: var(--mt-gold);\n    transition: transform .25s;\n    flex: none;\n    line-height: 1;\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    animation: mt-reveal .26s ease both;\n  }\n\n  @keyframes mt-reveal {\n    from { opacity: 0; transform: translateY(-4px); }\n    to   { opacity: 1; transform: none; }\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: var(--mt-text-dim);\n  }\n\n  .blog-wrap details .content p {\n    margin: 0 0 12px;\n  }\n\n  .blog-wrap details .content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap details .content strong {\n    color: var(--mt-gold-soft);\n    font-weight: 800;\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: 21px;\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: var(--mt-text-dim);\n    margin-bottom: 7px;\n  }\n\n  .blog-wrap .check-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--mt-gold);\n    font-weight: 800;\n  }\n\n  .blog-wrap .check-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap .note-box {\n    background: #08080a;\n    border: 1px solid #2a2a32;\n    border-left: 3px solid var(--mt-red);\n    border-radius: 10px;\n    padding: 12px 15px;\n    margin-top: 12px;\n  }\n\n  .blog-wrap .note-box p {\n    font-size: 13px;\n    color: #9a9aa2;\n    margin: 0;\n    line-height: 1.7;\n  }\n\n  .blog-wrap .note-box strong {\n    color: var(--mt-red-soft);\n  }\n\n  .blog-wrap .info-panel {\n    background: #08080a;\n    border: 1px solid #2a2a32;\n    border-radius: 10px;\n    padding: 13px 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: var(--mt-text-dim);\n    margin: 0 0 7px;\n  }\n\n  .blog-wrap .info-panel p:last-child {\n    margin-bottom: 0;\n  }\n\n  .blog-wrap .info-panel strong {\n    color: var(--mt-gold-soft);\n  }\n\n  \/* ================= SPEC TABLE ================= *\/\n  .blog-wrap .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13.5px;\n  }\n\n  .blog-wrap .spec-table th,\n  .blog-wrap .spec-table td {\n    text-align: left;\n    padding: 10px 12px 10px 0;\n    border-bottom: 1px solid #23232a;\n    vertical-align: top;\n    line-height: 1.6;\n  }\n\n  .blog-wrap .spec-table th {\n    font-weight: 600;\n    color: #8a8a92;\n    width: 42%;\n  }\n\n  .blog-wrap .spec-table td {\n    color: #d5d5dc;\n    padding-right: 0;\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  \/* ================= MASTER FOLDS ================= *\/\n  .blog-wrap details.master {\n    background: #0f0f14;\n    border: 1px solid #33291a;\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: #0f0f14;\n    border-color: rgba(212, 175, 55, .45);\n  }\n\n  .blog-wrap details.master \u003e summary {\n    font-size: 18px;\n    font-weight: 900;\n    padding: 20px 0;\n    color: #f2f2f2;\n    letter-spacing: .01em;\n  }\n\n  .blog-wrap details.master \u003e summary::after {\n    font-size: 20px;\n    color: var(--mt-gold);\n  }\n\n  .blog-wrap details.master[open] \u003e summary {\n    border-bottom: 1px solid #2a2a32;\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: var(--mt-surface);\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  .blog-wrap .section-note {\n    font-size: 13px;\n    color: #8a8a92;\n    margin: 0 0 14px;\n    line-height: 1.6;\n  }\n\n  \/* ================= CTA ================= *\/\n  .blog-wrap .cta-box {\n    background: linear-gradient(145deg, #14141a, #08080a);\n    border: 1px solid rgba(212, 175, 55, .35);\n    border-top: 4px solid var(--mt-gold);\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: 17px;\n    font-weight: 900;\n    color: #f2f2f2;\n    margin: 0 0 8px;\n    line-height: 1.35;\n  }\n\n  .blog-wrap .cta-box .sub {\n    font-size: 13px;\n    color: #a0a0a8;\n    margin: 0 auto;\n    max-width: 480px;\n    line-height: 1.6;\n  }\n\n  \/* ================= LEGAL ================= *\/\n  .blog-wrap .legal-details {\n    margin-top: 16px;\n  }\n\n  .blog-wrap .legal-details details {\n    background: #08080a;\n    border-color: #24242b;\n  }\n\n  .blog-wrap .legal-details details summary {\n    font-size: 13px;\n    color: #8a8a92;\n    padding: 14px 0;\n  }\n\n  .blog-wrap .legal-details .content p,\n  .blog-wrap .legal-details .content li {\n    font-size: 12.5px;\n    color: #8a8a92;\n    line-height: 1.7;\n  }\n\n  .blog-wrap .legal-details .content strong {\n    color: #b0b0b8;\n  }\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\n  .blog-wrap .legal-details .content th {\n    text-align: left;\n    padding: 5px 8px 5px 0;\n    color: #6f6f78;\n    font-size: 9.5px;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    border-bottom: 1px solid #2a2a32;\n    font-weight: 700;\n  }\n\n  .blog-wrap .legal-details .content td {\n    padding: 5px 8px 5px 0;\n    color: #8a8a92;\n    border-bottom: 1px solid #16161b;\n    vertical-align: top;\n  }\n\n  .blog-wrap .legal-details .content .note {\n    background: #0f0f14;\n    border: 1px solid #24242b;\n    border-radius: 8px;\n    padding: 10px 12px;\n    margin: 8px 0 12px;\n  }\n\n  .blog-wrap .legal-details .content .note p {\n    font-size: 11.5px;\n    color: #8a8a92;\n    margin: 0;\n  }\n\n  .blog-wrap .legal-details .content a {\n    color: var(--mt-gold);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .blog-wrap .legal-details .content a:hover {\n    text-decoration: underline;\n  }\n\n  \/* ================= RESPONSIVE ================= *\/\n  @media (max-width: 640px) {\n    .blog-wrap .hero { padding: 22px 14px 20px; }\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: 52px; }\n    .blog-wrap .feature-item .fi-icon { font-size: 14px; }\n    .blog-wrap .blog-body { padding: 18px 14px 26px; }\n    .blog-wrap details { padding: 0 13px; }\n    .blog-wrap details summary { font-size: 14.5px; padding: 15px 0; }\n    .blog-wrap details.master { padding: 0 13px; border-radius: 15px; }\n    .blog-wrap details.master \u003e summary { font-size: 16px; padding: 17px 0; }\n    .blog-wrap details.master .master-body { padding: 13px 0 15px; }\n    .blog-wrap details.master .master-body \u003e details \u003e summary { font-size: 14px; }\n    .blog-wrap details .content p,\n    .blog-wrap details .content li { font-size: 13.5px; }\n    .blog-wrap .cta-box { padding: 18px 14px; }\n    .blog-wrap .cta-box p { font-size: 15px; }\n    .blog-wrap .spec-table { font-size: 13px; }\n    .blog-wrap .spec-table th { width: 46%; padding-right: 10px; }\n  }\n\n  @media (max-width: 420px) {\n    .blog-wrap .hero-title { font-size: 18px; }\n    .blog-wrap .feature-item { font-size: 10px; padding: 7px 3px; min-height: 48px; }\n    .blog-wrap .feature-item .fi-icon { font-size: 13px; }\n    .blog-wrap .spec-table { font-size: 12.5px; }\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🏁 BR10654 · 1:10 RC Drift Car Series\u003c\/div\u003e\n    \u003cdiv class=\"hero-title\"\u003e1:10 \u003cspan class=\"accent\"\u003eRC Drift Hypercar\u003c\/span\u003e Building Set — Meteorite Black\u003c\/div\u003e\n    \u003cdiv class=\"hero-sub\"\u003eGloss meteorite black with metallic fleck · gold plated wheels · red mechanical accents · full RC kit included\u003c\/div\u003e\n\n    \u003c!-- 6 selling points · 3 per row on mobile · 2 rows --\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⚫\u003c\/span\u003eMeteorite Black Fleck\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🌫️\u003c\/span\u003eRear Mist Spray\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🔄\u003c\/span\u003e360° Drift\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🧩\u003c\/span\u003e2,104 Pieces\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e🎮\u003c\/span\u003eFull RC Kit\u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"fi-icon\"\u003e⏳\u003c\/span\u003e8–12 hrs Build\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blog-body\"\u003e\n\n    \u003c!-- ==================== EXPAND HINT ==================== --\u003e\n    \u003cp class=\"expand-hint\"\u003e👇 Tap the two sections below to expand the full specifications, FAQ and after-sales details.\u003c\/p\u003e\n\n    \u003c!-- ============================================================\n         MASTER FOLD 1 — PRODUCT PARAMETERS  (default: closed)\n         ============================================================ --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e📋 Product Parameters \u0026amp; Specifications\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003c!-- ---------- 1. What's in the box ---------- --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e📦 What's in the Box \u0026amp; Overview\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003e\n\u003cstrong\u003e2,104 precision ABS bricks\u003c\/strong\u003e — numbered bags by build stage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCustom gloss meteorite-black body\u003c\/strong\u003e with metallic-fleck panels, gold electroplated wheels \u0026amp; red mechanical accents\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCarbon-look aero kit\u003c\/strong\u003e — front splitter plus large rear racing wing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eHeavily-modified simulated engine\u003c\/strong\u003e — metal-look flexible intake hoses, exposed piston \u0026amp; pipe linkage\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual exhausts\u003c\/strong\u003e, sculpted headlights and a detailed cockpit\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eFull RC power kit:\u003c\/strong\u003e 2.4G remote, rechargeable lithium battery box, 4× L motors, 2× M motors, 2× mist sprayers with 2× 35 cm extension cords, LED light wiring, 4× omni-directional drift wheels\u003c\/li\u003e\n              \u003cli\u003eFull-colour \u003cstrong\u003estep-by-step printed manual\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eEverything needed to build, drive, drift and spray is in the box — there is no separate dynamic kit to buy. Built for adult builders, drift and racing fans and technic-brick collectors aged 14+.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- ---------- 2. RC functions ---------- --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e🎮 RC Functions — Included\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003e\n\u003cstrong\u003e360° stunt drift:\u003c\/strong\u003e custom omni-directional wheels with built-in micro-rollers for sideways sliding, in-place spins and multi-angle drifting — the headline feature\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eRear mist-spray system:\u003c\/strong\u003e two sprayers at the rear diffuser release a fine mist for a simulated exhaust effect\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eElectric doors:\u003c\/strong\u003e remote-controlled automatic open \/ close of the swing doors\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eElectric adjustable chassis:\u003c\/strong\u003e raise or lower ground clearance by remote — low track stance or high clearance\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual-side LED headlights:\u003c\/strong\u003e sharp racing headlight lighting for night display\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003e2.4G remote:\u003c\/strong\u003e forward \/ reverse \/ steering plus drift stunt modes\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- ---------- 3. Mechanical detail ---------- --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e⚙️ Mechanical \u0026amp; Body Detail\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cul class=\"check-list\"\u003e\n              \u003cli\u003e\n\u003cstrong\u003eHeavily-modified engine:\u003c\/strong\u003e a fully exposed large simulated engine with visible piston-and-pipe linkage, metal-look flexible intake hoses and red piston \/ shock detailing\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eDual exhausts\u003c\/strong\u003e with segmented metal-look pipework\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eSuspension:\u003c\/strong\u003e dual shock absorbers and an independent suspension system\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eAero:\u003c\/strong\u003e a carbon-look front splitter and a large rear racing spoiler\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eWheels:\u003c\/strong\u003e gold electroplated multi-spoke rims with printed tyre sidewalls\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eSignature look:\u003c\/strong\u003e gloss meteorite black with metallic fleck, gold wheels and red mechanical pipework — a menacing, futuristic track stance.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- ---------- 4. Full specifications ---------- --\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 \/ SKU\u003c\/th\u003e\n                  \u003ctd\u003eBrickRoyal · BR10654\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003ePiece count\u003c\/th\u003e\n                  \u003ctd\u003e2,104 pcs\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eScale\u003c\/th\u003e\n                  \u003ctd\u003e1:10\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eAssembled size\u003c\/th\u003e\n                  \u003ctd\u003e18.1 × 9.8 × 4.7 in (46 × 25 × 12 cm)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eGift box size\u003c\/th\u003e\n                  \u003ctd\u003e17.4 × 8.1 × 8.4 in (44.3 × 20.5 × 21.3 cm)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eGross weight (packed)\u003c\/th\u003e\n                  \u003ctd\u003e7.9 lb (3.6 kg)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eNet weight\u003c\/th\u003e\n                  \u003ctd\u003e6.9 lb (3.14 kg)\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\u003eEstimated build time\u003c\/th\u003e\n                  \u003ctd\u003eApproximately 8–12 hours\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eFinish\u003c\/th\u003e\n                  \u003ctd\u003eCustom gloss meteorite black with metallic fleck, gold electroplated wheels \u0026amp; red 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 lithium battery box, 4× L motors, 2× M motors, 2× mist sprayers, LED wiring, 4× omni-directional drift wheels\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eFunctions\u003c\/th\u003e\n                  \u003ctd\u003e360° drift, rear mist spray, electric doors, adjustable chassis, LED headlights\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!-- ---------- 5. Materials \u0026 power ---------- --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e🔋 Materials \u0026amp; Power\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eFood-grade high-toughness \u003cstrong\u003eABS\u003c\/strong\u003e with smooth, burr-free edges and a tight interlocking tolerance — a stable finished model that holds up to drift play, plus scratch-resistant gold electroplated wheels and metal-look tubing.\u003c\/p\u003e\n            \u003cp\u003eThe set ships with a \u003cstrong\u003erechargeable lithium battery box\u003c\/strong\u003e and all the motors and sprayers needed to run the RC, drift and mist functions.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eUse clean water only\u003c\/strong\u003e in the sprayer — no chemicals. Follow the wiring instructions and charge the battery box under adult supervision.\u003c\/p\u003e\n            \u003cdiv class=\"note-box\"\u003e\n              \u003cp\u003e\u003cstrong\u003eCustom power source?\u003c\/strong\u003e If you'd prefer to assemble your own battery box or power supply, check with us first at \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e so we can help you avoid any compatibility issues.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- ---------- 6. Safety \u0026 care ---------- --\u003e\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 building bricks — \u003cstrong\u003echoking hazard\u003c\/strong\u003e. Not suitable for children under 14. Keep loose parts away from infants and toddlers. All bricks are made from safe, non-toxic ABS material.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e clean water only — no chemicals, oils or fragrances.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eElectronics:\u003c\/strong\u003e follow the wiring instructions for the RC and LED parts, and charge the battery box under adult supervision.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e the gloss coating is scratch-sensitive — dust with a soft dry cloth and keep out of prolonged direct sun.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ============================================================\n         MASTER FOLD 2 — FAQ + AFTER-SALES + BRAND AUTHORIZATION\n         ============================================================ --\u003e\n    \u003cdetails class=\"master\"\u003e\n      \u003csummary\u003e❓ Real Questions, Straight Answers (FAQ)\u003c\/summary\u003e\n      \u003cdiv class=\"master-body\"\u003e\n\n        \u003cp class=\"section-note\"\u003eWhat builders ask before choosing this meteorite-black drift hypercar.\u003c\/p\u003e\n\n        \u003c!-- ---------- FAQ ---------- --\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003e\"What do I put in the mist sprayer?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eClean water only\u003c\/strong\u003e — never add chemicals, oils or fragrances. The two sprayers sit at the rear diffuser and come with 2× 35 cm extension cords, so you can top them up without disassembling the rear body.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Do I need to buy a separate dynamic or power kit?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eNo.\u003c\/strong\u003e Unlike many brick sets, the BR10654 ships with the \u003cstrong\u003ecomplete RC power kit in the box\u003c\/strong\u003e — 2.4G remote, rechargeable lithium battery box, 4× L motors, 2× M motors, 2× mist sprayers, LED wiring and 4× omni-directional drift wheels. Everything needed to build, drive, drift and spray is included.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Can it really drift 360° in place?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e The set uses \u003cstrong\u003ecustom omni-directional wheels\u003c\/strong\u003e with built-in micro-rollers instead of standard tyres. That lets the car slide sideways, spin on the spot and pull multi-angle drift stunts — the headline feature of the model.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How difficult is the build at 2,104 pieces?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eMedium-to-high difficulty\u003c\/strong\u003e — recommended for experienced builders aged 14+. The mechanical assemblies and layered bodywork are the most rewarding parts. The numbered bags and full-colour illustrated manual keep each phase manageable. Estimated build time is \u003cstrong\u003e8–12 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.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Is it stable enough for a display shelf?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003e\u003cstrong\u003eAbsolutely.\u003c\/strong\u003e The assembled model measures \u003cstrong\u003e46 × 25 × 12 cm (18.1 in long)\u003c\/strong\u003e — a substantial desktop-scale presence. The chassis is solid and rigid, built with high-toughness ABS and a low, wide stance that sits stable on any flat surface. Because it's a full RC drift car, it's just as happy on the floor as on the shelf.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"Can I use my own battery or power source?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003ePossibly — but please contact \u003cstrong\u003eadmin@brickroyal.com\u003c\/strong\u003e first. We'll confirm what is compatible with the included battery box and motor layout so you don't risk damaging the electronics.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003e\"How do I charge and maintain the battery box?\"\u003c\/summary\u003e\n          \u003cdiv class=\"content\"\u003e\n            \u003cp\u003eUse the supplied charging cable and charge the \u003cstrong\u003erechargeable lithium battery box\u003c\/strong\u003e under adult supervision. Don't leave it charging unattended or overnight, and store it away from heat and prolonged direct sun.\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⚫ Meteorite Black · Gold Wheels · 360° Drift · Full RC Kit Included\u003c\/p\u003e\n          \u003cp class=\"sub\"\u003e2,104 pieces · 1:10 scale drift hypercar — build it, drive it, drift it, spray it. Everything you need is in the box.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ---------- Brand authorization ---------- --\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 style=\"font-size:11.5px;color:#8a8a92;\"\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          \u003c!-- ---------- Legal ---------- --\u003e\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. BR10654 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, motorcycle or racing brand.\u003c\/p\u003e\n              \u003cp\u003e\u003cstrong\u003eOrders \u0026amp; after-sales:\u003c\/strong\u003e admin@brickroyal.com · \u003cstrong\u003eGeneral enquiries:\u003c\/strong\u003e support@brickroyal.com\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","brand":"BrickRoyal","offers":[{"title":"Default Title","offer_id":43865321799793,"sku":"BR6974793282216","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0696\/2803\/5185\/files\/RCDriftHypercarBuildingSetMeteoriteBlack.png?v=1786169299"}],"url":"https:\/\/brickroyal.com\/collections\/1-10-supercars.oembed","provider":"BrickRoyal","version":"1.0","type":"link"}