{"product_id":"puma-bmw","title":"BMW M Motorsport-Inspired Sneakers","description":"\u003cstyle\u003e\n  .rkm-product-description,\n  .rkm-product-description * {\n    box-sizing: border-box;\n  }\n\n  .rkm-product-description {\n    --rkm-black: #080808;\n    --rkm-dark: #111111;\n    --rkm-soft-dark: #1a1a1a;\n    --rkm-white: #ffffff;\n    --rkm-off-white: #f6f6f6;\n    --rkm-text: #171717;\n    --rkm-muted: #646464;\n    --rkm-border: #e5e5e5;\n    --rkm-blue: #1184d8;\n    --rkm-navy: #16418d;\n    --rkm-red: #e22334;\n\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rkm-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .rkm-product-description img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .rkm-section {\n    margin: 0 0 34px;\n  }\n\n  .rkm-inner {\n    padding: 42px 30px;\n  }\n\n  .rkm-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n  }\n\n  .rkm-title,\n  .rkm-heading {\n    margin: 0;\n    color: inherit;\n    font-family: Arial, Helvetica, sans-serif;\n    font-weight: 800;\n    letter-spacing: -0.8px;\n  }\n\n  .rkm-title {\n    font-size: clamp(32px, 6vw, 58px);\n    line-height: 1.05;\n  }\n\n  .rkm-heading {\n    font-size: clamp(25px, 4vw, 38px);\n    line-height: 1.15;\n  }\n\n  .rkm-subheading {\n    margin: 14px 0 0;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .rkm-copy {\n    margin: 14px 0 0;\n    color: var(--rkm-muted);\n  }\n\n  .rkm-copy strong {\n    color: var(--rkm-text);\n  }\n\n  .rkm-m-stripes {\n    display: flex;\n    width: 170px;\n    height: 6px;\n    margin: 22px 0;\n    overflow: hidden;\n    border-radius: 50px;\n  }\n\n  .rkm-m-stripes span {\n    flex: 1;\n  }\n\n  .rkm-m-stripes span:nth-child(1) {\n    background: var(--rkm-blue);\n  }\n\n  .rkm-m-stripes span:nth-child(2) {\n    background: var(--rkm-navy);\n  }\n\n  .rkm-m-stripes span:nth-child(3) {\n    background: var(--rkm-red);\n  }\n\n  \/* Hero *\/\n  .rkm-hero {\n    position: relative;\n    overflow: hidden;\n    color: var(--rkm-white);\n    background:\n      radial-gradient(circle at 85% 20%, rgba(17, 132, 216, 0.2), transparent 35%),\n      linear-gradient(135deg, #050505 0%, #121212 60%, #050505 100%);\n    border-radius: 20px;\n  }\n\n  .rkm-hero-content {\n    max-width: 790px;\n    padding: 58px 38px;\n  }\n\n  .rkm-hero .rkm-eyebrow {\n    color: #cfcfcf;\n  }\n\n  .rkm-hero .rkm-subheading {\n    max-width: 700px;\n    color: #dedede;\n  }\n\n  .rkm-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .rkm-hero-badge {\n    padding: 9px 14px;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.16);\n    border-radius: 100px;\n  }\n\n  \/* Quick benefits *\/\n  .rkm-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .rkm-benefit {\n    padding: 23px 18px;\n    text-align: center;\n    background: var(--rkm-off-white);\n    border: 1px solid var(--rkm-border);\n    border-radius: 14px;\n  }\n\n  .rkm-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 12px;\n    font-size: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rkm-border);\n    border-radius: 50%;\n  }\n\n  .rkm-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .rkm-benefit span {\n    display: block;\n    color: var(--rkm-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  \/* Images *\/\n  .rkm-image-frame {\n    overflow: hidden;\n    background: #eeeeee;\n    border: 1px solid var(--rkm-border);\n    border-radius: 18px;\n  }\n\n  .rkm-image-frame img {\n    transition: transform 0.35s ease;\n  }\n\n  .rkm-image-frame:hover img {\n    transform: scale(1.01);\n  }\n\n  \/* Model section *\/\n  .rkm-model-section {\n    padding: 35px;\n    background: var(--rkm-black);\n    border-radius: 20px;\n  }\n\n  .rkm-model-section .rkm-heading,\n  .rkm-model-section .rkm-copy {\n    color: #ffffff;\n  }\n\n  .rkm-model-section .rkm-copy {\n    color: #cfcfcf;\n  }\n\n  .rkm-model-intro {\n    max-width: 740px;\n    margin: 0 auto 28px;\n    text-align: center;\n  }\n\n  .rkm-model-image {\n    overflow: hidden;\n    background: #000000;\n    border: 1px solid #282828;\n    border-radius: 14px;\n  }\n\n  .rkm-model-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .rkm-model-chip {\n    padding: 13px 8px;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n    letter-spacing: 0.3px;\n    background: #171717;\n    border: 1px solid #333333;\n    border-radius: 10px;\n  }\n\n  .rkm-model-note {\n    margin: 20px 0 0;\n    color: #bdbdbd;\n    font-size: 13px;\n    text-align: center;\n  }\n\n  \/* Feature sections *\/\n  .rkm-feature {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    align-items: center;\n    gap: 34px;\n    padding: 28px;\n    background: #ffffff;\n    border: 1px solid var(--rkm-border);\n    border-radius: 20px;\n  }\n\n  .rkm-feature.rkm-reverse {\n    grid-template-columns: 0.95fr 1.05fr;\n  }\n\n  .rkm-feature.rkm-reverse .rkm-feature-image {\n    order: 2;\n  }\n\n  .rkm-feature.rkm-reverse .rkm-feature-content {\n    order: 1;\n  }\n\n  .rkm-feature-list {\n    display: grid;\n    gap: 12px;\n    margin: 24px 0 0;\n  }\n\n  .rkm-feature-list-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .rkm-check {\n    display: flex;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    width: 25px;\n    height: 25px;\n    margin-top: 1px;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    background: var(--rkm-black);\n    border-radius: 50%;\n  }\n\n  .rkm-feature-list-item strong {\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  .rkm-feature-list-item p {\n    margin: 0;\n    color: var(--rkm-muted);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* Highlights *\/\n  .rkm-highlights {\n    padding: 42px 30px;\n    color: #ffffff;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(17, 132, 216, 0.17), transparent 32%),\n      linear-gradient(135deg, #080808, #151515);\n    border-radius: 20px;\n  }\n\n  .rkm-highlights-header {\n    max-width: 720px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .rkm-highlights-header p {\n    color: #cccccc;\n  }\n\n  .rkm-highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 13px;\n  }\n\n  .rkm-highlight {\n    display: flex;\n    align-items: flex-start;\n    gap: 13px;\n    padding: 19px;\n    background: rgba(255, 255, 255, 0.06);\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    border-radius: 13px;\n  }\n\n  .rkm-highlight-number {\n    display: flex;\n    flex: 0 0 34px;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    background: linear-gradient(135deg, var(--rkm-blue), var(--rkm-red));\n    border-radius: 9px;\n  }\n\n  .rkm-highlight strong {\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .rkm-highlight p {\n    margin: 0;\n    color: #c9c9c9;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* Lifestyle *\/\n  .rkm-lifestyle {\n    padding: 38px 30px;\n    text-align: center;\n    background: var(--rkm-off-white);\n    border-radius: 20px;\n  }\n\n  .rkm-lifestyle p {\n    max-width: 760px;\n    margin: 14px auto 0;\n    color: var(--rkm-muted);\n  }\n\n  .rkm-occasion-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 24px;\n  }\n\n  .rkm-occasion {\n    padding: 9px 15px;\n    color: #333333;\n    font-size: 13px;\n    font-weight: 700;\n    background: #ffffff;\n    border: 1px solid var(--rkm-border);\n    border-radius: 100px;\n  }\n\n  \/* Size *\/\n  .rkm-size-box {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    align-items: center;\n    gap: 25px;\n    padding: 30px;\n    border: 2px solid var(--rkm-black);\n    border-radius: 18px;\n  }\n\n  .rkm-size-box h3 {\n    margin: 0 0 7px;\n    font-size: 24px;\n  }\n\n  .rkm-size-box p {\n    margin: 0;\n    color: var(--rkm-muted);\n  }\n\n  .rkm-size-range {\n    padding: 14px 20px;\n    color: #ffffff;\n    font-size: 18px;\n    font-weight: 800;\n    white-space: nowrap;\n    background: var(--rkm-black);\n    border-radius: 12px;\n  }\n\n  \/* FAQ *\/\n  .rkm-faq-title {\n    margin-bottom: 18px;\n    text-align: center;\n  }\n\n  .rkm-faq details {\n    margin-bottom: 10px;\n    background: #ffffff;\n    border: 1px solid var(--rkm-border);\n    border-radius: 12px;\n  }\n\n  .rkm-faq summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .rkm-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rkm-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .rkm-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .rkm-faq-answer {\n    padding: 0 18px 18px;\n    color: var(--rkm-muted);\n  }\n\n  .rkm-faq-answer p {\n    margin: 0;\n  }\n\n  \/* CTA *\/\n  .rkm-cta {\n    overflow: hidden;\n    padding: 48px 30px;\n    color: #ffffff;\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% -30%, rgba(17, 132, 216, 0.3), transparent 45%),\n      var(--rkm-black);\n    border-radius: 20px;\n  }\n\n  .rkm-cta p {\n    max-width: 650px;\n    margin: 14px auto 0;\n    color: #d1d1d1;\n  }\n\n  .rkm-cta-instruction {\n    display: inline-block;\n    margin-top: 25px;\n    padding: 14px 22px;\n    color: var(--rkm-black);\n    font-weight: 800;\n    background: #ffffff;\n    border-radius: 10px;\n  }\n\n  .rkm-microcopy {\n    margin-top: 13px !important;\n    color: #a9a9a9 !important;\n    font-size: 12px;\n  }\n\n  @media screen and (max-width: 800px) {\n    .rkm-section {\n      margin-bottom: 24px;\n    }\n\n    .rkm-hero,\n    .rkm-model-section,\n    .rkm-feature,\n    .rkm-highlights,\n    .rkm-lifestyle,\n    .rkm-cta {\n      border-radius: 14px;\n    }\n\n    .rkm-hero-content {\n      padding: 42px 22px;\n    }\n\n    .rkm-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rkm-model-section {\n      padding: 26px 16px;\n    }\n\n    .rkm-model-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rkm-feature,\n    .rkm-feature.rkm-reverse {\n      grid-template-columns: 1fr;\n      gap: 24px;\n      padding: 16px;\n    }\n\n    .rkm-feature.rkm-reverse .rkm-feature-image,\n    .rkm-feature.rkm-reverse .rkm-feature-content {\n      order: initial;\n    }\n\n    .rkm-feature-content {\n      padding: 4px 6px 10px;\n    }\n\n    .rkm-highlights {\n      padding: 34px 18px;\n    }\n\n    .rkm-highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rkm-size-box {\n      grid-template-columns: 1fr;\n      padding: 24px 20px;\n    }\n\n    .rkm-size-range {\n      text-align: center;\n    }\n\n    .rkm-lifestyle,\n    .rkm-cta {\n      padding: 36px 20px;\n    }\n  }\n\n  @media screen and (max-width: 480px) {\n    .rkm-product-description {\n      font-size: 15px;\n    }\n\n    .rkm-benefits {\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n\n    .rkm-benefit {\n      padding: 17px 10px;\n    }\n\n    .rkm-benefit-icon {\n      width: 40px;\n      height: 40px;\n      font-size: 18px;\n    }\n\n    .rkm-hero-badge {\n      padding: 7px 11px;\n      font-size: 12px;\n    }\n\n    .rkm-model-grid {\n      gap: 7px;\n    }\n\n    .rkm-model-chip {\n      padding: 11px 5px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rkm-product-description\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"rkm-section rkm-hero\"\u003e\n\u003cdiv class=\"rkm-hero-content\"\u003e\n\u003cspan class=\"rkm-eyebrow\"\u003eMotorsport-Inspired Footwear\u003c\/span\u003e\n\u003ch2 class=\"rkm-title\"\u003eBuilt to Match\u003cbr\u003eYour M Identity.\u003c\/h2\u003e\n\u003cdiv class=\"rkm-m-stripes\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"rkm-subheading\"\u003eA sleek, performance-inspired sneaker created for drivers and enthusiasts who want their footwear to carry the same energy, detail and attitude as their favorite M model.\u003c\/p\u003e\n\u003cdiv class=\"rkm-hero-badges\"\u003e\n\u003cspan class=\"rkm-hero-badge\"\u003e10 Model Variations\u003c\/span\u003e \u003cspan class=\"rkm-hero-badge\"\u003eEU Sizes 36–48\u003c\/span\u003e \u003cspan class=\"rkm-hero-badge\"\u003eMotorsport Detailing\u003c\/span\u003e \u003cspan class=\"rkm-hero-badge\"\u003eEnthusiast Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003csection class=\"rkm-section rkm-benefits\"\u003e\n\u003cdiv class=\"rkm-benefit\"\u003e\n\u003cdiv class=\"rkm-benefit-icon\"\u003e🏁\u003c\/div\u003e\n\u003cstrong\u003eRacing Character\u003c\/strong\u003e \u003cspan\u003eDesigned with an unmistakable performance look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-benefit\"\u003e\n\u003cdiv class=\"rkm-benefit-icon\"\u003e🚘\u003c\/div\u003e\n\u003cstrong\u003eYour Model\u003c\/strong\u003e \u003cspan\u003eSelect the M variation that represents you.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-benefit\"\u003e\n\u003cdiv class=\"rkm-benefit-icon\"\u003e👟\u003c\/div\u003e\n\u003cstrong\u003eStreet Ready\u003c\/strong\u003e \u003cspan\u003eEasy to style beyond the garage and car meet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-benefit\"\u003e\n\u003cdiv class=\"rkm-benefit-icon\"\u003e🎁\u003c\/div\u003e\n\u003cstrong\u003eGift Worth Giving\u003c\/strong\u003e \u003cspan\u003eMade for drivers, collectors and BMW enthusiasts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MODELS --\u003e\n\u003csection class=\"rkm-section rkm-model-section\"\u003e\n\u003cdiv class=\"rkm-model-intro\"\u003e\n\u003cspan class=\"rkm-eyebrow\" style=\"color: #bdbdbd;\"\u003eFind Your Model\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eOne Passion. Multiple M Variations.\u003c\/h2\u003e\n\u003cp class=\"rkm-copy\"\u003eChoose the model that matches your car, your dream build or the performance machine you have always wanted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0947\/8848\/5386\/files\/every_m_model_available.png?v=1785937332\" alt=\"Available BMW M-inspired sneaker model variations\" width=\"1000\" height=\"800\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-grid\"\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM2\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM3\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM4\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM5\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM6\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eM8\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eX3 M\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eX4 M\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eX5 M\u003c\/div\u003e\n\u003cdiv class=\"rkm-model-chip\"\u003eX6 M\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"rkm-model-note\"\u003eSelect your preferred model from the product options before adding your pair to the cart.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CARBON DETAIL --\u003e\n\u003csection class=\"rkm-section rkm-feature\"\u003e\n\u003cdiv class=\"rkm-feature-image rkm-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0947\/8848\/5386\/files\/carbon_details.png?v=1785937333\" alt=\"Close-up of carbon-fiber-inspired heel detailing\" width=\"1000\" height=\"1000\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-content\"\u003e\n\u003cspan class=\"rkm-eyebrow\"\u003ePerformance-Inspired Finish\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eCarbon-Fiber-Inspired Heel Detail\u003c\/h2\u003e\n\u003cdiv class=\"rkm-m-stripes\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"rkm-copy\"\u003eThe textured rear overlay takes inspiration from the carbon-fiber components found throughout modern performance cars. It adds depth, contrast and a more technical finish to the sneaker’s all-black profile.\u003c\/p\u003e\n\u003cdiv class=\"rkm-feature-list\"\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTextured Rear Finish\u003c\/strong\u003e\n\u003cp\u003eA distinctive woven-look texture that catches the light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMotorsport Visual Identity\u003c\/strong\u003e\n\u003cp\u003eInspired by performance-focused automotive materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eModel-Specific Heel Badge\u003c\/strong\u003e\n\u003cp\u003eYour selected M variation is displayed at the rear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GEAR TAG --\u003e\n\u003csection class=\"rkm-section rkm-feature rkm-reverse\"\u003e\n\u003cdiv class=\"rkm-feature-image rkm-image-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0947\/8848\/5386\/files\/gear_knob_inspi.png?v=1785937333\" alt=\"Motorsport-inspired manual gear-shift hanging tag\" width=\"1000\" height=\"1000\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-content\"\u003e\n\u003cspan class=\"rkm-eyebrow\"\u003eA Detail Drivers Recognize\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eManual Gear-Shift Inspired Tag\u003c\/h2\u003e\n\u003cdiv class=\"rkm-m-stripes\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"rkm-copy\"\u003eA distinctive hanging accessory echoes the layout of a manual transmission gear selector, adding an enthusiast-focused detail that instantly connects the sneaker to driving culture.\u003c\/p\u003e\n\u003cdiv class=\"rkm-feature-list\"\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCockpit-Inspired Design\u003c\/strong\u003e\n\u003cp\u003eA recognizable detail created for genuine car enthusiasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDistinctive Hanging Accessory\u003c\/strong\u003e\n\u003cp\u003eAdds another layer of character to the overall design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-feature-list-item\"\u003e\n\u003cspan class=\"rkm-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePerformance-Focused Look\u003c\/strong\u003e\n\u003cp\u003eComplements the M-color stitching and low-profile silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT HIGHLIGHTS --\u003e\n\u003csection class=\"rkm-section rkm-highlights\"\u003e\n\u003cdiv class=\"rkm-highlights-header\"\u003e\n\u003cspan class=\"rkm-eyebrow\" style=\"color: #bdbdbd;\"\u003e Designed Down to the Details \u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eEverything Comes Together\u003c\/h2\u003e\n\u003cp class=\"rkm-copy\"\u003eFrom the black-on-black construction to the tri-color stitching, every element contributes to a clean, sporty and recognizable look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight-grid\"\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLow-Profile Silhouette\u003c\/strong\u003e\n\u003cp\u003eA streamlined shape inspired by classic driving footwear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eM-Color Accent Stitching\u003c\/strong\u003e\n\u003cp\u003eBlue, navy and red details add contrast to the black finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSoft-Touch Black Upper\u003c\/strong\u003e\n\u003cp\u003eA premium-looking surface that keeps the design understated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e04\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTextured Outsole\u003c\/strong\u003e\n\u003cp\u003eA detailed tread pattern completes the performance aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e05\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eModel-Specific Embroidery\u003c\/strong\u003e\n\u003cp\u003eThe heel is customized to represent your chosen M variation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-highlight\"\u003e\n\u003cspan class=\"rkm-highlight-number\"\u003e06\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEveryday Styling\u003c\/strong\u003e\n\u003cp\u003ePairs easily with jeans, cargos and motorsport-inspired clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"rkm-section rkm-lifestyle\"\u003e\u003cspan class=\"rkm-eyebrow\"\u003eMore Than a Pair of Shoes\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eMade for the Automotive Lifestyle\u003c\/h2\u003e\n\u003cp\u003eWhether you are arriving at a car meet, spending time in the garage, heading out for a weekend drive or simply upgrading your everyday outfit, these sneakers let your passion remain part of your style.\u003c\/p\u003e\n\u003cdiv class=\"rkm-occasion-grid\"\u003e\n\u003cspan class=\"rkm-occasion\"\u003eCar Meets\u003c\/span\u003e \u003cspan class=\"rkm-occasion\"\u003eWeekend Drives\u003c\/span\u003e \u003cspan class=\"rkm-occasion\"\u003eAutomotive Events\u003c\/span\u003e \u003cspan class=\"rkm-occasion\"\u003eGarage Photos\u003c\/span\u003e \u003cspan class=\"rkm-occasion\"\u003eCasual Outfits\u003c\/span\u003e \u003cspan class=\"rkm-occasion\"\u003eEnthusiast Gifts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE --\u003e\n\u003csection class=\"rkm-section rkm-size-box\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSize \u0026amp; Fit\u003c\/h3\u003e\n\u003cp\u003eChoose your preferred EU size from the options above. Review the available size information carefully before completing your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rkm-size-range\"\u003eEU 36–48\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"rkm-section rkm-faq\"\u003e\n\u003cdiv class=\"rkm-faq-title\"\u003e\n\u003cspan class=\"rkm-eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eBefore You Order\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose my BMW M model?\u003c\/summary\u003e\n\u003cdiv class=\"rkm-faq-answer\"\u003e\n\u003cp\u003eUse the model selector on the product page and choose between M2, M3, M4, M5, M6, M8, X3 M, X4 M, X5 M or X6 M.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere will my selected model appear?\u003c\/summary\u003e\n\u003cdiv class=\"rkm-faq-answer\"\u003e\n\u003cp\u003eThe selected model variation is represented through the model-specific heel detailing shown in the product images.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these suitable as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"rkm-faq-answer\"\u003e\n\u003cp\u003eYes. They make a distinctive gift for BMW owners, performance-car fans, collectors and motorsport enthusiasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n\u003cdiv class=\"rkm-faq-answer\"\u003e\n\u003cp\u003eThe available size range is EU 36–48. Select the required size from the product options before adding the pair to your cart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"rkm-section rkm-cta\"\u003e\u003cspan class=\"rkm-eyebrow\" style=\"color: #bdbdbd;\"\u003eChoose Your M\u003c\/span\u003e\n\u003ch2 class=\"rkm-heading\"\u003eYour Model. Your Style.\u003c\/h2\u003e\n\u003cp\u003eSelect the variation that represents your machine, choose your size and complete your motorsport-inspired look.\u003c\/p\u003e\n\u003cdiv class=\"rkm-cta-instruction\"\u003eSelect Your Model \u0026amp; Size Above\u003c\/div\u003e\n\u003cp class=\"rkm-microcopy\"\u003ePlease confirm both options before adding your pair to the cart.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"REVKULTURE™","offers":[{"title":"BMW M2 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53483856527626,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53483856560394,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53483856593162,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53483856625930,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53483856658698,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53483856691466,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53483856724234,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53483856757002,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53483856789770,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53483856822538,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53483856855306,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M2 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53483856888074,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752503050,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752797962,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753092874,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753387786,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753682698,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484753977610,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754272522,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754567434,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484754862346,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755157258,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755452170,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M3 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755747082,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752535818,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752830730,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753125642,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753420554,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753715466,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754010378,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754305290,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754600202,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484754895114,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755190026,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755484938,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M4 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755779850,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752568586,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752863498,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753158410,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753453322,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753748234,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754043146,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754338058,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754632970,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484754927882,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755222794,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755517706,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M5 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755812618,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752601354,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752896266,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753191178,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753486090,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753781002,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754075914,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754370826,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754665738,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484754960650,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755255562,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755550474,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M6 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755845386,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752634122,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752929034,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753223946,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753518858,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753813770,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754108682,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754403594,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754698506,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484754993418,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755288330,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755583242,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW M8 \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755878154,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752666890,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752961802,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753256714,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753551626,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753846538,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754141450,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754436362,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754731274,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484755026186,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755321098,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755616010,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X3 M \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755910922,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752699658,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484752994570,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753289482,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753584394,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753879306,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754174218,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754469130,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754764042,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484755058954,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755353866,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755648778,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X4 M \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755943690,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752732426,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484753027338,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753322250,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753617162,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753912074,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754206986,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754501898,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754796810,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484755091722,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755386634,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755681546,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X5 M \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484755976458,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 36 \/ US 4 \/ UK 3 \/ Black","offer_id":53484752765194,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 37 \/ US 5 \/ UK 4 \/ Black","offer_id":53484753060106,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 38 \/ US 6 \/ UK 5 \/ Black","offer_id":53484753355018,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 39 \/ US 6.5 \/ UK 5.5 \/ Black","offer_id":53484753649930,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 40 \/ US 7 \/ UK 6 \/ Black","offer_id":53484753944842,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 41 \/ US 8 \/ UK 7 \/ Black","offer_id":53484754239754,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 42 \/ US 8.5 \/ UK 7.5 \/ Black","offer_id":53484754534666,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 43 \/ US 9.5 \/ UK 8.5 \/ Black","offer_id":53484754829578,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 44 \/ US 10 \/ UK 9 \/ Black","offer_id":53484755124490,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 45 \/ US 11 \/ UK 10 \/ Black","offer_id":53484755419402,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 46 \/ US 12 \/ UK 11 \/ Black","offer_id":53484755714314,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true},{"title":"BMW X6 M \/ EU 47 \/ US 13 \/ UK 12 \/ Black","offer_id":53484756009226,"sku":null,"price":69.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0947\/8848\/5386\/files\/10001_13424da9-6ffb-48eb-94e4-2ffb9c015935.jpg?v=1785933436","url":"https:\/\/revkulture.com\/products\/puma-bmw","provider":"Revkulture™","version":"1.0","type":"link"}