{"title":"Vehicle Tuning Collection","description":"\u003cstyle\u003e\n  \/* ====== Valor Metallic Button Styles ====== *\/\n  .vmw-btn {\n    --vmw-red: #D72638;\n    --vmw-gunmetal: #2A3439;\n    --vmw-gunmetal-light: #3a4650;\n    --vmw-metal: #d9dde2;\n    --vmw-gold: #FFC600;\n\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n\n    padding: 0.85rem 2.6rem;\n    border-radius: 10px;\n    border: 1px solid rgba(0, 0, 0, 0.7);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    font-weight: 700;\n    font-size: 0.9rem;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    text-decoration: none;\n    cursor: pointer;\n\n    color: #ffffff;\n    background: var(--vmw-gunmetal);\n    box-shadow:\n      0 0 0 1px rgba(255, 255, 255, 0.05) inset,\n      0 8px 18px rgba(0, 0, 0, 0.6);\n\n    transition:\n      transform 0.12s ease-out,\n      box-shadow 0.12s ease-out,\n      background 0.12s ease-out,\n      filter 0.12s ease-out;\n  }\n\n  .vmw-btn::before {\n    content: \"\";\n    position: absolute;\n    inset: 1px;\n    border-radius: 8px;\n    background-image:\n      linear-gradient(\n        135deg,\n        rgba(255, 255, 255, 0.24),\n        rgba(255, 255, 255, 0.02),\n        rgba(0, 0, 0, 0.35),\n        rgba(255, 255, 255, 0.18)\n      ),\n      repeating-linear-gradient(\n        90deg,\n        rgba(255, 255, 255, 0.16) 0,\n        rgba(255, 255, 255, 0.16) 1px,\n        rgba(0, 0, 0, 0.16) 2px,\n        rgba(0, 0, 0, 0.16) 3px\n      );\n    opacity: 0.38;\n    pointer-events: none;\n  }\n\n  .vmw-btn \u003e * {\n    position: relative;\n    z-index: 1;\n  }\n\n  .vmw-btn::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border-radius: 10px;\n    border: 1px solid rgba(255, 198, 0, 0.65);\n    pointer-events: none;\n  }\n\n  .vmw-btn:hover {\n    transform: translateY(-1px);\n    box-shadow:\n      0 0 0 1px rgba(255, 255, 255, 0.06) inset,\n      0 12px 22px rgba(0, 0, 0, 0.75);\n    filter: brightness(1.02);\n  }\n\n  .vmw-btn:active {\n    transform: translateY(1px);\n    box-shadow:\n      0 0 0 1px rgba(0, 0, 0, 0.9) inset,\n      0 4px 10px rgba(0, 0, 0, 0.7);\n    filter: brightness(0.95);\n  }\n\n  .vmw-btn-primary {\n    background-image:\n      linear-gradient(\n        to bottom,\n        #ff3b43,\n        #D72638\n      );\n    border-color: #42070c;\n  }\n\n  .vmw-btn-primary:hover {\n    background-image:\n      linear-gradient(\n        to bottom,\n        #ff4c54,\n        #e02b3f\n      );\n  }\n\n  .vmw-btn-secondary {\n    background-image:\n      linear-gradient(\n        to bottom,\n        var(--vmw-gunmetal-light),\n        var(--vmw-gunmetal)\n      );\n    border-color: #6c151c;\n  }\n\n  .vmw-btn-secondary::after {\n    border-color: rgba(215, 38, 56, 0.8);\n  }\n\n  \/* Grid layout for platform \/ brand buttons *\/\n  .vmw-btn-grid-wrap {\n    margin: 30px 0;\n  }\n\n  .vmw-btn-grid-title {\n    text-align: center;\n    margin-bottom: 10px;\n    font-size: 1.15rem;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .vmw-btn-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 14px;\n  }\n\n  .vmw-btn-grid .vmw-btn {\n    min-width: 230px;\n  }\n\n  @media (max-width: 600px) {\n    .vmw-btn-grid .vmw-btn {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vmw-btn-grid-wrap\"\u003e\n  \u003cdiv class=\"vmw-btn-grid-title\"\u003e\n    Mustang\n  \u003c\/div\u003e\n  \u003cdiv class=\"vmw-btn-grid\"\u003e\n    \u003c!-- Swap these links\/text with your real collections --\u003e\n    \u003ca href=\"\/collections\/2011-2014mustang\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2011–2014 Mustang\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2015-2017-mustang\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2015–2017 Mustang\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2018-2023-mustang\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2018–2023 Mustang\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2024-mustang\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2024+ Mustang\n    \u003c\/a\u003e\n\n    \n    \u003c!-- Add\/remove as needed --\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* ====== Valor Metallic Button Styles ====== *\/\n  .vmw-btn {\n    --vmw-red: #D72638;\n    --vmw-gunmetal: #2A3439;\n    --vmw-gunmetal-light: #3a4650;\n    --vmw-metal: #d9dde2;\n    --vmw-gold: #FFC600;\n\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n\n    padding: 0.85rem 2.6rem;\n    border-radius: 10px;\n    border: 1px solid rgba(0, 0, 0, 0.7);\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    font-weight: 700;\n    font-size: 0.9rem;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    text-decoration: none;\n    cursor: pointer;\n\n    color: #ffffff;\n    background: var(--vmw-gunmetal);\n    box-shadow:\n      0 0 0 1px rgba(255, 255, 255, 0.05) inset,\n      0 8px 18px rgba(0, 0, 0, 0.6);\n\n    transition:\n      transform 0.12s ease-out,\n      box-shadow 0.12s ease-out,\n      background 0.12s ease-out,\n      filter 0.12s ease-out;\n  }\n\n  .vmw-btn::before {\n    content: \"\";\n    position: absolute;\n    inset: 1px;\n    border-radius: 8px;\n    background-image:\n      linear-gradient(\n        135deg,\n        rgba(255, 255, 255, 0.24),\n        rgba(255, 255, 255, 0.02),\n        rgba(0, 0, 0, 0.35),\n        rgba(255, 255, 255, 0.18)\n      ),\n      repeating-linear-gradient(\n        90deg,\n        rgba(255, 255, 255, 0.16) 0,\n        rgba(255, 255, 255, 0.16) 1px,\n        rgba(0, 0, 0, 0.16) 2px,\n        rgba(0, 0, 0, 0.16) 3px\n      );\n    opacity: 0.38;\n    pointer-events: none;\n  }\n\n  .vmw-btn \u003e * {\n    position: relative;\n    z-index: 1;\n  }\n\n  .vmw-btn::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border-radius: 10px;\n    border: 1px solid rgba(255, 198, 0, 0.65);\n    pointer-events: none;\n  }\n\n  .vmw-btn:hover {\n    transform: translateY(-1px);\n    box-shadow:\n      0 0 0 1px rgba(255, 255, 255, 0.06) inset,\n      0 12px 22px rgba(0, 0, 0, 0.75);\n    filter: brightness(1.02);\n  }\n\n  .vmw-btn:active {\n    transform: translateY(1px);\n    box-shadow:\n      0 0 0 1px rgba(0, 0, 0, 0.9) inset,\n      0 4px 10px rgba(0, 0, 0, 0.7);\n    filter: brightness(0.95);\n  }\n\n  .vmw-btn-primary {\n    background-image:\n      linear-gradient(\n        to bottom,\n        #ff3b43,\n        #D72638\n      );\n    border-color: #42070c;\n  }\n\n  .vmw-btn-primary:hover {\n    background-image:\n      linear-gradient(\n        to bottom,\n        #ff4c54,\n        #e02b3f\n      );\n  }\n\n  .vmw-btn-secondary {\n    background-image:\n      linear-gradient(\n        to bottom,\n        var(--vmw-gunmetal-light),\n        var(--vmw-gunmetal)\n      );\n    border-color: #6c151c;\n  }\n\n  .vmw-btn-secondary::after {\n    border-color: rgba(215, 38, 56, 0.8);\n  }\n\n  \/* Grid layout for platform \/ brand buttons *\/\n  .vmw-btn-grid-wrap {\n    margin: 30px 0;\n  }\n\n  .vmw-btn-grid-title {\n    text-align: center;\n    margin-bottom: 10px;\n    font-size: 1.15rem;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .vmw-btn-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 14px;\n  }\n\n  .vmw-btn-grid .vmw-btn {\n    min-width: 230px;\n  }\n\n  @media (max-width: 600px) {\n    .vmw-btn-grid .vmw-btn {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vmw-btn-grid-wrap\"\u003e\n  \u003cdiv class=\"vmw-btn-grid-title\"\u003e\n    F150\n  \u003c\/div\u003e\n  \u003cdiv class=\"vmw-btn-grid\"\u003e\n    \u003c!-- Swap these links\/text with your real collections --\u003e\n    \u003ca href=\"\/collections\/2011-2014-f150\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2011–2014 F150\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2015-2017-f150\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2015–2017 F150\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2018-2020-f150\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2018–2020 F150\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/2021-f150\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      2021+ F150\n    \u003c\/a\u003e\n\n    \n    \u003c!-- Add\/remove as needed --\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vmw-btn-grid-wrap\"\u003e\n  \u003cdiv class=\"vmw-btn-grid-title\"\u003e\n    Other\n  \u003c\/div\u003e\n  \u003cdiv class=\"vmw-btn-grid\"\u003e\n    \u003c!-- Swap these links\/text with your real collections --\u003e\n    \u003ca href=\"\/collections\/explorer-and-explorer-st\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      Explorers\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/edge-st\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      Edge ST\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/ranger-and-ranger-raptor\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      Rangers\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/taurus-sho\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      Taurus SHO\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/Dodge\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      Dodge Tuning\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/GM\" class=\"vmw-btn vmw-btn-secondary\"\u003e\n      GM Tuning\n    \u003c\/a\u003e\n    \n    \u003c!-- Add\/remove as needed --\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e","products":[],"url":"https:\/\/www.valormotorworx.com\/collections\/vehicle-tuning-collection.oembed","provider":"Valor Motorworx","version":"1.0","type":"link"}