{"product_id":"86-brick-car-set","title":"86 Brick Car Set","description":"\u003cstyle\u003e\n    .rvg-product-description {\n      font-family: Arial, Helvetica, sans-serif;\n      color: #101828;\n      background: #ffffff;\n      line-height: 1.6;\n      max-width: 980px;\n      margin: 0 auto;\n      padding: 18px;\n    }\n\n    .rvg-hero-box {\n      background:\n        radial-gradient(circle at top left, rgba(215, 25, 32, 0.10), transparent 260px),\n        linear-gradient(135deg, #ffffff 0%, #fff5f5 55%, #ffffff 100%);\n      border: 1px solid #f0d9db;\n      border-radius: 24px;\n      padding: 28px;\n      margin-bottom: 22px;\n      box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);\n      overflow: hidden;\n    }\n\n    .rvg-badge {\n      display: inline-block;\n      background: #fff1f1;\n      color: #d71920;\n      border: 1px solid #f0d9db;\n      border-radius: 999px;\n      padding: 7px 14px;\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n\n    .rvg-product-description h2 {\n      font-size: 30px;\n      line-height: 1.15;\n      margin: 0 0 12px;\n      font-weight: 900;\n      letter-spacing: -0.03em;\n      color: #101828;\n    }\n\n    .rvg-product-description h3 {\n      font-size: 21px;\n      margin: 0 0 12px;\n      font-weight: 900;\n      color: #101828;\n    }\n\n    .rvg-product-description p {\n      color: #667085;\n      font-size: 15.5px;\n      margin: 0 0 14px;\n    }\n\n    .rvg-highlight {\n      color: #d71920;\n      font-weight: 900;\n    }\n\n    .rvg-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 14px;\n      margin: 22px 0;\n    }\n\n    .rvg-card {\n      background: #ffffff;\n      border: 1px solid #f0d9db;\n      border-radius: 18px;\n      padding: 18px;\n      box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);\n    }\n\n    .rvg-card-icon {\n      width: 42px;\n      height: 42px;\n      border-radius: 50%;\n      background: #fff1f1;\n      color: #d71920;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 900;\n      margin-bottom: 10px;\n      font-size: 13px;\n    }\n\n    .rvg-card strong {\n      display: block;\n      font-size: 15px;\n      color: #101828;\n      margin-bottom: 5px;\n      font-weight: 900;\n    }\n\n    .rvg-card span {\n      display: block;\n      font-size: 14px;\n      color: #667085;\n    }\n\n    .rvg-section {\n      border: 1px solid #f0d9db;\n      border-radius: 22px;\n      padding: 24px;\n      margin-bottom: 20px;\n      background: #ffffff;\n      box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);\n    }\n\n    .rvg-two-col {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 18px;\n      align-items: start;\n    }\n\n    .rvg-list {\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    .rvg-list li {\n      position: relative;\n      padding-left: 26px;\n      margin-bottom: 11px;\n      color: #667085;\n      font-size: 15px;\n    }\n\n    .rvg-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: #d71920;\n      font-weight: 900;\n    }\n\n    .rvg-spec-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      overflow: hidden;\n      border: 1px solid #f0d9db;\n      border-radius: 18px;\n      background: #ffffff;\n      box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);\n    }\n\n    .rvg-spec-table th,\n    .rvg-spec-table td {\n      padding: 14px 16px;\n      text-align: left;\n      border-bottom: 1px solid #f0d9db;\n      font-size: 14.5px;\n    }\n\n    .rvg-spec-table th {\n      width: 38%;\n      background: #fffafa;\n      color: #101828;\n      font-weight: 900;\n    }\n\n    .rvg-spec-table td {\n      color: #667085;\n      font-weight: 600;\n    }\n\n    .rvg-spec-table tr:last-child th,\n    .rvg-spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .rvg-callout {\n      background: linear-gradient(135deg, #101828 0%, #1f2937 100%);\n      color: #ffffff;\n      border-radius: 22px;\n      padding: 24px;\n      margin-top: 20px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .rvg-callout::before {\n      content: \"\";\n      position: absolute;\n      right: -80px;\n      top: -80px;\n      width: 180px;\n      height: 180px;\n      background: rgba(215, 25, 32, 0.32);\n      border-radius: 50%;\n    }\n\n    .rvg-callout h3 {\n      color: #ffffff;\n      position: relative;\n      z-index: 1;\n    }\n\n    .rvg-callout p {\n      color: #e5e7eb;\n      position: relative;\n      z-index: 1;\n      margin-bottom: 0;\n    }\n\n    .rvg-small-note {\n      font-size: 13px;\n      color: #667085;\n      margin-top: 12px;\n      font-style: italic;\n    }\n\n    @media (max-width: 768px) {\n      .rvg-product-description {\n        padding: 12px;\n      }\n\n      .rvg-hero-box,\n      .rvg-section,\n      .rvg-callout {\n        padding: 20px;\n        border-radius: 18px;\n      }\n\n      .rvg-product-description h2 {\n        font-size: 25px;\n      }\n\n      .rvg-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .rvg-two-col {\n        grid-template-columns: 1fr;\n      }\n\n      .rvg-spec-table th,\n      .rvg-spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .rvg-spec-table th {\n        border-bottom: none;\n        padding-bottom: 4px;\n      }\n\n      .rvg-spec-table td {\n        padding-top: 4px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"rvg-product-description\"\u003e\n\u003cdiv class=\"rvg-hero-box\"\u003e\n\u003cspan class=\"rvg-badge\"\u003eDream Car Builds Collection\u003c\/span\u003e\n\u003ch2\u003e86 Brick Car Building Set\u003c\/h2\u003e\n\u003cp\u003eBring a piece of vintage Japanese car culture to your collection with this \u003cspan class=\"rvg-highlight\"\u003e272-piece classic-style building set\u003c\/span\u003e. Designed with a low stance, sharp black-and-white styling, and a retro street-racer look, this set is made for petrolheads who love iconic car shapes, clean display builds, and hands-on creativity.\u003c\/p\u003e\n\u003cp\u003eWhether you are building it for your desk, shelf, gaming setup, or garage-inspired display, this compact MOC-style model delivers a fun build and a bold finished look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-grid\"\u003e\n\u003cdiv class=\"rvg-card\"\u003e\n\u003cdiv class=\"rvg-card-icon\"\u003e272\u003c\/div\u003e\n\u003cstrong\u003e272-Piece Build\u003c\/strong\u003e \u003cspan\u003eA satisfying compact build with detailed brick styling and display-ready proportions.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-card\"\u003e\n\u003cdiv class=\"rvg-card-icon\"\u003eJDM\u003c\/div\u003e\n\u003cstrong\u003eClassic Japanese Style\u003c\/strong\u003e \u003cspan\u003eInspired by vintage Japanese street cars with a sharp retro look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-card\"\u003e\n\u003cdiv class=\"rvg-card-icon\"\u003eMOC\u003c\/div\u003e\n\u003cstrong\u003eCustom Build Feel\u003c\/strong\u003e \u003cspan\u003eMOC-inspired design for a unique model that stands out from ordinary toy cars.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-section\"\u003e\n\u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cdiv class=\"rvg-two-col\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eThis set is perfect for anyone who appreciates classic Japanese car culture. The black-and-white design, low body shape, rear spoiler, and detailed brick construction give it a clean collector-style appearance.\u003c\/p\u003e\n\u003cp\u003eIt is small enough to display anywhere, but detailed enough to become a standout piece in your collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"rvg-list\"\u003e\n\u003cli\u003eVintage Japanese-inspired sports car design\u003c\/li\u003e\n\u003cli\u003eBlack-and-white street build colour scheme\u003c\/li\u003e\n\u003cli\u003eLow stance with aggressive front and rear styling\u003c\/li\u003e\n\u003cli\u003eGreat for display shelves, desks, and car-themed rooms\u003c\/li\u003e\n\u003cli\u003eFun gift idea for petrolheads and building block fans\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-section\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003ctable class=\"rvg-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eClassic Japanese Style Car Building Block Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eDream Car Builds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePiece Count\u003c\/th\u003e\n\u003ctd\u003e272 pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign Style\u003c\/th\u003e\n\u003ctd\u003eMOC-inspired retro sports car build\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColour Theme\u003c\/th\u003e\n\u003ctd\u003eBlack, white, and dark accent details\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003eApproximately 17 cm long x 8 cm wide x 5 cm high\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Use\u003c\/th\u003e\n\u003ctd\u003eDesk display, shelf display, car collection, garage-themed décor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIdeal For\u003c\/th\u003e\n\u003ctd\u003eCar lovers, collectors, building block fans, and JDM-inspired display setups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"rvg-small-note\"\u003eDimensions are approximate and based on the completed model shown in the product image.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-section\"\u003e\n\u003ch3\u003eBuilt for Petrolheads\u003c\/h3\u003e\n\u003cp\u003eThis is not just another building block set. It is a mini tribute to the kind of cars enthusiasts love — lightweight, sharp, old-school, and full of character. From the blocky body lines to the compact stance, every part of the finished model gives off classic street-car energy.\u003c\/p\u003e\n\u003cp\u003eAdd it to your Dream Car Builds collection and start building the cars you have always wanted to own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-callout\"\u003e\n\u003ch3\u003eA Small Build With Big Car Culture Energy\u003c\/h3\u003e\n\u003cp\u003ePerfect for gifting, collecting, or upgrading your display setup, this 272-piece classic Japanese car build is made for anyone who loves cars that look fast even when they are standing still.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"RevvedUpGarage","offers":[{"title":"Default Title","offer_id":48074399580345,"sku":null,"price":529.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/2586\/3097\/files\/ChatGPTImageJul11_2026at10_48_21AM_1.png?v=1783759728","url":"https:\/\/revvupgarage.com\/products\/86-brick-car-set","provider":"RevvedUpGarage","version":"1.0","type":"link"}