{"product_id":"mclaren-carbon-fibre-hood-bonnet-badge","title":"McLaren Carbon Fibre Hood Bonnet Badge","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026display=swap');\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: #ffffff;\n    color: #111;\n    line-height: 1.6;\n  }\n\n  \/* Top banner *\/\n  .top-banner {\n    background: #000;\n    color: #fff;\n    text-align: center;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    padding: 8px 16px;\n    text-transform: uppercase;\n  }\n\n  \/* Header *\/\n  header {\n    background: #fff;\n    border-bottom: 1px solid #e5e5e5;\n    padding: 16px 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .logo {\n    font-size: 22px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #000;\n  }\n\n  nav {\n    display: flex;\n    gap: 28px;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #333;\n  }\n\n  \/* Breadcrumb *\/\n  .breadcrumb {\n    max-width: 1100px;\n    margin: 20px auto;\n    padding: 0 32px;\n    font-size: 12px;\n    color: #888;\n    letter-spacing: 0.03em;\n  }\n\n  .breadcrumb span { color: #aaa; margin: 0 6px; }\n\n  \/* Product layout *\/\n  .product-wrap {\n    max-width: 760px;\n    margin: 0 auto 16px;\n    padding: 0 32px;\n  }\n\n  \/* Info side *\/\n  .product-info {\n    padding-top: 4px;\n  }\n\n  .product-tag {\n    display: inline-block;\n    background: #000;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 2px;\n    margin-bottom: 14px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.01em;\n    color: #000;\n    margin-bottom: 8px;\n  }\n\n  .product-subtitle {\n    font-size: 13px;\n    color: #666;\n    margin-bottom: 20px;\n    letter-spacing: 0.02em;\n  }\n\n  .price-row {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin-bottom: 24px;\n    padding-bottom: 24px;\n    border-bottom: 1px solid #e5e5e5;\n  }\n\n  .price {\n    font-size: 28px;\n    font-weight: 700;\n    color: #000;\n  }\n\n  .price-note {\n    font-size: 12px;\n    color: #888;\n  }\n\n  \/* Star rating *\/\n  .rating-row {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #888;\n  }\n\n  .stars { color: #ffc107; font-size: 14px; letter-spacing: 2px; }\n\n  \/* CTA buttons *\/\n  .cta-group {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-bottom: 28px;\n  }\n\n  .btn-primary {\n    background: #000;\n    color: #fff;\n    border: none;\n    padding: 15px 24px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    border-radius: 3px;\n    cursor: pointer;\n    transition: background 0.2s;\n  }\n\n  .btn-primary:hover { background: #222; }\n\n  .btn-secondary {\n    background: transparent;\n    color: #000;\n    border: 1.5px solid #000;\n    padding: 14px 24px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    border-radius: 3px;\n    cursor: pointer;\n    transition: all 0.2s;\n  }\n\n  .btn-secondary:hover { background: #000; color: #fff; }\n\n  \/* Fitment badge *\/\n  .fitment-box {\n    background: #f0f0f0;\n    border-left: 3px solid #000;\n    padding: 14px 16px;\n    margin-bottom: 24px;\n    border-radius: 0 3px 3px 0;\n  }\n\n  .fitment-box .label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 6px;\n  }\n\n  .fitment-box .models {\n    font-size: 13px;\n    font-weight: 600;\n    color: #000;\n    line-height: 1.5;\n  }\n\n  \/* Spec pills *\/\n  .spec-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 28px;\n  }\n\n  .pill {\n    background: #fff;\n    border: 1px solid #ddd;\n    border-radius: 20px;\n    padding: 5px 13px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    color: #333;\n  }\n\n  \/* Description section *\/\n  .description-section {\n    max-width: 1100px;\n    margin: 0 auto 16px;\n    padding: 0 32px;\n  }\n\n  .section-divider {\n    border: none;\n    border-top: 1px solid #e5e5e5;\n    margin: 40px 0;\n  }\n\n  .section-title {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 20px;\n  }\n\n  .description-body {\n    max-width: 700px;\n  }\n\n  .description-body p {\n    font-size: 15px;\n    color: #333;\n    margin-bottom: 18px;\n    line-height: 1.75;\n  }\n\n  .description-body p strong {\n    color: #000;\n    font-weight: 600;\n  }\n\n  \/* Engineering breakdown *\/\n  .engineering-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 24px;\n    margin: 32px 0;\n  }\n\n  .eng-card {\n    background: #fff;\n    border: 1px solid #e5e5e5;\n    border-radius: 4px;\n    padding: 22px;\n  }\n\n  .eng-card .icon {\n    font-size: 22px;\n    margin-bottom: 10px;\n  }\n\n  .eng-card h4 {\n    font-size: 13px;\n    font-weight: 700;\n    color: #000;\n    margin-bottom: 8px;\n    letter-spacing: 0.01em;\n  }\n\n  .eng-card p {\n    font-size: 12px;\n    color: #555;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* Install section *\/\n  .install-steps {\n    counter-reset: steps;\n    list-style: none;\n    margin: 20px 0 0;\n  }\n\n  .install-steps li {\n    counter-increment: steps;\n    display: flex;\n    gap: 16px;\n    margin-bottom: 16px;\n    align-items: flex-start;\n  }\n\n  .install-steps li::before {\n    content: counter(steps);\n    background: #000;\n    color: #fff;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .install-steps li p {\n    font-size: 14px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  .install-steps li p strong {\n    color: #000;\n    font-weight: 600;\n  }\n\n  \/* What's in the box *\/\n  .kit-contents {\n    list-style: none;\n    margin: 16px 0 0;\n  }\n\n  .kit-contents li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: #333;\n    padding: 8px 0;\n    border-bottom: 1px solid #f0f0f0;\n  }\n\n  .kit-contents li::before {\n    content: \"✓\";\n    color: #000;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* Owner note *\/\n  .owner-note {\n    background: #fff;\n    border: 1px solid #e5e5e5;\n    border-radius: 4px;\n    padding: 28px 32px;\n    margin: 32px 0;\n    position: relative;\n  }\n\n  .owner-note::before {\n    content: '\"';\n    position: absolute;\n    top: 12px;\n    left: 20px;\n    font-size: 60px;\n    color: #e5e5e5;\n    line-height: 1;\n    font-family: Georgia, serif;\n  }\n\n  .owner-note p {\n    font-size: 15px;\n    color: #333;\n    line-height: 1.75;\n    font-style: italic;\n    margin: 0 0 14px 0;\n    padding-left: 12px;\n  }\n\n  .owner-note .attribution {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: #888;\n    padding-left: 12px;\n    font-style: normal;\n  }\n\n  \/* Shipping note *\/\n  .shipping-strip {\n    background: #000;\n    color: #fff;\n    padding: 14px 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 32px;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin: 40px 0;\n    border-radius: 3px;\n  }\n\n  .shipping-strip span { opacity: 0.5; }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .product-wrap {\n      padding: 0 16px;\n    }\n\n    .engineering-grid {\n      grid-template-columns: 1fr;\n    }\n\n    header { padding: 16px; }\n    nav { display: none; }\n  }\n\u003c\/style\u003e\n\u003c!-- ===================== PRODUCT BLOCK ===================== --\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- Product info --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cdiv class=\"product-tag\"\u003ePRE-ORDER: first batch Delivering July\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eCNC Milled, OEM Fitment\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eEngineered from aerospace-grade carbon fibre. Machined for the exact curvature of the McLaren bonnet. Made in the UK.\u003cspan class=\"stars\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"fitment-box\"\u003e\n\u003cdiv class=\"label\"\u003eVehicle Fitment\u003c\/div\u003e\n\u003cdiv class=\"models\"\u003eMcLaren 600LT · 570S · 570GT · 540S [CONFIRMED]\u003cbr\u003eMcLaren 720S · 765LT · 650S · 675LT · 12C [Pending Fitment Confirmation]\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pills\"\u003e\n\u003cdiv class=\"pill\"\u003e🏁 Aerospace Carbon Fibre\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e⚙️ CNC Milled\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e✦ Acrylic Inkwell Logo\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e📐 OEM Curvature\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e🇬🇧 Made in UK\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e🔧 DIY Install\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe brief was simple but uncompromising: \u003cstrong\u003ebuild the best McLaren hood badge that has ever been made.\u003c\/strong\u003e Not just a carbon fibre sheet with the logo stuck on. Not a direct copy. An engineered part, designed, machined, and finished with obsessive attention. This is that badge.\u003cbr\u003e\u003cbr\u003eDesigned, machined, and finished in the UK. This is a low-volume, high-care product, not a mass-produced import.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003eAvailable in White, Silver, and Orange.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c!-- Engineering breakdown --\u003e\u003c\/span\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHow It's Made — The Engineering Detail\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"engineering-grid\"\u003e\n\u003cdiv class=\"eng-card\"\u003e\n\u003ch4\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAerospace-Grade Carbon Fibre Body\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe badge body is machined from a solid layup of aerospace-grade carbon fibre. Not wrapped. Not a shell. Real carbon, through and through, giving it the weight, rigidity, and visual depth that only true carbon fibre delivers.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eng-card\"\u003e\n\u003ch4\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eCNC Milled to OEM Bonnet Curvature\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe single biggest challenge with a replacement badge is fitment. The McLaren bonnet has a specific compound curvature. We've CNC milled the rear face of the badge to precisely match that curve, so it sits flush, flat, and perfect. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eng-card\"\u003e\n\u003ch4\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAcrylic Inkwell Logo Detail\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThe McLaren wordmark and speed mark are not simply painted on, they are machined into the carbon body as a recessed inkwell, then filled with acrylic resin and set under UV. The result is a logo with incredible depth and definition.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eInstallation: Easy DIY\u003c\/strong\u003e\u003c\/span\u003e\n\u003cul class=\"install-steps\"\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eRemove the OEM badge.\u003c\/strong\u003e Use dental floss or a plastic trim removal tool to carefully work behind the existing badge and release it from the bonnet surface. Take your time — no rush.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eClean the bonnet surface.\u003c\/strong\u003e Use an IPA (isopropyl alcohol) wipe to ensure the mounting area is completely clean, degreased, and free from any residue from the OEM adhesive. A good surface prep is the foundation of a permanent fix.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003ePosition the new badge.\u003c\/strong\u003e Dry-fit the carbon badge first to confirm positioning and alignment. The CNC-milled rear curvature will naturally sit flush against the bonnet contour.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eApply supplied industrial VHB tape. \u003c\/strong\u003eIndustrial-grade VHB double-sided tape is included in the kit. Apply to the rear of the badge, peel the backing, and press firmly into position. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eApply firm pressure for 60 seconds.\u003c\/strong\u003e Press the badge firmly across its full surface for 60 seconds. Allow 24 hours before washing or exposing to heavy rain for maximum bond cure. Job done.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c!-- What's in the box --\u003e\u003c!-- Who is it for --\u003e\u003c\/span\u003e\n\u003cdiv class=\"description-body\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"alias23","offers":[{"title":"Silver","offer_id":57083462222204,"sku":null,"price":199.0,"currency_code":"GBP","in_stock":true},{"title":"White","offer_id":57083462254972,"sku":null,"price":199.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0255\/0707\/0031\/files\/MclarenCarbonFibreBadgeHoodBonnet.webp?v=1782220207","url":"https:\/\/alias23.com\/products\/mclaren-carbon-fibre-hood-bonnet-badge","provider":"alias23","version":"1.0","type":"link"}