{"title":"Dream Car Builds","description":"\u003cp\u003eBuild the cars you’ve always dreamed of owning. Dream Car Builds features detailed car-inspired building sets made for petrolheads, collectors, and display lovers.\u003c\/p\u003e","products":[{"product_id":"m-brick-car-set","title":"M Brick Car Set","description":"\u003cstyle\u003e\n    .rug-product-interactive {\n      font-family: Arial, Helvetica, sans-serif;\n      color: #1f1f1f;\n      background: #ffffff;\n      padding: 18px;\n      max-width: 950px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n\n    .rug-hero-box {\n      background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);\n      border: 1px solid #e6e6e6;\n      border-radius: 20px;\n      padding: 24px;\n      margin-bottom: 22px;\n      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .rug-hero-box::after {\n      content: \"\";\n      position: absolute;\n      right: -50px;\n      top: -50px;\n      width: 140px;\n      height: 140px;\n      background: rgba(215, 25, 32, 0.08);\n      border-radius: 50%;\n    }\n\n    .rug-badge {\n      display: inline-block;\n      background: #d71920;\n      color: #ffffff;\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      padding: 8px 13px;\n      border-radius: 999px;\n      margin-bottom: 14px;\n    }\n\n    .rug-product-interactive h2 {\n      font-size: 28px;\n      line-height: 1.2;\n      margin: 0 0 12px;\n      color: #111111;\n      font-weight: 900;\n    }\n\n    .rug-product-interactive h3 {\n      font-size: 19px;\n      margin: 0 0 8px;\n      color: #111111;\n      font-weight: 850;\n    }\n\n    .rug-product-interactive p {\n      font-size: 16px;\n      margin: 0;\n      color: #333333;\n    }\n\n    .rug-highlight {\n      color: #d71920;\n      font-weight: 800;\n    }\n\n    .rug-sales-strip {\n      background: #111111;\n      color: #ffffff;\n      border-radius: 18px;\n      padding: 20px;\n      margin: 22px 0;\n      text-align: center;\n      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);\n    }\n\n    .rug-sales-strip strong {\n      color: #ffffff;\n      font-size: 19px;\n      display: block;\n      margin-bottom: 6px;\n    }\n\n    .rug-sales-strip span {\n      color: #e2e2e2;\n      font-size: 15px;\n    }\n\n    .rug-click-note {\n      font-size: 13px;\n      color: #777777;\n      text-align: center;\n      margin: 10px 0 16px;\n    }\n\n    .rug-feature-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 14px;\n      margin: 18px 0 24px;\n    }\n\n    .rug-feature-card {\n      background: #ffffff;\n      border: 1px solid #e8e8e8;\n      border-radius: 18px;\n      padding: 18px;\n      box-shadow: 0 5px 16px rgba(0, 0, 0, 0.045);\n      cursor: pointer;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n      position: relative;\n    }\n\n    .rug-feature-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);\n      border-color: #d71920;\n    }\n\n    .rug-feature-card:active {\n      transform: scale(0.98);\n    }\n\n    .rug-feature-top {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .rug-feature-icon {\n      width: 42px;\n      height: 42px;\n      border-radius: 50%;\n      background: #111111;\n      color: #ffffff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      flex-shrink: 0;\n    }\n\n    .rug-feature-card small {\n      display: block;\n      color: #777777;\n      margin-top: 3px;\n      font-size: 13px;\n    }\n\n    .rug-feature-hidden {\n      display: none;\n      margin-top: 14px;\n      padding-top: 14px;\n      border-top: 1px solid #eeeeee;\n      color: #333333;\n      font-size: 15px;\n    }\n\n    .rug-feature-card.active {\n      border-color: #d71920;\n      background: #fffafa;\n    }\n\n    .rug-feature-card.active .rug-feature-hidden {\n      display: block;\n      animation: rugFadeIn 0.25s ease;\n    }\n\n    .rug-accordion {\n      margin-top: 22px;\n    }\n\n    .rug-accordion-item {\n      border: 1px solid #e5e5e5;\n      border-radius: 16px;\n      margin-bottom: 12px;\n      overflow: hidden;\n      background: #ffffff;\n    }\n\n    .rug-accordion-button {\n      width: 100%;\n      background: #f7f7f7;\n      border: none;\n      padding: 16px 18px;\n      text-align: left;\n      font-size: 16px;\n      font-weight: 800;\n      color: #111111;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .rug-accordion-button span {\n      font-size: 22px;\n      color: #d71920;\n      transition: transform 0.2s ease;\n    }\n\n    .rug-accordion-content {\n      display: none;\n      padding: 18px;\n      border-top: 1px solid #e5e5e5;\n      animation: rugFadeIn 0.25s ease;\n    }\n\n    .rug-accordion-item.active .rug-accordion-content {\n      display: block;\n    }\n\n    .rug-accordion-item.active .rug-accordion-button span {\n      transform: rotate(45deg);\n    }\n\n    .rug-spec-list {\n      list-style: none;\n      padding: 0;\n      margin: 12px 0 0;\n    }\n\n    .rug-spec-list li {\n      display: flex;\n      justify-content: space-between;\n      gap: 12px;\n      padding: 11px 0;\n      border-bottom: 1px solid #eeeeee;\n      font-size: 15px;\n    }\n\n    .rug-spec-list li:last-child {\n      border-bottom: none;\n    }\n\n    .rug-spec-list strong {\n      color: #111111;\n      min-width: 110px;\n    }\n\n    .rug-spec-list span {\n      text-align: right;\n      color: #333333;\n    }\n\n    .rug-cta-box {\n      margin-top: 24px;\n      background: #fff4f4;\n      border: 1px solid #ffd4d4;\n      border-radius: 18px;\n      padding: 20px;\n      text-align: center;\n    }\n\n    .rug-cta-box strong {\n      display: block;\n      color: #d71920;\n      font-size: 19px;\n      margin-bottom: 7px;\n    }\n\n    .rug-cta-points {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .rug-cta-point {\n      background: #ffffff;\n      border-radius: 12px;\n      padding: 12px;\n      font-size: 14px;\n      font-weight: 700;\n      color: #111111;\n      border: 1px solid #ffdede;\n    }\n\n    @keyframes rugFadeIn {\n      from {\n        opacity: 0;\n        transform: translateY(4px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (min-width: 768px) {\n      .rug-product-interactive {\n        padding: 28px;\n      }\n\n      .rug-product-interactive h2 {\n        font-size: 36px;\n      }\n\n      .rug-feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .rug-cta-points {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    @media (max-width: 420px) {\n      .rug-spec-list li {\n        flex-direction: column;\n        gap: 2px;\n      }\n\n      .rug-spec-list span {\n        text-align: left;\n      }\n\n      .rug-hero-box {\n        padding: 20px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"rug-product-interactive\"\u003e\n\u003cdiv class=\"rug-hero-box\"\u003e\n\u003cspan class=\"rug-badge\"\u003e322-Piece Collectible Build\u003c\/span\u003e\n\u003ch2\u003eClassic Sports Car Building Block Set\u003c\/h2\u003e\n\u003cp\u003eBuild your own retro-inspired performance car with this \u003cspan class=\"rug-highlight\"\u003e322-piece building block set\u003c\/span\u003e. Designed with a boxy sports car shape, wide stance, rear spoiler, and bold racing colours, this model is perfect for car lovers, collectors, and creative builders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-sales-strip\"\u003e\n\u003cstrong\u003eA fun build. A bold display piece.\u003c\/strong\u003e \u003cspan\u003eCompact, stylish, and packed with racing attitude — perfect for shelves, desks, gaming setups, and block collections.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"rug-click-note\"\u003eTap a feature below to learn more\u003c\/p\u003e\n\u003cdiv class=\"rug-feature-grid\"\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-feature-top\"\u003e\n\u003cdiv class=\"rug-feature-icon\"\u003e🧱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e322-Piece Building Set\u003c\/h3\u003e\n\u003csmall\u003eDetailed, fun, and not overwhelming\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-hidden\"\u003eEnjoy a satisfying building experience with enough parts to keep it exciting, while still being compact enough for an easy and enjoyable build.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-feature-top\"\u003e\n\u003cdiv class=\"rug-feature-icon\"\u003e🏎️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eClassic Sports Car Style\u003c\/h3\u003e\n\u003csmall\u003eRetro performance-inspired design\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-hidden\"\u003eStyled after iconic classic performance cars, the model features a boxy shape, wide stance, rear spoiler, and motorsport-inspired attitude.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-feature-top\"\u003e\n\u003cdiv class=\"rug-feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMotorsport Colour Theme\u003c\/h3\u003e\n\u003csmall\u003eWhite with blue and red racing accents\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-hidden\"\u003eThe bold racing stripe design gives the model a collectible look that stands out beautifully once built.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-feature-top\"\u003e\n\u003cdiv class=\"rug-feature-icon\"\u003e🏁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGreat for Display\u003c\/h3\u003e\n\u003csmall\u003ePerfect for desks, shelves, and setups\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-hidden\"\u003eOnce completed, it makes a standout display model for car-themed rooms, gaming setups, display cabinets, office desks, or city block scenes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-accordion\"\u003e\n\u003cdiv class=\"rug-accordion-item active\"\u003e\n\u003cbutton class=\"rug-accordion-button\"\u003e Product Details \u003cspan\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"rug-accordion-content\"\u003e\n\u003cul class=\"rug-spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePieces\u003c\/strong\u003e \u003cspan\u003e322 pcs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize\u003c\/strong\u003e \u003cspan\u003eApprox. 17 cm x 8 cm x 5.5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStyle\u003c\/strong\u003e \u003cspan\u003eClassic sports car inspired building block model\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Theme\u003c\/strong\u003e \u003cspan\u003eWhite with blue and red racing accents\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-accordion-item\"\u003e\n\u003cbutton class=\"rug-accordion-button\"\u003e Best For \u003cspan\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"rug-accordion-content\"\u003e\n\u003cp\u003eThis set is ideal for building, creative play, gifting, collectors, car lovers, block fans, and anyone who enjoys display models with a motorsport feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-accordion-item\"\u003e\n\u003cbutton class=\"rug-accordion-button\"\u003e Recommended Use \u003cspan\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"rug-accordion-content\"\u003e\n\u003cp\u003eUse it as a display model, creative play set, desk decoration, collectible piece, or as part of a larger city street scene build.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-cta-box\"\u003e\n\u003cstrong\u003eWhy customers love it\u003c\/strong\u003e\n\u003cp\u003eIt gives you the perfect mix of creativity, car culture, and display value — a compact model that looks great once built and makes an exciting gift for any car enthusiast.\u003c\/p\u003e\n\u003cdiv class=\"rug-cta-points\"\u003e\n\u003cdiv class=\"rug-cta-point\"\u003eFun to Build\u003c\/div\u003e\n\u003cdiv class=\"rug-cta-point\"\u003eGreat to Display\u003c\/div\u003e\n\u003cdiv class=\"rug-cta-point\"\u003ePerfect Gift Idea\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"RevvedUpGarage","offers":[{"title":"Default Title","offer_id":48055065346233,"sku":null,"price":529.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/2586\/3097\/files\/ChatGPT_Image_Jul_9_2026_at_10_11_55_AM_1.png?v=1783584779"},{"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"},{"product_id":"e36-brick-car-set","title":"E36 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: 900;\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\u003eRetro Street Legend Building Set\u003c\/h2\u003e\n\u003cp\u003eBuild a clean, boxy, retro-inspired street car with this \u003cspan class=\"rvg-highlight\"\u003e509-piece premium building set\u003c\/span\u003e. Designed with a low stance, black side stripe, detailed front end, rear spoiler, tinted windows, and classic performance styling, this model brings old-school car culture straight to your shelf.\u003c\/p\u003e\n\u003cp\u003eWith its sharp white body, grey wheels, and vintage sports coupe look, this set is perfect for petrolheads, collectors, and anyone who loves detailed car builds that look good from every angle.\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\"\u003e509\u003c\/div\u003e\n\u003cstrong\u003e509-Piece Build\u003c\/strong\u003e \u003cspan\u003eA more detailed building experience with a clean, display-ready finished model.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-card\"\u003e\n\u003cdiv class=\"rvg-card-icon\"\u003eRETRO\u003c\/div\u003e\n\u003cstrong\u003eClassic Street Style\u003c\/strong\u003e \u003cspan\u003eInspired by vintage performance coupes with a boxy shape and iconic street-car attitude.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-card\"\u003e\n\u003cdiv class=\"rvg-card-icon\"\u003eGMN\u003cbr\u003e\n\u003c\/div\u003e\n\u003cstrong\u003eDream Car Energy\u003c\/strong\u003e \u003cspan\u003eA compact collector piece made for car lovers, builders, and display setups.\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 build is made for anyone who appreciates old-school car design. The white body, black stripe detail, smoked windows, detailed front lights, rear spoiler, and low stance give it a clean performance look that stands out once completed.\u003c\/p\u003e\n\u003cp\u003eIt is compact enough for your desk or shelf, but detailed enough to feel like a proper collector model. Whether you’re buying it for yourself or as a gift, it’s the kind of build that petrolheads instantly understand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"rvg-list\"\u003e\n\u003cli\u003e509-piece detailed car building set\u003c\/li\u003e\n\u003cli\u003eRetro coupe-inspired body shape\u003c\/li\u003e\n\u003cli\u003eWhite body with black side stripe\u003c\/li\u003e\n\u003cli\u003eRear spoiler and sporty street-car styling\u003c\/li\u003e\n\u003cli\u003eGreat for shelves, desks, gaming setups, and collections\u003c\/li\u003e\n\u003cli\u003ePerfect gift for car lovers 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\u003eRetro Sports Coupe 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\u003e509 pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign Style\u003c\/th\u003e\n\u003ctd\u003eClassic street car \/ vintage performance coupe inspired build\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColour Theme\u003c\/th\u003e\n\u003ctd\u003eWhite body with black accents and grey wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003eApproximately 17 cm long x 7 cm wide x 5.6 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, gaming setup, garage-themed décor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIdeal For\u003c\/th\u003e\n\u003ctd\u003ePetrolheads, collectors, building block fans, and classic car enthusiasts\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 True Car Lovers\u003c\/h3\u003e\n\u003cp\u003eThis model captures the feeling of a classic street machine — simple, sharp, clean, and full of character. From the front grille detail to the rear spoiler and black side stripe, the finished build has the kind of presence that makes it more than just a toy.\u003c\/p\u003e\n\u003cp\u003eAdd it to your Dream Car Builds collection and create a display lineup that celebrates the cars enthusiasts never stop talking about.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rvg-callout\"\u003e\n\u003ch3\u003eA Display Build With Old-School Performance Style\u003c\/h3\u003e\n\u003cp\u003eWith 509 pieces, classic coupe styling, and a clean white-and-black finish, this build is perfect for anyone who wants a fun project and a standout car model to display afterwards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"RevvedUpGarage","offers":[{"title":"Default Title","offer_id":48074683089081,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/2586\/3097\/files\/ChatGPTImageJul11_2026at11_09_07AM_1.png?v=1783761010"}],"url":"https:\/\/revvupgarage.com\/collections\/dream-car-builds.oembed","provider":"RevvedUpGarage","version":"1.0","type":"link"}